2024-04-12T04:55:57.960 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-12T04:55:57.961 DEBUG:teuthology.run:Teuthology command: teuthology --description orch/cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} --archive /home/teuthworker/archive/yuriw-2024-04-11_20:32:36-orch-reef-release-distro-default-smithi/7652630 --owner scheduled_yuriw@teuthology --verbose --name yuriw-2024-04-11_20:32:36-orch-reef-release-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-04-11_20:32:36-orch-reef-release-distro-default-smithi/7652630/orig.config.yaml 2024-04-12T04:55:58.001 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-12T04:55:58.097 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-04-11_20:32:36-orch-reef-release-distro-default-smithi/7652630 branch: reef-release description: orch/cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: null first_in_suite: false job_id: '7652630' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-04-11_20:32:36-orch-reef-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: reef-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\) sha1: d540ebaca6b131a1dd560e7f69e024b133bbaa42 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d540ebaca6b131a1dd560e7f69e024b133bbaa42 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: reef-release sha1: d540ebaca6b131a1dd560e7f69e024b133bbaa42 owner: scheduled_yuriw@teuthology priority: 99 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: 2064 sha1: d540ebaca6b131a1dd560e7f69e024b133bbaa42 sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: reef-release suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_d540ebaca6b131a1dd560e7f69e024b133bbaa42/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: d540ebaca6b131a1dd560e7f69e024b133bbaa42 targets: smithi063.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFDqxIESVk6DIKjJFs0JA28TwMztWxc/Ey6P1AK0V0GZ1T6Qlj+5NRO7I3+GktkVC/bGSP4Bt6KjlKr8EznjprY= smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMGfktiwo1afvwiT2H3K+i2Q/+C+NOfQOSJmzIGgzZZOjetrUJowKbVu5cgpBTpWP5twea868rSXGAfnMm/iZic= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v16.2.5 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v16.2.5 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 6 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-11_20:32:36 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph orch upgrade status - ceph health detail - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: 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-04-12T04:55:58.098 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_d540ebaca6b131a1dd560e7f69e024b133bbaa42/qa; will attempt to use it 2024-04-12T04:55:58.098 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_d540ebaca6b131a1dd560e7f69e024b133bbaa42/qa/tasks 2024-04-12T04:55:58.098 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-12T04:55:58.100 INFO:teuthology.task.internal:Checking packages... 2024-04-12T04:55:58.131 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'd540ebaca6b131a1dd560e7f69e024b133bbaa42' 2024-04-12T04:55:58.131 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-12T04:55:58.131 INFO:teuthology.packaging:ref: None 2024-04-12T04:55:58.131 INFO:teuthology.packaging:tag: None 2024-04-12T04:55:58.131 INFO:teuthology.packaging:branch: reef-release 2024-04-12T04:55:58.132 INFO:teuthology.packaging:sha1: d540ebaca6b131a1dd560e7f69e024b133bbaa42 2024-04-12T04:55:58.132 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=reef-release 2024-04-12T04:55:58.364 INFO:teuthology.task.internal:Found packages for ceph version 18.2.2-1187.gd540ebac 2024-04-12T04:55:58.365 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-12T04:55:58.371 INFO:teuthology.task.internal:no buildpackages task found 2024-04-12T04:55:58.371 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-12T04:55:58.395 INFO:teuthology.task.internal:Saving configuration 2024-04-12T04:55:58.409 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-12T04:55:58.418 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-12T04:55:58.447 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-11_20:32:36-orch-reef-release-distro-default-smithi/7652630', '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-04-12 04:50:40.120340', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFDqxIESVk6DIKjJFs0JA28TwMztWxc/Ey6P1AK0V0GZ1T6Qlj+5NRO7I3+GktkVC/bGSP4Bt6KjlKr8EznjprY='} 2024-04-12T04:55:58.475 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-11_20:32:36-orch-reef-release-distro-default-smithi/7652630', '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-04-12 04:50:40.122305', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMGfktiwo1afvwiT2H3K+i2Q/+C+NOfQOSJmzIGgzZZOjetrUJowKbVu5cgpBTpWP5twea868rSXGAfnMm/iZic='} 2024-04-12T04:55:58.476 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-12T04:55:58.481 INFO:teuthology.task.internal:roles: ubuntu@smithi063.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-04-12T04:55:58.481 INFO:teuthology.task.internal:roles: ubuntu@smithi098.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-04-12T04:55:58.481 INFO:teuthology.run_tasks:Running task console_log... 2024-04-12T04:55:58.582 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f75d6372f70>, signals=[15]) 2024-04-12T04:55:58.583 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-12T04:55:58.588 INFO:teuthology.task.internal:Opening connections... 2024-04-12T04:55:58.588 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi063.front.sepia.ceph.com 2024-04-12T04:55:58.590 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T04:55:58.674 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2024-04-12T04:55:58.675 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T04:55:58.758 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-12T04:55:58.764 DEBUG:teuthology.orchestra.run.smithi063:> uname -m 2024-04-12T04:55:58.787 INFO:teuthology.orchestra.run.smithi063.stdout:x86_64 2024-04-12T04:55:58.787 DEBUG:teuthology.orchestra.run.smithi063:> cat /etc/os-release 2024-04-12T04:55:58.848 INFO:teuthology.orchestra.run.smithi063.stdout:NAME="CentOS Stream" 2024-04-12T04:55:58.849 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION="8" 2024-04-12T04:55:58.849 INFO:teuthology.orchestra.run.smithi063.stdout:ID="centos" 2024-04-12T04:55:58.849 INFO:teuthology.orchestra.run.smithi063.stdout:ID_LIKE="rhel fedora" 2024-04-12T04:55:58.849 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_ID="8" 2024-04-12T04:55:58.849 INFO:teuthology.orchestra.run.smithi063.stdout:PLATFORM_ID="platform:el8" 2024-04-12T04:55:58.849 INFO:teuthology.orchestra.run.smithi063.stdout:PRETTY_NAME="CentOS Stream 8" 2024-04-12T04:55:58.849 INFO:teuthology.orchestra.run.smithi063.stdout:ANSI_COLOR="0;31" 2024-04-12T04:55:58.849 INFO:teuthology.orchestra.run.smithi063.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-04-12T04:55:58.849 INFO:teuthology.orchestra.run.smithi063.stdout:HOME_URL="https://centos.org/" 2024-04-12T04:55:58.849 INFO:teuthology.orchestra.run.smithi063.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-12T04:55:58.849 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-04-12T04:55:58.849 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-12T04:55:58.850 INFO:teuthology.lock.ops:Updating smithi063.front.sepia.ceph.com on lock server 2024-04-12T04:55:58.880 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2024-04-12T04:55:58.902 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2024-04-12T04:55:58.903 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2024-04-12T04:55:58.967 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="CentOS Stream" 2024-04-12T04:55:58.967 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="8" 2024-04-12T04:55:58.968 INFO:teuthology.orchestra.run.smithi098.stdout:ID="centos" 2024-04-12T04:55:58.968 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE="rhel fedora" 2024-04-12T04:55:58.968 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="8" 2024-04-12T04:55:58.968 INFO:teuthology.orchestra.run.smithi098.stdout:PLATFORM_ID="platform:el8" 2024-04-12T04:55:58.968 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="CentOS Stream 8" 2024-04-12T04:55:58.968 INFO:teuthology.orchestra.run.smithi098.stdout:ANSI_COLOR="0;31" 2024-04-12T04:55:58.968 INFO:teuthology.orchestra.run.smithi098.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-04-12T04:55:58.968 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://centos.org/" 2024-04-12T04:55:58.968 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-12T04:55:58.968 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-04-12T04:55:58.968 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-12T04:55:58.969 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2024-04-12T04:55:58.997 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-12T04:55:59.005 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-12T04:55:59.063 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-12T04:55:59.063 DEBUG:teuthology.orchestra.run.smithi063:> test '!' -e /home/ubuntu/cephtest 2024-04-12T04:55:59.065 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2024-04-12T04:55:59.086 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-12T04:55:59.091 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-12T04:55:59.091 DEBUG:teuthology.orchestra.run.smithi063:> test -z $(ls -A /var/lib/ceph) 2024-04-12T04:55:59.127 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2024-04-12T04:55:59.153 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-12T04:55:59.230 INFO:teuthology.run_tasks:Running task kernel... 2024-04-12T04:55:59.244 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-12T04:55:59.245 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-12T04:55:59.245 DEBUG:teuthology.orchestra.run.smithi063:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-12T04:55:59.245 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-12T04:55:59.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T04:55:59.266 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-04-12T04:55:59.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T04:55:59.267 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-04-12T04:55:59.327 INFO:teuthology.orchestra.run.smithi098.stdout:4.18.0-489.el8.x86_64 2024-04-12T04:55:59.327 INFO:teuthology.task.kernel:Running kernel on smithi098: 4.18.0-489.el8.x86_64 2024-04-12T04:55:59.327 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum install -y kernel 2024-04-12T04:55:59.329 INFO:teuthology.orchestra.run.smithi063.stdout:4.18.0-489.el8.x86_64 2024-04-12T04:55:59.329 INFO:teuthology.task.kernel:Running kernel on smithi063: 4.18.0-489.el8.x86_64 2024-04-12T04:55:59.330 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum install -y kernel 2024-04-12T04:56:03.084 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 8 - AppStream 21 MB/s | 28 MB 00:01 2024-04-12T04:56:03.151 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - AppStream 21 MB/s | 28 MB 00:01 2024-04-12T04:56:08.976 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - BaseOS 12 MB/s | 10 MB 00:00 2024-04-12T04:56:09.101 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 8 - BaseOS 14 MB/s | 10 MB 00:00 2024-04-12T04:56:11.226 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - Extras 29 kB/s | 18 kB 00:00 2024-04-12T04:56:11.266 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 8 - Extras 39 kB/s | 18 kB 00:00 2024-04-12T04:56:11.593 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - Extras common packages 30 kB/s | 7.7 kB 00:00 2024-04-12T04:56:11.643 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 8 - Extras common packages 30 kB/s | 7.7 kB 00:00 2024-04-12T04:56:11.895 INFO:teuthology.orchestra.run.smithi098.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2024-04-12T04:56:11.920 INFO:teuthology.orchestra.run.smithi063.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2024-04-12T04:56:12.937 INFO:teuthology.orchestra.run.smithi063.stdout:Extra Packages for Enterprise Linux 18 MB/s | 16 MB 00:00 2024-04-12T04:56:13.106 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2024-04-12T04:56:16.896 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 426 kB/s | 24 kB 00:00 2024-04-12T04:56:16.979 INFO:teuthology.orchestra.run.smithi063.stdout:lab-extras 418 kB/s | 24 kB 00:00 2024-04-12T04:56:19.943 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-04-12T04:56:19.943 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-04-12T04:56:20.056 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-12T04:56:20.057 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-12T04:56:20.057 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-04-12T04:56:20.057 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-12T04:56:20.057 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-12T04:56:20.057 INFO:teuthology.orchestra.run.smithi098.stdout: kernel x86_64 4.18.0-552.el8 baseos 10 M 2024-04-12T04:56:20.058 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-12T04:56:20.058 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-core x86_64 4.18.0-552.el8 baseos 44 M 2024-04-12T04:56:20.058 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules x86_64 4.18.0-552.el8 baseos 36 M 2024-04-12T04:56:20.058 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T04:56:20.058 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-12T04:56:20.058 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-12T04:56:20.058 INFO:teuthology.orchestra.run.smithi098.stdout:Install 3 Packages 2024-04-12T04:56:20.058 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T04:56:20.059 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 90 M 2024-04-12T04:56:20.059 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 96 M 2024-04-12T04:56:20.059 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-12T04:56:20.209 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-04-12T04:56:20.209 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-04-12T04:56:20.329 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-04-12T04:56:20.330 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-04-12T04:56:20.330 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2024-04-12T04:56:20.330 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-04-12T04:56:20.330 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-04-12T04:56:20.330 INFO:teuthology.orchestra.run.smithi063.stdout: kernel x86_64 4.18.0-552.el8 baseos 10 M 2024-04-12T04:56:20.330 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-04-12T04:56:20.330 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-core x86_64 4.18.0-552.el8 baseos 44 M 2024-04-12T04:56:20.331 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules x86_64 4.18.0-552.el8 baseos 36 M 2024-04-12T04:56:20.331 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T04:56:20.331 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-04-12T04:56:20.331 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-04-12T04:56:20.331 INFO:teuthology.orchestra.run.smithi063.stdout:Install 3 Packages 2024-04-12T04:56:20.331 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T04:56:20.331 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 90 M 2024-04-12T04:56:20.331 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 96 M 2024-04-12T04:56:20.332 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-04-12T04:56:21.148 INFO:teuthology.orchestra.run.smithi098.stdout:(1/3): kernel-4.18.0-552.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2024-04-12T04:56:21.405 INFO:teuthology.orchestra.run.smithi063.stdout:(1/3): kernel-4.18.0-552.el8.x86_64.rpm 11 MB/s | 10 MB 00:00 2024-04-12T04:56:22.364 INFO:teuthology.orchestra.run.smithi098.stdout:(2/3): kernel-modules-4.18.0-552.el8.x86_64.rpm 18 MB/s | 36 MB 00:02 2024-04-12T04:56:22.506 INFO:teuthology.orchestra.run.smithi063.stdout:(2/3): kernel-modules-4.18.0-552.el8.x86_64.rpm 18 MB/s | 36 MB 00:02 2024-04-12T04:56:22.873 INFO:teuthology.orchestra.run.smithi098.stdout:(3/3): kernel-core-4.18.0-552.el8.x86_64.rpm 17 MB/s | 44 MB 00:02 2024-04-12T04:56:22.873 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-12T04:56:22.873 INFO:teuthology.orchestra.run.smithi098.stdout:Total 32 MB/s | 90 MB 00:02 2024-04-12T04:56:23.014 INFO:teuthology.orchestra.run.smithi063.stdout:(3/3): kernel-core-4.18.0-552.el8.x86_64.rpm 17 MB/s | 44 MB 00:02 2024-04-12T04:56:23.014 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-04-12T04:56:23.015 INFO:teuthology.orchestra.run.smithi063.stdout:Total 34 MB/s | 90 MB 00:02 2024-04-12T04:56:23.561 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-12T04:56:23.733 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-04-12T04:56:23.989 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-12T04:56:23.990 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-12T04:56:24.170 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-04-12T04:56:24.170 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-04-12T04:56:25.242 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-12T04:56:25.259 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-12T04:56:25.485 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-04-12T04:56:25.506 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-04-12T04:56:28.007 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-12T04:56:28.460 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-04-12T04:56:28.525 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-12T04:56:29.055 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-12T04:56:32.081 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-12T04:56:32.508 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-12T04:56:32.816 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-12T04:56:33.388 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-12T04:56:35.938 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-12T04:56:36.206 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-4.18.0-552.el8.x86_64 3/3 2024-04-12T04:56:37.074 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-12T04:56:37.342 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-4.18.0-552.el8.x86_64 3/3 2024-04-12T04:56:58.155 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 3/3 2024-04-12T04:56:58.180 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-12T04:56:58.630 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-4.18.0-552.el8.x86_64 3/3 2024-04-12T04:56:58.630 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-4.18.0-552.el8.x86_64 1/3 2024-04-12T04:56:58.631 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-core-4.18.0-552.el8.x86_64 2/3 2024-04-12T04:56:59.153 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-12T04:56:59.153 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T04:56:59.153 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-12T04:56:59.153 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-4.18.0-552.el8.x86_64 kernel-core-4.18.0-552.el8.x86_64 2024-04-12T04:56:59.153 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules-4.18.0-552.el8.x86_64 2024-04-12T04:56:59.154 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T04:56:59.154 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-12T04:56:59.287 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2024-04-12T04:56:59.507 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-12T04:56:59.507 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-12T04:56:59.507 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-552.el8.x86_64 2024-04-12T04:56:59.507 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-12T04:56:59.507 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-12T04:56:59.507 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-12T04:56:59.507 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi098.front.sepia.ceph.com, path=None, version=distro) 2024-04-12T04:56:59.508 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2024-04-12T04:56:59.718 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-12T04:56:59.718 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-12T04:56:59.718 DEBUG:teuthology.orchestra.run.smithi098:> sudo rpm -qi grub2-tools 2024-04-12T04:56:59.751 INFO:teuthology.orchestra.run.smithi098.stdout:Name : grub2-tools 2024-04-12T04:56:59.752 INFO:teuthology.orchestra.run.smithi098.stdout:Epoch : 1 2024-04-12T04:56:59.752 INFO:teuthology.orchestra.run.smithi098.stdout:Version : 2.02 2024-04-12T04:56:59.752 INFO:teuthology.orchestra.run.smithi098.stdout:Release : 129.el8 2024-04-12T04:56:59.752 INFO:teuthology.orchestra.run.smithi098.stdout:Architecture: x86_64 2024-04-12T04:56:59.752 INFO:teuthology.orchestra.run.smithi098.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-04-12T04:56:59.752 INFO:teuthology.orchestra.run.smithi098.stdout:Group : System Environment/Base 2024-04-12T04:56:59.752 INFO:teuthology.orchestra.run.smithi098.stdout:Size : 9265586 2024-04-12T04:56:59.752 INFO:teuthology.orchestra.run.smithi098.stdout:License : GPLv3+ 2024-04-12T04:56:59.752 INFO:teuthology.orchestra.run.smithi098.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-04-12T04:56:59.752 INFO:teuthology.orchestra.run.smithi098.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-04-12T04:56:59.752 INFO:teuthology.orchestra.run.smithi098.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-04-12T04:56:59.752 INFO:teuthology.orchestra.run.smithi098.stdout:Build Host : kbuilder.bsys.centos.org 2024-04-12T04:56:59.752 INFO:teuthology.orchestra.run.smithi098.stdout:Relocations : (not relocatable) 2024-04-12T04:56:59.752 INFO:teuthology.orchestra.run.smithi098.stdout:Packager : CentOS BuildSystem 2024-04-12T04:56:59.753 INFO:teuthology.orchestra.run.smithi098.stdout:Vendor : CentOS 2024-04-12T04:56:59.753 INFO:teuthology.orchestra.run.smithi098.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-12T04:56:59.753 INFO:teuthology.orchestra.run.smithi098.stdout:Summary : Support tools for GRUB. 2024-04-12T04:56:59.753 INFO:teuthology.orchestra.run.smithi098.stdout:Description : 2024-04-12T04:56:59.753 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T04:56:59.753 INFO:teuthology.orchestra.run.smithi098.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-12T04:56:59.753 INFO:teuthology.orchestra.run.smithi098.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-12T04:56:59.753 INFO:teuthology.orchestra.run.smithi098.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-12T04:56:59.753 INFO:teuthology.orchestra.run.smithi098.stdout:hardware devices. 2024-04-12T04:56:59.753 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T04:56:59.753 INFO:teuthology.orchestra.run.smithi098.stdout:This subpackage provides tools for support of all platforms. 2024-04-12T04:56:59.754 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-12T04:56:59.754 INFO:teuthology.task.kernel:Updating grub on smithi098 to boot 4.18.0-552.el8.x86_64 2024-04-12T04:56:59.754 DEBUG:teuthology.orchestra.run.smithi098:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-12T04:57:00.560 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 3/3 2024-04-12T04:57:00.586 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-12T04:57:00.950 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-4.18.0-552.el8.x86_64 3/3 2024-04-12T04:57:00.950 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-4.18.0-552.el8.x86_64 1/3 2024-04-12T04:57:00.950 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-core-4.18.0-552.el8.x86_64 2/3 2024-04-12T04:57:01.151 INFO:teuthology.orchestra.run.smithi098.stderr:Generating grub configuration file ... 2024-04-12T04:57:01.465 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-12T04:57:01.465 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T04:57:01.465 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-04-12T04:57:01.465 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-4.18.0-552.el8.x86_64 kernel-core-4.18.0-552.el8.x86_64 2024-04-12T04:57:01.465 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules-4.18.0-552.el8.x86_64 2024-04-12T04:57:01.466 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T04:57:01.466 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-04-12T04:57:01.656 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2024-04-12T04:57:01.881 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-12T04:57:01.881 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-12T04:57:01.882 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-552.el8.x86_64 2024-04-12T04:57:01.882 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-12T04:57:01.882 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-12T04:57:01.882 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-12T04:57:01.882 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi063.front.sepia.ceph.com, path=None, version=distro) 2024-04-12T04:57:01.882 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2024-04-12T04:57:02.103 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-12T04:57:02.104 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-12T04:57:02.104 DEBUG:teuthology.orchestra.run.smithi063:> sudo rpm -qi grub2-tools 2024-04-12T04:57:02.138 INFO:teuthology.orchestra.run.smithi063.stdout:Name : grub2-tools 2024-04-12T04:57:02.138 INFO:teuthology.orchestra.run.smithi063.stdout:Epoch : 1 2024-04-12T04:57:02.138 INFO:teuthology.orchestra.run.smithi063.stdout:Version : 2.02 2024-04-12T04:57:02.138 INFO:teuthology.orchestra.run.smithi063.stdout:Release : 129.el8 2024-04-12T04:57:02.138 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: x86_64 2024-04-12T04:57:02.138 INFO:teuthology.orchestra.run.smithi063.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-04-12T04:57:02.138 INFO:teuthology.orchestra.run.smithi063.stdout:Group : System Environment/Base 2024-04-12T04:57:02.138 INFO:teuthology.orchestra.run.smithi063.stdout:Size : 9265586 2024-04-12T04:57:02.138 INFO:teuthology.orchestra.run.smithi063.stdout:License : GPLv3+ 2024-04-12T04:57:02.138 INFO:teuthology.orchestra.run.smithi063.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-04-12T04:57:02.138 INFO:teuthology.orchestra.run.smithi063.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-04-12T04:57:02.139 INFO:teuthology.orchestra.run.smithi063.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-04-12T04:57:02.139 INFO:teuthology.orchestra.run.smithi063.stdout:Build Host : kbuilder.bsys.centos.org 2024-04-12T04:57:02.139 INFO:teuthology.orchestra.run.smithi063.stdout:Relocations : (not relocatable) 2024-04-12T04:57:02.139 INFO:teuthology.orchestra.run.smithi063.stdout:Packager : CentOS BuildSystem 2024-04-12T04:57:02.139 INFO:teuthology.orchestra.run.smithi063.stdout:Vendor : CentOS 2024-04-12T04:57:02.139 INFO:teuthology.orchestra.run.smithi063.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-12T04:57:02.139 INFO:teuthology.orchestra.run.smithi063.stdout:Summary : Support tools for GRUB. 2024-04-12T04:57:02.139 INFO:teuthology.orchestra.run.smithi063.stdout:Description : 2024-04-12T04:57:02.139 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T04:57:02.139 INFO:teuthology.orchestra.run.smithi063.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-12T04:57:02.139 INFO:teuthology.orchestra.run.smithi063.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-12T04:57:02.139 INFO:teuthology.orchestra.run.smithi063.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-12T04:57:02.139 INFO:teuthology.orchestra.run.smithi063.stdout:hardware devices. 2024-04-12T04:57:02.139 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T04:57:02.139 INFO:teuthology.orchestra.run.smithi063.stdout:This subpackage provides tools for support of all platforms. 2024-04-12T04:57:02.140 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-12T04:57:02.140 INFO:teuthology.task.kernel:Updating grub on smithi063 to boot 4.18.0-552.el8.x86_64 2024-04-12T04:57:02.140 DEBUG:teuthology.orchestra.run.smithi063:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-12T04:57:02.949 INFO:teuthology.orchestra.run.smithi098.stderr:done 2024-04-12T04:57:02.950 DEBUG:teuthology.orchestra.run.smithi098:> mktemp 2024-04-12T04:57:02.973 INFO:teuthology.orchestra.run.smithi098.stdout:/tmp/tmp.yiSYrbGSvj 2024-04-12T04:57:02.974 DEBUG:teuthology.orchestra.run.smithi098:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.yiSYrbGSvj 2024-04-12T04:57:03.047 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0666 /tmp/tmp.yiSYrbGSvj 2024-04-12T04:57:03.185 DEBUG:teuthology.orchestra.remote:smithi098:/tmp/tmp.yiSYrbGSvj is 6KB 2024-04-12T04:57:03.232 DEBUG:teuthology.orchestra.run.smithi098:> rm -fr /tmp/tmp.yiSYrbGSvj 2024-04-12T04:57:03.250 DEBUG:teuthology.orchestra.run.smithi098:> sudo /bin/ls /boot/loader/entries || true 2024-04-12T04:57:03.324 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-04-12T04:57:03.324 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-04-12T04:57:03.324 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-04-12T04:57:03.324 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64.conf 2024-04-12T04:57:03.326 DEBUG:teuthology.orchestra.run.smithi098:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64 2024-04-12T04:57:03.474 DEBUG:teuthology.orchestra.run.smithi098:> sudo shutdown -r now 2024-04-12T04:57:03.512 INFO:teuthology.orchestra.run.smithi063.stderr:Generating grub configuration file ... 2024-04-12T04:57:05.263 INFO:teuthology.orchestra.run.smithi063.stderr:done 2024-04-12T04:57:05.265 DEBUG:teuthology.orchestra.run.smithi063:> mktemp 2024-04-12T04:57:05.297 INFO:teuthology.orchestra.run.smithi063.stdout:/tmp/tmp.scUWmG3X9G 2024-04-12T04:57:05.297 DEBUG:teuthology.orchestra.run.smithi063:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.scUWmG3X9G 2024-04-12T04:57:05.370 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 0666 /tmp/tmp.scUWmG3X9G 2024-04-12T04:57:05.522 DEBUG:teuthology.orchestra.remote:smithi063:/tmp/tmp.scUWmG3X9G is 6KB 2024-04-12T04:57:05.571 DEBUG:teuthology.orchestra.run.smithi063:> rm -fr /tmp/tmp.scUWmG3X9G 2024-04-12T04:57:05.589 DEBUG:teuthology.orchestra.run.smithi063:> sudo /bin/ls /boot/loader/entries || true 2024-04-12T04:57:05.661 INFO:teuthology.orchestra.run.smithi063.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-04-12T04:57:05.662 INFO:teuthology.orchestra.run.smithi063.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-04-12T04:57:05.662 INFO:teuthology.orchestra.run.smithi063.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-04-12T04:57:05.662 INFO:teuthology.orchestra.run.smithi063.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64.conf 2024-04-12T04:57:05.663 DEBUG:teuthology.orchestra.run.smithi063:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64 2024-04-12T04:57:05.838 DEBUG:teuthology.orchestra.run.smithi063:> sudo shutdown -r now 2024-04-12T04:57:33.502 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-12T04:57:33.503 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-12T04:57:33.504 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T04:57:35.842 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-12T04:57:35.843 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-12T04:57:35.843 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T04:57:51.902 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2024-04-12T04:57:54.206 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-04-12T04:58:00.909 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-12T04:58:00.910 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T04:58:03.208 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-12T04:58:03.208 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T04:58:04.002 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2024-04-12T04:58:06.270 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-04-12T04:58:16.013 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-12T04:58:16.014 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T04:58:18.273 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-12T04:58:18.274 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T04:58:19.102 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2024-04-12T04:58:34.117 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-12T04:58:34.118 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T04:58:36.702 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-04-12T04:58:51.716 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-12T04:58:51.717 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T04:58:52.916 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-04-12T04:58:53.649 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-12T04:58:53.650 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-552.el8.x86_64"... 2024-04-12T04:58:53.650 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-04-12T04:58:53.667 INFO:teuthology.orchestra.run.smithi063.stdout:4.18.0-552.el8.x86_64 2024-04-12T04:58:53.667 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-552.el8.x86_64 vs 4.18.0-552.el8.x86_64 2024-04-12T04:58:53.667 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-12T04:58:53.667 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-12T04:58:54.668 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-12T04:58:54.669 DEBUG:teuthology.orchestra.run.smithi063:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-12T04:58:54.722 INFO:teuthology.orchestra.run.smithi063.stdout:ttyS1 2024-04-12T04:58:54.735 DEBUG:teuthology.parallel:result is None 2024-04-12T04:59:05.907 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-04-12T04:59:06.154 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-12T04:59:06.154 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-552.el8.x86_64"... 2024-04-12T04:59:06.154 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-04-12T04:59:06.213 INFO:teuthology.orchestra.run.smithi098.stdout:4.18.0-552.el8.x86_64 2024-04-12T04:59:06.213 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-552.el8.x86_64 vs 4.18.0-552.el8.x86_64 2024-04-12T04:59:06.213 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-12T04:59:06.213 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-12T04:59:07.214 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-12T04:59:07.214 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-12T04:59:07.289 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2024-04-12T04:59:07.301 DEBUG:teuthology.parallel:result is None 2024-04-12T04:59:07.301 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-12T04:59:07.308 INFO:teuthology.task.internal:Creating test directory... 2024-04-12T04:59:07.309 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-12T04:59:07.311 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-12T04:59:07.332 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-12T04:59:07.347 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-12T04:59:07.380 INFO:teuthology.task.internal:Creating archive directory... 2024-04-12T04:59:07.380 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-12T04:59:07.382 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-12T04:59:07.418 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-12T04:59:07.425 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-12T04:59:07.425 DEBUG:teuthology.orchestra.run.smithi063:> 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-04-12T04:59:07.456 DEBUG:teuthology.orchestra.run.smithi098:> 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-04-12T04:59:07.493 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T04:59:07.494 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T04:59:07.504 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T04:59:07.506 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T04:59:07.507 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-12T04:59:07.514 INFO:teuthology.task.internal:Configuring sudo... 2024-04-12T04:59:07.514 DEBUG:teuthology.orchestra.run.smithi063:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-12T04:59:07.549 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-12T04:59:07.579 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-12T04:59:07.588 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-12T04:59:07.588 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-12T04:59:07.620 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-12T04:59:07.639 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-12T04:59:07.735 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-12T04:59:07.787 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-12T04:59:07.842 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-12T04:59:07.876 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-12T04:59:07.876 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-12T04:59:07.943 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-12T04:59:08.001 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-12T04:59:08.046 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-12T04:59:08.141 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-12T04:59:08.176 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-12T04:59:08.176 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-12T04:59:08.245 DEBUG:teuthology.orchestra.run.smithi063:> sudo service rsyslog restart 2024-04-12T04:59:08.247 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2024-04-12T04:59:08.304 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-12T04:59:08.354 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-12T04:59:08.824 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-12T04:59:08.832 INFO:teuthology.task.internal:Starting timer... 2024-04-12T04:59:08.832 INFO:teuthology.run_tasks:Running task pcp... 2024-04-12T04:59:08.875 INFO:teuthology.run_tasks:Running task selinux... 2024-04-12T04:59:08.908 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-12T04:59:08.908 DEBUG:teuthology.orchestra.run.smithi063:> sudo service auditd rotate 2024-04-12T04:59:08.970 INFO:teuthology.orchestra.run.smithi063.stdout:Rotating logs: 2024-04-12T04:59:08.972 DEBUG:teuthology.orchestra.run.smithi098:> sudo service auditd rotate 2024-04-12T04:59:09.051 INFO:teuthology.orchestra.run.smithi098.stdout:Rotating logs: 2024-04-12T04:59:09.053 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-12T04:59:09.053 DEBUG:teuthology.orchestra.run.smithi063:> /usr/sbin/getenforce 2024-04-12T04:59:09.074 INFO:teuthology.orchestra.run.smithi063.stdout:Permissive 2024-04-12T04:59:09.075 DEBUG:teuthology.orchestra.run.smithi098:> /usr/sbin/getenforce 2024-04-12T04:59:09.103 INFO:teuthology.orchestra.run.smithi098.stdout:Permissive 2024-04-12T04:59:09.103 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi063.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi098.front.sepia.ceph.com': 'permissive'} 2024-04-12T04:59:09.104 DEBUG:teuthology.orchestra.run.smithi063:> 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-04-12T04:59:09.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T04:59:09.143 DEBUG:teuthology.orchestra.run.smithi098:> 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-04-12T04:59:09.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T04:59:09.172 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-12T04:59:09.172 DEBUG:teuthology.orchestra.run.smithi063:> sudo /usr/sbin/setenforce permissive 2024-04-12T04:59:09.210 DEBUG:teuthology.orchestra.run.smithi098:> sudo /usr/sbin/setenforce permissive 2024-04-12T04:59:09.240 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-12T04:59:09.249 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-12T04:59:09.256 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-12T04:59:09.436 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-12T04:59:09.450 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-04-12T04:59:09.451 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi063.front.sepia.ceph.com,smithi098.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-12T05:05:00.988 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi063.front.sepia.ceph.com'), Remote(name='ubuntu@smithi098.front.sepia.ceph.com')] 2024-04-12T05:05:00.989 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-12T05:05:00.991 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T05:05:01.077 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-04-12T05:05:01.145 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-12T05:05:01.146 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-12T05:05:01.146 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T05:05:01.230 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-04-12T05:05:01.255 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-12T05:05:01.256 INFO:teuthology.run_tasks:Running task clock... 2024-04-12T05:05:01.266 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-12T05:05:01.267 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-12T05:05:01.267 DEBUG:teuthology.orchestra.run.smithi063:> 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-04-12T05:05:01.269 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-12T05:05:01.269 DEBUG:teuthology.orchestra.run.smithi098:> 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-04-12T05:05:01.300 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-12T05:05:01.315 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-12T05:05:01.327 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-12T05:05:01.341 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-12T05:05:01.385 INFO:teuthology.orchestra.run.smithi063.stderr:sudo: ntpd: command not found 2024-04-12T05:05:01.397 INFO:teuthology.orchestra.run.smithi063.stdout:506 Cannot talk to daemon 2024-04-12T05:05:01.411 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-12T05:05:01.412 INFO:teuthology.orchestra.run.smithi098.stderr:sudo: ntpd: command not found 2024-04-12T05:05:01.424 INFO:teuthology.orchestra.run.smithi098.stdout:506 Cannot talk to daemon 2024-04-12T05:05:01.424 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-12T05:05:01.437 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-12T05:05:01.451 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-12T05:05:01.491 INFO:teuthology.orchestra.run.smithi063.stderr:bash: ntpq: command not found 2024-04-12T05:05:01.496 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-12T05:05:01.496 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2024-04-12T05:05:01.496 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T05:05:01.496 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T05:05:01.496 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T05:05:01.496 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T05:05:01.516 INFO:teuthology.orchestra.run.smithi098.stderr:bash: ntpq: command not found 2024-04-12T05:05:01.519 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-12T05:05:01.519 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2024-04-12T05:05:01.519 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T05:05:01.519 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T05:05:01.519 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T05:05:01.519 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T05:05:01.520 INFO:teuthology.run_tasks:Running task pexec... 2024-04-12T05:05:01.529 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-12T05:05:01.530 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi063.front.sepia.ceph.com 2024-04-12T05:05:01.530 DEBUG:teuthology.orchestra.run.smithi063:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-12T05:05:01.530 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi098.front.sepia.ceph.com 2024-04-12T05:05:01.530 DEBUG:teuthology.orchestra.run.smithi098:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-12T05:05:02.314 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:31 ago on Fri 12 Apr 2024 05:03:31 AM UTC. 2024-04-12T05:05:02.320 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:22 ago on Fri 12 Apr 2024 05:03:40 AM UTC. 2024-04-12T05:05:04.459 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-12T05:05:04.460 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-12T05:05:04.460 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-04-12T05:05:04.460 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-12T05:05:04.460 INFO:teuthology.orchestra.run.smithi098.stdout:Resetting modules: 2024-04-12T05:05:04.460 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools 2024-04-12T05:05:04.460 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:05:04.460 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-12T05:05:04.460 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-12T05:05:04.461 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:05:04.605 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-04-12T05:05:04.606 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-04-12T05:05:04.607 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2024-04-12T05:05:04.607 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-04-12T05:05:04.607 INFO:teuthology.orchestra.run.smithi063.stdout:Resetting modules: 2024-04-12T05:05:04.607 INFO:teuthology.orchestra.run.smithi063.stdout: container-tools 2024-04-12T05:05:04.607 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:05:04.607 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-04-12T05:05:04.607 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-04-12T05:05:04.607 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:05:04.720 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-12T05:05:04.872 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-04-12T05:05:05.537 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:34 ago on Fri 12 Apr 2024 05:03:31 AM UTC. 2024-04-12T05:05:05.776 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:25 ago on Fri 12 Apr 2024 05:03:40 AM UTC. 2024-04-12T05:05:07.681 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-12T05:05:07.718 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-12T05:05:07.718 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-12T05:05:07.718 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-12T05:05:07.718 INFO:teuthology.orchestra.run.smithi098.stdout:Installing group/module packages: 2024-04-12T05:05:07.718 INFO:teuthology.orchestra.run.smithi098.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-04-12T05:05:07.718 INFO:teuthology.orchestra.run.smithi098.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-04-12T05:05:07.718 INFO:teuthology.orchestra.run.smithi098.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-04-12T05:05:07.718 INFO:teuthology.orchestra.run.smithi098.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-04-12T05:05:07.718 INFO:teuthology.orchestra.run.smithi098.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-04-12T05:05:07.718 INFO:teuthology.orchestra.run.smithi098.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-04-12T05:05:07.718 INFO:teuthology.orchestra.run.smithi098.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-04-12T05:05:07.718 INFO:teuthology.orchestra.run.smithi098.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-04-12T05:05:07.719 INFO:teuthology.orchestra.run.smithi098.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-04-12T05:05:07.719 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-12T05:05:07.719 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-04-12T05:05:07.719 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-04-12T05:05:07.719 INFO:teuthology.orchestra.run.smithi098.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-04-12T05:05:07.719 INFO:teuthology.orchestra.run.smithi098.stdout:Installing weak dependencies: 2024-04-12T05:05:07.719 INFO:teuthology.orchestra.run.smithi098.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-04-12T05:05:07.719 INFO:teuthology.orchestra.run.smithi098.stdout:Installing module profiles: 2024-04-12T05:05:07.719 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools/common 2024-04-12T05:05:07.719 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:05:07.719 INFO:teuthology.orchestra.run.smithi098.stdout:Enabling module streams: 2024-04-12T05:05:07.719 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools rhel8 2024-04-12T05:05:07.719 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:05:07.719 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-12T05:05:07.719 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-12T05:05:07.720 INFO:teuthology.orchestra.run.smithi098.stdout:Install 13 Packages 2024-04-12T05:05:07.720 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:05:07.720 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 27 M 2024-04-12T05:05:07.720 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 91 M 2024-04-12T05:05:07.720 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-12T05:05:08.066 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-04-12T05:05:08.107 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-04-12T05:05:08.107 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-04-12T05:05:08.107 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-04-12T05:05:08.107 INFO:teuthology.orchestra.run.smithi063.stdout:Installing group/module packages: 2024-04-12T05:05:08.107 INFO:teuthology.orchestra.run.smithi063.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-04-12T05:05:08.107 INFO:teuthology.orchestra.run.smithi063.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-04-12T05:05:08.108 INFO:teuthology.orchestra.run.smithi063.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-04-12T05:05:08.108 INFO:teuthology.orchestra.run.smithi063.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-04-12T05:05:08.108 INFO:teuthology.orchestra.run.smithi063.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-04-12T05:05:08.108 INFO:teuthology.orchestra.run.smithi063.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-04-12T05:05:08.108 INFO:teuthology.orchestra.run.smithi063.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-04-12T05:05:08.108 INFO:teuthology.orchestra.run.smithi063.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-04-12T05:05:08.108 INFO:teuthology.orchestra.run.smithi063.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-04-12T05:05:08.108 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-04-12T05:05:08.108 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-04-12T05:05:08.108 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-04-12T05:05:08.108 INFO:teuthology.orchestra.run.smithi063.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-04-12T05:05:08.108 INFO:teuthology.orchestra.run.smithi063.stdout:Installing weak dependencies: 2024-04-12T05:05:08.108 INFO:teuthology.orchestra.run.smithi063.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-04-12T05:05:08.108 INFO:teuthology.orchestra.run.smithi063.stdout:Installing module profiles: 2024-04-12T05:05:08.109 INFO:teuthology.orchestra.run.smithi063.stdout: container-tools/common 2024-04-12T05:05:08.109 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:05:08.109 INFO:teuthology.orchestra.run.smithi063.stdout:Enabling module streams: 2024-04-12T05:05:08.109 INFO:teuthology.orchestra.run.smithi063.stdout: container-tools rhel8 2024-04-12T05:05:08.109 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:05:08.109 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-04-12T05:05:08.109 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-04-12T05:05:08.109 INFO:teuthology.orchestra.run.smithi063.stdout:Install 13 Packages 2024-04-12T05:05:08.109 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:05:08.110 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 27 M 2024-04-12T05:05:08.110 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 91 M 2024-04-12T05:05:08.110 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-04-12T05:05:08.214 INFO:teuthology.orchestra.run.smithi098.stdout:(1/13): cockpit-podman-84.1-1.module_el8+977+8a 1.5 MB/s | 689 kB 00:00 2024-04-12T05:05:08.248 INFO:teuthology.orchestra.run.smithi098.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 2.1 MB/s | 1.0 MB 00:00 2024-04-12T05:05:08.282 INFO:teuthology.orchestra.run.smithi098.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 566 kB/s | 38 kB 00:00 2024-04-12T05:05:08.349 INFO:teuthology.orchestra.run.smithi098.stdout:(4/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 2.5 MB/s | 258 kB 00:00 2024-04-12T05:05:08.433 INFO:teuthology.orchestra.run.smithi098.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 2.1 MB/s | 180 kB 00:00 2024-04-12T05:05:08.508 INFO:teuthology.orchestra.run.smithi098.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 330 kB/s | 25 kB 00:00 2024-04-12T05:05:08.617 INFO:teuthology.orchestra.run.smithi098.stdout:(7/13): buildah-1.33.6-2.module_el8+976+1136073 11 MB/s | 9.6 MB 00:00 2024-04-12T05:05:08.642 INFO:teuthology.orchestra.run.smithi098.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 703 kB/s | 94 kB 00:00 2024-04-12T05:05:08.709 INFO:teuthology.orchestra.run.smithi098.stdout:(9/13): netavark-1.10.3-1.module_el8+951+32019c 9.6 MB/s | 4.1 MB 00:00 2024-04-12T05:05:08.728 INFO:teuthology.orchestra.run.smithi063.stdout:(1/13): cockpit-podman-84.1-1.module_el8+977+8a 1.6 MB/s | 689 kB 00:00 2024-04-12T05:05:08.761 INFO:teuthology.orchestra.run.smithi063.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 2.2 MB/s | 1.0 MB 00:00 2024-04-12T05:05:08.776 INFO:teuthology.orchestra.run.smithi098.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 789 kB/s | 53 kB 00:00 2024-04-12T05:05:08.803 INFO:teuthology.orchestra.run.smithi063.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 505 kB/s | 38 kB 00:00 2024-04-12T05:05:08.845 INFO:teuthology.orchestra.run.smithi063.stdout:(4/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 3.0 MB/s | 258 kB 00:00 2024-04-12T05:05:08.868 INFO:teuthology.orchestra.run.smithi098.stdout:(11/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 11 MB/s | 2.5 MB 00:00 2024-04-12T05:05:08.884 INFO:teuthology.orchestra.run.smithi098.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 377 kB/s | 41 kB 00:00 2024-04-12T05:05:08.929 INFO:teuthology.orchestra.run.smithi063.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 2.1 MB/s | 180 kB 00:00 2024-04-12T05:05:09.004 INFO:teuthology.orchestra.run.smithi063.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 331 kB/s | 25 kB 00:00 2024-04-12T05:05:09.085 INFO:teuthology.orchestra.run.smithi098.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 19 MB/s | 8.8 MB 00:00 2024-04-12T05:05:09.085 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-12T05:05:09.085 INFO:teuthology.orchestra.run.smithi098.stdout:Total 20 MB/s | 27 MB 00:01 2024-04-12T05:05:09.121 INFO:teuthology.orchestra.run.smithi063.stdout:(7/13): buildah-1.33.6-2.module_el8+976+1136073 12 MB/s | 9.6 MB 00:00 2024-04-12T05:05:09.213 INFO:teuthology.orchestra.run.smithi063.stdout:(8/13): netavark-1.10.3-1.module_el8+951+32019c 10 MB/s | 4.1 MB 00:00 2024-04-12T05:05:09.239 INFO:teuthology.orchestra.run.smithi063.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 401 kB/s | 94 kB 00:00 2024-04-12T05:05:09.314 INFO:teuthology.orchestra.run.smithi063.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 702 kB/s | 53 kB 00:00 2024-04-12T05:05:09.360 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-12T05:05:09.381 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-12T05:05:09.381 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-12T05:05:09.389 INFO:teuthology.orchestra.run.smithi063.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 547 kB/s | 41 kB 00:00 2024-04-12T05:05:09.439 INFO:teuthology.orchestra.run.smithi063.stdout:(12/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 11 MB/s | 2.5 MB 00:00 2024-04-12T05:05:09.540 INFO:teuthology.orchestra.run.smithi063.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 21 MB/s | 8.8 MB 00:00 2024-04-12T05:05:09.540 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-04-12T05:05:09.540 INFO:teuthology.orchestra.run.smithi063.stdout:Total 19 MB/s | 27 MB 00:01 2024-04-12T05:05:09.637 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-12T05:05:09.641 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-12T05:05:09.823 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-04-12T05:05:09.846 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-04-12T05:05:09.846 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-04-12T05:05:10.125 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-04-12T05:05:10.129 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-04-12T05:05:10.337 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-12T05:05:10.819 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-04-12T05:05:11.259 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-04-12T05:05:11.462 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-04-12T05:05:11.608 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-04-12T05:05:11.785 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-04-12T05:05:11.816 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-04-12T05:05:11.972 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-04-12T05:05:12.050 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-04-12T05:05:12.150 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-04-12T05:05:12.349 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-04-12T05:05:12.565 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-04-12T05:05:12.575 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-04-12T05:05:13.133 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-04-12T05:05:13.542 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-04-12T05:05:13.749 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-04-12T05:05:13.953 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-04-12T05:05:14.146 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-04-12T05:05:14.384 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-04-12T05:05:14.421 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-04-12T05:05:14.592 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-04-12T05:05:14.616 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-12T05:05:14.837 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-12T05:05:15.023 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-12T05:05:15.049 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-04-12T05:05:15.250 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-12T05:05:15.427 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-12T05:05:15.428 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-04-12T05:05:15.428 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-04-12T05:05:15.428 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-04-12T05:05:15.428 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-04-12T05:05:15.428 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-04-12T05:05:15.428 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-04-12T05:05:15.428 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-04-12T05:05:15.428 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-04-12T05:05:15.428 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-04-12T05:05:15.428 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-04-12T05:05:15.428 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-12T05:05:15.428 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-12T05:05:15.457 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-12T05:05:15.640 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-12T05:05:15.996 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-04-12T05:05:15.996 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:05:15.996 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-12T05:05:15.996 INFO:teuthology.orchestra.run.smithi098.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-04-12T05:05:15.996 INFO:teuthology.orchestra.run.smithi098.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-04-12T05:05:15.996 INFO:teuthology.orchestra.run.smithi098.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-04-12T05:05:15.996 INFO:teuthology.orchestra.run.smithi098.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-04-12T05:05:15.996 INFO:teuthology.orchestra.run.smithi098.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-04-12T05:05:15.997 INFO:teuthology.orchestra.run.smithi098.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-04-12T05:05:15.997 INFO:teuthology.orchestra.run.smithi098.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-04-12T05:05:15.997 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-04-12T05:05:15.997 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-04-12T05:05:15.997 INFO:teuthology.orchestra.run.smithi098.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-04-12T05:05:15.997 INFO:teuthology.orchestra.run.smithi098.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-04-12T05:05:15.997 INFO:teuthology.orchestra.run.smithi098.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-04-12T05:05:15.997 INFO:teuthology.orchestra.run.smithi098.stdout: yajl-2.1.0-12.el8.x86_64 2024-04-12T05:05:15.997 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:05:15.997 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-12T05:05:16.115 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-12T05:05:16.115 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-04-12T05:05:16.115 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-04-12T05:05:16.115 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-04-12T05:05:16.115 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-04-12T05:05:16.115 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-04-12T05:05:16.115 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-04-12T05:05:16.115 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-04-12T05:05:16.115 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-04-12T05:05:16.115 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-04-12T05:05:16.115 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-04-12T05:05:16.115 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-12T05:05:16.116 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-12T05:05:16.756 DEBUG:teuthology.parallel:result is None 2024-04-12T05:05:16.818 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-04-12T05:05:16.819 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:05:16.819 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-04-12T05:05:16.819 INFO:teuthology.orchestra.run.smithi063.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-04-12T05:05:16.819 INFO:teuthology.orchestra.run.smithi063.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-04-12T05:05:16.819 INFO:teuthology.orchestra.run.smithi063.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-04-12T05:05:16.819 INFO:teuthology.orchestra.run.smithi063.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-04-12T05:05:16.819 INFO:teuthology.orchestra.run.smithi063.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-04-12T05:05:16.819 INFO:teuthology.orchestra.run.smithi063.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-04-12T05:05:16.819 INFO:teuthology.orchestra.run.smithi063.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-04-12T05:05:16.819 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-04-12T05:05:16.819 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-04-12T05:05:16.819 INFO:teuthology.orchestra.run.smithi063.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-04-12T05:05:16.819 INFO:teuthology.orchestra.run.smithi063.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-04-12T05:05:16.819 INFO:teuthology.orchestra.run.smithi063.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-04-12T05:05:16.820 INFO:teuthology.orchestra.run.smithi063.stdout: yajl-2.1.0-12.el8.x86_64 2024-04-12T05:05:16.820 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:05:16.820 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-04-12T05:05:17.096 DEBUG:teuthology.parallel:result is None 2024-04-12T05:05:17.097 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-12T05:05:17.402 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v16.2.5', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay.io/ceph/ceph:v16.2.5', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'd540ebaca6b131a1dd560e7f69e024b133bbaa42'} 2024-04-12T05:05:17.402 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v16.2.5 2024-04-12T05:05:17.402 INFO:tasks.cephadm:Cluster fsid is 40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:05:17.403 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-12T05:05:17.403 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-12T05:05:17.403 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi063': '172.21.15.63', 'mon.smithi098': '172.21.15.98'} 2024-04-12T05:05:17.403 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-12T05:05:17.403 DEBUG:teuthology.orchestra.run.smithi063:> sudo hostname $(hostname -s) 2024-04-12T05:05:17.434 DEBUG:teuthology.orchestra.run.smithi098:> sudo hostname $(hostname -s) 2024-04-12T05:05:17.468 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-04-12T05:05:17.468 DEBUG:teuthology.orchestra.run.smithi063:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-12T05:05:17.731 INFO:teuthology.orchestra.run.smithi063.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Apr 12 05:05 /home/ubuntu/cephtest/cephadm 2024-04-12T05:05:17.731 DEBUG:teuthology.orchestra.run.smithi098:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-12T05:05:17.991 INFO:teuthology.orchestra.run.smithi098.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Apr 12 05:05 /home/ubuntu/cephtest/cephadm 2024-04-12T05:05:17.991 DEBUG:teuthology.orchestra.run.smithi063:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-12T05:05:18.013 DEBUG:teuthology.orchestra.run.smithi098:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-12T05:05:18.043 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v16.2.5 on all hosts... 2024-04-12T05:05:18.043 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 pull 2024-04-12T05:05:18.055 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 pull 2024-04-12T05:05:19.802 INFO:teuthology.orchestra.run.smithi098.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2024-04-12T05:05:19.999 INFO:teuthology.orchestra.run.smithi063.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2024-04-12T05:05:39.300 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2024-04-12T05:05:39.300 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2024-04-12T05:05:39.300 INFO:teuthology.orchestra.run.smithi098.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2024-04-12T05:05:39.300 INFO:teuthology.orchestra.run.smithi098.stdout: "repo_digests": [ 2024-04-12T05:05:39.301 INFO:teuthology.orchestra.run.smithi098.stdout: "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2024-04-12T05:05:39.301 INFO:teuthology.orchestra.run.smithi098.stdout: "quay.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2024-04-12T05:05:39.301 INFO:teuthology.orchestra.run.smithi098.stdout: ] 2024-04-12T05:05:39.301 INFO:teuthology.orchestra.run.smithi098.stdout:} 2024-04-12T05:05:40.522 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:05:40.522 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2024-04-12T05:05:40.522 INFO:teuthology.orchestra.run.smithi063.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2024-04-12T05:05:40.522 INFO:teuthology.orchestra.run.smithi063.stdout: "repo_digests": [ 2024-04-12T05:05:40.522 INFO:teuthology.orchestra.run.smithi063.stdout: "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2024-04-12T05:05:40.522 INFO:teuthology.orchestra.run.smithi063.stdout: "quay.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2024-04-12T05:05:40.522 INFO:teuthology.orchestra.run.smithi063.stdout: ] 2024-04-12T05:05:40.522 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:05:40.541 DEBUG:teuthology.orchestra.run.smithi063:> sudo mkdir -p /etc/ceph 2024-04-12T05:05:40.571 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /etc/ceph 2024-04-12T05:05:40.606 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 777 /etc/ceph 2024-04-12T05:05:40.638 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 777 /etc/ceph 2024-04-12T05:05:40.677 INFO:tasks.cephadm:Writing seed config... 2024-04-12T05:05:40.678 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-12T05:05:40.678 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-12T05:05:40.679 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-12T05:05:40.679 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-12T05:05:40.679 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-12T05:05:40.679 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-12T05:05:40.679 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-12T05:05:40.679 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-04-12T05:05:40.679 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-12T05:05:40.680 DEBUG:teuthology.orchestra.run.smithi063:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-12T05:05:40.697 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 40f4d9f0-f88a-11ee-bc8c-c7b262605968 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-12T05:05:40.698 DEBUG:teuthology.orchestra.run.smithi063:mon.smithi063> sudo journalctl -f -n 0 -u ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mon.smithi063.service 2024-04-12T05:05:40.740 INFO:tasks.cephadm:Bootstrapping... 2024-04-12T05:05:40.740 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.63 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-12T05:05:40.767 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:-- Logs begin at Fri 2024-04-12 04:58:30 UTC. -- 2024-04-12T05:05:40.939 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-04-12T05:05:40.962 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: 4.9.4-dev 2024-04-12T05:05:40.977 INFO:teuthology.orchestra.run.smithi063.stderr:Verifying podman|docker is present... 2024-04-12T05:05:40.977 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-04-12T05:05:40.997 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: 4.9.4-dev 2024-04-12T05:05:41.008 INFO:teuthology.orchestra.run.smithi063.stderr:Verifying lvm2 is present... 2024-04-12T05:05:41.008 INFO:teuthology.orchestra.run.smithi063.stderr:Verifying time synchronization is in place... 2024-04-12T05:05:41.008 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-enabled chrony.service 2024-04-12T05:05:41.014 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-04-12T05:05:41.015 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-active chrony.service 2024-04-12T05:05:41.020 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: inactive 2024-04-12T05:05:41.020 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-enabled chronyd.service 2024-04-12T05:05:41.026 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: enabled 2024-04-12T05:05:41.026 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-active chronyd.service 2024-04-12T05:05:41.032 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: active 2024-04-12T05:05:41.032 INFO:teuthology.orchestra.run.smithi063.stderr:Unit chronyd.service is enabled and running 2024-04-12T05:05:41.032 INFO:teuthology.orchestra.run.smithi063.stderr:Repeating the final host check... 2024-04-12T05:05:41.033 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-04-12T05:05:41.052 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: 4.9.4-dev 2024-04-12T05:05:41.064 INFO:teuthology.orchestra.run.smithi063.stderr:podman|docker (/bin/podman) is present 2024-04-12T05:05:41.064 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl is present 2024-04-12T05:05:41.064 INFO:teuthology.orchestra.run.smithi063.stderr:lvcreate is present 2024-04-12T05:05:41.064 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-enabled chrony.service 2024-04-12T05:05:41.070 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-04-12T05:05:41.070 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-active chrony.service 2024-04-12T05:05:41.075 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: inactive 2024-04-12T05:05:41.076 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-enabled chronyd.service 2024-04-12T05:05:41.081 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: enabled 2024-04-12T05:05:41.082 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-active chronyd.service 2024-04-12T05:05:41.087 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: active 2024-04-12T05:05:41.088 INFO:teuthology.orchestra.run.smithi063.stderr:Unit chronyd.service is enabled and running 2024-04-12T05:05:41.088 INFO:teuthology.orchestra.run.smithi063.stderr:Host looks OK 2024-04-12T05:05:41.088 INFO:teuthology.orchestra.run.smithi063.stderr:Cluster fsid: 40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:05:41.088 INFO:teuthology.orchestra.run.smithi063.stderr:Acquiring lock 140518517018752 on /run/cephadm/40f4d9f0-f88a-11ee-bc8c-c7b262605968.lock 2024-04-12T05:05:41.089 INFO:teuthology.orchestra.run.smithi063.stderr:Lock 140518517018752 acquired on /run/cephadm/40f4d9f0-f88a-11ee-bc8c-c7b262605968.lock 2024-04-12T05:05:41.089 INFO:teuthology.orchestra.run.smithi063.stderr:Verifying IP 172.21.15.63 port 3300 ... 2024-04-12T05:05:41.089 INFO:teuthology.orchestra.run.smithi063.stderr:Verifying IP 172.21.15.63 port 6789 ... 2024-04-12T05:05:41.089 INFO:teuthology.orchestra.run.smithi063.stderr:Base mon IP is 172.21.15.63, final addrv is [v2:172.21.15.63:3300,v1:172.21.15.63:6789] 2024-04-12T05:05:41.090 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /sbin/ip route ls 2024-04-12T05:05:41.091 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.63 metric 100 2024-04-12T05:05:41.092 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.63 metric 100 2024-04-12T05:05:41.092 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /sbin/ip -6 route ls 2024-04-12T05:05:41.094 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-04-12T05:05:41.094 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-12T05:05:41.095 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1733sec hoplimit 64 pref medium 2024-04-12T05:05:41.095 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /sbin/ip -6 addr ls 2024-04-12T05:05:41.097 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-12T05:05:41.097 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-04-12T05:05:41.097 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-04-12T05:05:41.098 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-12T05:05:41.098 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: inet6 fe80::ec4:7aff:feb6:f8d7/64 scope link 2024-04-12T05:05:41.098 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-04-12T05:05:41.098 INFO:teuthology.orchestra.run.smithi063.stderr:Mon IP `172.21.15.63` is in CIDR network `172.21.0.0/20` 2024-04-12T05:05:41.098 INFO:teuthology.orchestra.run.smithi063.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-12T05:05:41.099 INFO:teuthology.orchestra.run.smithi063.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2024-04-12T05:05:41.099 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman pull quay.io/ceph/ceph:v16.2.5 2024-04-12T05:05:41.180 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v16.2.5... 2024-04-12T05:05:41.545 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: Getting image source signatures 2024-04-12T05:05:41.545 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-04-12T05:05:41.545 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-04-12T05:05:41.545 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-04-12T05:05:41.698 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: Writing manifest to image destination 2024-04-12T05:05:41.850 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-04-12T05:05:41.862 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --version 2024-04-12T05:05:42.379 INFO:teuthology.orchestra.run.smithi063.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-04-12T05:05:43.113 INFO:teuthology.orchestra.run.smithi063.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-04-12T05:05:43.113 INFO:teuthology.orchestra.run.smithi063.stderr:Extracting ceph user uid/gid from container image... 2024-04-12T05:05:43.113 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-04-12T05:05:43.616 INFO:teuthology.orchestra.run.smithi063.stderr:stat: 167 167 2024-04-12T05:05:44.140 INFO:teuthology.orchestra.run.smithi063.stderr:Creating initial keys... 2024-04-12T05:05:44.140 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2024-04-12T05:05:44.696 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-authtool: AQAowRhm9LI9JBAAkHPuiyIA7n1VC0YM8Qdc8Q== 2024-04-12T05:05:45.266 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2024-04-12T05:05:45.776 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-authtool: AQApwRhmr5cIKhAAR/3utPFRRs6M1Q5gjkohJg== 2024-04-12T05:05:46.344 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2024-04-12T05:05:46.882 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-authtool: AQAqwRhmovfQLxAAR+0zkxLKOEQCYDG/cc7ctw== 2024-04-12T05:05:47.391 INFO:teuthology.orchestra.run.smithi063.stderr:Creating initial monmap... 2024-04-12T05:05:47.391 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpb5nvdt85:/tmp/monmap:z quay.io/ceph/ceph:v16.2.5 --create --clobber --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 --addv smithi063 [v2:172.21.15.63:3300,v1:172.21.15.63:6789] /tmp/monmap 2024-04-12T05:05:47.896 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-12T05:05:47.896 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:05:47.896 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-12T05:05:48.378 INFO:teuthology.orchestra.run.smithi063.stderr:monmaptool for smithi063 [v2:172.21.15.63:3300,v1:172.21.15.63:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-12T05:05:48.378 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/monmaptool: set fsid to 40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:05:48.378 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-12T05:05:48.378 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-04-12T05:05:48.378 INFO:teuthology.orchestra.run.smithi063.stderr:Creating mon... 2024-04-12T05:05:48.380 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063:/var/lib/ceph/mon/ceph-smithi063:z -v /tmp/ceph-tmp9zj38dwn:/tmp/keyring:z -v /tmp/ceph-tmpb5nvdt85:/tmp/monmap:z quay.io/ceph/ceph:v16.2.5 --mkfs -i smithi063 --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2024-04-12T05:05:48.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.813+0000 7f8008a16700 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-12T05:05:48.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.813+0000 7f8008a16700 1 imported monmap: 2024-04-12T05:05:48.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: epoch 0 2024-04-12T05:05:48.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:05:48.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: last_changed 2024-04-12T05:05:47.820283+0000 2024-04-12T05:05:48.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: created 2024-04-12T05:05:47.820283+0000 2024-04-12T05:05:48.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-04-12T05:05:48.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-04-12T05:05:48.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.smithi063 2024-04-12T05:05:48.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2024-04-12T05:05:48.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.813+0000 7f8008a16700 0 /usr/bin/ceph-mon: set fsid to 40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:05:48.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: RocksDB version: 6.8.1 2024-04-12T05:05:48.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2024-04-12T05:05:48.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-04-12T05:05:48.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Compile date Jul 8 2021 2024-04-12T05:05:48.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: DB SUMMARY 2024-04-12T05:05:48.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2024-04-12T05:05:48.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi063/store.db dir, Total Num: 0, files: 2024-04-12T05:05:48.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2024-04-12T05:05:48.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi063/store.db: 2024-04-12T05:05:48.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2024-04-12T05:05:48.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.error_if_exists: 0 2024-04-12T05:05:48.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.create_if_missing: 1 2024-04-12T05:05:48.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.paranoid_checks: 1 2024-04-12T05:05:48.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.env: 0x56220b8031c0 2024-04-12T05:05:48.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.fs: Posix File System 2024-04-12T05:05:48.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.info_log: 0x56220ccbac20 2024-04-12T05:05:48.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-12T05:05:48.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.statistics: (nil) 2024-04-12T05:05:48.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.use_fsync: 0 2024-04-12T05:05:48.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.max_log_file_size: 0 2024-04-12T05:05:48.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-12T05:05:48.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-12T05:05:48.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-12T05:05:48.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-12T05:05:48.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.allow_fallocate: 1 2024-04-12T05:05:48.948 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-12T05:05:48.948 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-12T05:05:48.948 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.use_direct_reads: 0 2024-04-12T05:05:48.948 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-12T05:05:48.948 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.create_missing_column_families: 0 2024-04-12T05:05:48.948 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.db_log_dir: 2024-04-12T05:05:48.948 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi063/store.db 2024-04-12T05:05:48.948 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-12T05:05:48.948 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.max_subcompactions: 1 2024-04-12T05:05:48.948 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.max_background_flushes: -1 2024-04-12T05:05:48.948 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-12T05:05:48.948 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-12T05:05:48.948 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-12T05:05:48.948 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-12T05:05:48.949 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-12T05:05:48.949 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.advise_random_on_open: 1 2024-04-12T05:05:48.949 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-12T05:05:48.949 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.write_buffer_manager: 0x56220ccc3530 2024-04-12T05:05:48.949 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-12T05:05:48.949 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-04-12T05:05:48.949 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-12T05:05:48.949 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-12T05:05:48.949 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.rate_limiter: (nil) 2024-04-12T05:05:48.949 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-12T05:05:48.949 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-12T05:05:48.949 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-12T05:05:48.949 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-12T05:05:48.949 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.unordered_write: 0 2024-04-12T05:05:48.950 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-12T05:05:48.950 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-12T05:05:48.950 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-12T05:05:48.950 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-12T05:05:48.950 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.row_cache: None 2024-04-12T05:05:48.950 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.wal_filter: None 2024-04-12T05:05:48.950 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-12T05:05:48.950 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-12T05:05:48.950 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.preserve_deletes: 0 2024-04-12T05:05:48.950 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.two_write_queues: 0 2024-04-12T05:05:48.950 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.manual_wal_flush: 0 2024-04-12T05:05:48.950 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.atomic_flush: 0 2024-04-12T05:05:48.950 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-12T05:05:48.950 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-12T05:05:48.950 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-12T05:05:48.951 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.log_readahead_size: 0 2024-04-12T05:05:48.951 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-04-12T05:05:48.951 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.max_background_jobs: 2 2024-04-12T05:05:48.951 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.max_background_compactions: -1 2024-04-12T05:05:48.951 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-12T05:05:48.951 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-12T05:05:48.951 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-12T05:05:48.951 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.max_total_wal_size: 0 2024-04-12T05:05:48.951 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-12T05:05:48.951 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-12T05:05:48.951 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-12T05:05:48.951 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-12T05:05:48.951 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.max_open_files: -1 2024-04-12T05:05:48.951 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.bytes_per_sync: 0 2024-04-12T05:05:48.952 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-12T05:05:48.952 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-12T05:05:48.952 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-12T05:05:48.952 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Compression algorithms supported: 2024-04-12T05:05:48.952 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-12T05:05:48.952 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: kZSTD supported: 0 2024-04-12T05:05:48.952 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: kXpressCompression supported: 0 2024-04-12T05:05:48.952 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-12T05:05:48.952 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: kLZ4Compression supported: 1 2024-04-12T05:05:48.952 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: kBZip2Compression supported: 0 2024-04-12T05:05:48.952 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: kZlibCompression supported: 1 2024-04-12T05:05:48.952 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: kSnappyCompression supported: 1 2024-04-12T05:05:48.952 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-12T05:05:48.952 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.814+0000 7f8008a16700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-04-12T05:05:48.953 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2024-04-12T05:05:48.953 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi063/store.db/MANIFEST-000001 2024-04-12T05:05:48.953 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2024-04-12T05:05:48.953 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-04-12T05:05:48.953 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2024-04-12T05:05:48.953 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-12T05:05:48.953 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.merge_operator: 2024-04-12T05:05:48.953 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.compaction_filter: None 2024-04-12T05:05:48.953 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.compaction_filter_factory: None 2024-04-12T05:05:48.953 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-12T05:05:48.953 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-12T05:05:48.953 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56220cbd4160) 2024-04-12T05:05:48.953 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-04-12T05:05:48.953 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-12T05:05:48.953 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-12T05:05:48.954 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-04-12T05:05:48.954 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: index_type: 0 2024-04-12T05:05:48.954 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-04-12T05:05:48.954 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-04-12T05:05:48.954 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-04-12T05:05:48.954 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-04-12T05:05:48.954 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: checksum: 1 2024-04-12T05:05:48.954 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-04-12T05:05:48.954 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_cache: 0x56220cc0ad10 2024-04-12T05:05:48.954 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-04-12T05:05:48.954 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-04-12T05:05:48.954 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-04-12T05:05:48.954 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-04-12T05:05:48.954 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-04-12T05:05:48.955 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-04-12T05:05:48.955 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-04-12T05:05:48.955 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-04-12T05:05:48.955 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-04-12T05:05:48.955 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-04-12T05:05:48.955 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-04-12T05:05:48.955 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-04-12T05:05:48.955 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-04-12T05:05:48.955 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-04-12T05:05:48.955 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-04-12T05:05:48.955 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-04-12T05:05:48.955 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-04-12T05:05:48.955 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-04-12T05:05:48.955 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-04-12T05:05:48.955 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: format_version: 2 2024-04-12T05:05:48.956 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-04-12T05:05:48.956 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_align: 0 2024-04-12T05:05:48.956 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2024-04-12T05:05:48.956 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-12T05:05:48.956 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-12T05:05:48.956 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.compression: NoCompression 2024-04-12T05:05:48.956 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-12T05:05:48.956 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-12T05:05:48.956 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-12T05:05:48.956 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.num_levels: 7 2024-04-12T05:05:48.956 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-12T05:05:48.956 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-12T05:05:48.956 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-12T05:05:48.956 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-12T05:05:48.956 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-12T05:05:48.957 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-12T05:05:48.957 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-12T05:05:48.957 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-12T05:05:48.957 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-12T05:05:48.957 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-12T05:05:48.957 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.compression_opts.level: 32767 2024-04-12T05:05:48.957 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-12T05:05:48.957 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-12T05:05:48.957 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-12T05:05:48.957 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.compression_opts.enabled: false 2024-04-12T05:05:48.957 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-12T05:05:48.957 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-12T05:05:48.957 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-12T05:05:48.957 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-12T05:05:48.957 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-12T05:05:48.958 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-12T05:05:48.958 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-12T05:05:48.958 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-12T05:05:48.958 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-12T05:05:48.958 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-12T05:05:48.958 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-12T05:05:48.958 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-12T05:05:48.958 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-12T05:05:48.958 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-12T05:05:48.958 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-12T05:05:48.958 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-12T05:05:48.958 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-12T05:05:48.958 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.arena_block_size: 4194304 2024-04-12T05:05:48.958 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-12T05:05:48.959 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-12T05:05:48.959 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-04-12T05:05:48.959 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-12T05:05:48.959 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-12T05:05:48.959 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-12T05:05:48.959 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-12T05:05:48.959 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-12T05:05:48.959 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-12T05:05:48.959 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-12T05:05:48.959 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-12T05:05:48.959 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-12T05:05:48.959 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-12T05:05:48.959 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-12T05:05:48.959 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.table_properties_collectors: 2024-04-12T05:05:48.959 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.inplace_update_support: 0 2024-04-12T05:05:48.960 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-12T05:05:48.960 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-12T05:05:48.960 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-12T05:05:48.960 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-12T05:05:48.960 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.bloom_locality: 0 2024-04-12T05:05:48.960 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.max_successive_merges: 0 2024-04-12T05:05:48.960 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-12T05:05:48.960 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-12T05:05:48.960 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.force_consistency_checks: 0 2024-04-12T05:05:48.960 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-12T05:05:48.960 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.ttl: 2592000 2024-04-12T05:05:48.960 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-12T05:05:48.960 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi063/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-04-12T05:05:48.960 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2024-04-12T05:05:48.961 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.815+0000 7f8008a16700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-04-12T05:05:48.961 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2024-04-12T05:05:48.961 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.818+0000 7f8008a16700 4 rocksdb: DB pointer 0x56220cccf800 2024-04-12T05:05:48.961 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.818+0000 7f7ff189f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-04-12T05:05:48.961 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.818+0000 7f7ff189f700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-04-12T05:05:48.961 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-04-12T05:05:48.961 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T05:05:48.961 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-12T05:05:48.961 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T05:05:48.961 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T05:05:48.961 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-12T05:05:48.961 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-04-12T05:05:48.961 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T05:05:48.961 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2024-04-12T05:05:48.961 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-04-12T05:05:48.962 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-04-12T05:05:48.962 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:05:48.962 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-04-12T05:05:48.962 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-04-12T05:05:48.962 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2024-04-12T05:05:48.962 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-04-12T05:05:48.962 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-04-12T05:05:48.962 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:05:48.962 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T05:05:48.962 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-04-12T05:05:48.962 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T05:05:48.962 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-04-12T05:05:48.962 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T05:05:48.962 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-04-12T05:05:48.963 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T05:05:48.963 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T05:05:48.963 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-12T05:05:48.963 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2024-04-12T05:05:48.963 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-04-12T05:05:48.963 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2024-04-12T05:05:48.963 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-04-12T05:05:48.963 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-04-12T05:05:48.963 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:05:48.963 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-04-12T05:05:48.963 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-04-12T05:05:48.963 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2024-04-12T05:05:48.963 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-04-12T05:05:48.963 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-04-12T05:05:48.964 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:05:48.964 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T05:05:48.964 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-04-12T05:05:48.964 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T05:05:48.964 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-04-12T05:05:48.964 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T05:05:48.964 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-04-12T05:05:48.964 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T05:05:48.964 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T05:05:48.964 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-12T05:05:48.964 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2024-04-12T05:05:48.964 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-04-12T05:05:48.964 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2024-04-12T05:05:48.964 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.819+0000 7f8008a16700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-04-12T05:05:48.964 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.819+0000 7f8008a16700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-04-12T05:05:48.964 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:05:48.819+0000 7f8008a16700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi063 for mon.smithi063 2024-04-12T05:05:49.462 INFO:teuthology.orchestra.run.smithi063.stderr:create mon.smithi063 on 2024-04-12T05:05:49.463 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:05:49.468 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl disable ceph.target 2024-04-12T05:05:49.568 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl enable ceph.target 2024-04-12T05:05:49.574 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-12T05:05:49.660 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl start ceph.target 2024-04-12T05:05:49.667 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl enable ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968.target 2024-04-12T05:05:49.673 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968.target → /etc/systemd/system/ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968.target. 2024-04-12T05:05:49.673 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968.target → /etc/systemd/system/ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968.target. 2024-04-12T05:05:49.755 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl start ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968.target 2024-04-12T05:05:49.762 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl daemon-reload 2024-04-12T05:05:49.852 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl stop ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mon.smithi063 2024-04-12T05:05:49.888 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl reset-failed ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mon.smithi063 2024-04-12T05:05:49.893 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Failed to reset failed state of unit ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mon.smithi063.service: Unit ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mon.smithi063.service not loaded. 2024-04-12T05:05:49.894 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl enable ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mon.smithi063 2024-04-12T05:05:49.900 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Created symlink /etc/systemd/system/ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968.target.wants/ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mon.smithi063.service → /etc/systemd/system/ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@.service. 2024-04-12T05:05:49.986 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl start ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mon.smithi063 2024-04-12T05:05:50.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:49 smithi063 systemd[1]: Starting Ceph mon.smithi063 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:05:50.626 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-enabled firewalld.service 2024-04-12T05:05:50.635 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: disabled 2024-04-12T05:05:50.636 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-active firewalld.service 2024-04-12T05:05:50.643 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: inactive 2024-04-12T05:05:50.644 INFO:teuthology.orchestra.run.smithi063.stderr:firewalld.service is not enabled 2024-04-12T05:05:50.644 INFO:teuthology.orchestra.run.smithi063.stderr:Not possible to enable service . firewalld.service is not available 2024-04-12T05:05:50.644 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for mon to start... 2024-04-12T05:05:50.644 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for mon... 2024-04-12T05:05:50.645 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063:/var/lib/ceph/mon/ceph-smithi063:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status 2024-04-12T05:05:50.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[34909]: cluster 2024-04-12T05:05:50.561965+0000 mon.smithi063 (mon.0) 0 : [INF] mkfs 40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:05:50.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[34909]: cluster 2024-04-12T05:05:50.537389+0000 mon.smithi063 (mon.0) 1 : cluster [INF] mon.smithi063 is new leader, mons smithi063 in quorum (ranks 0) 2024-04-12T05:05:50.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:50 smithi063 bash[34894]: 1166add8bae3c8f7df4accef092ffc9a92fad8b907f910b1ff18f23ab792b71e 2024-04-12T05:05:50.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:50 smithi063 systemd[1]: Started Ceph mon.smithi063 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:05:51.493 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: cluster: 2024-04-12T05:05:51.493 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: id: 40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:05:51.493 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-04-12T05:05:51.493 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2024-04-12T05:05:51.493 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: services: 2024-04-12T05:05:51.493 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi063 (age 0.929458s) 2024-04-12T05:05:51.493 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mgr: no daemons active 2024-04-12T05:05:51.493 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-04-12T05:05:51.493 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2024-04-12T05:05:51.493 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: data: 2024-04-12T05:05:51.493 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-04-12T05:05:51.493 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-04-12T05:05:51.494 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-04-12T05:05:51.494 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: pgs: 2024-04-12T05:05:51.494 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2024-04-12T05:05:51.821 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[34909]: cluster 2024-04-12T05:05:50.560343+0000 mon.smithi063 (mon.0) 2 : cluster [INF] mon.smithi063 is new leader, mons smithi063 in quorum (ranks 0) 2024-04-12T05:05:51.822 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[34909]: cluster 2024-04-12T05:05:50.560532+0000 mon.smithi063 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi063=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0]} 2024-04-12T05:05:51.822 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[34909]: cluster 2024-04-12T05:05:50.564149+0000 mon.smithi063 (mon.0) 4 : cluster [DBG] fsmap 2024-04-12T05:05:51.822 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[34909]: cluster 2024-04-12T05:05:50.568025+0000 mon.smithi063 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-12T05:05:51.822 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[34909]: cluster 2024-04-12T05:05:50.568403+0000 mon.smithi063 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-04-12T05:05:51.822 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[34909]: audit 2024-04-12T05:05:51.489771+0000 mon.smithi063 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.63:0/3018334256' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-12T05:05:52.117 INFO:teuthology.orchestra.run.smithi063.stderr:mon is available 2024-04-12T05:05:52.117 INFO:teuthology.orchestra.run.smithi063.stderr:Assimilating anything we can from ceph.conf... 2024-04-12T05:05:52.117 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z -v /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063:/var/lib/ceph/mon/ceph-smithi063:z quay.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi063/config 2024-04-12T05:05:52.700 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2024-04-12T05:05:52.700 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: [global] 2024-04-12T05:05:52.700 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: fsid = 40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:05:52.700 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: log_to_journald = false 2024-04-12T05:05:52.700 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.63:3300,v1:172.21.15.63:6789] 2024-04-12T05:05:52.701 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-04-12T05:05:52.701 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-04-12T05:05:52.701 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-04-12T05:05:52.701 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-04-12T05:05:52.701 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2024-04-12T05:05:52.701 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: [mgr] 2024-04-12T05:05:52.701 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-04-12T05:05:52.701 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2024-04-12T05:05:52.701 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: [osd] 2024-04-12T05:05:52.701 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-04-12T05:05:52.701 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-04-12T05:05:53.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[34909]: audit 2024-04-12T05:05:52.694270+0000 mon.smithi063 (mon.0) 8 : audit [INF] from='client.? 172.21.15.63:0/32315942' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-12T05:05:53.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[34909]: audit 2024-04-12T05:05:52.696989+0000 mon.smithi063 (mon.0) 9 : audit [INF] from='client.? 172.21.15.63:0/32315942' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-12T05:05:53.222 INFO:teuthology.orchestra.run.smithi063.stderr:Generating new minimal ceph.conf... 2024-04-12T05:05:53.222 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z -v /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063:/var/lib/ceph/mon/ceph-smithi063:z quay.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi063/config 2024-04-12T05:05:54.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[34909]: audit 2024-04-12T05:05:53.776667+0000 mon.smithi063 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.63:0/2976477152' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:05:54.270 INFO:teuthology.orchestra.run.smithi063.stderr:Restarting the monitor... 2024-04-12T05:05:54.271 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl restart ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mon.smithi063 2024-04-12T05:05:54.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:54 smithi063 systemd[1]: Stopping Ceph mon.smithi063 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:05:54.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:54 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[34909]: debug 2024-04-12T05:05:54.381+0000 7f0aae3fc700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi063 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-12T05:05:54.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:54 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[34909]: debug 2024-04-12T05:05:54.381+0000 7f0aae3fc700 -1 mon.smithi063@0(leader) e1 *** Got Signal Terminated *** 2024-04-12T05:05:55.097 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:54 smithi063 podman[35233]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063 2024-04-12T05:05:55.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 systemd[1]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mon.smithi063.service: Succeeded. 2024-04-12T05:05:55.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 systemd[1]: Stopped Ceph mon.smithi063 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:05:55.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 systemd[1]: Starting Ceph mon.smithi063 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:05:55.694 INFO:teuthology.orchestra.run.smithi063.stderr:Setting mon public_network to 172.21.0.0/20 2024-04-12T05:05:55.694 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-04-12T05:05:55.903 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.646+0000 7fb7889f9700 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-12T05:05:55.903 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.646+0000 7fb7889f9700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-04-12T05:05:55.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.646+0000 7fb7889f9700 0 pidfile_write: ignore empty --pid-file 2024-04-12T05:05:55.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.651+0000 7fb7889f9700 0 load: jerasure load: lrc load: isa 2024-04-12T05:05:55.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: RocksDB version: 6.8.1 2024-04-12T05:05:55.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-04-12T05:05:55.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Compile date Jul 8 2021 2024-04-12T05:05:55.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: DB SUMMARY 2024-04-12T05:05:55.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: CURRENT file: CURRENT 2024-04-12T05:05:55.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: IDENTITY file: IDENTITY 2024-04-12T05:05:55.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-04-12T05:05:55.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi063/store.db dir, Total Num: 1, files: 000004.sst 2024-04-12T05:05:55.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi063/store.db: 000006.log size: 85849 ; 2024-04-12T05:05:55.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.error_if_exists: 0 2024-04-12T05:05:55.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.create_if_missing: 0 2024-04-12T05:05:55.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.paranoid_checks: 1 2024-04-12T05:05:55.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.env: 0x5620dd62d1c0 2024-04-12T05:05:55.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.fs: Posix File System 2024-04-12T05:05:55.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.info_log: 0x5620de0f7a40 2024-04-12T05:05:55.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-12T05:05:55.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.statistics: (nil) 2024-04-12T05:05:55.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.use_fsync: 0 2024-04-12T05:05:55.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_log_file_size: 0 2024-04-12T05:05:55.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-12T05:05:55.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-12T05:05:55.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-12T05:05:55.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-12T05:05:55.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.allow_fallocate: 1 2024-04-12T05:05:55.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-12T05:05:55.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-12T05:05:55.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.use_direct_reads: 0 2024-04-12T05:05:55.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-12T05:05:55.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.create_missing_column_families: 0 2024-04-12T05:05:55.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.db_log_dir: 2024-04-12T05:05:55.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi063/store.db 2024-04-12T05:05:55.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-12T05:05:55.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_subcompactions: 1 2024-04-12T05:05:55.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_background_flushes: -1 2024-04-12T05:05:55.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-12T05:05:55.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-12T05:05:55.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-12T05:05:55.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-12T05:05:55.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-12T05:05:55.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.advise_random_on_open: 1 2024-04-12T05:05:55.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-12T05:05:55.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.write_buffer_manager: 0x5620ded6e030 2024-04-12T05:05:55.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-12T05:05:55.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-04-12T05:05:55.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-12T05:05:55.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-12T05:05:55.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.rate_limiter: (nil) 2024-04-12T05:05:55.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-12T05:05:55.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-12T05:05:55.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-12T05:05:55.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-12T05:05:55.908 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.unordered_write: 0 2024-04-12T05:05:55.908 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-12T05:05:55.909 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-12T05:05:55.909 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-12T05:05:55.909 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-12T05:05:55.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.row_cache: None 2024-04-12T05:05:55.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.wal_filter: None 2024-04-12T05:05:55.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-12T05:05:55.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-12T05:05:55.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.preserve_deletes: 0 2024-04-12T05:05:55.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.two_write_queues: 0 2024-04-12T05:05:55.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.manual_wal_flush: 0 2024-04-12T05:05:55.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.atomic_flush: 0 2024-04-12T05:05:55.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-12T05:05:55.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-12T05:05:55.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-12T05:05:55.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.log_readahead_size: 0 2024-04-12T05:05:55.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-04-12T05:05:55.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_background_jobs: 2 2024-04-12T05:05:55.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_background_compactions: -1 2024-04-12T05:05:55.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-12T05:05:55.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-12T05:05:55.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-12T05:05:55.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_total_wal_size: 0 2024-04-12T05:05:55.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-12T05:05:55.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-12T05:05:55.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-12T05:05:55.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-12T05:05:55.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_open_files: -1 2024-04-12T05:05:55.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.bytes_per_sync: 0 2024-04-12T05:05:55.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-12T05:05:55.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-12T05:05:55.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-12T05:05:55.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Compression algorithms supported: 2024-04-12T05:05:55.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-12T05:05:55.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: kZSTD supported: 0 2024-04-12T05:05:55.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: kXpressCompression supported: 0 2024-04-12T05:05:55.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-12T05:05:55.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: kLZ4Compression supported: 1 2024-04-12T05:05:55.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: kBZip2Compression supported: 0 2024-04-12T05:05:55.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: kZlibCompression supported: 1 2024-04-12T05:05:55.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: kSnappyCompression supported: 1 2024-04-12T05:05:55.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-12T05:05:55.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi063/store.db/MANIFEST-000005 2024-04-12T05:05:55.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-04-12T05:05:55.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-12T05:05:55.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.merge_operator: 2024-04-12T05:05:55.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.compaction_filter: None 2024-04-12T05:05:55.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.compaction_filter_factory: None 2024-04-12T05:05:55.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-12T05:05:55.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-12T05:05:55.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5620de010170) 2024-04-12T05:05:55.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cache_index_and_filter_blocks: 1 2024-04-12T05:05:55.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-12T05:05:55.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-12T05:05:55.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: pin_top_level_index_and_filter: 1 2024-04-12T05:05:55.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: index_type: 0 2024-04-12T05:05:55.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: data_block_index_type: 0 2024-04-12T05:05:55.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: index_shortening: 1 2024-04-12T05:05:55.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: data_block_hash_table_util_ratio: 0.750000 2024-04-12T05:05:55.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: hash_index_allow_collision: 1 2024-04-12T05:05:55.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: checksum: 1 2024-04-12T05:05:55.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: no_block_cache: 0 2024-04-12T05:05:55.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: block_cache: 0x5620de046f10 2024-04-12T05:05:55.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: block_cache_name: BinnedLRUCache 2024-04-12T05:05:55.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: block_cache_options: 2024-04-12T05:05:55.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: capacity : 536870912 2024-04-12T05:05:55.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: num_shard_bits : 4 2024-04-12T05:05:55.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: strict_capacity_limit : 0 2024-04-12T05:05:55.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: high_pri_pool_ratio: 0.000 2024-04-12T05:05:55.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: block_cache_compressed: (nil) 2024-04-12T05:05:55.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: persistent_cache: (nil) 2024-04-12T05:05:55.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: block_size: 4096 2024-04-12T05:05:55.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: block_size_deviation: 10 2024-04-12T05:05:55.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: block_restart_interval: 16 2024-04-12T05:05:55.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: index_block_restart_interval: 1 2024-04-12T05:05:55.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: metadata_block_size: 4096 2024-04-12T05:05:55.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: partition_filters: 0 2024-04-12T05:05:55.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: use_delta_encoding: 1 2024-04-12T05:05:55.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: filter_policy: rocksdb.BuiltinBloomFilter 2024-04-12T05:05:55.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: whole_key_filtering: 1 2024-04-12T05:05:55.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: verify_compression: 0 2024-04-12T05:05:55.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: read_amp_bytes_per_bit: 0 2024-04-12T05:05:55.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: format_version: 2 2024-04-12T05:05:55.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: enable_index_compression: 1 2024-04-12T05:05:55.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: block_align: 0 2024-04-12T05:05:55.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-12T05:05:55.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-12T05:05:55.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.compression: NoCompression 2024-04-12T05:05:55.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-12T05:05:55.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-12T05:05:55.916 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-12T05:05:55.916 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.num_levels: 7 2024-04-12T05:05:55.916 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-12T05:05:55.916 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-12T05:05:55.916 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-12T05:05:55.916 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-12T05:05:55.916 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-12T05:05:55.916 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-12T05:05:55.916 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-12T05:05:55.916 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-12T05:05:55.916 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-12T05:05:55.916 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-12T05:05:55.916 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.compression_opts.level: 32767 2024-04-12T05:05:55.917 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-12T05:05:55.917 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-12T05:05:55.917 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-12T05:05:55.917 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.compression_opts.enabled: false 2024-04-12T05:05:55.917 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-12T05:05:55.917 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-12T05:05:55.917 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-12T05:05:55.917 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-12T05:05:55.917 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-12T05:05:55.917 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-12T05:05:55.917 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-12T05:05:55.917 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-12T05:05:55.917 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-12T05:05:55.917 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-12T05:05:55.917 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-12T05:05:55.918 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-12T05:05:55.918 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-12T05:05:55.918 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-12T05:05:55.918 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-12T05:05:55.918 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-12T05:05:55.918 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-12T05:05:55.918 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.arena_block_size: 4194304 2024-04-12T05:05:55.918 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-12T05:05:55.918 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-12T05:05:55.918 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-04-12T05:05:55.918 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-12T05:05:55.918 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-12T05:05:55.918 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-12T05:05:55.918 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-12T05:05:55.919 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-12T05:05:55.919 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-12T05:05:55.919 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-12T05:05:55.919 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-12T05:05:55.919 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-12T05:05:55.919 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-12T05:05:55.919 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-12T05:05:55.919 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.table_properties_collectors: 2024-04-12T05:05:55.919 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.inplace_update_support: 0 2024-04-12T05:05:55.919 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-12T05:05:55.919 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-12T05:05:55.919 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-12T05:05:55.920 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-12T05:05:55.920 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.bloom_locality: 0 2024-04-12T05:05:55.920 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.max_successive_merges: 0 2024-04-12T05:05:55.920 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-12T05:05:55.920 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-12T05:05:55.920 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.force_consistency_checks: 0 2024-04-12T05:05:55.920 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-12T05:05:55.920 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.ttl: 2592000 2024-04-12T05:05:55.920 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.652+0000 7fb7889f9700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-12T05:05:55.920 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.653+0000 7fb7889f9700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi063/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-12T05:05:55.920 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.920 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.653+0000 7fb7889f9700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-04-12T05:05:55.921 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.921 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.653+0000 7fb7889f9700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712898355654645, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-04-12T05:05:55.921 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.653+0000 7fb7889f9700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-04-12T05:05:55.921 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.654+0000 7fb7889f9700 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-04-12T05:05:55.921 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.654+0000 7fb7889f9700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712898355655613, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 82607, "table_properties": {"data_size": 80877, "index_size": 335, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9446, "raw_average_key_size": 47, "raw_value_size": 75396, "raw_average_value_size": 376, "num_data_blocks": 11, "num_entries": 200, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1712898355, "oldest_key_time": 3, "file_creation_time": 0}} 2024-04-12T05:05:55.921 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.654+0000 7fb7889f9700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-04-12T05:05:55.921 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.921 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.655+0000 7fb7889f9700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712898355656110, "job": 1, "event": "recovery_finished"} 2024-04-12T05:05:55.921 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.656+0000 7fb7889f9700 4 rocksdb: DB pointer 0x5620de10b800 2024-04-12T05:05:55.921 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.656+0000 7fb76f801700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-04-12T05:05:55.921 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.656+0000 7fb76f801700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-04-12T05:05:55.921 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: ** DB Stats ** 2024-04-12T05:05:55.921 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T05:05:55.922 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-12T05:05:55.922 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T05:05:55.922 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T05:05:55.922 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-12T05:05:55.922 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-04-12T05:05:55.922 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T05:05:55.922 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.922 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: ** Compaction Stats [default] ** 2024-04-12T05:05:55.922 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 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-04-12T05:05:55.922 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:05:55.922 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: L0 2/0 82.36 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.2 0.00 0.00 1 0.001 0 0 2024-04-12T05:05:55.922 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: Sum 2/0 82.36 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.2 0.00 0.00 1 0.001 0 0 2024-04-12T05:05:55.922 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.2 0.00 0.00 1 0.001 0 0 2024-04-12T05:05:55.922 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.923 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: ** Compaction Stats [default] ** 2024-04-12T05:05:55.923 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 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-04-12T05:05:55.923 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:05:55.923 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 125.2 0.00 0.00 1 0.001 0 0 2024-04-12T05:05:55.923 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T05:05:55.923 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-12T05:05:55.923 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T05:05:55.923 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: AddFile(Total Files): cumulative 0, interval 0 2024-04-12T05:05:55.923 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T05:05:55.923 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: AddFile(Keys): cumulative 0, interval 0 2024-04-12T05:05:55.923 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: Cumulative compaction: 0.00 GB write, 23.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T05:05:55.923 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: Interval compaction: 0.00 GB write, 23.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T05:05:55.923 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 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-04-12T05:05:55.923 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.924 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: ** File Read Latency Histogram By Level [default] ** 2024-04-12T05:05:55.924 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.924 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: ** Compaction Stats [default] ** 2024-04-12T05:05:55.924 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 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-04-12T05:05:55.924 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:05:55.924 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: L0 2/0 82.36 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.2 0.00 0.00 1 0.001 0 0 2024-04-12T05:05:55.924 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: Sum 2/0 82.36 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.2 0.00 0.00 1 0.001 0 0 2024-04-12T05:05:55.924 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 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-04-12T05:05:55.924 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.924 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: ** Compaction Stats [default] ** 2024-04-12T05:05:55.924 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 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-04-12T05:05:55.924 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:05:55.924 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 125.2 0.00 0.00 1 0.001 0 0 2024-04-12T05:05:55.924 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T05:05:55.924 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-12T05:05:55.924 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T05:05:55.925 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: AddFile(Total Files): cumulative 0, interval 0 2024-04-12T05:05:55.925 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T05:05:55.925 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: AddFile(Keys): cumulative 0, interval 0 2024-04-12T05:05:55.925 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: Cumulative compaction: 0.00 GB write, 23.23 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T05:05:55.925 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T05:05:55.925 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 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-04-12T05:05:55.925 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.925 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: ** File Read Latency Histogram By Level [default] ** 2024-04-12T05:05:55.925 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.925 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.656+0000 7fb7889f9700 0 starting mon.smithi063 rank 0 at public addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] at bind addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi063 fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:05:55.925 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.658+0000 7fb7889f9700 1 mon.smithi063@-1(???) e1 preinit fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:05:55.925 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.658+0000 7fb7889f9700 0 mon.smithi063@-1(???).mds e1 new map 2024-04-12T05:05:55.925 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.658+0000 7fb7889f9700 0 mon.smithi063@-1(???).mds e1 print_map 2024-04-12T05:05:55.925 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: e1 2024-04-12T05:05:55.925 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-12T05:05:55.925 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 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-04-12T05:05:55.926 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: legacy client fscid: -1 2024-04-12T05:05:55.926 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.926 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: No filesystems configured 2024-04-12T05:05:55.926 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: 2024-04-12T05:05:55.926 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.658+0000 7fb7889f9700 0 mon.smithi063@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-12T05:05:55.926 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.658+0000 7fb7889f9700 0 mon.smithi063@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T05:05:55.926 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.658+0000 7fb7889f9700 0 mon.smithi063@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T05:05:55.926 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.658+0000 7fb7889f9700 0 mon.smithi063@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T05:05:55.926 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:05:53.776667+0000 mon.smithi063 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.63:0/2976477152' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:05:55.926 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:05:55.658+0000 7fb7889f9700 1 mon.smithi063@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-12T05:05:55.926 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 bash[35307]: dc8c9596568082d3bda3b7509019384e4357c7683e4c6c5b38ef6f9ddb901ef8 2024-04-12T05:05:55.926 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 systemd[1]: Started Ceph mon.smithi063 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:05:55.926 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:05:55.674460+0000 mon.smithi063 (mon.0) 1 : cluster [INF] mon.smithi063 is new leader, mons smithi063 in quorum (ranks 0) 2024-04-12T05:05:55.926 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:05:55.674507+0000 mon.smithi063 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi063=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0]} 2024-04-12T05:05:55.927 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:05:55.674546+0000 mon.smithi063 (mon.0) 3 : cluster [DBG] fsmap 2024-04-12T05:05:55.927 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:05:55.674574+0000 mon.smithi063 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-12T05:05:55.927 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:05:55.674950+0000 mon.smithi063 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-04-12T05:05:56.816 INFO:teuthology.orchestra.run.smithi063.stderr:Wrote config to /etc/ceph/ceph.conf 2024-04-12T05:05:56.816 INFO:teuthology.orchestra.run.smithi063.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-12T05:05:56.816 INFO:teuthology.orchestra.run.smithi063.stderr:Creating mgr... 2024-04-12T05:05:56.817 INFO:teuthology.orchestra.run.smithi063.stderr:Verifying port 9283 ... 2024-04-12T05:05:56.819 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl daemon-reload 2024-04-12T05:05:56.919 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl stop ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mgr.smithi063.ewdkhy 2024-04-12T05:05:56.945 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl reset-failed ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mgr.smithi063.ewdkhy 2024-04-12T05:05:56.951 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Failed to reset failed state of unit ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mgr.smithi063.ewdkhy.service: Unit ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mgr.smithi063.ewdkhy.service not loaded. 2024-04-12T05:05:56.951 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl enable ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mgr.smithi063.ewdkhy 2024-04-12T05:05:56.958 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Created symlink /etc/systemd/system/ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968.target.wants/ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mgr.smithi063.ewdkhy.service → /etc/systemd/system/ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@.service. 2024-04-12T05:05:57.044 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl start ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mgr.smithi063.ewdkhy 2024-04-12T05:05:57.568 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:05:56.223939+0000 mon.smithi063 (mon.0) 6 : audit [INF] from='client.? 172.21.15.63:0/2814320015' entity='client.admin' 2024-04-12T05:05:57.572 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-enabled firewalld.service 2024-04-12T05:05:57.582 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: disabled 2024-04-12T05:05:57.582 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-active firewalld.service 2024-04-12T05:05:57.591 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: inactive 2024-04-12T05:05:57.592 INFO:teuthology.orchestra.run.smithi063.stderr:firewalld.service is not enabled 2024-04-12T05:05:57.592 INFO:teuthology.orchestra.run.smithi063.stderr:Not possible to enable service . firewalld.service is not available 2024-04-12T05:05:57.592 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-enabled firewalld.service 2024-04-12T05:05:57.601 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: disabled 2024-04-12T05:05:57.602 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-active firewalld.service 2024-04-12T05:05:57.611 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: inactive 2024-04-12T05:05:57.612 INFO:teuthology.orchestra.run.smithi063.stderr:firewalld.service is not enabled 2024-04-12T05:05:57.612 INFO:teuthology.orchestra.run.smithi063.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-04-12T05:05:57.612 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for mgr to start... 2024-04-12T05:05:57.612 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for mgr... 2024-04-12T05:05:57.612 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-04-12T05:05:58.266 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2024-04-12T05:05:58.266 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2024-04-12T05:05:58.266 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "fsid": "40f4d9f0-f88a-11ee-bc8c-c7b262605968", 2024-04-12T05:05:58.267 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "health": { 2024-04-12T05:05:58.267 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-04-12T05:05:58.267 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "checks": {}, 2024-04-12T05:05:58.267 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mutes": [] 2024-04-12T05:05:58.267 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2024-04-12T05:05:58.267 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-04-12T05:05:58.267 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum": [ 2024-04-12T05:05:58.267 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 0 2024-04-12T05:05:58.267 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2024-04-12T05:05:58.267 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum_names": [ 2024-04-12T05:05:58.267 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "smithi063" 2024-04-12T05:05:58.267 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2024-04-12T05:05:58.267 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-04-12T05:05:58.267 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "monmap": { 2024-04-12T05:05:58.267 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:05:58.268 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-04-12T05:05:58.268 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_mons": 1 2024-04-12T05:05:58.268 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2024-04-12T05:05:58.268 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osdmap": { 2024-04-12T05:05:58.268 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:05:58.268 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_osds": 0, 2024-04-12T05:05:58.268 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-04-12T05:05:58.268 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-04-12T05:05:58.268 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-04-12T05:05:58.271 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-04-12T05:05:58.271 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-04-12T05:05:58.272 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2024-04-12T05:05:58.272 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "pgmap": { 2024-04-12T05:05:58.272 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-04-12T05:05:58.272 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-04-12T05:05:58.272 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_pools": 0, 2024-04-12T05:05:58.272 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_objects": 0, 2024-04-12T05:05:58.272 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-04-12T05:05:58.272 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-04-12T05:05:58.272 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-04-12T05:05:58.272 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_total": 0 2024-04-12T05:05:58.272 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2024-04-12T05:05:58.272 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "fsmap": { 2024-04-12T05:05:58.272 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:05:58.272 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "by_rank": [], 2024-04-12T05:05:58.272 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "up:standby": 0 2024-04-12T05:05:58.273 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2024-04-12T05:05:58.273 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mgrmap": { 2024-04-12T05:05:58.273 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "available": false, 2024-04-12T05:05:58.273 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-04-12T05:05:58.273 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "modules": [ 2024-04-12T05:05:58.273 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "iostat", 2024-04-12T05:05:58.273 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "nfs", 2024-04-12T05:05:58.273 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "restful" 2024-04-12T05:05:58.273 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2024-04-12T05:05:58.273 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "services": {} 2024-04-12T05:05:58.273 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2024-04-12T05:05:58.273 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "servicemap": { 2024-04-12T05:05:58.273 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:05:58.273 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "modified": "2024-04-12T05:05:50.562404+0000", 2024-04-12T05:05:58.273 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "services": {} 2024-04-12T05:05:58.274 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2024-04-12T05:05:58.274 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "progress_events": {} 2024-04-12T05:05:58.274 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2024-04-12T05:05:58.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:05:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:05:58.262007+0000 mon.smithi063 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.63:0/2990950433' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-12T05:05:58.894 INFO:teuthology.orchestra.run.smithi063.stderr:mgr not available, waiting (1/15)... 2024-04-12T05:06:00.896 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-04-12T05:06:01.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:01.507848+0000 mon.smithi063 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.63:0/3526807698' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-12T05:06:01.943 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2024-04-12T05:06:01.943 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2024-04-12T05:06:01.943 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "fsid": "40f4d9f0-f88a-11ee-bc8c-c7b262605968", 2024-04-12T05:06:01.943 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "health": { 2024-04-12T05:06:01.943 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-04-12T05:06:01.943 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "checks": {}, 2024-04-12T05:06:01.943 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mutes": [] 2024-04-12T05:06:01.943 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2024-04-12T05:06:01.944 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-04-12T05:06:01.944 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum": [ 2024-04-12T05:06:01.944 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 0 2024-04-12T05:06:01.944 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2024-04-12T05:06:01.944 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum_names": [ 2024-04-12T05:06:01.944 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "smithi063" 2024-04-12T05:06:01.944 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2024-04-12T05:06:01.944 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-04-12T05:06:01.944 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "monmap": { 2024-04-12T05:06:01.944 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:06:01.944 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-04-12T05:06:01.944 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_mons": 1 2024-04-12T05:06:01.944 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2024-04-12T05:06:01.944 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osdmap": { 2024-04-12T05:06:01.944 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:06:01.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_osds": 0, 2024-04-12T05:06:01.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-04-12T05:06:01.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-04-12T05:06:01.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-04-12T05:06:01.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-04-12T05:06:01.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-04-12T05:06:01.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2024-04-12T05:06:01.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "pgmap": { 2024-04-12T05:06:01.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-04-12T05:06:01.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-04-12T05:06:01.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_pools": 0, 2024-04-12T05:06:01.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_objects": 0, 2024-04-12T05:06:01.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-04-12T05:06:01.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-04-12T05:06:01.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-04-12T05:06:01.945 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_total": 0 2024-04-12T05:06:01.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2024-04-12T05:06:01.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "fsmap": { 2024-04-12T05:06:01.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:06:01.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "by_rank": [], 2024-04-12T05:06:01.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "up:standby": 0 2024-04-12T05:06:01.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2024-04-12T05:06:01.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mgrmap": { 2024-04-12T05:06:01.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "available": false, 2024-04-12T05:06:01.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-04-12T05:06:01.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "modules": [ 2024-04-12T05:06:01.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "iostat", 2024-04-12T05:06:01.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "nfs", 2024-04-12T05:06:01.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "restful" 2024-04-12T05:06:01.946 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2024-04-12T05:06:01.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "services": {} 2024-04-12T05:06:01.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2024-04-12T05:06:01.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "servicemap": { 2024-04-12T05:06:01.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:06:01.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "modified": "2024-04-12T05:05:50.562404+0000", 2024-04-12T05:06:01.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "services": {} 2024-04-12T05:06:01.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2024-04-12T05:06:01.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "progress_events": {} 2024-04-12T05:06:01.947 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2024-04-12T05:06:03.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:02.867853+0000 mon.smithi063 (mon.0) 9 : cluster [INF] Activating manager daemon smithi063.ewdkhy 2024-04-12T05:06:03.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:02.870815+0000 mon.smithi063 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi063.ewdkhy(active, starting, since 0.00309191s) 2024-04-12T05:06:03.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:02.871852+0000 mon.smithi063 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.63:0/3196956680' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T05:06:03.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:02.871980+0000 mon.smithi063 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.63:0/3196956680' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T05:06:03.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:02.872086+0000 mon.smithi063 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.63:0/3196956680' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T05:06:03.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:02.872233+0000 mon.smithi063 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.63:0/3196956680' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2024-04-12T05:06:03.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:02.872545+0000 mon.smithi063 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.63:0/3196956680' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr metadata", "who": "smithi063.ewdkhy", "id": "smithi063.ewdkhy"}]: dispatch 2024-04-12T05:06:03.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:02.886383+0000 mon.smithi063 (mon.0) 16 : cluster [INF] Manager daemon smithi063.ewdkhy is now available 2024-04-12T05:06:03.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:02.895662+0000 mon.smithi063 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.63:0/3196956680' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:03.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:02.899038+0000 mon.smithi063 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.63:0/3196956680' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:06:03.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:02.900251+0000 mon.smithi063 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.63:0/3196956680' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:06:03.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:02.906801+0000 mon.smithi063 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.63:0/3196956680' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:03.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:02.910727+0000 mon.smithi063 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.63:0/3196956680' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:05.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:03.874116+0000 mon.smithi063 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi063.ewdkhy(active, since 1.00639s) 2024-04-12T05:06:06.102 INFO:teuthology.orchestra.run.smithi063.stderr:mgr not available, waiting (2/15)... 2024-04-12T05:06:07.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:05.875882+0000 mon.smithi063 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi063.ewdkhy(active, since 3s) 2024-04-12T05:06:08.105 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-04-12T05:06:11.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:11.530510+0000 mon.smithi063 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.63:0/3675303830' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-12T05:06:11.889 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2024-04-12T05:06:11.889 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2024-04-12T05:06:11.889 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "fsid": "40f4d9f0-f88a-11ee-bc8c-c7b262605968", 2024-04-12T05:06:11.890 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "health": { 2024-04-12T05:06:11.890 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-04-12T05:06:11.890 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "checks": {}, 2024-04-12T05:06:11.890 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mutes": [] 2024-04-12T05:06:11.890 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2024-04-12T05:06:11.890 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-04-12T05:06:11.890 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum": [ 2024-04-12T05:06:11.890 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 0 2024-04-12T05:06:11.890 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2024-04-12T05:06:11.890 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum_names": [ 2024-04-12T05:06:11.890 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "smithi063" 2024-04-12T05:06:11.890 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2024-04-12T05:06:11.891 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum_age": 15, 2024-04-12T05:06:11.891 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "monmap": { 2024-04-12T05:06:11.891 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:06:11.891 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-04-12T05:06:11.891 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_mons": 1 2024-04-12T05:06:11.891 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2024-04-12T05:06:11.891 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osdmap": { 2024-04-12T05:06:11.891 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:06:11.891 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_osds": 0, 2024-04-12T05:06:11.891 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-04-12T05:06:11.891 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-04-12T05:06:11.891 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-04-12T05:06:11.891 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-04-12T05:06:11.891 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-04-12T05:06:11.891 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2024-04-12T05:06:11.892 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "pgmap": { 2024-04-12T05:06:11.892 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-04-12T05:06:11.892 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-04-12T05:06:11.892 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_pools": 0, 2024-04-12T05:06:11.892 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_objects": 0, 2024-04-12T05:06:11.892 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-04-12T05:06:11.892 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-04-12T05:06:11.892 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-04-12T05:06:11.892 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_total": 0 2024-04-12T05:06:11.892 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2024-04-12T05:06:11.892 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "fsmap": { 2024-04-12T05:06:11.892 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:06:11.892 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "by_rank": [], 2024-04-12T05:06:11.892 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "up:standby": 0 2024-04-12T05:06:11.892 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2024-04-12T05:06:11.893 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mgrmap": { 2024-04-12T05:06:11.893 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "available": true, 2024-04-12T05:06:11.893 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-04-12T05:06:11.893 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "modules": [ 2024-04-12T05:06:11.893 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "iostat", 2024-04-12T05:06:11.893 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "nfs", 2024-04-12T05:06:11.893 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "restful" 2024-04-12T05:06:11.893 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2024-04-12T05:06:11.893 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "services": {} 2024-04-12T05:06:11.893 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2024-04-12T05:06:11.893 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "servicemap": { 2024-04-12T05:06:11.893 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:06:11.893 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "modified": "2024-04-12T05:05:50.562404+0000", 2024-04-12T05:06:11.893 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "services": {} 2024-04-12T05:06:11.893 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2024-04-12T05:06:11.893 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "progress_events": {} 2024-04-12T05:06:11.894 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2024-04-12T05:06:13.859 INFO:teuthology.orchestra.run.smithi063.stderr:mgr is available 2024-04-12T05:06:13.860 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z -v /tmp/tmp4dbvaxtc:/var/lib/ceph/user.conf:z quay.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-04-12T05:06:14.526 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2024-04-12T05:06:14.526 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: [global] 2024-04-12T05:06:14.526 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: fsid = 40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:06:14.526 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: log_to_journald = false 2024-04-12T05:06:14.526 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-04-12T05:06:14.526 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-04-12T05:06:14.526 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-04-12T05:06:14.526 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-04-12T05:06:14.526 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2024-04-12T05:06:14.527 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: [mgr] 2024-04-12T05:06:14.527 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-04-12T05:06:14.527 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2024-04-12T05:06:14.527 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: [osd] 2024-04-12T05:06:14.527 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-04-12T05:06:14.527 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-04-12T05:06:14.854 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:14.522912+0000 mon.smithi063 (mon.0) 25 : audit [INF] from='client.? 172.21.15.63:0/1442402231' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-12T05:06:15.157 INFO:teuthology.orchestra.run.smithi063.stderr:Enabling cephadm module... 2024-04-12T05:06:15.157 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-04-12T05:06:17.010 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:15.914002+0000 mon.smithi063 (mon.0) 26 : audit [INF] from='client.? 172.21.15.63:0/1155705150' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-12T05:06:17.263 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr stat 2024-04-12T05:06:18.030 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2024-04-12T05:06:18.031 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 5, 2024-04-12T05:06:18.031 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "available": true, 2024-04-12T05:06:18.031 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "active_name": "smithi063.ewdkhy", 2024-04-12T05:06:18.031 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_standby": 0 2024-04-12T05:06:18.031 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2024-04-12T05:06:18.053 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:16.671501+0000 mon.smithi063 (mon.0) 27 : audit [INF] from='client.? 172.21.15.63:0/1155705150' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-12T05:06:18.053 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:16.671582+0000 mon.smithi063 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi063.ewdkhy(active, since 13s) 2024-04-12T05:06:18.619 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for the mgr to restart... 2024-04-12T05:06:18.619 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for mgr epoch 5... 2024-04-12T05:06:18.619 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-04-12T05:06:18.850 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:18.027891+0000 mon.smithi063 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.63:0/672262960' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-12T05:06:22.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:22.019683+0000 mon.smithi063 (mon.0) 30 : cluster [INF] Active manager daemon smithi063.ewdkhy restarted 2024-04-12T05:06:22.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:22.020069+0000 mon.smithi063 (mon.0) 31 : cluster [INF] Activating manager daemon smithi063.ewdkhy 2024-04-12T05:06:22.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:22.023173+0000 mon.smithi063 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-12T05:06:23.092 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2024-04-12T05:06:23.092 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-04-12T05:06:23.092 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "initialized": true 2024-04-12T05:06:23.092 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2024-04-12T05:06:23.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:22.074269+0000 mon.smithi063 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi063.ewdkhy(active, starting, since 0.0542728s) 2024-04-12T05:06:23.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:22.076782+0000 mon.smithi063 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2024-04-12T05:06:23.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:22.077384+0000 mon.smithi063 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr metadata", "who": "smithi063.ewdkhy", "id": "smithi063.ewdkhy"}]: dispatch 2024-04-12T05:06:23.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:22.078191+0000 mon.smithi063 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T05:06:23.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:22.078338+0000 mon.smithi063 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T05:06:23.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:22.078462+0000 mon.smithi063 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T05:06:23.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:22.092309+0000 mon.smithi063 (mon.0) 39 : cluster [INF] Manager daemon smithi063.ewdkhy is now available 2024-04-12T05:06:23.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:22.107190+0000 mon.smithi063 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:23.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:22.110008+0000 mon.smithi063 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:23.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:22.112597+0000 mon.smithi063 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:23.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:22.206700+0000 mon.smithi063 (mon.0) 43 : audit [INF] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:23.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:22.207404+0000 mon.smithi063 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:06:23.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:22.208851+0000 mon.smithi063 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:06:23.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:22.210890+0000 mon.smithi063 (mon.0) 46 : audit [DBG] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:06:23.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:22.221024+0000 mon.smithi063 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:06:23.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:22.222216+0000 mon.smithi063 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:06:23.792 INFO:teuthology.orchestra.run.smithi063.stderr:mgr epoch 5 is available 2024-04-12T05:06:23.792 INFO:teuthology.orchestra.run.smithi063.stderr:Setting orchestrator backend to cephadm... 2024-04-12T05:06:23.792 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-04-12T05:06:24.349 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:23.083194+0000 mgr.smithi063.ewdkhy (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-12T05:06:24.350 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:23.083877+0000 mon.smithi063 (mon.0) 49 : cluster [DBG] mgrmap e7: smithi063.ewdkhy(active, since 1.06387s) 2024-04-12T05:06:24.350 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:23.090091+0000 mgr.smithi063.ewdkhy (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-12T05:06:25.195 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:24.083696+0000 mon.smithi063 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi063.ewdkhy(active, since 2s) 2024-04-12T05:06:25.195 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:24.862887+0000 mon.smithi063 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:25.195 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:24.866639+0000 mon.smithi063 (mon.0) 52 : audit [DBG] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:06:25.448 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-04-12T05:06:26.159 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: value unchanged 2024-04-12T05:06:26.737 INFO:teuthology.orchestra.run.smithi063.stderr:Generating ssh key... 2024-04-12T05:06:26.737 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-04-12T05:06:26.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:24.858944+0000 mgr.smithi063.ewdkhy (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:06:27.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:27 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:26.158323+0000 mgr.smithi063.ewdkhy (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:06:27.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:27 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:27.598444+0000 mon.smithi063 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:27.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:27 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:27.601933+0000 mon.smithi063 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:28.135 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-04-12T05:06:28.780 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx+ObQd4738Ct3KAzd0sUAoIugaYlDMI+Q2+7gfFEczYXRvmqD4U+TWB2SwlNxC3S/Tp4xOAQcSqDj91DMm0vJWzmHZS5LBX5qT1fvRxvFpa/T9jvHCOfmzkWpk/HAltqB7ADuDOFrqOUkDK0DwtlQDzYjR2dkGyCD63ECjd0Hd/QNnbzhp8tceNVXu88JLXS7dgPvLz+osUV2rciiHmyzVdSv9JaMF/peRPEDWKzlFdcLprBNBICdT3XMG+7MxnOxkuoz/ws9kt8Z2LYWvlqz6cSWTMHsFjdyaCLtT/LaPHe3tew+WdQ2Vxvr3KQFoUz8NeT4rtNM609rJoNf1vrJchlQypn4i53/uLAezt1KY8pVRW/83S9Yi9+qHyPfs28M1zReTsYGfNJ0dsPIotpJT8LDT2qtNeClvDxIfWObzrkutmksZwm7x23Ve4AupDxoA2FuAP9KgI3bvKsJQ1//PCjbhIamf4S3y6BXz1BRqBa8p0jbPL2pomgcWecDxdk= ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:06:29.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:06:27.415774+0000 mgr.smithi063.ewdkhy (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2024-04-12T05:06:29.349 INFO:teuthology.orchestra.run.smithi063.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-12T05:06:29.350 INFO:teuthology.orchestra.run.smithi063.stderr:Adding key to root@localhost authorized_keys... 2024-04-12T05:06:29.350 INFO:teuthology.orchestra.run.smithi063.stderr:Adding host smithi063... 2024-04-12T05:06:29.351 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch host add smithi063 172.21.15.63 2024-04-12T05:06:29.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:28.778882+0000 mgr.smithi063.ewdkhy (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:06:30.663 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Added host 'smithi063' with addr '172.21.15.63' 2024-04-12T05:06:31.323 INFO:teuthology.orchestra.run.smithi063.stderr:Deploying mon service with default placement... 2024-04-12T05:06:31.323 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply mon 2024-04-12T05:06:32.081 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Scheduled mon update... 2024-04-12T05:06:32.101 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:30.065504+0000 mgr.smithi063.ewdkhy (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi063", "addr": "172.21.15.63", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:06:32.101 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:30.659739+0000 mon.smithi063 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:32.101 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:06:30.660063+0000 mgr.smithi063.ewdkhy (mgr.14116) 9 : cephadm [INF] Added host smithi063 2024-04-12T05:06:32.101 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:30.660303+0000 mon.smithi063 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:06:32.868 INFO:teuthology.orchestra.run.smithi063.stderr:Deploying mgr service with default placement... 2024-04-12T05:06:32.868 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply mgr 2024-04-12T05:06:33.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:33 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:32.065505+0000 mgr.smithi063.ewdkhy (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:06:33.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:33 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:06:32.066266+0000 mgr.smithi063.ewdkhy (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-12T05:06:33.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:33 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:32.068407+0000 mon.smithi063 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:33.938 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-04-12T05:06:34.469 INFO:teuthology.orchestra.run.smithi063.stderr:Deploying crash service with default placement... 2024-04-12T05:06:34.469 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply crash 2024-04-12T05:06:34.722 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:33.701564+0000 mgr.smithi063.ewdkhy (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:06:34.723 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:06:33.702143+0000 mgr.smithi063.ewdkhy (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-12T05:06:34.723 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:33.704229+0000 mon.smithi063 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:34.723 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:33.827986+0000 mon.smithi063 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:35.183 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Scheduled crash update... 2024-04-12T05:06:35.859 INFO:teuthology.orchestra.run.smithi063.stderr:Enabling mgr prometheus module... 2024-04-12T05:06:35.859 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-04-12T05:06:35.861 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:34.780076+0000 mon.smithi063 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:35.862 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:35.178696+0000 mgr.smithi063.ewdkhy (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:06:35.862 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:06:35.179370+0000 mgr.smithi063.ewdkhy (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2024-04-12T05:06:35.862 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:35.181662+0000 mon.smithi063 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:38.023 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:36.742919+0000 mon.smithi063 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.63:0/2626800430' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:38.024 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:36.929169+0000 mon.smithi063 (mon.0) 63 : audit [INF] from='client.? 172.21.15.63:0/1352703211' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-12T05:06:38.649 INFO:teuthology.orchestra.run.smithi063.stderr:Deploying prometheus service with default placement... 2024-04-12T05:06:38.649 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-04-12T05:06:38.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:37.744521+0000 mon.smithi063 (mon.0) 64 : audit [INF] from='client.? 172.21.15.63:0/1352703211' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-12T05:06:38.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:37.744595+0000 mon.smithi063 (mon.0) 65 : cluster [DBG] mgrmap e9: smithi063.ewdkhy(active, since 15s) 2024-04-12T05:06:44.122 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-04-12T05:06:44.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:43.062641+0000 mon.smithi063 (mon.0) 66 : cluster [INF] Active manager daemon smithi063.ewdkhy restarted 2024-04-12T05:06:44.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:43.063050+0000 mon.smithi063 (mon.0) 67 : cluster [INF] Activating manager daemon smithi063.ewdkhy 2024-04-12T05:06:44.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:43.064576+0000 mon.smithi063 (mon.0) 68 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-12T05:06:44.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:43.115350+0000 mon.smithi063 (mon.0) 69 : cluster [DBG] mgrmap e10: smithi063.ewdkhy(active, starting, since 0.0524029s) 2024-04-12T05:06:44.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:43.116464+0000 mon.smithi063 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.63:0/1571777678' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2024-04-12T05:06:44.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:43.117086+0000 mon.smithi063 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.63:0/1571777678' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr metadata", "who": "smithi063.ewdkhy", "id": "smithi063.ewdkhy"}]: dispatch 2024-04-12T05:06:44.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:43.117886+0000 mon.smithi063 (mon.0) 72 : audit [DBG] from='mgr.14144 172.21.15.63:0/1571777678' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T05:06:44.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:43.118053+0000 mon.smithi063 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.63:0/1571777678' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T05:06:44.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:43.118194+0000 mon.smithi063 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.63:0/1571777678' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T05:06:44.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:43.131287+0000 mon.smithi063 (mon.0) 75 : cluster [INF] Manager daemon smithi063.ewdkhy is now available 2024-04-12T05:06:44.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:43.236301+0000 mon.smithi063 (mon.0) 76 : audit [DBG] from='mgr.14144 172.21.15.63:0/1571777678' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:06:44.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:43.237332+0000 mon.smithi063 (mon.0) 77 : audit [DBG] from='mgr.14144 172.21.15.63:0/1571777678' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:06:44.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:43.261390+0000 mon.smithi063 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.63:0/1571777678' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:06:44.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:43.264435+0000 mon.smithi063 (mon.0) 79 : audit [INF] from='mgr.14144 172.21.15.63:0/1571777678' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:06:45.226 INFO:teuthology.orchestra.run.smithi063.stderr:Deploying grafana service with default placement... 2024-04-12T05:06:45.226 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply grafana 2024-04-12T05:06:45.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:44.118131+0000 mon.smithi063 (mon.0) 80 : cluster [DBG] mgrmap e11: smithi063.ewdkhy(active, since 1.05518s) 2024-04-12T05:06:45.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:06:44.118780+0000 mgr.smithi063.ewdkhy (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-12T05:06:45.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:44.120686+0000 mon.smithi063 (mon.0) 81 : audit [INF] from='mgr.14144 172.21.15.63:0/1571777678' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:45.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:44.536657+0000 mon.smithi063 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.63:0/1571777678' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:46.315 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-04-12T05:06:46.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:45.538915+0000 mon.smithi063 (mon.0) 83 : cluster [DBG] mgrmap e12: smithi063.ewdkhy(active, since 2s) 2024-04-12T05:06:46.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:46.199210+0000 mon.smithi063 (mon.0) 84 : audit [INF] from='mgr.14144 172.21.15.63:0/1571777678' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:47.339 INFO:teuthology.orchestra.run.smithi063.stderr:Deploying node-exporter service with default placement... 2024-04-12T05:06:47.339 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-04-12T05:06:47.606 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:46.196453+0000 mgr.smithi063.ewdkhy (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:06:47.606 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:06:46.196974+0000 mgr.smithi063.ewdkhy (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-12T05:06:48.119 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-04-12T05:06:48.820 INFO:teuthology.orchestra.run.smithi063.stderr:Deploying alertmanager service with default placement... 2024-04-12T05:06:48.821 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-04-12T05:06:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:49 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:48.114798+0000 mgr.smithi063.ewdkhy (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:06:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:49 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:06:48.115422+0000 mgr.smithi063.ewdkhy (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-12T05:06:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:49 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:48.117690+0000 mon.smithi063 (mon.0) 85 : audit [INF] from='mgr.14144 172.21.15.63:0/1571777678' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:49.530 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-04-12T05:06:50.169 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-04-12T05:06:50.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:49.526350+0000 mgr.smithi063.ewdkhy (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:06:50.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:06:49.526870+0000 mgr.smithi063.ewdkhy (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-12T05:06:50.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:49.529031+0000 mon.smithi063 (mon.0) 86 : audit [INF] from='mgr.14144 172.21.15.63:0/1571777678' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:06:51.667 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-04-12T05:06:52.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:50.910099+0000 mon.smithi063 (mon.0) 87 : audit [INF] from='client.? 172.21.15.63:0/830999727' entity='client.admin' 2024-04-12T05:06:53.032 INFO:teuthology.orchestra.run.smithi063.stderr:Enabling the dashboard module... 2024-04-12T05:06:53.032 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-04-12T05:06:53.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:52.372766+0000 mon.smithi063 (mon.0) 88 : audit [INF] from='client.? 172.21.15.63:0/1091439787' entity='client.admin' 2024-04-12T05:06:54.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:54 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:53.795833+0000 mon.smithi063 (mon.0) 89 : audit [INF] from='client.? 172.21.15.63:0/2928068897' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-12T05:06:55.149 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr stat 2024-04-12T05:06:55.442 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:54.377193+0000 mon.smithi063 (mon.0) 90 : audit [INF] from='client.? 172.21.15.63:0/2928068897' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-12T05:06:55.442 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:54.377257+0000 mon.smithi063 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi063.ewdkhy(active, since 11s) 2024-04-12T05:06:56.003 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2024-04-12T05:06:56.003 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 13, 2024-04-12T05:06:56.003 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "available": true, 2024-04-12T05:06:56.003 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "active_name": "smithi063.ewdkhy", 2024-04-12T05:06:56.003 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_standby": 0 2024-04-12T05:06:56.003 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2024-04-12T05:06:56.680 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for the mgr to restart... 2024-04-12T05:06:56.680 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for mgr epoch 13... 2024-04-12T05:06:56.680 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-04-12T05:06:56.946 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:06:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:56.001090+0000 mon.smithi063 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.63:0/182782882' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-12T05:07:00.802 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2024-04-12T05:07:00.803 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-04-12T05:07:00.803 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "initialized": true 2024-04-12T05:07:00.803 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2024-04-12T05:07:01.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:59.736662+0000 mon.smithi063 (mon.0) 93 : cluster [INF] Active manager daemon smithi063.ewdkhy restarted 2024-04-12T05:07:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:59.737091+0000 mon.smithi063 (mon.0) 94 : cluster [INF] Activating manager daemon smithi063.ewdkhy 2024-04-12T05:07:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:59.740934+0000 mon.smithi063 (mon.0) 95 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T05:07:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:59.792273+0000 mon.smithi063 (mon.0) 96 : cluster [DBG] mgrmap e14: smithi063.ewdkhy(active, starting, since 0.0552943s) 2024-04-12T05:07:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:59.793312+0000 mon.smithi063 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2024-04-12T05:07:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:59.794059+0000 mon.smithi063 (mon.0) 98 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr metadata", "who": "smithi063.ewdkhy", "id": "smithi063.ewdkhy"}]: dispatch 2024-04-12T05:07:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:59.794909+0000 mon.smithi063 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T05:07:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:59.795048+0000 mon.smithi063 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T05:07:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:59.795172+0000 mon.smithi063 (mon.0) 101 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T05:07:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:06:59.809225+0000 mon.smithi063 (mon.0) 102 : cluster [INF] Manager daemon smithi063.ewdkhy is now available 2024-04-12T05:07:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:59.914177+0000 mon.smithi063 (mon.0) 103 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:07:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:59.916690+0000 mon.smithi063 (mon.0) 104 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:07:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:59.944182+0000 mon.smithi063 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:07:01.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:06:59.946989+0000 mon.smithi063 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:07:01.841 INFO:teuthology.orchestra.run.smithi063.stderr:mgr epoch 13 is available 2024-04-12T05:07:01.841 INFO:teuthology.orchestra.run.smithi063.stderr:Generating a dashboard self-signed certificate... 2024-04-12T05:07:01.841 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-04-12T05:07:02.075 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:00.794073+0000 mgr.smithi063.ewdkhy (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-12T05:07:02.075 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:00.794526+0000 mon.smithi063 (mon.0) 107 : cluster [DBG] mgrmap e15: smithi063.ewdkhy(active, since 1.05755s) 2024-04-12T05:07:02.075 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:00.800895+0000 mgr.smithi063.ewdkhy (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-12T05:07:02.075 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:01.543246+0000 mon.smithi063 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:07:02.953 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Self-signed certificate created 2024-04-12T05:07:03.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:02.544763+0000 mon.smithi063 (mon.0) 109 : cluster [DBG] mgrmap e16: smithi063.ewdkhy(active, since 2s) 2024-04-12T05:07:03.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:02.695347+0000 mgr.smithi063.ewdkhy (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:07:03.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:02.949405+0000 mon.smithi063 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:07:03.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:02.951455+0000 mon.smithi063 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:07:04.016 INFO:teuthology.orchestra.run.smithi063.stderr:Creating initial admin user... 2024-04-12T05:07:04.017 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_n9do1_4:/tmp/dashboard.pw:z quay.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-04-12T05:07:05.064 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$tUoaYsh1d1X2y/UVWyMmQukMh1nqUocqvm9cAy2yE8ccQGyXq8rR.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1712898425, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-12T05:07:05.833 INFO:teuthology.orchestra.run.smithi063.stderr:Fetching dashboard port number... 2024-04-12T05:07:05.833 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpcyvrg1mx:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbj4_69yi:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-04-12T05:07:06.093 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:04.806718+0000 mgr.smithi063.ewdkhy (mgr.14164) 4 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:07:06.093 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:05.058315+0000 mon.smithi063 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:07:06.587 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 8443 2024-04-12T05:07:07.265 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-enabled firewalld.service 2024-04-12T05:07:07.267 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:06.585702+0000 mon.smithi063 (mon.0) 113 : audit [DBG] from='client.? 172.21.15.63:0/1153435065' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-12T05:07:07.268 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:06.675576+0000 mon.smithi063 (mon.0) 114 : cluster [DBG] mgrmap e17: smithi063.ewdkhy(active, since 6s) 2024-04-12T05:07:07.274 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: disabled 2024-04-12T05:07:07.275 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-active firewalld.service 2024-04-12T05:07:07.282 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: inactive 2024-04-12T05:07:07.283 INFO:teuthology.orchestra.run.smithi063.stderr:firewalld.service is not enabled 2024-04-12T05:07:07.283 INFO:teuthology.orchestra.run.smithi063.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-12T05:07:07.286 INFO:teuthology.orchestra.run.smithi063.stderr:Ceph Dashboard is now available at: 2024-04-12T05:07:07.286 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-04-12T05:07:07.286 INFO:teuthology.orchestra.run.smithi063.stderr: URL: https://smithi063.front.sepia.ceph.com:8443/ 2024-04-12T05:07:07.286 INFO:teuthology.orchestra.run.smithi063.stderr: User: admin 2024-04-12T05:07:07.286 INFO:teuthology.orchestra.run.smithi063.stderr: Password: 6f6bcq6p8x 2024-04-12T05:07:07.286 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-04-12T05:07:07.287 INFO:teuthology.orchestra.run.smithi063.stderr:You can access the Ceph CLI with: 2024-04-12T05:07:07.287 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-04-12T05:07:07.287 INFO:teuthology.orchestra.run.smithi063.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-12T05:07:07.287 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-04-12T05:07:07.287 INFO:teuthology.orchestra.run.smithi063.stderr:Please consider enabling telemetry to help improve Ceph: 2024-04-12T05:07:07.287 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-04-12T05:07:07.287 INFO:teuthology.orchestra.run.smithi063.stderr: ceph telemetry on 2024-04-12T05:07:07.288 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-04-12T05:07:07.288 INFO:teuthology.orchestra.run.smithi063.stderr:For more information see: 2024-04-12T05:07:07.288 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-04-12T05:07:07.288 INFO:teuthology.orchestra.run.smithi063.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-04-12T05:07:07.288 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-04-12T05:07:07.288 INFO:teuthology.orchestra.run.smithi063.stderr:Bootstrap complete. 2024-04-12T05:07:07.288 INFO:teuthology.orchestra.run.smithi063.stderr:Releasing lock 140518517018752 on /run/cephadm/40f4d9f0-f88a-11ee-bc8c-c7b262605968.lock 2024-04-12T05:07:07.288 INFO:teuthology.orchestra.run.smithi063.stderr:Lock 140518517018752 released on /run/cephadm/40f4d9f0-f88a-11ee-bc8c-c7b262605968.lock 2024-04-12T05:07:07.323 INFO:tasks.cephadm:Fetching config... 2024-04-12T05:07:07.323 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-12T05:07:07.324 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-12T05:07:07.343 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-12T05:07:07.343 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-12T05:07:07.343 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-12T05:07:07.401 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-12T05:07:07.402 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-12T05:07:07.402 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/keyring of=/dev/stdout 2024-04-12T05:07:07.470 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-12T05:07:07.470 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-12T05:07:07.470 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-12T05:07:07.528 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-12T05:07:07.529 DEBUG:teuthology.orchestra.run.smithi063:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx+ObQd4738Ct3KAzd0sUAoIugaYlDMI+Q2+7gfFEczYXRvmqD4U+TWB2SwlNxC3S/Tp4xOAQcSqDj91DMm0vJWzmHZS5LBX5qT1fvRxvFpa/T9jvHCOfmzkWpk/HAltqB7ADuDOFrqOUkDK0DwtlQDzYjR2dkGyCD63ECjd0Hd/QNnbzhp8tceNVXu88JLXS7dgPvLz+osUV2rciiHmyzVdSv9JaMF/peRPEDWKzlFdcLprBNBICdT3XMG+7MxnOxkuoz/ws9kt8Z2LYWvlqz6cSWTMHsFjdyaCLtT/LaPHe3tew+WdQ2Vxvr3KQFoUz8NeT4rtNM609rJoNf1vrJchlQypn4i53/uLAezt1KY8pVRW/83S9Yi9+qHyPfs28M1zReTsYGfNJ0dsPIotpJT8LDT2qtNeClvDxIfWObzrkutmksZwm7x23Ve4AupDxoA2FuAP9KgI3bvKsJQ1//PCjbhIamf4S3y6BXz1BRqBa8p0jbPL2pomgcWecDxdk= ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-12T05:07:07.609 INFO:teuthology.orchestra.run.smithi063.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx+ObQd4738Ct3KAzd0sUAoIugaYlDMI+Q2+7gfFEczYXRvmqD4U+TWB2SwlNxC3S/Tp4xOAQcSqDj91DMm0vJWzmHZS5LBX5qT1fvRxvFpa/T9jvHCOfmzkWpk/HAltqB7ADuDOFrqOUkDK0DwtlQDzYjR2dkGyCD63ECjd0Hd/QNnbzhp8tceNVXu88JLXS7dgPvLz+osUV2rciiHmyzVdSv9JaMF/peRPEDWKzlFdcLprBNBICdT3XMG+7MxnOxkuoz/ws9kt8Z2LYWvlqz6cSWTMHsFjdyaCLtT/LaPHe3tew+WdQ2Vxvr3KQFoUz8NeT4rtNM609rJoNf1vrJchlQypn4i53/uLAezt1KY8pVRW/83S9Yi9+qHyPfs28M1zReTsYGfNJ0dsPIotpJT8LDT2qtNeClvDxIfWObzrkutmksZwm7x23Ve4AupDxoA2FuAP9KgI3bvKsJQ1//PCjbhIamf4S3y6BXz1BRqBa8p0jbPL2pomgcWecDxdk= ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:07:07.621 DEBUG:teuthology.orchestra.run.smithi098:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx+ObQd4738Ct3KAzd0sUAoIugaYlDMI+Q2+7gfFEczYXRvmqD4U+TWB2SwlNxC3S/Tp4xOAQcSqDj91DMm0vJWzmHZS5LBX5qT1fvRxvFpa/T9jvHCOfmzkWpk/HAltqB7ADuDOFrqOUkDK0DwtlQDzYjR2dkGyCD63ECjd0Hd/QNnbzhp8tceNVXu88JLXS7dgPvLz+osUV2rciiHmyzVdSv9JaMF/peRPEDWKzlFdcLprBNBICdT3XMG+7MxnOxkuoz/ws9kt8Z2LYWvlqz6cSWTMHsFjdyaCLtT/LaPHe3tew+WdQ2Vxvr3KQFoUz8NeT4rtNM609rJoNf1vrJchlQypn4i53/uLAezt1KY8pVRW/83S9Yi9+qHyPfs28M1zReTsYGfNJ0dsPIotpJT8LDT2qtNeClvDxIfWObzrkutmksZwm7x23Ve4AupDxoA2FuAP9KgI3bvKsJQ1//PCjbhIamf4S3y6BXz1BRqBa8p0jbPL2pomgcWecDxdk= ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-12T05:07:07.666 INFO:teuthology.orchestra.run.smithi098.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx+ObQd4738Ct3KAzd0sUAoIugaYlDMI+Q2+7gfFEczYXRvmqD4U+TWB2SwlNxC3S/Tp4xOAQcSqDj91DMm0vJWzmHZS5LBX5qT1fvRxvFpa/T9jvHCOfmzkWpk/HAltqB7ADuDOFrqOUkDK0DwtlQDzYjR2dkGyCD63ECjd0Hd/QNnbzhp8tceNVXu88JLXS7dgPvLz+osUV2rciiHmyzVdSv9JaMF/peRPEDWKzlFdcLprBNBICdT3XMG+7MxnOxkuoz/ws9kt8Z2LYWvlqz6cSWTMHsFjdyaCLtT/LaPHe3tew+WdQ2Vxvr3KQFoUz8NeT4rtNM609rJoNf1vrJchlQypn4i53/uLAezt1KY8pVRW/83S9Yi9+qHyPfs28M1zReTsYGfNJ0dsPIotpJT8LDT2qtNeClvDxIfWObzrkutmksZwm7x23Ve4AupDxoA2FuAP9KgI3bvKsJQ1//PCjbhIamf4S3y6BXz1BRqBa8p0jbPL2pomgcWecDxdk= ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:07:07.677 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-12T05:07:11.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:09.702562+0000 mon.smithi063 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:07:11.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:10.166351+0000 mon.smithi063 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:07:11.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:10.171154+0000 mon.smithi063 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:07:11.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:07:10.178118+0000 mgr.smithi063.ewdkhy (mgr.14164) 5 : cephadm [INF] Deploying daemon alertmanager.smithi063 on smithi063 2024-04-12T05:07:11.581 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-12T05:07:11.581 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-12T05:07:11.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:10.702301+0000 mon.smithi063 (mon.0) 118 : audit [INF] from='client.? 172.21.15.63:0/2690334815' entity='client.admin' 2024-04-12T05:07:15.753 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi098 2024-04-12T05:07:15.754 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-12T05:07:15.754 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/etc/ceph/ceph.conf 2024-04-12T05:07:15.776 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-12T05:07:15.776 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:07:15.836 INFO:tasks.cephadm:Adding host smithi098 to orchestrator... 2024-04-12T05:07:15.837 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph orch host add smithi098 2024-04-12T05:07:16.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:15.090291+0000 mgr.smithi063.ewdkhy (mgr.14164) 6 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:07:16.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:15.092684+0000 mon.smithi063 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:07:18.360 INFO:teuthology.orchestra.run.smithi063.stdout:Added host 'smithi098' with addr '172.21.15.98' 2024-04-12T05:07:19.074 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph orch host ls --format=json 2024-04-12T05:07:19.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:19 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:17.739846+0000 mgr.smithi063.ewdkhy (mgr.14164) 7 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi098", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:07:19.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:19 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:18.358321+0000 mon.smithi063 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:07:19.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:19 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:07:18.358612+0000 mgr.smithi063.ewdkhy (mgr.14164) 8 : cephadm [INF] Added host smithi098 2024-04-12T05:07:20.947 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:07:20.947 INFO:teuthology.orchestra.run.smithi063.stdout:[{"addr": "172.21.15.63", "hostname": "smithi063", "labels": [], "status": ""}, {"addr": "172.21.15.98", "hostname": "smithi098", "labels": [], "status": ""}] 2024-04-12T05:07:21.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:19.796138+0000 mgr.smithi063.ewdkhy (mgr.14164) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:07:21.581 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-12T05:07:21.581 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph osd crush tunables default 2024-04-12T05:07:22.073 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:20.945450+0000 mgr.smithi063.ewdkhy (mgr.14164) 10 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T05:07:23.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:21.796382+0000 mgr.smithi063.ewdkhy (mgr.14164) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:07:24.820 INFO:teuthology.orchestra.run.smithi063.stderr:adjusted tunables profile to default 2024-04-12T05:07:25.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:23.796583+0000 mgr.smithi063.ewdkhy (mgr.14164) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:07:25.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:24.562929+0000 mon.smithi063 (mon.0) 121 : audit [INF] from='client.? 172.21.15.63:0/1697099864' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-12T05:07:25.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:24.816807+0000 mon.smithi063 (mon.0) 122 : audit [INF] from='client.? 172.21.15.63:0/1697099864' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-12T05:07:25.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:24.816860+0000 mon.smithi063 (mon.0) 123 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-12T05:07:26.300 INFO:tasks.cephadm:Adding mon.smithi063 on smithi063 2024-04-12T05:07:26.300 INFO:tasks.cephadm:Adding mon.smithi098 on smithi098 2024-04-12T05:07:26.300 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph orch apply mon '2;smithi063:172.21.15.63=smithi063;smithi098:172.21.15.98=smithi098' 2024-04-12T05:07:27.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:25.796776+0000 mgr.smithi063.ewdkhy (mgr.14164) 13 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:07:28.128 INFO:teuthology.orchestra.run.smithi098.stdout:Scheduled mon update... 2024-04-12T05:07:28.639 DEBUG:teuthology.orchestra.run.smithi098:mon.smithi098> sudo journalctl -f -n 0 -u ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mon.smithi098.service 2024-04-12T05:07:28.642 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:07:28.642 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:07:28.670 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:-- Logs begin at Fri 2024-04-12 04:58:42 UTC. -- 2024-04-12T05:07:29.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:27.797073+0000 mgr.smithi063.ewdkhy (mgr.14164) 14 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:07:29.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:28.121197+0000 mgr.smithi063.ewdkhy (mgr.14164) 15 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi063:172.21.15.63=smithi063;smithi098:172.21.15.98=smithi098", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:07:29.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:07:28.122545+0000 mgr.smithi063.ewdkhy (mgr.14164) 16 : cephadm [INF] Saving service mon spec with placement smithi063:172.21.15.63=smithi063;smithi098:172.21.15.98=smithi098;count:2 2024-04-12T05:07:29.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:28.126831+0000 mon.smithi063 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:07:30.499 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:07:30.499 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"40f4d9f0-f88a-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:05:47.820283Z","created":"2024-04-12T05:05:47.820283Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:07:30.502 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2024-04-12T05:07:31.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:29.797304+0000 mgr.smithi063.ewdkhy (mgr.14164) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:07:31.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:29.992079+0000 mon.smithi063 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:07:31.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:29.993764+0000 mon.smithi063 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi063", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T05:07:31.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:29.995345+0000 mon.smithi063 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi063", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-12T05:07:31.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:29.995984+0000 mon.smithi063 (mon.0) 128 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:07:31.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:07:29.996522+0000 mgr.smithi063.ewdkhy (mgr.14164) 18 : cephadm [INF] Deploying daemon crash.smithi063 on smithi063 2024-04-12T05:07:31.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:30.498342+0000 mon.smithi063 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.98:0/2186995398' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:07:32.111 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:07:32.112 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:07:33.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:33 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:31.797516+0000 mgr.smithi063.ewdkhy (mgr.14164) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:07:33.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:33 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:32.314838+0000 mon.smithi063 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:07:33.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:33 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:32.554319+0000 mon.smithi063 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:07:33.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:33 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:32.556140+0000 mon.smithi063 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:07:33.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:33 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:32.556497+0000 mon.smithi063 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T05:07:33.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:33 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:32.559056+0000 mon.smithi063 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:07:34.024 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:07:34.025 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"40f4d9f0-f88a-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:05:47.820283Z","created":"2024-04-12T05:05:47.820283Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:07:34.025 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2024-04-12T05:07:34.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:32.556822+0000 mgr.smithi063.ewdkhy (mgr.14164) 20 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T05:07:34.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:07:32.561858+0000 mgr.smithi063.ewdkhy (mgr.14164) 21 : cephadm [INF] Deploying daemon grafana.smithi063 on smithi063 2024-04-12T05:07:34.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:34.022134+0000 mon.smithi063 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.98:0/1356652705' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:07:35.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:33.797996+0000 mgr.smithi063.ewdkhy (mgr.14164) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:07:35.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:34.934140+0000 mon.smithi063 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:07:35.681 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:07:35.681 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:07:37.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:35.798225+0000 mgr.smithi063.ewdkhy (mgr.14164) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:07:37.495 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:07:37.496 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"40f4d9f0-f88a-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:05:47.820283Z","created":"2024-04-12T05:05:47.820283Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:07:37.497 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2024-04-12T05:07:38.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:37.494131+0000 mon.smithi063 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.98:0/986335703' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:07:39.115 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:07:39.115 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:07:39.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:37.798500+0000 mgr.smithi063.ewdkhy (mgr.14164) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:07:41.088 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:07:41.088 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"40f4d9f0-f88a-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:05:47.820283Z","created":"2024-04-12T05:05:47.820283Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:07:41.089 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2024-04-12T05:07:41.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:39.798714+0000 mgr.smithi063.ewdkhy (mgr.14164) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:07:42.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:41.086796+0000 mon.smithi063 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.98:0/2645745497' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:07:42.687 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:07:42.687 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:07:43.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:42 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:41.798926+0000 mgr.smithi063.ewdkhy (mgr.14164) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:07:44.578 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:07:44.578 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"40f4d9f0-f88a-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:05:47.820283Z","created":"2024-04-12T05:05:47.820283Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:07:44.579 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2024-04-12T05:07:45.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:43.799178+0000 mgr.smithi063.ewdkhy (mgr.14164) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:07:45.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:44.576412+0000 mon.smithi063 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.98:0/1811858319' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:07:46.238 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:07:46.238 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:07:47.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:45.799376+0000 mgr.smithi063.ewdkhy (mgr.14164) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:07:48.246 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:07:48.246 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"40f4d9f0-f88a-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:05:47.820283Z","created":"2024-04-12T05:05:47.820283Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:07:48.247 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2024-04-12T05:07:49.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:47.799651+0000 mgr.smithi063.ewdkhy (mgr.14164) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:07:49.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:48.244369+0000 mon.smithi063 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.98:0/1476169861' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:07:49.787 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:07:49.787 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:07:50.955 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:49.800043+0000 mgr.smithi063.ewdkhy (mgr.14164) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:07:50.955 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:50.565031+0000 mon.smithi063 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:07:51.706 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:07:51.706 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"40f4d9f0-f88a-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:05:47.820283Z","created":"2024-04-12T05:05:47.820283Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:07:51.708 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2024-04-12T05:07:52.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:07:50.567338+0000 mgr.smithi063.ewdkhy (mgr.14164) 31 : cephadm [INF] Deploying daemon node-exporter.smithi063 on smithi063 2024-04-12T05:07:52.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:51.704597+0000 mon.smithi063 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.98:0/3593670082' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:07:53.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:51.800356+0000 mgr.smithi063.ewdkhy (mgr.14164) 32 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:07:53.375 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:07:53.376 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:07:55.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:54 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:53.800624+0000 mgr.smithi063.ewdkhy (mgr.14164) 33 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:07:55.535 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:07:55.535 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"40f4d9f0-f88a-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:05:47.820283Z","created":"2024-04-12T05:05:47.820283Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:07:55.537 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2024-04-12T05:07:56.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:54.937469+0000 mon.smithi063 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:07:56.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:55.534031+0000 mon.smithi063 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.98:0/3908769707' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:07:57.217 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:07:57.218 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:07:57.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:55.800951+0000 mgr.smithi063.ewdkhy (mgr.14164) 34 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:07:59.219 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:07:59.219 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"40f4d9f0-f88a-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:05:47.820283Z","created":"2024-04-12T05:05:47.820283Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:07:59.221 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2024-04-12T05:07:59.229 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:57.801193+0000 mgr.smithi063.ewdkhy (mgr.14164) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:00.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:07:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:59.218163+0000 mon.smithi063 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.98:0/2879872069' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:08:00.781 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:08:00.781 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:08:01.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:07:59.801496+0000 mgr.smithi063.ewdkhy (mgr.14164) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:01.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:59.945716+0000 mon.smithi063 (mon.0) 146 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:08:01.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:07:59.948164+0000 mon.smithi063 (mon.0) 147 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:08:01.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:00.024301+0000 mon.smithi063 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:01.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:08:00.030344+0000 mgr.smithi063.ewdkhy (mgr.14164) 37 : cephadm [INF] Deploying daemon prometheus.smithi063 on smithi063 2024-04-12T05:08:02.826 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:08:02.826 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"40f4d9f0-f88a-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:05:47.820283Z","created":"2024-04-12T05:05:47.820283Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:08:02.829 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2024-04-12T05:08:03.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:01.801869+0000 mgr.smithi063.ewdkhy (mgr.14164) 38 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:03.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:02.824027+0000 mon.smithi063 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.98:0/3662945305' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:08:04.443 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:08:04.443 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:08:05.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:03.802186+0000 mgr.smithi063.ewdkhy (mgr.14164) 39 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:05.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:04.940423+0000 mon.smithi063 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:06.379 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:08:06.379 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"40f4d9f0-f88a-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:05:47.820283Z","created":"2024-04-12T05:05:47.820283Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:08:06.381 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2024-04-12T05:08:07.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:05.802416+0000 mgr.smithi063.ewdkhy (mgr.14164) 40 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:07.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:06.377881+0000 mon.smithi063 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.98:0/168499266' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:08:07.964 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:08:07.964 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:08:09.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:07.802784+0000 mgr.smithi063.ewdkhy (mgr.14164) 41 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:09.889 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:08:09.889 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"40f4d9f0-f88a-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:05:47.820283Z","created":"2024-04-12T05:05:47.820283Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:08:09.891 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2024-04-12T05:08:11.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:09.803072+0000 mgr.smithi063.ewdkhy (mgr.14164) 42 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:11.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:09.887606+0000 mon.smithi063 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.98:0/3075077497' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:08:11.432 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:08:11.432 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:08:12.811 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:11.478596+0000 mon.smithi063 (mon.0) 153 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:12.812 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:11.479482+0000 mon.smithi063 (mon.0) 154 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:08:12.812 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:11.480364+0000 mon.smithi063 (mon.0) 155 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:08:12.812 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:11.480941+0000 mon.smithi063 (mon.0) 156 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:08:12.812 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:11.803573+0000 mgr.smithi063.ewdkhy (mgr.14164) 43 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:12.812 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:11.908691+0000 mon.smithi063 (mon.0) 157 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:13.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:12.783272+0000 mon.smithi063 (mon.0) 158 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:13.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:13.605914+0000 mon.smithi063 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.98:0/1980001067' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:08:14.121 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:08:14.121 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"40f4d9f0-f88a-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:05:47.820283Z","created":"2024-04-12T05:05:47.820283Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:08:14.121 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2024-04-12T05:08:15.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:13.803799+0000 mgr.smithi063.ewdkhy (mgr.14164) 44 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:16.238 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:08:16.239 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:08:16.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:15 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:14.943692+0000 mon.smithi063 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:16.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:15 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:15.348862+0000 mon.smithi063 (mon.0) 161 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:16.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:15 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:15.644167+0000 mon.smithi063 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:17.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:08:15.604030+0000 mgr.smithi063.ewdkhy (mgr.14164) 45 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-04-12T05:08:17.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:08:15.621678+0000 mgr.smithi063.ewdkhy (mgr.14164) 46 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:08:17.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:15.804034+0000 mgr.smithi063.ewdkhy (mgr.14164) 47 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:17.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:16.194033+0000 mon.smithi063 (mon.0) 163 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:17.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:17.032608+0000 mon.smithi063 (mon.0) 164 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:17.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:17.033383+0000 mon.smithi063 (mon.0) 165 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:08:17.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:17.036463+0000 mon.smithi063 (mon.0) 166 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:17.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:17.038150+0000 mon.smithi063 (mon.0) 167 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T05:08:17.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:17.040108+0000 mon.smithi063 (mon.0) 168 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-12T05:08:17.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:17.040896+0000 mon.smithi063 (mon.0) 169 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:08:18.094 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:08:18.094 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"40f4d9f0-f88a-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:05:47.820283Z","created":"2024-04-12T05:05:47.820283Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:08:18.096 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2024-04-12T05:08:18.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:08:17.041653+0000 mgr.smithi063.ewdkhy (mgr.14164) 48 : cephadm [INF] Deploying daemon crash.smithi098 on smithi098 2024-04-12T05:08:18.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:18.092835+0000 mon.smithi063 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.98:0/712792730' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:08:19.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:19 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:17.804392+0000 mgr.smithi063.ewdkhy (mgr.14164) 49 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:20.586 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:08:20.586 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:08:21.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:19.804749+0000 mgr.smithi063.ewdkhy (mgr.14164) 50 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:21.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:20.184350+0000 mon.smithi063 (mon.0) 171 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:21.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:20.186734+0000 mon.smithi063 (mon.0) 172 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.qrshom", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:08:21.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:20.191262+0000 mon.smithi063 (mon.0) 173 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.qrshom", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-12T05:08:21.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:20.192098+0000 mon.smithi063 (mon.0) 174 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T05:08:21.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:20.193105+0000 mon.smithi063 (mon.0) 175 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:08:21.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:08:20.193801+0000 mgr.smithi063.ewdkhy (mgr.14164) 51 : cephadm [INF] Deploying daemon mgr.smithi098.qrshom on smithi098 2024-04-12T05:08:22.903 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:08:22.903 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"40f4d9f0-f88a-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:05:47.820283Z","created":"2024-04-12T05:05:47.820283Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:08:22.904 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2024-04-12T05:08:23.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:21.805127+0000 mgr.smithi063.ewdkhy (mgr.14164) 52 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:23.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:22.893724+0000 mon.smithi063 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.98:0/880849922' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:08:24.531 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:08:24.531 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:08:25.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:23.805468+0000 mgr.smithi063.ewdkhy (mgr.14164) 53 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:25.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:24.135379+0000 mon.smithi063 (mon.0) 177 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:25.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:24.137614+0000 mon.smithi063 (mon.0) 178 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T05:08:25.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:24.138495+0000 mon.smithi063 (mon.0) 179 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:08:25.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:08:24.139364+0000 mgr.smithi063.ewdkhy (mgr.14164) 54 : cephadm [INF] Deploying daemon mon.smithi098 on smithi098 2024-04-12T05:08:25.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:24.946838+0000 mon.smithi063 (mon.0) 180 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:27.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:25.805754+0000 mgr.smithi063.ewdkhy (mgr.14164) 55 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:28.085 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:08:28.086 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"40f4d9f0-f88a-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:05:47.820283Z","created":"2024-04-12T05:05:47.820283Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:08:28.087 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2024-04-12T05:08:29.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:27.806010+0000 mgr.smithi063.ewdkhy (mgr.14164) 56 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:29.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:28.083979+0000 mon.smithi063 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.98:0/651108632' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:08:29.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:29 smithi098 bash[38622]: 014dd414b128ffa6b8a4ed367d4fd74b73cb5d55e6c339fe2029906b6f4e64c1 2024-04-12T05:08:29.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:29 smithi098 systemd[1]: Started Ceph mon.smithi098 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:08:29.820 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:08:29.821 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:08:34.580 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:29.176700+0000 mon.smithi063 (mon.0) 183 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2024-04-12T05:08:34.580 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:29.176916+0000 mon.smithi063 (mon.0) 184 : cluster [INF] mon.smithi063 calling monitor election 2024-04-12T05:08:34.580 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:29.190619+0000 mon.smithi063 (mon.0) 185 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:08:34.580 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:29.228749+0000 mon.smithi063 (mon.0) 186 : audit [DBG] from='mgr.? 172.21.15.98:0/2199267629' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/crt"}]: dispatch 2024-04-12T05:08:34.580 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:29.806358+0000 mgr.smithi063.ewdkhy (mgr.14164) 57 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:34.580 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:30.173855+0000 mon.smithi063 (mon.0) 187 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:08:34.580 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:31.173996+0000 mon.smithi063 (mon.0) 188 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:08:34.580 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:31.174829+0000 mon.smithi098 (mon.1) 1 : cluster [INF] mon.smithi098 calling monitor election 2024-04-12T05:08:34.580 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:31.806730+0000 mgr.smithi063.ewdkhy (mgr.14164) 58 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:34.580 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:32.174397+0000 mon.smithi063 (mon.0) 189 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:08:34.581 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:33.174297+0000 mon.smithi063 (mon.0) 190 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:08:34.581 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:34.174263+0000 mon.smithi063 (mon.0) 191 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:08:34.581 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:34.203646+0000 mon.smithi063 (mon.0) 192 : cluster [INF] mon.smithi063 is new leader, mons smithi063,smithi098 in quorum (ranks 0,1) 2024-04-12T05:08:34.581 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:34.206743+0000 mon.smithi063 (mon.0) 193 : cluster [DBG] monmap e2: 2 mons at {smithi063=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} 2024-04-12T05:08:34.581 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:34.206788+0000 mon.smithi063 (mon.0) 194 : cluster [DBG] fsmap 2024-04-12T05:08:34.581 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:34.206826+0000 mon.smithi063 (mon.0) 195 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-12T05:08:34.581 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:34.207049+0000 mon.smithi063 (mon.0) 196 : cluster [DBG] mgrmap e17: smithi063.ewdkhy(active, since 94s) 2024-04-12T05:08:34.581 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:34.207559+0000 mon.smithi063 (mon.0) 197 : cluster [DBG] Standby manager daemon smithi098.qrshom started 2024-04-12T05:08:34.581 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:34.209115+0000 mon.smithi063 (mon.0) 198 : audit [DBG] from='mgr.? 172.21.15.98:0/2199267629' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T05:08:34.581 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:34.210734+0000 mon.smithi063 (mon.0) 199 : cluster [INF] overall HEALTH_OK 2024-04-12T05:08:34.581 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:34.211211+0000 mon.smithi063 (mon.0) 200 : audit [DBG] from='mgr.? 172.21.15.98:0/2199267629' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/key"}]: dispatch 2024-04-12T05:08:34.581 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:34.211628+0000 mon.smithi063 (mon.0) 201 : audit [DBG] from='mgr.? 172.21.15.98:0/2199267629' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T05:08:34.581 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:34.213277+0000 mon.smithi063 (mon.0) 202 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:34.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:29.176700+0000 mon.smithi063 (mon.0) 183 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2024-04-12T05:08:34.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:29.176916+0000 mon.smithi063 (mon.0) 184 : cluster [INF] mon.smithi063 calling monitor election 2024-04-12T05:08:34.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:29.190619+0000 mon.smithi063 (mon.0) 185 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:08:34.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:29.228749+0000 mon.smithi063 (mon.0) 186 : audit [DBG] from='mgr.? 172.21.15.98:0/2199267629' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/crt"}]: dispatch 2024-04-12T05:08:34.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:29.806358+0000 mgr.smithi063.ewdkhy (mgr.14164) 57 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:34.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:30.173855+0000 mon.smithi063 (mon.0) 187 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:08:34.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:31.173996+0000 mon.smithi063 (mon.0) 188 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:08:34.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:31.174829+0000 mon.smithi098 (mon.1) 1 : cluster [INF] mon.smithi098 calling monitor election 2024-04-12T05:08:34.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:31.806730+0000 mgr.smithi063.ewdkhy (mgr.14164) 58 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:34.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:32.174397+0000 mon.smithi063 (mon.0) 189 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:08:34.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:33.174297+0000 mon.smithi063 (mon.0) 190 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:08:34.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:34.174263+0000 mon.smithi063 (mon.0) 191 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:08:34.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:34.203646+0000 mon.smithi063 (mon.0) 192 : cluster [INF] mon.smithi063 is new leader, mons smithi063,smithi098 in quorum (ranks 0,1) 2024-04-12T05:08:34.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:34.206743+0000 mon.smithi063 (mon.0) 193 : cluster [DBG] monmap e2: 2 mons at {smithi063=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} 2024-04-12T05:08:34.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:34.206788+0000 mon.smithi063 (mon.0) 194 : cluster [DBG] fsmap 2024-04-12T05:08:34.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:34.206826+0000 mon.smithi063 (mon.0) 195 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-12T05:08:34.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:34.207049+0000 mon.smithi063 (mon.0) 196 : cluster [DBG] mgrmap e17: smithi063.ewdkhy(active, since 94s) 2024-04-12T05:08:34.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:34.207559+0000 mon.smithi063 (mon.0) 197 : cluster [DBG] Standby manager daemon smithi098.qrshom started 2024-04-12T05:08:34.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:34.209115+0000 mon.smithi063 (mon.0) 198 : audit [DBG] from='mgr.? 172.21.15.98:0/2199267629' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T05:08:34.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:34.210734+0000 mon.smithi063 (mon.0) 199 : cluster [INF] overall HEALTH_OK 2024-04-12T05:08:34.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:34.211211+0000 mon.smithi063 (mon.0) 200 : audit [DBG] from='mgr.? 172.21.15.98:0/2199267629' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/key"}]: dispatch 2024-04-12T05:08:34.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:34.211628+0000 mon.smithi063 (mon.0) 201 : audit [DBG] from='mgr.? 172.21.15.98:0/2199267629' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T05:08:34.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:34.213277+0000 mon.smithi063 (mon.0) 202 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:34.912 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-12T05:08:34.912 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":2,"fsid":"40f4d9f0-f88a-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:08:29.174042Z","created":"2024-04-12T05:05:47.820283Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi098","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:3300","nonce":0},{"type":"v1","addr":"172.21.15.98:6789","nonce":0}]},"addr":"172.21.15.98:6789/0","public_addr":"172.21.15.98:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-12T05:08:34.912 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 2 2024-04-12T05:08:35.564 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:33.807081+0000 mgr.smithi063.ewdkhy (mgr.14164) 59 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:35.565 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:08:34.215072+0000 mgr.smithi063.ewdkhy (mgr.14164) 60 : cephadm [INF] Deploying daemon node-exporter.smithi098 on smithi098 2024-04-12T05:08:35.565 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:34.267722+0000 mon.smithi063 (mon.0) 203 : cluster [DBG] mgrmap e18: smithi063.ewdkhy(active, since 94s), standbys: smithi098.qrshom 2024-04-12T05:08:35.565 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:34.267881+0000 mon.smithi063 (mon.0) 204 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr metadata", "who": "smithi098.qrshom", "id": "smithi098.qrshom"}]: dispatch 2024-04-12T05:08:35.565 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:34.909351+0000 mon.smithi063 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.98:0/1497831822' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:08:35.565 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:34.951560+0000 mon.smithi063 (mon.0) 206 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:35.565 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:35.174341+0000 mon.smithi063 (mon.0) 207 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:08:35.584 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-12T05:08:35.585 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph config generate-minimal-conf 2024-04-12T05:08:35.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:33.807081+0000 mgr.smithi063.ewdkhy (mgr.14164) 59 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:35.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:08:34.215072+0000 mgr.smithi063.ewdkhy (mgr.14164) 60 : cephadm [INF] Deploying daemon node-exporter.smithi098 on smithi098 2024-04-12T05:08:35.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:34.267722+0000 mon.smithi063 (mon.0) 203 : cluster [DBG] mgrmap e18: smithi063.ewdkhy(active, since 94s), standbys: smithi098.qrshom 2024-04-12T05:08:35.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:34.267881+0000 mon.smithi063 (mon.0) 204 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr metadata", "who": "smithi098.qrshom", "id": "smithi098.qrshom"}]: dispatch 2024-04-12T05:08:35.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:34.909351+0000 mon.smithi063 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.98:0/1497831822' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:08:35.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:34.951560+0000 mon.smithi063 (mon.0) 206 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:35.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:35.174341+0000 mon.smithi063 (mon.0) 207 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:08:37.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:35.807331+0000 mgr.smithi063.ewdkhy (mgr.14164) 61 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:37.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:35.807331+0000 mgr.smithi063.ewdkhy (mgr.14164) 61 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:38.893 INFO:teuthology.orchestra.run.smithi063.stdout:# minimal ceph.conf for 40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:08:38.893 INFO:teuthology.orchestra.run.smithi063.stdout:[global] 2024-04-12T05:08:38.893 INFO:teuthology.orchestra.run.smithi063.stdout: fsid = 40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:08:38.893 INFO:teuthology.orchestra.run.smithi063.stdout: mon_host = [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] 2024-04-12T05:08:39.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:37.807785+0000 mgr.smithi063.ewdkhy (mgr.14164) 62 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:39.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:37.807785+0000 mgr.smithi063.ewdkhy (mgr.14164) 62 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:39.478 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-12T05:08:39.479 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-12T05:08:39.479 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.conf 2024-04-12T05:08:39.550 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-12T05:08:39.550 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:08:39.619 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-12T05:08:39.619 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.conf 2024-04-12T05:08:39.658 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-12T05:08:39.658 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:08:39.728 INFO:tasks.cephadm:Deploying OSDs... 2024-04-12T05:08:39.729 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-12T05:08:39.729 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/scratch_devs of=/dev/stdout 2024-04-12T05:08:39.747 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-04-12T05:08:39.748 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_1 2024-04-12T05:08:39.807 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-12T05:08:39.808 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T05:08:39.808 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 6h/6d Inode: 169163 Links: 1 2024-04-12T05:08:39.808 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T05:08:39.808 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T05:08:39.808 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-04-12 05:08:10.804130267 +0000 2024-04-12T05:08:39.808 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-04-12 05:04:29.729075941 +0000 2024-04-12T05:08:39.808 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-04-12 05:04:29.729075941 +0000 2024-04-12T05:08:39.808 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-04-12T05:08:39.808 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-12T05:08:39.874 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-04-12T05:08:39.874 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-04-12T05:08:39.874 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000210694 s, 2.4 MB/s 2024-04-12T05:08:39.876 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-12T05:08:39.935 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_2 2024-04-12T05:08:39.993 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-12T05:08:39.994 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T05:08:39.994 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 6h/6d Inode: 169232 Links: 1 2024-04-12T05:08:39.994 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T05:08:39.994 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T05:08:39.994 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-04-12 05:08:10.804130267 +0000 2024-04-12T05:08:39.994 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-04-12 05:04:30.083072622 +0000 2024-04-12T05:08:39.994 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-04-12 05:04:30.083072622 +0000 2024-04-12T05:08:39.994 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-04-12T05:08:39.994 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-12T05:08:40.059 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-04-12T05:08:40.059 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-04-12T05:08:40.059 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000190328 s, 2.7 MB/s 2024-04-12T05:08:40.060 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-12T05:08:40.121 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_3 2024-04-12T05:08:40.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:39 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:38.891775+0000 mon.smithi063 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.63:0/3527795569' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:08:40.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:38.891775+0000 mon.smithi063 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.63:0/3527795569' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:08:40.140 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-12T05:08:40.141 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T05:08:40.141 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 6h/6d Inode: 167628 Links: 1 2024-04-12T05:08:40.141 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T05:08:40.141 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T05:08:40.141 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-04-12 05:08:10.804130267 +0000 2024-04-12T05:08:40.141 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-04-12 05:04:30.423069433 +0000 2024-04-12T05:08:40.141 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-04-12 05:04:30.423069433 +0000 2024-04-12T05:08:40.141 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-04-12T05:08:40.141 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-12T05:08:40.207 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-04-12T05:08:40.207 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-04-12T05:08:40.207 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000180874 s, 2.8 MB/s 2024-04-12T05:08:40.208 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-12T05:08:40.267 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_4 2024-04-12T05:08:40.325 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-12T05:08:40.325 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T05:08:40.325 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 6h/6d Inode: 166778 Links: 1 2024-04-12T05:08:40.325 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T05:08:40.325 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T05:08:40.325 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-04-12 05:08:10.804130267 +0000 2024-04-12T05:08:40.325 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-04-12 05:04:30.765066226 +0000 2024-04-12T05:08:40.326 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-04-12 05:04:30.765066226 +0000 2024-04-12T05:08:40.326 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-04-12T05:08:40.326 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-12T05:08:40.391 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-04-12T05:08:40.391 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-04-12T05:08:40.391 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000213778 s, 2.4 MB/s 2024-04-12T05:08:40.392 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-12T05:08:40.451 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-12T05:08:40.451 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/scratch_devs of=/dev/stdout 2024-04-12T05:08:40.473 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-04-12T05:08:40.473 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_1 2024-04-12T05:08:40.535 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-12T05:08:40.535 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T05:08:40.535 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 164485 Links: 1 2024-04-12T05:08:40.535 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T05:08:40.535 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T05:08:40.535 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-04-12 05:08:34.631406191 +0000 2024-04-12T05:08:40.535 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-04-12 05:04:20.302141071 +0000 2024-04-12T05:08:40.535 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-04-12 05:04:20.302141071 +0000 2024-04-12T05:08:40.535 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-04-12T05:08:40.535 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-12T05:08:40.604 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-04-12T05:08:40.604 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-04-12T05:08:40.604 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000267342 s, 1.9 MB/s 2024-04-12T05:08:40.605 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-12T05:08:40.667 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_2 2024-04-12T05:08:40.726 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-12T05:08:40.726 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T05:08:40.726 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 165470 Links: 1 2024-04-12T05:08:40.726 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T05:08:40.726 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T05:08:40.726 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-04-12 05:08:34.631406191 +0000 2024-04-12T05:08:40.726 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-04-12 05:04:20.624137182 +0000 2024-04-12T05:08:40.726 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-04-12 05:04:20.624137182 +0000 2024-04-12T05:08:40.727 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-04-12T05:08:40.727 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-12T05:08:40.793 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-04-12T05:08:40.793 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-04-12T05:08:40.793 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.00024815 s, 2.1 MB/s 2024-04-12T05:08:40.795 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-12T05:08:40.854 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_3 2024-04-12T05:08:40.912 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-12T05:08:40.912 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T05:08:40.912 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 168573 Links: 1 2024-04-12T05:08:40.912 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T05:08:40.912 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T05:08:40.912 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-04-12 05:08:34.631406191 +0000 2024-04-12T05:08:40.912 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-04-12 05:04:20.983132846 +0000 2024-04-12T05:08:40.912 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-04-12 05:04:20.983132846 +0000 2024-04-12T05:08:40.912 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-04-12T05:08:40.913 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-12T05:08:40.977 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-04-12T05:08:40.977 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-04-12T05:08:40.977 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000185372 s, 2.8 MB/s 2024-04-12T05:08:40.979 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-12T05:08:41.038 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_4 2024-04-12T05:08:41.096 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-12T05:08:41.096 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T05:08:41.096 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 168616 Links: 1 2024-04-12T05:08:41.096 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T05:08:41.096 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T05:08:41.096 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-04-12 05:08:34.632406179 +0000 2024-04-12T05:08:41.096 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-04-12 05:04:21.320128775 +0000 2024-04-12T05:08:41.096 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-04-12 05:04:21.320128775 +0000 2024-04-12T05:08:41.096 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-04-12T05:08:41.096 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-12T05:08:41.161 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-04-12T05:08:41.161 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-04-12T05:08:41.162 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000230145 s, 2.2 MB/s 2024-04-12T05:08:41.162 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-12T05:08:41.221 INFO:tasks.cephadm:Deploying osd.0 on smithi063 with /dev/vg_nvme/lv_4... 2024-04-12T05:08:41.221 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-12T05:08:41.321 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:39.808054+0000 mgr.smithi063.ewdkhy (mgr.14164) 63 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:41.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:39.808054+0000 mgr.smithi063.ewdkhy (mgr.14164) 63 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:43.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:41.808459+0000 mgr.smithi063.ewdkhy (mgr.14164) 64 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:43.437 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:41.808459+0000 mgr.smithi063.ewdkhy (mgr.14164) 64 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:43.442 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-12T05:08:43.442 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-12T05:08:43.442 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10+0 records in 2024-04-12T05:08:43.442 INFO:teuthology.orchestra.run.smithi063.stderr:10+0 records out 2024-04-12T05:08:43.442 INFO:teuthology.orchestra.run.smithi063.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0152764 s, 686 MB/s 2024-04-12T05:08:43.442 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping successful for: 2024-04-12T05:08:44.064 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph orch daemon add osd smithi063:vg_nvme/lv_4 2024-04-12T05:08:44.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:43.588572+0000 mon.smithi063 (mon.0) 209 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:44.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:43.589714+0000 mon.smithi063 (mon.0) 210 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:08:44.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:43.590588+0000 mon.smithi063 (mon.0) 211 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:08:44.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:43.591173+0000 mon.smithi063 (mon.0) 212 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:08:44.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:43.808773+0000 mgr.smithi063.ewdkhy (mgr.14164) 65 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:44.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:43.588572+0000 mon.smithi063 (mon.0) 209 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:44.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:43.589714+0000 mon.smithi063 (mon.0) 210 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:08:44.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:43.590588+0000 mon.smithi063 (mon.0) 211 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:08:44.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:43.591173+0000 mon.smithi063 (mon.0) 212 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:08:44.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:43.808773+0000 mgr.smithi063.ewdkhy (mgr.14164) 65 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:46.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:44.956106+0000 mon.smithi063 (mon.0) 213 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:46.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:45.374788+0000 mon.smithi063 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:46.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:08:45.375253+0000 mgr.smithi063.ewdkhy (mgr.14164) 66 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-04-12T05:08:46.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:08:45.390704+0000 mgr.smithi063.ewdkhy (mgr.14164) 67 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:08:46.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:45.420526+0000 mon.smithi063 (mon.0) 215 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:46.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:44.956106+0000 mon.smithi063 (mon.0) 213 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:46.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:45.374788+0000 mon.smithi063 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:46.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:08:45.375253+0000 mgr.smithi063.ewdkhy (mgr.14164) 66 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-04-12T05:08:46.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:08:45.390704+0000 mgr.smithi063.ewdkhy (mgr.14164) 67 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:08:46.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:45.420526+0000 mon.smithi063 (mon.0) 215 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:47.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:45.809097+0000 mgr.smithi063.ewdkhy (mgr.14164) 68 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:47.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:45.809097+0000 mgr.smithi063.ewdkhy (mgr.14164) 68 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:48.271 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:47.231852+0000 mgr.smithi063.ewdkhy (mgr.14164) 69 : audit [DBG] from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:08:48.271 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:47.232715+0000 mon.smithi063 (mon.0) 216 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:08:48.271 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:47.234114+0000 mon.smithi063 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:08:48.271 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:47.234626+0000 mon.smithi063 (mon.0) 218 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:08:48.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:47.231852+0000 mgr.smithi063.ewdkhy (mgr.14164) 69 : audit [DBG] from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:08:48.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:47.232715+0000 mon.smithi063 (mon.0) 216 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:08:48.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:47.234114+0000 mon.smithi063 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:08:48.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:47.234626+0000 mon.smithi063 (mon.0) 218 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:08:49.088 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:47.809484+0000 mgr.smithi063.ewdkhy (mgr.14164) 70 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:49.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:47.809484+0000 mgr.smithi063.ewdkhy (mgr.14164) 70 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:51.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:49.809706+0000 mgr.smithi063.ewdkhy (mgr.14164) 71 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:51.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:50.106851+0000 mon.smithi063 (mon.0) 219 : audit [INF] from='client.? 172.21.15.63:0/3490078086' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab701efa-0a00-4cdc-991b-3f2e996be2da"}]: dispatch 2024-04-12T05:08:51.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:50.115681+0000 mon.smithi063 (mon.0) 220 : audit [INF] from='client.? 172.21.15.63:0/3490078086' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ab701efa-0a00-4cdc-991b-3f2e996be2da"}]': finished 2024-04-12T05:08:51.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:50.115746+0000 mon.smithi063 (mon.0) 221 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-12T05:08:51.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:50.115871+0000 mon.smithi063 (mon.0) 222 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:08:51.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:50.543489+0000 mon.smithi063 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.63:0/1743312823' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:08:51.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:50.623284+0000 mon.smithi063 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:51.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:50.645071+0000 mon.smithi063 (mon.0) 225 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:51.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:50.647992+0000 mon.smithi063 (mon.0) 226 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:51.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:50.650529+0000 mon.smithi063 (mon.0) 227 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T05:08:51.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:50.651069+0000 mon.smithi063 (mon.0) 228 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T05:08:51.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:50.651550+0000 mon.smithi063 (mon.0) 229 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:08:51.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:49.809706+0000 mgr.smithi063.ewdkhy (mgr.14164) 71 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:51.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:50.106851+0000 mon.smithi063 (mon.0) 219 : audit [INF] from='client.? 172.21.15.63:0/3490078086' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab701efa-0a00-4cdc-991b-3f2e996be2da"}]: dispatch 2024-04-12T05:08:51.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:50.115681+0000 mon.smithi063 (mon.0) 220 : audit [INF] from='client.? 172.21.15.63:0/3490078086' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ab701efa-0a00-4cdc-991b-3f2e996be2da"}]': finished 2024-04-12T05:08:51.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:50.115746+0000 mon.smithi063 (mon.0) 221 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-12T05:08:51.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:50.115871+0000 mon.smithi063 (mon.0) 222 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:08:51.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:50.543489+0000 mon.smithi063 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.63:0/1743312823' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:08:51.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:50.623284+0000 mon.smithi063 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:51.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:50.645071+0000 mon.smithi063 (mon.0) 225 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:51.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:50.647992+0000 mon.smithi063 (mon.0) 226 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:51.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:50.650529+0000 mon.smithi063 (mon.0) 227 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T05:08:51.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:50.651069+0000 mon.smithi063 (mon.0) 228 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T05:08:51.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:50.651550+0000 mon.smithi063 (mon.0) 229 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:08:52.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:08:50.623960+0000 mgr.smithi063.ewdkhy (mgr.14164) 72 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-04-12T05:08:52.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:08:50.650301+0000 mgr.smithi063.ewdkhy (mgr.14164) 73 : cephadm [INF] Reconfiguring mon.smithi063 (unknown last config time)... 2024-04-12T05:08:52.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:08:50.651985+0000 mgr.smithi063.ewdkhy (mgr.14164) 74 : cephadm [INF] Reconfiguring daemon mon.smithi063 on smithi063 2024-04-12T05:08:52.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:08:50.623960+0000 mgr.smithi063.ewdkhy (mgr.14164) 72 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-04-12T05:08:52.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:08:50.650301+0000 mgr.smithi063.ewdkhy (mgr.14164) 73 : cephadm [INF] Reconfiguring mon.smithi063 (unknown last config time)... 2024-04-12T05:08:52.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:08:50.651985+0000 mgr.smithi063.ewdkhy (mgr.14164) 74 : cephadm [INF] Reconfiguring daemon mon.smithi063 on smithi063 2024-04-12T05:08:53.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:51.810029+0000 mgr.smithi063.ewdkhy (mgr.14164) 75 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:53.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:51.810029+0000 mgr.smithi063.ewdkhy (mgr.14164) 75 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:55.286 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:54 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:53.810385+0000 mgr.smithi063.ewdkhy (mgr.14164) 76 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:55.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:54 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:53.810385+0000 mgr.smithi063.ewdkhy (mgr.14164) 76 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:56.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:55.334096+0000 mon.smithi063 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:56.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:08:55.334703+0000 mgr.smithi063.ewdkhy (mgr.14164) 77 : cephadm [INF] Reconfiguring mgr.smithi063.ewdkhy (unknown last config time)... 2024-04-12T05:08:56.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:55.334988+0000 mon.smithi063 (mon.0) 231 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi063.ewdkhy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:08:56.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:55.335740+0000 mon.smithi063 (mon.0) 232 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T05:08:56.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:55.336366+0000 mon.smithi063 (mon.0) 233 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:08:56.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:08:55.336904+0000 mgr.smithi063.ewdkhy (mgr.14164) 78 : cephadm [INF] Reconfiguring daemon mgr.smithi063.ewdkhy on smithi063 2024-04-12T05:08:56.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:55.334096+0000 mon.smithi063 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:56.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:08:55.334703+0000 mgr.smithi063.ewdkhy (mgr.14164) 77 : cephadm [INF] Reconfiguring mgr.smithi063.ewdkhy (unknown last config time)... 2024-04-12T05:08:56.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:55.334988+0000 mon.smithi063 (mon.0) 231 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi063.ewdkhy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:08:56.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:55.335740+0000 mon.smithi063 (mon.0) 232 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T05:08:56.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:55.336366+0000 mon.smithi063 (mon.0) 233 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:08:56.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:08:55.336904+0000 mgr.smithi063.ewdkhy (mgr.14164) 78 : cephadm [INF] Reconfiguring daemon mgr.smithi063.ewdkhy on smithi063 2024-04-12T05:08:57.539 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:55.810663+0000 mgr.smithi063.ewdkhy (mgr.14164) 79 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:57.539 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:57.144595+0000 mon.smithi063 (mon.0) 234 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T05:08:57.539 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:57.145237+0000 mon.smithi063 (mon.0) 235 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:08:57.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:55.810663+0000 mgr.smithi063.ewdkhy (mgr.14164) 79 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:57.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:57.144595+0000 mon.smithi063 (mon.0) 234 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T05:08:57.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:57.145237+0000 mon.smithi063 (mon.0) 235 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:08:58.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:08:57.145780+0000 mgr.smithi063.ewdkhy (mgr.14164) 80 : cephadm [INF] Deploying daemon osd.0 on smithi063 2024-04-12T05:08:58.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:08:57.145780+0000 mgr.smithi063.ewdkhy (mgr.14164) 80 : cephadm [INF] Deploying daemon osd.0 on smithi063 2024-04-12T05:08:59.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:57.810955+0000 mgr.smithi063.ewdkhy (mgr.14164) 81 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:59.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:08:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:58.708416+0000 mon.smithi063 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:08:59.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:57.810955+0000 mgr.smithi063.ewdkhy (mgr.14164) 81 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:08:59.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:08:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:58.708416+0000 mon.smithi063 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:00.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:08:58.709069+0000 mgr.smithi063.ewdkhy (mgr.14164) 82 : cephadm [INF] Reconfiguring alertmanager.smithi063 (dependencies changed)... 2024-04-12T05:09:00.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:08:58.711527+0000 mgr.smithi063.ewdkhy (mgr.14164) 83 : cephadm [INF] Reconfiguring daemon alertmanager.smithi063 on smithi063 2024-04-12T05:09:00.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:59.946764+0000 mon.smithi063 (mon.0) 237 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:09:00.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:08:59.948971+0000 mon.smithi063 (mon.0) 238 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:09:00.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:08:58.709069+0000 mgr.smithi063.ewdkhy (mgr.14164) 82 : cephadm [INF] Reconfiguring alertmanager.smithi063 (dependencies changed)... 2024-04-12T05:09:00.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:08:58.711527+0000 mgr.smithi063.ewdkhy (mgr.14164) 83 : cephadm [INF] Reconfiguring daemon alertmanager.smithi063 on smithi063 2024-04-12T05:09:00.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:59.946764+0000 mon.smithi063 (mon.0) 237 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:09:00.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:08:59.948971+0000 mon.smithi063 (mon.0) 238 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:09:01.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:08:59.811149+0000 mgr.smithi063.ewdkhy (mgr.14164) 84 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:09:01.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:08:59.811149+0000 mgr.smithi063.ewdkhy (mgr.14164) 84 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:09:02.299 INFO:teuthology.orchestra.run.smithi063.stdout:Created osd(s) 0 on host 'smithi063' 2024-04-12T05:09:03.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:01.811508+0000 mgr.smithi063.ewdkhy (mgr.14164) 85 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:09:03.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:02.289757+0000 mon.smithi063 (mon.0) 239 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:03.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:02.296167+0000 mon.smithi063 (mon.0) 240 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:03.410 DEBUG:teuthology.orchestra.run.smithi063:osd.0> sudo journalctl -f -n 0 -u ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.0.service 2024-04-12T05:09:03.412 INFO:tasks.cephadm:Deploying osd.1 on smithi063 with /dev/vg_nvme/lv_3... 2024-04-12T05:09:03.412 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-12T05:09:03.443 INFO:journalctl@ceph.osd.0.smithi063.stdout:-- Logs begin at Fri 2024-04-12 04:58:30 UTC. -- 2024-04-12T05:09:03.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:01.811508+0000 mgr.smithi063.ewdkhy (mgr.14164) 85 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:09:03.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:02.289757+0000 mon.smithi063 (mon.0) 239 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:03.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:02.296167+0000 mon.smithi063 (mon.0) 240 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:05.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:05 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:03.811788+0000 mgr.smithi063.ewdkhy (mgr.14164) 86 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:09:05.624 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:09:05 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.0[46052]: debug 2024-04-12T05:09:05.397+0000 7f5a07e95080 -1 osd.0 0 log_to_monitors {default=true} 2024-04-12T05:09:05.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:05 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:03.811788+0000 mgr.smithi063.ewdkhy (mgr.14164) 86 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:09:06.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:05.400849+0000 mon.smithi063 (mon.0) 241 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3638043839,v1:172.21.15.63:6803/3638043839]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-12T05:09:06.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:05.400849+0000 mon.smithi063 (mon.0) 241 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3638043839,v1:172.21.15.63:6803/3638043839]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-12T05:09:06.907 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-12T05:09:06.907 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-12T05:09:06.907 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10+0 records in 2024-04-12T05:09:06.907 INFO:teuthology.orchestra.run.smithi063.stderr:10+0 records out 2024-04-12T05:09:06.908 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0147641 s, 710 MB/s 2024-04-12T05:09:06.908 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping successful for: 2024-04-12T05:09:07.401 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:09:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.0[46052]: debug 2024-04-12T05:09:07.305+0000 7f59fe3f8700 -1 osd.0 0 waiting for initial osdmap 2024-04-12T05:09:07.401 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:09:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.0[46052]: debug 2024-04-12T05:09:07.308+0000 7f59f8b70700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-12T05:09:07.402 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:05.812156+0000 mgr.smithi063.ewdkhy (mgr.14164) 87 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:09:07.402 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:06.299814+0000 mon.smithi063 (mon.0) 242 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3638043839,v1:172.21.15.63:6803/3638043839]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-12T05:09:07.402 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:06.299858+0000 mon.smithi063 (mon.0) 243 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-12T05:09:07.402 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:06.299947+0000 mon.smithi063 (mon.0) 244 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:09:07.402 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:06.300274+0000 mon.smithi063 (mon.0) 245 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3638043839,v1:172.21.15.63:6803/3638043839]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-04-12T05:09:07.420 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph orch daemon add osd smithi063:vg_nvme/lv_3 2024-04-12T05:09:07.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:05.812156+0000 mgr.smithi063.ewdkhy (mgr.14164) 87 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:09:07.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:06.299814+0000 mon.smithi063 (mon.0) 242 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3638043839,v1:172.21.15.63:6803/3638043839]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-12T05:09:07.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:06.299858+0000 mon.smithi063 (mon.0) 243 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-12T05:09:07.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:06.299947+0000 mon.smithi063 (mon.0) 244 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:09:07.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:06.300274+0000 mon.smithi063 (mon.0) 245 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3638043839,v1:172.21.15.63:6803/3638043839]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-04-12T05:09:08.604 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:07.302530+0000 mon.smithi063 (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3638043839,v1:172.21.15.63:6803/3638043839]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-04-12T05:09:08.604 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:07.302577+0000 mon.smithi063 (mon.0) 247 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-04-12T05:09:08.604 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:07.302912+0000 mon.smithi063 (mon.0) 248 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:09:08.604 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:07.306753+0000 mon.smithi063 (mon.0) 249 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:09:08.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:07.302530+0000 mon.smithi063 (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.63:6802/3638043839,v1:172.21.15.63:6803/3638043839]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-04-12T05:09:08.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:07.302577+0000 mon.smithi063 (mon.0) 247 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-04-12T05:09:08.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:07.302912+0000 mon.smithi063 (mon.0) 248 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:09:08.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:07.306753+0000 mon.smithi063 (mon.0) 249 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:09:09.536 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:06.372372+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:09:09.536 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:06.372464+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:09:09.536 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:07.812576+0000 mgr.smithi063.ewdkhy (mgr.14164) 88 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:09:09.536 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:08.307950+0000 mon.smithi063 (mon.0) 250 : cluster [INF] osd.0 [v2:172.21.15.63:6802/3638043839,v1:172.21.15.63:6803/3638043839] boot 2024-04-12T05:09:09.536 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:08.307977+0000 mon.smithi063 (mon.0) 251 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-12T05:09:09.536 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:08.308350+0000 mon.smithi063 (mon.0) 252 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:09:09.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:06.372372+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:09:09.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:06.372464+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:09:09.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:07.812576+0000 mgr.smithi063.ewdkhy (mgr.14164) 88 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:09:09.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:08.307950+0000 mon.smithi063 (mon.0) 250 : cluster [INF] osd.0 [v2:172.21.15.63:6802/3638043839,v1:172.21.15.63:6803/3638043839] boot 2024-04-12T05:09:09.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:08.307977+0000 mon.smithi063 (mon.0) 251 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-12T05:09:09.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:08.308350+0000 mon.smithi063 (mon.0) 252 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:09:10.569 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:09.314752+0000 mon.smithi063 (mon.0) 253 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-04-12T05:09:10.569 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:09.600550+0000 mon.smithi063 (mon.0) 254 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:10.569 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:09.601305+0000 mon.smithi063 (mon.0) 255 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi063", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T05:09:10.569 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:09.601944+0000 mon.smithi063 (mon.0) 256 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:09:10.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:09.314752+0000 mon.smithi063 (mon.0) 253 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-04-12T05:09:10.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:09.600550+0000 mon.smithi063 (mon.0) 254 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:10.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:09.601305+0000 mon.smithi063 (mon.0) 255 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi063", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T05:09:10.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:09.601944+0000 mon.smithi063 (mon.0) 256 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:09:11.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:09:09.601084+0000 mgr.smithi063.ewdkhy (mgr.14164) 89 : cephadm [INF] Reconfiguring crash.smithi063 (monmap changed)... 2024-04-12T05:09:11.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:09:09.602438+0000 mgr.smithi063.ewdkhy (mgr.14164) 90 : cephadm [INF] Reconfiguring daemon crash.smithi063 on smithi063 2024-04-12T05:09:11.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:09.812862+0000 mgr.smithi063.ewdkhy (mgr.14164) 91 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:11.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:10.997491+0000 mon.smithi063 (mon.0) 257 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:09:11.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:10.998679+0000 mon.smithi063 (mon.0) 258 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:09:11.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:10.999198+0000 mon.smithi063 (mon.0) 259 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:09:11.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:09:09.601084+0000 mgr.smithi063.ewdkhy (mgr.14164) 89 : cephadm [INF] Reconfiguring crash.smithi063 (monmap changed)... 2024-04-12T05:09:11.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:09:09.602438+0000 mgr.smithi063.ewdkhy (mgr.14164) 90 : cephadm [INF] Reconfiguring daemon crash.smithi063 on smithi063 2024-04-12T05:09:11.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:09.812862+0000 mgr.smithi063.ewdkhy (mgr.14164) 91 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:11.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:10.997491+0000 mon.smithi063 (mon.0) 257 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:09:11.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:10.998679+0000 mon.smithi063 (mon.0) 258 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:09:11.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:10.999198+0000 mon.smithi063 (mon.0) 259 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:09:12.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:10.996737+0000 mgr.smithi063.ewdkhy (mgr.14164) 92 : audit [DBG] from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:09:12.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:11.457391+0000 mon.smithi063 (mon.0) 260 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:12.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:10.996737+0000 mgr.smithi063.ewdkhy (mgr.14164) 92 : audit [DBG] from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:09:12.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:11.457391+0000 mon.smithi063 (mon.0) 260 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:13.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:09:11.457941+0000 mgr.smithi063.ewdkhy (mgr.14164) 93 : cephadm [INF] Reconfiguring grafana.smithi063 (dependencies changed)... 2024-04-12T05:09:13.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:09:11.462068+0000 mgr.smithi063.ewdkhy (mgr.14164) 94 : cephadm [INF] Reconfiguring daemon grafana.smithi063 on smithi063 2024-04-12T05:09:13.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:11.813099+0000 mgr.smithi063.ewdkhy (mgr.14164) 95 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:13.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:09:11.457941+0000 mgr.smithi063.ewdkhy (mgr.14164) 93 : cephadm [INF] Reconfiguring grafana.smithi063 (dependencies changed)... 2024-04-12T05:09:13.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:09:11.462068+0000 mgr.smithi063.ewdkhy (mgr.14164) 94 : cephadm [INF] Reconfiguring daemon grafana.smithi063 on smithi063 2024-04-12T05:09:13.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:11.813099+0000 mgr.smithi063.ewdkhy (mgr.14164) 95 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:15.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:15 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:13.813534+0000 mgr.smithi063.ewdkhy (mgr.14164) 96 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:15.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:15 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:13.813534+0000 mgr.smithi063.ewdkhy (mgr.14164) 96 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:17.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:15.813943+0000 mgr.smithi063.ewdkhy (mgr.14164) 97 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:17.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:16.479930+0000 mon.smithi063 (mon.0) 261 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:17.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:15.813943+0000 mgr.smithi063.ewdkhy (mgr.14164) 97 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:17.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:16.479930+0000 mon.smithi063 (mon.0) 261 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:18.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:09:16.480531+0000 mgr.smithi063.ewdkhy (mgr.14164) 98 : cephadm [INF] Reconfiguring prometheus.smithi063 (dependencies changed)... 2024-04-12T05:09:18.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:09:16.482629+0000 mgr.smithi063.ewdkhy (mgr.14164) 99 : cephadm [INF] Reconfiguring daemon prometheus.smithi063 on smithi063 2024-04-12T05:09:18.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:17.535978+0000 mon.smithi063 (mon.0) 262 : audit [INF] from='client.? 172.21.15.63:0/1251048137' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bd0b4992-fd88-49f3-9657-737038d5c377"}]: dispatch 2024-04-12T05:09:18.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:17.542183+0000 mon.smithi063 (mon.0) 263 : audit [INF] from='client.? 172.21.15.63:0/1251048137' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bd0b4992-fd88-49f3-9657-737038d5c377"}]': finished 2024-04-12T05:09:18.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:17.542233+0000 mon.smithi063 (mon.0) 264 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-12T05:09:18.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:17.542323+0000 mon.smithi063 (mon.0) 265 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:09:18.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:09:16.480531+0000 mgr.smithi063.ewdkhy (mgr.14164) 98 : cephadm [INF] Reconfiguring prometheus.smithi063 (dependencies changed)... 2024-04-12T05:09:18.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:09:16.482629+0000 mgr.smithi063.ewdkhy (mgr.14164) 99 : cephadm [INF] Reconfiguring daemon prometheus.smithi063 on smithi063 2024-04-12T05:09:18.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:17.535978+0000 mon.smithi063 (mon.0) 262 : audit [INF] from='client.? 172.21.15.63:0/1251048137' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bd0b4992-fd88-49f3-9657-737038d5c377"}]: dispatch 2024-04-12T05:09:18.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:17.542183+0000 mon.smithi063 (mon.0) 263 : audit [INF] from='client.? 172.21.15.63:0/1251048137' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bd0b4992-fd88-49f3-9657-737038d5c377"}]': finished 2024-04-12T05:09:18.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:17.542233+0000 mon.smithi063 (mon.0) 264 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-12T05:09:18.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:17.542323+0000 mon.smithi063 (mon.0) 265 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:09:19.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:17.814227+0000 mgr.smithi063.ewdkhy (mgr.14164) 100 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:19.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:17.980262+0000 mon.smithi063 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.63:0/4239119876' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:09:19.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:17.814227+0000 mgr.smithi063.ewdkhy (mgr.14164) 100 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:19.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:17.980262+0000 mon.smithi063 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.63:0/4239119876' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:09:21.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:19.814543+0000 mgr.smithi063.ewdkhy (mgr.14164) 101 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:21.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:19.814543+0000 mgr.smithi063.ewdkhy (mgr.14164) 101 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:23.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:21.815011+0000 mgr.smithi063.ewdkhy (mgr.14164) 102 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:23.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:21.815011+0000 mgr.smithi063.ewdkhy (mgr.14164) 102 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:25.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:23.815405+0000 mgr.smithi063.ewdkhy (mgr.14164) 103 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:25.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:23.815405+0000 mgr.smithi063.ewdkhy (mgr.14164) 103 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:27.281 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:27 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:25.815867+0000 mgr.smithi063.ewdkhy (mgr.14164) 104 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:27.281 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:27 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:26.201607+0000 mon.smithi063 (mon.0) 267 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:27.281 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:27 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:09:26.202108+0000 mgr.smithi063.ewdkhy (mgr.14164) 105 : cephadm [INF] Reconfiguring crash.smithi098 (monmap changed)... 2024-04-12T05:09:27.281 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:27 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:26.202415+0000 mon.smithi063 (mon.0) 268 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T05:09:27.281 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:27 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:26.203178+0000 mon.smithi063 (mon.0) 269 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:09:27.281 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:27 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:09:26.203637+0000 mgr.smithi063.ewdkhy (mgr.14164) 106 : cephadm [INF] Reconfiguring daemon crash.smithi098 on smithi098 2024-04-12T05:09:27.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:27 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:25.815867+0000 mgr.smithi063.ewdkhy (mgr.14164) 104 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:27.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:27 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:26.201607+0000 mon.smithi063 (mon.0) 267 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:27.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:27 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:09:26.202108+0000 mgr.smithi063.ewdkhy (mgr.14164) 105 : cephadm [INF] Reconfiguring crash.smithi098 (monmap changed)... 2024-04-12T05:09:27.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:27 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:26.202415+0000 mon.smithi063 (mon.0) 268 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T05:09:27.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:27 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:26.203178+0000 mon.smithi063 (mon.0) 269 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:09:27.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:27 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:09:26.203637+0000 mgr.smithi063.ewdkhy (mgr.14164) 106 : cephadm [INF] Reconfiguring daemon crash.smithi098 on smithi098 2024-04-12T05:09:28.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:27.441153+0000 mon.smithi063 (mon.0) 270 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:28.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:09:27.441616+0000 mgr.smithi063.ewdkhy (mgr.14164) 107 : cephadm [INF] Reconfiguring mgr.smithi098.qrshom (monmap changed)... 2024-04-12T05:09:28.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:27.441861+0000 mon.smithi063 (mon.0) 271 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.qrshom", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:09:28.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:27.442509+0000 mon.smithi063 (mon.0) 272 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T05:09:28.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:27.443035+0000 mon.smithi063 (mon.0) 273 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:09:28.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:09:27.443493+0000 mgr.smithi063.ewdkhy (mgr.14164) 108 : cephadm [INF] Reconfiguring daemon mgr.smithi098.qrshom on smithi098 2024-04-12T05:09:28.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:27.587267+0000 mon.smithi063 (mon.0) 274 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T05:09:28.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:27.587926+0000 mon.smithi063 (mon.0) 275 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:09:28.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:27.441153+0000 mon.smithi063 (mon.0) 270 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:28.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:09:27.441616+0000 mgr.smithi063.ewdkhy (mgr.14164) 107 : cephadm [INF] Reconfiguring mgr.smithi098.qrshom (monmap changed)... 2024-04-12T05:09:28.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:27.441861+0000 mon.smithi063 (mon.0) 271 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.qrshom", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:09:28.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:27.442509+0000 mon.smithi063 (mon.0) 272 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T05:09:28.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:27.443035+0000 mon.smithi063 (mon.0) 273 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:09:28.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:09:27.443493+0000 mgr.smithi063.ewdkhy (mgr.14164) 108 : cephadm [INF] Reconfiguring daemon mgr.smithi098.qrshom on smithi098 2024-04-12T05:09:28.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:27.587267+0000 mon.smithi063 (mon.0) 274 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T05:09:28.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:27.587926+0000 mon.smithi063 (mon.0) 275 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:09:29.696 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:09:27.588430+0000 mgr.smithi063.ewdkhy (mgr.14164) 109 : cephadm [INF] Deploying daemon osd.1 on smithi063 2024-04-12T05:09:29.697 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:27.816180+0000 mgr.smithi063.ewdkhy (mgr.14164) 110 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:29.697 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:28.646343+0000 mon.smithi063 (mon.0) 276 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:29.697 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:28.647097+0000 mon.smithi063 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T05:09:29.697 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:28.647664+0000 mon.smithi063 (mon.0) 278 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T05:09:29.697 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:28.648186+0000 mon.smithi063 (mon.0) 279 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:09:29.700 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:09:27.588430+0000 mgr.smithi063.ewdkhy (mgr.14164) 109 : cephadm [INF] Deploying daemon osd.1 on smithi063 2024-04-12T05:09:29.700 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:27.816180+0000 mgr.smithi063.ewdkhy (mgr.14164) 110 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:29.700 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:28.646343+0000 mon.smithi063 (mon.0) 276 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:29.700 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:28.647097+0000 mon.smithi063 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T05:09:29.700 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:28.647664+0000 mon.smithi063 (mon.0) 278 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T05:09:29.700 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:28.648186+0000 mon.smithi063 (mon.0) 279 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:09:30.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:09:28.646841+0000 mgr.smithi063.ewdkhy (mgr.14164) 111 : cephadm [INF] Reconfiguring mon.smithi098 (monmap changed)... 2024-04-12T05:09:30.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:09:28.648622+0000 mgr.smithi063.ewdkhy (mgr.14164) 112 : cephadm [INF] Reconfiguring daemon mon.smithi098 on smithi098 2024-04-12T05:09:30.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:29.816467+0000 mgr.smithi063.ewdkhy (mgr.14164) 113 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:30.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:29.992353+0000 mon.smithi063 (mon.0) 280 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:30.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:29.994642+0000 mon.smithi063 (mon.0) 281 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T05:09:30.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:29.994956+0000 mgr.smithi063.ewdkhy (mgr.14164) 114 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T05:09:30.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:09:28.646841+0000 mgr.smithi063.ewdkhy (mgr.14164) 111 : cephadm [INF] Reconfiguring mon.smithi098 (monmap changed)... 2024-04-12T05:09:30.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:09:28.648622+0000 mgr.smithi063.ewdkhy (mgr.14164) 112 : cephadm [INF] Reconfiguring daemon mon.smithi098 on smithi098 2024-04-12T05:09:30.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:29.816467+0000 mgr.smithi063.ewdkhy (mgr.14164) 113 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:30.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:29.992353+0000 mon.smithi063 (mon.0) 280 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:30.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:29.994642+0000 mon.smithi063 (mon.0) 281 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T05:09:30.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:29.994956+0000 mgr.smithi063.ewdkhy (mgr.14164) 114 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T05:09:31.322 INFO:teuthology.orchestra.run.smithi063.stdout:Created osd(s) 1 on host 'smithi063' 2024-04-12T05:09:31.887 DEBUG:teuthology.orchestra.run.smithi063:osd.1> sudo journalctl -f -n 0 -u ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.1.service 2024-04-12T05:09:31.889 INFO:tasks.cephadm:Deploying osd.2 on smithi063 with /dev/vg_nvme/lv_2... 2024-04-12T05:09:31.889 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-04-12T05:09:31.922 INFO:journalctl@ceph.osd.1.smithi063.stdout:-- Logs begin at Fri 2024-04-12 04:58:30 UTC. -- 2024-04-12T05:09:32.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:31.315128+0000 mon.smithi063 (mon.0) 282 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:32.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:31.318727+0000 mon.smithi063 (mon.0) 283 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:32.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:31.333587+0000 mon.smithi063 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.63:9093"}]: dispatch 2024-04-12T05:09:32.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:31.333947+0000 mgr.smithi063.ewdkhy (mgr.14164) 115 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.63:9093"}]: dispatch 2024-04-12T05:09:32.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:31.337652+0000 mon.smithi063 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:32.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:31.341335+0000 mon.smithi063 (mon.0) 286 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T05:09:32.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:31.341772+0000 mgr.smithi063.ewdkhy (mgr.14164) 116 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T05:09:32.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:31.346513+0000 mon.smithi063 (mon.0) 287 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.63:3000"}]: dispatch 2024-04-12T05:09:32.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:31.346810+0000 mgr.smithi063.ewdkhy (mgr.14164) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.63:3000"}]: dispatch 2024-04-12T05:09:32.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:31.350316+0000 mon.smithi063 (mon.0) 288 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:32.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:31.352779+0000 mon.smithi063 (mon.0) 289 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T05:09:32.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:31.353264+0000 mgr.smithi063.ewdkhy (mgr.14164) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T05:09:32.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:31.357145+0000 mon.smithi063 (mon.0) 290 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.63:9095"}]: dispatch 2024-04-12T05:09:32.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:31.357427+0000 mgr.smithi063.ewdkhy (mgr.14164) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.63:9095"}]: dispatch 2024-04-12T05:09:32.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:31.363124+0000 mon.smithi063 (mon.0) 291 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:32.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:31.365770+0000 mon.smithi063 (mon.0) 292 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:09:32.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:31.366731+0000 mon.smithi063 (mon.0) 293 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:09:32.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:31.367727+0000 mon.smithi063 (mon.0) 294 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:09:32.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:31.315128+0000 mon.smithi063 (mon.0) 282 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:32.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:31.318727+0000 mon.smithi063 (mon.0) 283 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:32.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:31.333587+0000 mon.smithi063 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.63:9093"}]: dispatch 2024-04-12T05:09:32.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:31.333947+0000 mgr.smithi063.ewdkhy (mgr.14164) 115 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.63:9093"}]: dispatch 2024-04-12T05:09:32.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:31.337652+0000 mon.smithi063 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:32.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:31.341335+0000 mon.smithi063 (mon.0) 286 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T05:09:32.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:31.341772+0000 mgr.smithi063.ewdkhy (mgr.14164) 116 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T05:09:32.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:31.346513+0000 mon.smithi063 (mon.0) 287 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.63:3000"}]: dispatch 2024-04-12T05:09:32.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:31.346810+0000 mgr.smithi063.ewdkhy (mgr.14164) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.63:3000"}]: dispatch 2024-04-12T05:09:32.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:31.350316+0000 mon.smithi063 (mon.0) 288 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:32.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:31.352779+0000 mon.smithi063 (mon.0) 289 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T05:09:32.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:31.353264+0000 mgr.smithi063.ewdkhy (mgr.14164) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T05:09:32.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:31.357145+0000 mon.smithi063 (mon.0) 290 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.63:9095"}]: dispatch 2024-04-12T05:09:32.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:31.357427+0000 mgr.smithi063.ewdkhy (mgr.14164) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.63:9095"}]: dispatch 2024-04-12T05:09:32.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:31.363124+0000 mon.smithi063 (mon.0) 291 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:32.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:31.365770+0000 mon.smithi063 (mon.0) 292 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:09:32.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:31.366731+0000 mon.smithi063 (mon.0) 293 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:09:32.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:31.367727+0000 mon.smithi063 (mon.0) 294 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:09:33.582 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:33 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:31.816899+0000 mgr.smithi063.ewdkhy (mgr.14164) 120 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:33.582 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:33 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:33.148717+0000 mon.smithi063 (mon.0) 295 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:33.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:33 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:31.816899+0000 mgr.smithi063.ewdkhy (mgr.14164) 120 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:33.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:33 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:33.148717+0000 mon.smithi063 (mon.0) 295 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:34.391 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-04-12T05:09:34.392 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-04-12T05:09:34.392 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10+0 records in 2024-04-12T05:09:34.392 INFO:teuthology.orchestra.run.smithi063.stderr:10+0 records out 2024-04-12T05:09:34.392 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0122149 s, 858 MB/s 2024-04-12T05:09:34.392 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping successful for: 2024-04-12T05:09:34.873 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:09:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.1[49382]: debug 2024-04-12T05:09:34.446+0000 7fe7ca4c9080 -1 osd.1 0 log_to_monitors {default=true} 2024-04-12T05:09:35.509 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:33.817324+0000 mgr.smithi063.ewdkhy (mgr.14164) 121 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:35.509 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:34.450152+0000 mon.smithi063 (mon.0) 296 : audit [INF] from='osd.1 [v2:172.21.15.63:6810/2116999184,v1:172.21.15.63:6811/2116999184]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T05:09:35.528 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph orch daemon add osd smithi063:vg_nvme/lv_2 2024-04-12T05:09:35.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:33.817324+0000 mgr.smithi063.ewdkhy (mgr.14164) 121 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:35.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:34.450152+0000 mon.smithi063 (mon.0) 296 : audit [INF] from='osd.1 [v2:172.21.15.63:6810/2116999184,v1:172.21.15.63:6811/2116999184]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T05:09:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:35.368013+0000 mon.smithi063 (mon.0) 297 : audit [INF] from='osd.1 [v2:172.21.15.63:6810/2116999184,v1:172.21.15.63:6811/2116999184]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-12T05:09:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:35.368074+0000 mon.smithi063 (mon.0) 298 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-12T05:09:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:35.368400+0000 mon.smithi063 (mon.0) 299 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:09:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:35.368735+0000 mon.smithi063 (mon.0) 300 : audit [INF] from='osd.1 [v2:172.21.15.63:6810/2116999184,v1:172.21.15.63:6811/2116999184]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-04-12T05:09:36.873 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:09:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.1[49382]: debug 2024-04-12T05:09:36.371+0000 7fe7c0a2c700 -1 osd.1 0 waiting for initial osdmap 2024-04-12T05:09:36.873 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:09:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.1[49382]: debug 2024-04-12T05:09:36.375+0000 7fe7bc9a7700 -1 osd.1 13 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-12T05:09:36.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:35.368013+0000 mon.smithi063 (mon.0) 297 : audit [INF] from='osd.1 [v2:172.21.15.63:6810/2116999184,v1:172.21.15.63:6811/2116999184]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-12T05:09:36.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:35.368074+0000 mon.smithi063 (mon.0) 298 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-12T05:09:36.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:35.368400+0000 mon.smithi063 (mon.0) 299 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:09:36.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:35.368735+0000 mon.smithi063 (mon.0) 300 : audit [INF] from='osd.1 [v2:172.21.15.63:6810/2116999184,v1:172.21.15.63:6811/2116999184]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-04-12T05:09:37.522 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:35.817767+0000 mgr.smithi063.ewdkhy (mgr.14164) 122 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:37.522 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:36.369242+0000 mon.smithi063 (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.63:6810/2116999184,v1:172.21.15.63:6811/2116999184]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-04-12T05:09:37.522 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:36.369309+0000 mon.smithi063 (mon.0) 302 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-04-12T05:09:37.522 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:36.369453+0000 mon.smithi063 (mon.0) 303 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:09:37.522 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:36.372836+0000 mon.smithi063 (mon.0) 304 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:09:37.522 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:37.372639+0000 mon.smithi063 (mon.0) 305 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:09:37.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:35.817767+0000 mgr.smithi063.ewdkhy (mgr.14164) 122 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:37.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:36.369242+0000 mon.smithi063 (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.63:6810/2116999184,v1:172.21.15.63:6811/2116999184]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-04-12T05:09:37.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:36.369309+0000 mon.smithi063 (mon.0) 302 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-04-12T05:09:37.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:36.369453+0000 mon.smithi063 (mon.0) 303 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:09:37.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:36.372836+0000 mon.smithi063 (mon.0) 304 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:09:37.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:37.372639+0000 mon.smithi063 (mon.0) 305 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:09:38.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:35.446256+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:09:38.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:35.446349+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:09:38.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:37.378155+0000 mon.smithi063 (mon.0) 306 : cluster [INF] osd.1 [v2:172.21.15.63:6810/2116999184,v1:172.21.15.63:6811/2116999184] boot 2024-04-12T05:09:38.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:37.378201+0000 mon.smithi063 (mon.0) 307 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-12T05:09:38.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:37.378557+0000 mon.smithi063 (mon.0) 308 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:09:38.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:37.857311+0000 mon.smithi063 (mon.0) 309 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:09:38.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:37.858462+0000 mon.smithi063 (mon.0) 310 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:09:38.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:37.858975+0000 mon.smithi063 (mon.0) 311 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:09:38.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:35.446256+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:09:38.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:35.446349+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:09:38.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:37.378155+0000 mon.smithi063 (mon.0) 306 : cluster [INF] osd.1 [v2:172.21.15.63:6810/2116999184,v1:172.21.15.63:6811/2116999184] boot 2024-04-12T05:09:38.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:37.378201+0000 mon.smithi063 (mon.0) 307 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-12T05:09:38.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:37.378557+0000 mon.smithi063 (mon.0) 308 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:09:38.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:37.857311+0000 mon.smithi063 (mon.0) 309 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:09:38.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:37.858462+0000 mon.smithi063 (mon.0) 310 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:09:38.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:37.858975+0000 mon.smithi063 (mon.0) 311 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:09:39.737 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:39 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:37.818034+0000 mgr.smithi063.ewdkhy (mgr.14164) 123 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:39.737 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:39 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:37.856590+0000 mgr.smithi063.ewdkhy (mgr.14164) 124 : audit [DBG] from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:09:39.737 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:39 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:38.386577+0000 mon.smithi063 (mon.0) 312 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-04-12T05:09:39.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:37.818034+0000 mgr.smithi063.ewdkhy (mgr.14164) 123 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:09:39.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:37.856590+0000 mgr.smithi063.ewdkhy (mgr.14164) 124 : audit [DBG] from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:09:39.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:38.386577+0000 mon.smithi063 (mon.0) 312 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-04-12T05:09:41.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:39.818296+0000 mgr.smithi063.ewdkhy (mgr.14164) 125 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:09:41.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:40.603513+0000 mon.smithi063 (mon.0) 313 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:41.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:40.744442+0000 mon.smithi063 (mon.0) 314 : audit [INF] from='client.? 172.21.15.63:0/2652681326' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2faa8cec-f52b-4ee9-a94d-c575a5c2e5aa"}]: dispatch 2024-04-12T05:09:41.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:40.749644+0000 mon.smithi063 (mon.0) 315 : audit [INF] from='client.? 172.21.15.63:0/2652681326' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2faa8cec-f52b-4ee9-a94d-c575a5c2e5aa"}]': finished 2024-04-12T05:09:41.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:40.749714+0000 mon.smithi063 (mon.0) 316 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-12T05:09:41.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:40.749839+0000 mon.smithi063 (mon.0) 317 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:09:41.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:41.184537+0000 mon.smithi063 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.63:0/655671410' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:09:41.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:39.818296+0000 mgr.smithi063.ewdkhy (mgr.14164) 125 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:09:41.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:40.603513+0000 mon.smithi063 (mon.0) 313 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:41.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:40.744442+0000 mon.smithi063 (mon.0) 314 : audit [INF] from='client.? 172.21.15.63:0/2652681326' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2faa8cec-f52b-4ee9-a94d-c575a5c2e5aa"}]: dispatch 2024-04-12T05:09:41.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:40.749644+0000 mon.smithi063 (mon.0) 315 : audit [INF] from='client.? 172.21.15.63:0/2652681326' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2faa8cec-f52b-4ee9-a94d-c575a5c2e5aa"}]': finished 2024-04-12T05:09:41.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:40.749714+0000 mon.smithi063 (mon.0) 316 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-12T05:09:41.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:40.749839+0000 mon.smithi063 (mon.0) 317 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:09:41.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:41.184537+0000 mon.smithi063 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.63:0/655671410' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:09:43.809 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:41.818586+0000 mgr.smithi063.ewdkhy (mgr.14164) 126 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:09:43.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:41.818586+0000 mgr.smithi063.ewdkhy (mgr.14164) 126 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:09:45.758 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:43.819026+0000 mgr.smithi063.ewdkhy (mgr.14164) 127 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:09:45.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:43.819026+0000 mgr.smithi063.ewdkhy (mgr.14164) 127 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:09:47.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:45.819513+0000 mgr.smithi063.ewdkhy (mgr.14164) 128 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:09:47.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:46.675181+0000 mon.smithi063 (mon.0) 319 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:47.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:45.819513+0000 mgr.smithi063.ewdkhy (mgr.14164) 128 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:09:47.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:46.675181+0000 mon.smithi063 (mon.0) 319 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:47.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:09:46.670730+0000 mgr.smithi063.ewdkhy (mgr.14164) 129 : cephadm [INF] Detected new or changed devices on smithi063 2024-04-12T05:09:47.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:46.924674+0000 mon.smithi063 (mon.0) 320 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:09:47.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:46.925336+0000 mon.smithi063 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:09:47.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:09:46.925777+0000 mgr.smithi063.ewdkhy (mgr.14164) 130 : cephadm [INF] Adjusting osd_memory_target on smithi063 to 6449M 2024-04-12T05:09:47.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:46.929378+0000 mon.smithi063 (mon.0) 322 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:47.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:46.932418+0000 mon.smithi063 (mon.0) 323 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:47.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:46.935274+0000 mon.smithi063 (mon.0) 324 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:09:47.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:46.936147+0000 mon.smithi063 (mon.0) 325 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:09:47.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:46.936692+0000 mon.smithi063 (mon.0) 326 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:09:47.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:09:46.670730+0000 mgr.smithi063.ewdkhy (mgr.14164) 129 : cephadm [INF] Detected new or changed devices on smithi063 2024-04-12T05:09:47.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:46.924674+0000 mon.smithi063 (mon.0) 320 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:09:47.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:46.925336+0000 mon.smithi063 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:09:47.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:09:46.925777+0000 mgr.smithi063.ewdkhy (mgr.14164) 130 : cephadm [INF] Adjusting osd_memory_target on smithi063 to 6449M 2024-04-12T05:09:47.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:46.929378+0000 mon.smithi063 (mon.0) 322 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:47.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:46.932418+0000 mon.smithi063 (mon.0) 323 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:47.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:46.935274+0000 mon.smithi063 (mon.0) 324 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:09:47.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:46.936147+0000 mon.smithi063 (mon.0) 325 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:09:47.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:46.936692+0000 mon.smithi063 (mon.0) 326 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:09:48.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:47.755066+0000 mon.smithi063 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T05:09:48.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:47.755751+0000 mon.smithi063 (mon.0) 328 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:09:48.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:09:47.756316+0000 mgr.smithi063.ewdkhy (mgr.14164) 131 : cephadm [INF] Deploying daemon osd.2 on smithi063 2024-04-12T05:09:48.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:47.819879+0000 mgr.smithi063.ewdkhy (mgr.14164) 132 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:09:48.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:48.604747+0000 mon.smithi063 (mon.0) 329 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:49.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:47.755066+0000 mon.smithi063 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T05:09:49.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:47.755751+0000 mon.smithi063 (mon.0) 328 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:09:49.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:09:47.756316+0000 mgr.smithi063.ewdkhy (mgr.14164) 131 : cephadm [INF] Deploying daemon osd.2 on smithi063 2024-04-12T05:09:49.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:47.819879+0000 mgr.smithi063.ewdkhy (mgr.14164) 132 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:09:49.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:48.604747+0000 mon.smithi063 (mon.0) 329 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:51.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:49.820411+0000 mgr.smithi063.ewdkhy (mgr.14164) 133 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:09:51.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:49.820411+0000 mgr.smithi063.ewdkhy (mgr.14164) 133 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:09:52.523 INFO:teuthology.orchestra.run.smithi063.stdout:Created osd(s) 2 on host 'smithi063' 2024-04-12T05:09:53.068 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:51.820719+0000 mgr.smithi063.ewdkhy (mgr.14164) 134 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:09:53.068 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:52.515560+0000 mon.smithi063 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:53.068 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:52.520554+0000 mon.smithi063 (mon.0) 331 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:53.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:51.820719+0000 mgr.smithi063.ewdkhy (mgr.14164) 134 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:09:53.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:52.515560+0000 mon.smithi063 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:53.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:52.520554+0000 mon.smithi063 (mon.0) 331 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:53.693 DEBUG:teuthology.orchestra.run.smithi063:osd.2> sudo journalctl -f -n 0 -u ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.2.service 2024-04-12T05:09:53.702 INFO:tasks.cephadm:Deploying osd.3 on smithi063 with /dev/vg_nvme/lv_1... 2024-04-12T05:09:53.702 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-04-12T05:09:53.733 INFO:journalctl@ceph.osd.2.smithi063.stdout:-- Logs begin at Fri 2024-04-12 04:58:30 UTC. -- 2024-04-12T05:09:55.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:54 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:53.820977+0000 mgr.smithi063.ewdkhy (mgr.14164) 135 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:09:55.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:54 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:53.820977+0000 mgr.smithi063.ewdkhy (mgr.14164) 135 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:09:55.694 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:09:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.2[52896]: debug 2024-04-12T05:09:55.628+0000 7f5b85826080 -1 osd.2 0 log_to_monitors {default=true} 2024-04-12T05:09:56.214 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-04-12T05:09:56.214 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-04-12T05:09:56.214 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10+0 records in 2024-04-12T05:09:56.215 INFO:teuthology.orchestra.run.smithi063.stderr:10+0 records out 2024-04-12T05:09:56.215 INFO:teuthology.orchestra.run.smithi063.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0128416 s, 817 MB/s 2024-04-12T05:09:56.215 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping successful for: 2024-04-12T05:09:56.247 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:55.632392+0000 mon.smithi063 (mon.0) 332 : audit [INF] from='osd.2 [v2:172.21.15.63:6818/504181945,v1:172.21.15.63:6819/504181945]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T05:09:56.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:55 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:55.632392+0000 mon.smithi063 (mon.0) 332 : audit [INF] from='osd.2 [v2:172.21.15.63:6818/504181945,v1:172.21.15.63:6819/504181945]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T05:09:57.070 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:09:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.2[52896]: debug 2024-04-12T05:09:56.897+0000 7f5b7d58c700 -1 osd.2 0 waiting for initial osdmap 2024-04-12T05:09:57.070 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:09:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.2[52896]: debug 2024-04-12T05:09:56.903+0000 7f5b75d00700 -1 osd.2 18 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-12T05:09:57.070 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:55.821219+0000 mgr.smithi063.ewdkhy (mgr.14164) 136 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:09:57.070 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:55.890635+0000 mon.smithi063 (mon.0) 333 : audit [INF] from='osd.2 [v2:172.21.15.63:6818/504181945,v1:172.21.15.63:6819/504181945]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-12T05:09:57.070 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:55.890714+0000 mon.smithi063 (mon.0) 334 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-12T05:09:57.070 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:55.890828+0000 mon.smithi063 (mon.0) 335 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:09:57.070 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:55.891154+0000 mon.smithi063 (mon.0) 336 : audit [INF] from='osd.2 [v2:172.21.15.63:6818/504181945,v1:172.21.15.63:6819/504181945]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-04-12T05:09:57.071 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:55.935647+0000 mon.smithi063 (mon.0) 337 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:57.089 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph orch daemon add osd smithi063:vg_nvme/lv_1 2024-04-12T05:09:57.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:55.821219+0000 mgr.smithi063.ewdkhy (mgr.14164) 136 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:09:57.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:55.890635+0000 mon.smithi063 (mon.0) 333 : audit [INF] from='osd.2 [v2:172.21.15.63:6818/504181945,v1:172.21.15.63:6819/504181945]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-12T05:09:57.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:55.890714+0000 mon.smithi063 (mon.0) 334 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-12T05:09:57.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:55.890828+0000 mon.smithi063 (mon.0) 335 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:09:57.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:55.891154+0000 mon.smithi063 (mon.0) 336 : audit [INF] from='osd.2 [v2:172.21.15.63:6818/504181945,v1:172.21.15.63:6819/504181945]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-04-12T05:09:57.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:55.935647+0000 mon.smithi063 (mon.0) 337 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:09:58.178 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:56.894344+0000 mon.smithi063 (mon.0) 338 : audit [INF] from='osd.2 [v2:172.21.15.63:6818/504181945,v1:172.21.15.63:6819/504181945]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-04-12T05:09:58.178 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:56.894393+0000 mon.smithi063 (mon.0) 339 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-04-12T05:09:58.178 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:56.895398+0000 mon.smithi063 (mon.0) 340 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:09:58.178 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:56.901209+0000 mon.smithi063 (mon.0) 341 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:09:58.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:56.894344+0000 mon.smithi063 (mon.0) 338 : audit [INF] from='osd.2 [v2:172.21.15.63:6818/504181945,v1:172.21.15.63:6819/504181945]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-04-12T05:09:58.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:56.894393+0000 mon.smithi063 (mon.0) 339 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-04-12T05:09:58.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:56.895398+0000 mon.smithi063 (mon.0) 340 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:09:58.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:56.901209+0000 mon.smithi063 (mon.0) 341 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:09:59.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:56.620311+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:09:59.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:56.620515+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:09:59.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:57.821585+0000 mgr.smithi063.ewdkhy (mgr.14164) 137 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:09:59.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:57.898783+0000 mon.smithi063 (mon.0) 342 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:09:59.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:57.904374+0000 mon.smithi063 (mon.0) 343 : cluster [INF] osd.2 [v2:172.21.15.63:6818/504181945,v1:172.21.15.63:6819/504181945] boot 2024-04-12T05:09:59.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:57.904398+0000 mon.smithi063 (mon.0) 344 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-12T05:09:59.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:57.904616+0000 mon.smithi063 (mon.0) 345 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:09:59.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:57.905030+0000 mon.smithi063 (mon.0) 346 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-04-12T05:09:59.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:56.620311+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:09:59.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:56.620515+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:09:59.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:57.821585+0000 mgr.smithi063.ewdkhy (mgr.14164) 137 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:09:59.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:57.898783+0000 mon.smithi063 (mon.0) 342 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:09:59.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:57.904374+0000 mon.smithi063 (mon.0) 343 : cluster [INF] osd.2 [v2:172.21.15.63:6818/504181945,v1:172.21.15.63:6819/504181945] boot 2024-04-12T05:09:59.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:57.904398+0000 mon.smithi063 (mon.0) 344 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-12T05:09:59.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:57.904616+0000 mon.smithi063 (mon.0) 345 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:09:59.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:57.905030+0000 mon.smithi063 (mon.0) 346 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-04-12T05:10:00.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:58.912773+0000 mon.smithi063 (mon.0) 347 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-04-12T05:10:00.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:58.912847+0000 mon.smithi063 (mon.0) 348 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-12T05:10:00.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:09:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:58.913565+0000 mon.smithi063 (mon.0) 349 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-04-12T05:10:00.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:58.912773+0000 mon.smithi063 (mon.0) 347 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-04-12T05:10:00.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:58.912847+0000 mon.smithi063 (mon.0) 348 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-12T05:10:00.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:09:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:58.913565+0000 mon.smithi063 (mon.0) 349 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-04-12T05:10:01.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:59.821878+0000 mgr.smithi063.ewdkhy (mgr.14164) 138 : cluster [DBG] pgmap v99: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:01.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:59.919568+0000 mon.smithi063 (mon.0) 350 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-04-12T05:10:01.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:09:59.919631+0000 mon.smithi063 (mon.0) 351 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-12T05:10:01.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:59.947689+0000 mon.smithi063 (mon.0) 352 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:10:01.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:09:59.949678+0000 mon.smithi063 (mon.0) 353 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:10:01.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:00.000133+0000 mon.smithi063 (mon.0) 354 : cluster [INF] overall HEALTH_OK 2024-04-12T05:10:01.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:00.780926+0000 mon.smithi063 (mon.0) 355 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:01.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:00.784320+0000 mon.smithi063 (mon.0) 356 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:01.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:00.787314+0000 mon.smithi063 (mon.0) 357 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:10:01.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:00.788236+0000 mon.smithi063 (mon.0) 358 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:01.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:00.788823+0000 mon.smithi063 (mon.0) 359 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:10:01.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:00.907555+0000 mon.smithi063 (mon.0) 360 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:10:01.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:00.908868+0000 mon.smithi063 (mon.0) 361 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:10:01.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:00.909492+0000 mon.smithi063 (mon.0) 362 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:01.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:59.821878+0000 mgr.smithi063.ewdkhy (mgr.14164) 138 : cluster [DBG] pgmap v99: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:01.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:59.919568+0000 mon.smithi063 (mon.0) 350 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-04-12T05:10:01.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:09:59.919631+0000 mon.smithi063 (mon.0) 351 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-12T05:10:01.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:59.947689+0000 mon.smithi063 (mon.0) 352 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:10:01.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:09:59.949678+0000 mon.smithi063 (mon.0) 353 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:10:01.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:00.000133+0000 mon.smithi063 (mon.0) 354 : cluster [INF] overall HEALTH_OK 2024-04-12T05:10:01.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:00.780926+0000 mon.smithi063 (mon.0) 355 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:01.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:00.784320+0000 mon.smithi063 (mon.0) 356 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:01.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:00.787314+0000 mon.smithi063 (mon.0) 357 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:10:01.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:00.788236+0000 mon.smithi063 (mon.0) 358 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:01.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:00.788823+0000 mon.smithi063 (mon.0) 359 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:10:01.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:00.907555+0000 mon.smithi063 (mon.0) 360 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:10:01.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:00.908868+0000 mon.smithi063 (mon.0) 361 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:10:01.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:00.909492+0000 mon.smithi063 (mon.0) 362 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:02.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:00.782086+0000 mgr.smithi063.ewdkhy (mgr.14164) 139 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:02.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:00.906776+0000 mgr.smithi063.ewdkhy (mgr.14164) 140 : audit [DBG] from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:10:02.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:00.918607+0000 mon.smithi063 (mon.0) 363 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-12T05:10:02.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:01.779166+0000 mon.smithi063 (mon.0) 364 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T05:10:02.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:00.782086+0000 mgr.smithi063.ewdkhy (mgr.14164) 139 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:02.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:00.906776+0000 mgr.smithi063.ewdkhy (mgr.14164) 140 : audit [DBG] from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:10:02.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:00.918607+0000 mon.smithi063 (mon.0) 363 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-12T05:10:02.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:01.779166+0000 mon.smithi063 (mon.0) 364 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T05:10:03.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:02.526744+0000 mon.smithi063 (mon.0) 365 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:03.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:02.782346+0000 mgr.smithi063.ewdkhy (mgr.14164) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:03.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:02.526744+0000 mon.smithi063 (mon.0) 365 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:03.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:02.782346+0000 mgr.smithi063.ewdkhy (mgr.14164) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:04.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:03.767167+0000 mon.smithi063 (mon.0) 366 : audit [INF] from='client.? 172.21.15.63:0/2665178759' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d139973a-fade-4ae6-a77c-e2b22379e464"}]: dispatch 2024-04-12T05:10:04.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:03.770924+0000 mon.smithi063 (mon.0) 367 : audit [INF] from='client.? 172.21.15.63:0/2665178759' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d139973a-fade-4ae6-a77c-e2b22379e464"}]': finished 2024-04-12T05:10:04.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:03.770963+0000 mon.smithi063 (mon.0) 368 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-04-12T05:10:04.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:03.771054+0000 mon.smithi063 (mon.0) 369 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:10:04.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:04.233880+0000 mon.smithi063 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.63:0/3064699114' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:10:04.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:03.767167+0000 mon.smithi063 (mon.0) 366 : audit [INF] from='client.? 172.21.15.63:0/2665178759' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d139973a-fade-4ae6-a77c-e2b22379e464"}]: dispatch 2024-04-12T05:10:04.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:03.770924+0000 mon.smithi063 (mon.0) 367 : audit [INF] from='client.? 172.21.15.63:0/2665178759' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d139973a-fade-4ae6-a77c-e2b22379e464"}]': finished 2024-04-12T05:10:04.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:03.770963+0000 mon.smithi063 (mon.0) 368 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-04-12T05:10:04.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:03.771054+0000 mon.smithi063 (mon.0) 369 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:10:04.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:04.233880+0000 mon.smithi063 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.63:0/3064699114' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:10:05.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:05 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:04.782662+0000 mgr.smithi063.ewdkhy (mgr.14164) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:05.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:05 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:04.782662+0000 mgr.smithi063.ewdkhy (mgr.14164) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:07.676 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:06.548652+0000 mon.smithi063 (mon.0) 371 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:07.677 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:06.782960+0000 mgr.smithi063.ewdkhy (mgr.14164) 143 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:07.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:06.548652+0000 mon.smithi063 (mon.0) 371 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:07.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:06.782960+0000 mgr.smithi063.ewdkhy (mgr.14164) 143 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:10.076 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:08.783264+0000 mgr.smithi063.ewdkhy (mgr.14164) 144 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:10.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:08.783264+0000 mgr.smithi063.ewdkhy (mgr.14164) 144 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:11.814 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:10:10.758924+0000 mgr.smithi063.ewdkhy (mgr.14164) 145 : cephadm [INF] Detected new or changed devices on smithi063 2024-04-12T05:10:11.815 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:10.763761+0000 mon.smithi063 (mon.0) 372 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:11.815 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:10.764713+0000 mgr.smithi063.ewdkhy (mgr.14164) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:11.815 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:10.767218+0000 mon.smithi063 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:12.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:10:10.758924+0000 mgr.smithi063.ewdkhy (mgr.14164) 145 : cephadm [INF] Detected new or changed devices on smithi063 2024-04-12T05:10:12.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:10.763761+0000 mon.smithi063 (mon.0) 372 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:12.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:10.764713+0000 mgr.smithi063.ewdkhy (mgr.14164) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:12.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:10.767218+0000 mon.smithi063 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:12.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:11.762090+0000 mon.smithi063 (mon.0) 374 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T05:10:12.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:11.762185+0000 mon.smithi063 (mon.0) 375 : cluster [INF] Cluster is now healthy 2024-04-12T05:10:12.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:11.832828+0000 mon.smithi063 (mon.0) 376 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-12T05:10:12.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:11.833445+0000 mon.smithi063 (mon.0) 377 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:12.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:10:11.833949+0000 mgr.smithi063.ewdkhy (mgr.14164) 147 : cephadm [INF] Deploying daemon osd.3 on smithi063 2024-04-12T05:10:13.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:11.762090+0000 mon.smithi063 (mon.0) 374 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T05:10:13.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:11.762185+0000 mon.smithi063 (mon.0) 375 : cluster [INF] Cluster is now healthy 2024-04-12T05:10:13.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:11.832828+0000 mon.smithi063 (mon.0) 376 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-12T05:10:13.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:11.833445+0000 mon.smithi063 (mon.0) 377 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:13.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:10:11.833949+0000 mgr.smithi063.ewdkhy (mgr.14164) 147 : cephadm [INF] Deploying daemon osd.3 on smithi063 2024-04-12T05:10:14.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:12.765221+0000 mgr.smithi063.ewdkhy (mgr.14164) 148 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:14.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:12.765221+0000 mgr.smithi063.ewdkhy (mgr.14164) 148 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:15.388 INFO:teuthology.orchestra.run.smithi063.stdout:Created osd(s) 3 on host 'smithi063' 2024-04-12T05:10:16.008 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:15 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:14.765575+0000 mgr.smithi063.ewdkhy (mgr.14164) 149 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:16.008 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:15 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:15.375807+0000 mon.smithi063 (mon.0) 378 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:10:16.008 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:15 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:15.377604+0000 mon.smithi063 (mon.0) 379 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:16.009 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:15 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:15.379819+0000 mon.smithi063 (mon.0) 380 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:16.009 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:15 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:15.380068+0000 mon.smithi063 (mon.0) 381 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:10:16.009 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:15 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:15.384386+0000 mon.smithi063 (mon.0) 382 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:16.029 DEBUG:teuthology.orchestra.run.smithi063:osd.3> sudo journalctl -f -n 0 -u ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.3.service 2024-04-12T05:10:16.031 INFO:tasks.cephadm:Deploying osd.4 on smithi098 with /dev/vg_nvme/lv_4... 2024-04-12T05:10:16.032 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-12T05:10:16.062 INFO:journalctl@ceph.osd.3.smithi063.stdout:-- Logs begin at Fri 2024-04-12 04:58:30 UTC. -- 2024-04-12T05:10:16.067 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:15 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:14.765575+0000 mgr.smithi063.ewdkhy (mgr.14164) 149 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:16.067 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:15 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:15.375807+0000 mon.smithi063 (mon.0) 378 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:10:16.067 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:15 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:15.377604+0000 mon.smithi063 (mon.0) 379 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:16.067 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:15 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:15.379819+0000 mon.smithi063 (mon.0) 380 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:16.067 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:15 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:15.380068+0000 mon.smithi063 (mon.0) 381 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:10:16.067 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:15 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:15.384386+0000 mon.smithi063 (mon.0) 382 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:17.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:16.765862+0000 mgr.smithi063.ewdkhy (mgr.14164) 150 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:18.101 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-12T05:10:18.102 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-12T05:10:18.102 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 10+0 records in 2024-04-12T05:10:18.102 INFO:teuthology.orchestra.run.smithi098.stderr:10+0 records out 2024-04-12T05:10:18.102 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0150581 s, 696 MB/s 2024-04-12T05:10:18.102 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping successful for: 2024-04-12T05:10:18.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:16.765862+0000 mgr.smithi063.ewdkhy (mgr.14164) 150 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:18.731 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph orch daemon add osd smithi098:vg_nvme/lv_4 2024-04-12T05:10:18.784 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:10:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.3[56430]: debug 2024-04-12T05:10:18.494+0000 7fa1df8e3080 -1 osd.3 0 log_to_monitors {default=true} 2024-04-12T05:10:19.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:18.499093+0000 mon.smithi098 (mon.1) 2 : audit [INF] from='osd.3 [v2:172.21.15.63:6826/1914846190,v1:172.21.15.63:6827/1914846190]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-12T05:10:19.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:18.499479+0000 mon.smithi063 (mon.0) 383 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-12T05:10:19.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:18.499093+0000 mon.smithi098 (mon.1) 2 : audit [INF] from='osd.3 [v2:172.21.15.63:6826/1914846190,v1:172.21.15.63:6827/1914846190]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-12T05:10:19.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:18.499479+0000 mon.smithi063 (mon.0) 383 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-12T05:10:19.805 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:10:19 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.3[56430]: debug 2024-04-12T05:10:19.798+0000 7fa1d5e46700 -1 osd.3 0 waiting for initial osdmap 2024-04-12T05:10:19.805 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:10:19 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.3[56430]: debug 2024-04-12T05:10:19.802+0000 7fa1d25c2700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-12T05:10:19.806 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:19 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:18.766118+0000 mgr.smithi063.ewdkhy (mgr.14164) 151 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:19.806 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:19 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:18.795765+0000 mon.smithi063 (mon.0) 384 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-12T05:10:19.806 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:19 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:18.795851+0000 mon.smithi063 (mon.0) 385 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-04-12T05:10:19.806 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:19 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:18.795959+0000 mon.smithi063 (mon.0) 386 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:10:19.806 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:19 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:18.796514+0000 mon.smithi098 (mon.1) 3 : audit [INF] from='osd.3 [v2:172.21.15.63:6826/1914846190,v1:172.21.15.63:6827/1914846190]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-04-12T05:10:19.806 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:19 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:18.796769+0000 mon.smithi063 (mon.0) 387 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-04-12T05:10:20.049 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:19 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:18.766118+0000 mgr.smithi063.ewdkhy (mgr.14164) 151 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:20.049 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:19 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:18.795765+0000 mon.smithi063 (mon.0) 384 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-12T05:10:20.049 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:19 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:18.795851+0000 mon.smithi063 (mon.0) 385 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-04-12T05:10:20.049 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:19 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:18.795959+0000 mon.smithi063 (mon.0) 386 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:10:20.049 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:19 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:18.796514+0000 mon.smithi098 (mon.1) 3 : audit [INF] from='osd.3 [v2:172.21.15.63:6826/1914846190,v1:172.21.15.63:6827/1914846190]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-04-12T05:10:20.049 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:19 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:18.796769+0000 mon.smithi063 (mon.0) 387 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-04-12T05:10:20.805 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:19.796437+0000 mon.smithi063 (mon.0) 388 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-04-12T05:10:20.805 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:19.796533+0000 mon.smithi063 (mon.0) 389 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-04-12T05:10:20.805 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:19.796854+0000 mon.smithi063 (mon.0) 390 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:10:20.805 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:19.800175+0000 mon.smithi063 (mon.0) 391 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:10:20.805 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:20.135119+0000 mon.smithi063 (mon.0) 392 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:20.805 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:20.677573+0000 mon.smithi063 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:10:20.805 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:20.678944+0000 mon.smithi063 (mon.0) 394 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:10:20.806 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:20.679513+0000 mon.smithi063 (mon.0) 395 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:21.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:19.796437+0000 mon.smithi063 (mon.0) 388 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-04-12T05:10:21.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:19.796533+0000 mon.smithi063 (mon.0) 389 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-04-12T05:10:21.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:19.796854+0000 mon.smithi063 (mon.0) 390 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:10:21.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:19.800175+0000 mon.smithi063 (mon.0) 391 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:10:21.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:20.135119+0000 mon.smithi063 (mon.0) 392 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:21.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:20.677573+0000 mon.smithi063 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:10:21.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:20.678944+0000 mon.smithi063 (mon.0) 394 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:10:21.062 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:20.679513+0000 mon.smithi063 (mon.0) 395 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:22.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:19.478249+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:10:22.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:19.478433+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:10:22.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:20.676847+0000 mgr.smithi063.ewdkhy (mgr.14164) 152 : audit [DBG] from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:10:22.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:20.766533+0000 mgr.smithi063.ewdkhy (mgr.14164) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:22.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:20.801841+0000 mon.smithi063 (mon.0) 396 : cluster [INF] osd.3 [v2:172.21.15.63:6826/1914846190,v1:172.21.15.63:6827/1914846190] boot 2024-04-12T05:10:22.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:20.801885+0000 mon.smithi063 (mon.0) 397 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-04-12T05:10:22.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:20.802296+0000 mon.smithi063 (mon.0) 398 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:10:22.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:19.478249+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:10:22.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:19.478433+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:10:22.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:20.676847+0000 mgr.smithi063.ewdkhy (mgr.14164) 152 : audit [DBG] from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:10:22.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:20.766533+0000 mgr.smithi063.ewdkhy (mgr.14164) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:10:22.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:20.801841+0000 mon.smithi063 (mon.0) 396 : cluster [INF] osd.3 [v2:172.21.15.63:6826/1914846190,v1:172.21.15.63:6827/1914846190] boot 2024-04-12T05:10:22.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:20.801885+0000 mon.smithi063 (mon.0) 397 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-04-12T05:10:22.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:20.802296+0000 mon.smithi063 (mon.0) 398 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:10:23.053 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:21.813453+0000 mon.smithi063 (mon.0) 399 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-04-12T05:10:23.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:21.813453+0000 mon.smithi063 (mon.0) 399 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-04-12T05:10:24.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:22.766997+0000 mgr.smithi063.ewdkhy (mgr.14164) 154 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 19 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:10:24.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:22.838367+0000 mon.smithi098 (mon.1) 4 : audit [INF] from='client.? 172.21.15.98:0/1806404244' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af090c2b-a318-45b6-b94b-74cd99f1bb8d"}]: dispatch 2024-04-12T05:10:24.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:22.838682+0000 mon.smithi063 (mon.0) 400 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af090c2b-a318-45b6-b94b-74cd99f1bb8d"}]: dispatch 2024-04-12T05:10:24.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:22.841842+0000 mon.smithi063 (mon.0) 401 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "af090c2b-a318-45b6-b94b-74cd99f1bb8d"}]': finished 2024-04-12T05:10:24.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:22.841903+0000 mon.smithi063 (mon.0) 402 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-04-12T05:10:24.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:22.842001+0000 mon.smithi063 (mon.0) 403 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:10:24.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:23.260291+0000 mon.smithi098 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.98:0/815083411' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:10:24.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:23.557572+0000 mon.smithi063 (mon.0) 404 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:24.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:23.558434+0000 mon.smithi063 (mon.0) 405 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:10:24.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:23.558973+0000 mon.smithi063 (mon.0) 406 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:10:24.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:23.559457+0000 mon.smithi063 (mon.0) 407 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:10:24.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:23.559951+0000 mon.smithi063 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:10:24.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:23.563497+0000 mon.smithi063 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:24.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:23.566770+0000 mon.smithi063 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:24.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:23.569634+0000 mon.smithi063 (mon.0) 411 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:10:24.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:23.570428+0000 mon.smithi063 (mon.0) 412 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:24.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:23.570916+0000 mon.smithi063 (mon.0) 413 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:10:24.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:22.766997+0000 mgr.smithi063.ewdkhy (mgr.14164) 154 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 19 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:10:24.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:22.838367+0000 mon.smithi098 (mon.1) 4 : audit [INF] from='client.? 172.21.15.98:0/1806404244' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af090c2b-a318-45b6-b94b-74cd99f1bb8d"}]: dispatch 2024-04-12T05:10:24.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:22.838682+0000 mon.smithi063 (mon.0) 400 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af090c2b-a318-45b6-b94b-74cd99f1bb8d"}]: dispatch 2024-04-12T05:10:24.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:22.841842+0000 mon.smithi063 (mon.0) 401 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "af090c2b-a318-45b6-b94b-74cd99f1bb8d"}]': finished 2024-04-12T05:10:24.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:22.841903+0000 mon.smithi063 (mon.0) 402 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-04-12T05:10:24.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:22.842001+0000 mon.smithi063 (mon.0) 403 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:10:24.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:23.260291+0000 mon.smithi098 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.98:0/815083411' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:10:24.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:23.557572+0000 mon.smithi063 (mon.0) 404 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:24.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:23.558434+0000 mon.smithi063 (mon.0) 405 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:10:24.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:23.558973+0000 mon.smithi063 (mon.0) 406 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:10:24.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:23.559457+0000 mon.smithi063 (mon.0) 407 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:10:24.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:23.559951+0000 mon.smithi063 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:10:24.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:23.563497+0000 mon.smithi063 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:24.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:23.566770+0000 mon.smithi063 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:24.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:23.569634+0000 mon.smithi063 (mon.0) 411 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:10:24.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:23.570428+0000 mon.smithi063 (mon.0) 412 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:24.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:23.570916+0000 mon.smithi063 (mon.0) 413 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:10:25.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:10:23.560346+0000 mgr.smithi063.ewdkhy (mgr.14164) 155 : cephadm [INF] Adjusting osd_memory_target on smithi063 to 3224M 2024-04-12T05:10:25.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:10:23.560346+0000 mgr.smithi063.ewdkhy (mgr.14164) 155 : cephadm [INF] Adjusting osd_memory_target on smithi063 to 3224M 2024-04-12T05:10:26.067 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:24.767465+0000 mgr.smithi063.ewdkhy (mgr.14164) 156 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:10:26.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:24.767465+0000 mgr.smithi063.ewdkhy (mgr.14164) 156 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:10:28.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:27 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:26.767905+0000 mgr.smithi063.ewdkhy (mgr.14164) 157 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:10:28.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:27 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:26.767905+0000 mgr.smithi063.ewdkhy (mgr.14164) 157 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:10:29.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:27.934016+0000 mon.smithi063 (mon.0) 414 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:29.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:27.936949+0000 mon.smithi063 (mon.0) 415 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:29.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:28.580201+0000 mon.smithi063 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-12T05:10:29.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:28.581054+0000 mon.smithi063 (mon.0) 417 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:29.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:27.934016+0000 mon.smithi063 (mon.0) 414 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:29.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:27.936949+0000 mon.smithi063 (mon.0) 415 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:29.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:28.580201+0000 mon.smithi063 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-12T05:10:29.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:28.581054+0000 mon.smithi063 (mon.0) 417 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:30.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:10:28.581721+0000 mgr.smithi063.ewdkhy (mgr.14164) 158 : cephadm [INF] Deploying daemon osd.4 on smithi098 2024-04-12T05:10:30.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:28.768376+0000 mgr.smithi063.ewdkhy (mgr.14164) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:10:30.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:10:28.581721+0000 mgr.smithi063.ewdkhy (mgr.14164) 158 : cephadm [INF] Deploying daemon osd.4 on smithi098 2024-04-12T05:10:30.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:28.768376+0000 mgr.smithi063.ewdkhy (mgr.14164) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:10:31.960 INFO:teuthology.orchestra.run.smithi098.stdout:Created osd(s) 4 on host 'smithi098' 2024-04-12T05:10:31.982 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:30.768781+0000 mgr.smithi063.ewdkhy (mgr.14164) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:10:32.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:30.768781+0000 mgr.smithi063.ewdkhy (mgr.14164) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:10:32.551 DEBUG:teuthology.orchestra.run.smithi098:osd.4> sudo journalctl -f -n 0 -u ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.4.service 2024-04-12T05:10:32.553 INFO:tasks.cephadm:Deploying osd.5 on smithi098 with /dev/vg_nvme/lv_3... 2024-04-12T05:10:32.553 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-12T05:10:32.586 INFO:journalctl@ceph.osd.4.smithi098.stdout:-- Logs begin at Fri 2024-04-12 04:58:42 UTC. -- 2024-04-12T05:10:32.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:31.946219+0000 mon.smithi063 (mon.0) 418 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:10:32.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:31.949190+0000 mon.smithi063 (mon.0) 419 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:32.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:31.949400+0000 mon.smithi063 (mon.0) 420 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:32.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:31.950973+0000 mon.smithi063 (mon.0) 421 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:10:32.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:31.955752+0000 mon.smithi063 (mon.0) 422 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:32.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:31.946219+0000 mon.smithi063 (mon.0) 418 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:10:32.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:31.949190+0000 mon.smithi063 (mon.0) 419 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:32.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:31.949400+0000 mon.smithi063 (mon.0) 420 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:32.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:31.950973+0000 mon.smithi063 (mon.0) 421 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:10:32.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:31.955752+0000 mon.smithi063 (mon.0) 422 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:34.021 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:33 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:32.769185+0000 mgr.smithi063.ewdkhy (mgr.14164) 161 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:10:34.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:33 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:32.769185+0000 mgr.smithi063.ewdkhy (mgr.14164) 161 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:10:35.126 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:10:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.4[42556]: debug 2024-04-12T05:10:35.037+0000 7f5a7f0b4080 -1 osd.4 0 log_to_monitors {default=true} 2024-04-12T05:10:35.654 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-12T05:10:35.654 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-12T05:10:35.654 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 10+0 records in 2024-04-12T05:10:35.654 INFO:teuthology.orchestra.run.smithi098.stderr:10+0 records out 2024-04-12T05:10:35.654 INFO:teuthology.orchestra.run.smithi098.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0123455 s, 849 MB/s 2024-04-12T05:10:35.654 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping successful for: 2024-04-12T05:10:36.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:34.769537+0000 mgr.smithi063.ewdkhy (mgr.14164) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:10:36.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:35.042447+0000 mon.smithi098 (mon.1) 6 : audit [INF] from='osd.4 [v2:172.21.15.98:6800/2210056753,v1:172.21.15.98:6801/2210056753]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T05:10:36.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:35.042782+0000 mon.smithi063 (mon.0) 423 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T05:10:36.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:35.547537+0000 mon.smithi063 (mon.0) 424 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:36.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:34.769537+0000 mgr.smithi063.ewdkhy (mgr.14164) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:10:36.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:35.042447+0000 mon.smithi098 (mon.1) 6 : audit [INF] from='osd.4 [v2:172.21.15.98:6800/2210056753,v1:172.21.15.98:6801/2210056753]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T05:10:36.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:35.042782+0000 mon.smithi063 (mon.0) 423 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T05:10:36.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:35.547537+0000 mon.smithi063 (mon.0) 424 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:36.673 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph orch daemon add osd smithi098:vg_nvme/lv_3 2024-04-12T05:10:36.920 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:10:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.4[42556]: debug 2024-04-12T05:10:36.840+0000 7f5a75617700 -1 osd.4 0 waiting for initial osdmap 2024-04-12T05:10:36.921 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:10:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.4[42556]: debug 2024-04-12T05:10:36.844+0000 7f5a71d93700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-12T05:10:36.921 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:35.833260+0000 mon.smithi063 (mon.0) 425 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-12T05:10:36.921 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:35.833322+0000 mon.smithi063 (mon.0) 426 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-04-12T05:10:36.921 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:35.833449+0000 mon.smithi063 (mon.0) 427 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:10:36.921 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:35.833876+0000 mon.smithi098 (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.98:6800/2210056753,v1:172.21.15.98:6801/2210056753]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:10:36.921 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:35.834140+0000 mon.smithi063 (mon.0) 428 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:10:36.921 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:36.114521+0000 mon.smithi063 (mon.0) 429 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:37.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:35.833260+0000 mon.smithi063 (mon.0) 425 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-12T05:10:37.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:35.833322+0000 mon.smithi063 (mon.0) 426 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-04-12T05:10:37.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:35.833449+0000 mon.smithi063 (mon.0) 427 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:10:37.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:35.833876+0000 mon.smithi098 (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.98:6800/2210056753,v1:172.21.15.98:6801/2210056753]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:10:37.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:35.834140+0000 mon.smithi063 (mon.0) 428 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:10:37.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:36.114521+0000 mon.smithi063 (mon.0) 429 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:38.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:36.769930+0000 mgr.smithi063.ewdkhy (mgr.14164) 163 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:10:38.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:36.835771+0000 mon.smithi063 (mon.0) 430 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-04-12T05:10:38.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:36.835901+0000 mon.smithi063 (mon.0) 431 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-04-12T05:10:38.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:36.836374+0000 mon.smithi063 (mon.0) 432 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:10:38.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:36.841499+0000 mon.smithi063 (mon.0) 433 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:10:38.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:37.835626+0000 mon.smithi063 (mon.0) 434 : cluster [INF] osd.4 [v2:172.21.15.98:6800/2210056753,v1:172.21.15.98:6801/2210056753] boot 2024-04-12T05:10:38.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:37.835683+0000 mon.smithi063 (mon.0) 435 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-04-12T05:10:38.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:37.835953+0000 mon.smithi063 (mon.0) 436 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:10:38.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:36.769930+0000 mgr.smithi063.ewdkhy (mgr.14164) 163 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:10:38.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:36.835771+0000 mon.smithi063 (mon.0) 430 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-04-12T05:10:38.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:36.835901+0000 mon.smithi063 (mon.0) 431 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-04-12T05:10:38.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:36.836374+0000 mon.smithi063 (mon.0) 432 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:10:38.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:36.841499+0000 mon.smithi063 (mon.0) 433 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:10:38.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:37.835626+0000 mon.smithi063 (mon.0) 434 : cluster [INF] osd.4 [v2:172.21.15.98:6800/2210056753,v1:172.21.15.98:6801/2210056753] boot 2024-04-12T05:10:38.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:37.835683+0000 mon.smithi063 (mon.0) 435 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-04-12T05:10:38.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:37.835953+0000 mon.smithi063 (mon.0) 436 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:10:39.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:36.016144+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:10:39.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:36.016232+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:10:39.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:38.837463+0000 mon.smithi063 (mon.0) 437 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-04-12T05:10:39.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:36.016144+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:10:39.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:36.016232+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:10:39.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:38.837463+0000 mon.smithi063 (mon.0) 437 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-04-12T05:10:40.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:39 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:38.770263+0000 mgr.smithi063.ewdkhy (mgr.14164) 164 : cluster [DBG] pgmap v130: 1 pgs: 1 remapped+peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:10:40.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:39 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:39.839208+0000 mon.smithi063 (mon.0) 438 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-04-12T05:10:40.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:38.770263+0000 mgr.smithi063.ewdkhy (mgr.14164) 164 : cluster [DBG] pgmap v130: 1 pgs: 1 remapped+peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:10:40.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:39.839208+0000 mon.smithi063 (mon.0) 438 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-04-12T05:10:41.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:10:39.971670+0000 mgr.smithi063.ewdkhy (mgr.14164) 165 : cephadm [INF] Detected new or changed devices on smithi098 2024-04-12T05:10:41.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:39.976727+0000 mon.smithi063 (mon.0) 439 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:41.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:40.113428+0000 mgr.smithi063.ewdkhy (mgr.14164) 166 : audit [DBG] from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:10:41.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:40.114382+0000 mon.smithi063 (mon.0) 440 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:10:41.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:40.116014+0000 mon.smithi063 (mon.0) 441 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:10:41.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:40.116759+0000 mon.smithi063 (mon.0) 442 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:41.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:40.229438+0000 mon.smithi063 (mon.0) 443 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:10:41.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:10:40.230108+0000 mgr.smithi063.ewdkhy (mgr.14164) 167 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 15970M 2024-04-12T05:10:41.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:40.234360+0000 mon.smithi063 (mon.0) 444 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:41.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:40.240271+0000 mon.smithi063 (mon.0) 445 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:41.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:40.244135+0000 mon.smithi063 (mon.0) 446 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:10:41.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:40.245299+0000 mon.smithi063 (mon.0) 447 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:41.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:40.246069+0000 mon.smithi063 (mon.0) 448 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:10:41.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:10:39.971670+0000 mgr.smithi063.ewdkhy (mgr.14164) 165 : cephadm [INF] Detected new or changed devices on smithi098 2024-04-12T05:10:41.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:39.976727+0000 mon.smithi063 (mon.0) 439 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:41.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:40.113428+0000 mgr.smithi063.ewdkhy (mgr.14164) 166 : audit [DBG] from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:10:41.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:40.114382+0000 mon.smithi063 (mon.0) 440 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:10:41.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:40.116014+0000 mon.smithi063 (mon.0) 441 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:10:41.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:40.116759+0000 mon.smithi063 (mon.0) 442 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:41.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:40.229438+0000 mon.smithi063 (mon.0) 443 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:10:41.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:10:40.230108+0000 mgr.smithi063.ewdkhy (mgr.14164) 167 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 15970M 2024-04-12T05:10:41.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:40.234360+0000 mon.smithi063 (mon.0) 444 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:41.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:40.240271+0000 mon.smithi063 (mon.0) 445 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:41.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:40.244135+0000 mon.smithi063 (mon.0) 446 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:10:41.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:40.245299+0000 mon.smithi063 (mon.0) 447 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:41.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:40.246069+0000 mon.smithi063 (mon.0) 448 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:10:42.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:40.770574+0000 mgr.smithi063.ewdkhy (mgr.14164) 168 : cluster [DBG] pgmap v133: 1 pgs: 1 remapped+peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:10:42.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:40.770574+0000 mgr.smithi063.ewdkhy (mgr.14164) 168 : cluster [DBG] pgmap v133: 1 pgs: 1 remapped+peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:10:43.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:42 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:42.426489+0000 mon.smithi098 (mon.1) 8 : audit [INF] from='client.? 172.21.15.98:0/2884433962' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4c11f1b4-d317-4228-b159-04222f2ccac0"}]: dispatch 2024-04-12T05:10:43.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:42 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:42.426873+0000 mon.smithi063 (mon.0) 449 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4c11f1b4-d317-4228-b159-04222f2ccac0"}]: dispatch 2024-04-12T05:10:43.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:42 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:42.430800+0000 mon.smithi063 (mon.0) 450 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4c11f1b4-d317-4228-b159-04222f2ccac0"}]': finished 2024-04-12T05:10:43.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:42 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:42.430860+0000 mon.smithi063 (mon.0) 451 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-04-12T05:10:43.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:42 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:42.430979+0000 mon.smithi063 (mon.0) 452 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:10:43.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:42 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:42.832039+0000 mon.smithi098 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.98:0/2215943905' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:10:43.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:42.426489+0000 mon.smithi098 (mon.1) 8 : audit [INF] from='client.? 172.21.15.98:0/2884433962' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4c11f1b4-d317-4228-b159-04222f2ccac0"}]: dispatch 2024-04-12T05:10:43.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:42.426873+0000 mon.smithi063 (mon.0) 449 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4c11f1b4-d317-4228-b159-04222f2ccac0"}]: dispatch 2024-04-12T05:10:43.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:42.430800+0000 mon.smithi063 (mon.0) 450 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4c11f1b4-d317-4228-b159-04222f2ccac0"}]': finished 2024-04-12T05:10:43.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:42.430860+0000 mon.smithi063 (mon.0) 451 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-04-12T05:10:43.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:42.430979+0000 mon.smithi063 (mon.0) 452 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:10:43.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:42.832039+0000 mon.smithi098 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.98:0/2215943905' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:10:44.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:42.770870+0000 mgr.smithi063.ewdkhy (mgr.14164) 169 : cluster [DBG] pgmap v135: 1 pgs: 1 remapped+peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:10:44.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:42.770870+0000 mgr.smithi063.ewdkhy (mgr.14164) 169 : cluster [DBG] pgmap v135: 1 pgs: 1 remapped+peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:10:45.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:44.456014+0000 mon.smithi063 (mon.0) 453 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:45.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:44.459264+0000 mon.smithi063 (mon.0) 454 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:45.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:44.456014+0000 mon.smithi063 (mon.0) 453 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:45.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:44.459264+0000 mon.smithi063 (mon.0) 454 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:46.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:44.771109+0000 mgr.smithi063.ewdkhy (mgr.14164) 170 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:10:46.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:44.771109+0000 mgr.smithi063.ewdkhy (mgr.14164) 170 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:10:47.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:46.771462+0000 mgr.smithi063.ewdkhy (mgr.14164) 171 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:10:47.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:46.771462+0000 mgr.smithi063.ewdkhy (mgr.14164) 171 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:10:48.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:48.504138+0000 mon.smithi063 (mon.0) 455 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-12T05:10:48.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:48.504937+0000 mon.smithi063 (mon.0) 456 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:48.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:48.504138+0000 mon.smithi063 (mon.0) 455 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-12T05:10:48.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:48.504937+0000 mon.smithi063 (mon.0) 456 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:49.835 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:49 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:10:48.505585+0000 mgr.smithi063.ewdkhy (mgr.14164) 172 : cephadm [INF] Deploying daemon osd.5 on smithi098 2024-04-12T05:10:49.835 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:49 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:48.771850+0000 mgr.smithi063.ewdkhy (mgr.14164) 173 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:10:49.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:49 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:10:48.505585+0000 mgr.smithi063.ewdkhy (mgr.14164) 172 : cephadm [INF] Deploying daemon osd.5 on smithi098 2024-04-12T05:10:49.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:49 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:48.771850+0000 mgr.smithi063.ewdkhy (mgr.14164) 173 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:10:52.041 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:50.772185+0000 mgr.smithi063.ewdkhy (mgr.14164) 174 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:10:52.091 INFO:teuthology.orchestra.run.smithi098.stdout:Created osd(s) 5 on host 'smithi098' 2024-04-12T05:10:52.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:50.772185+0000 mgr.smithi063.ewdkhy (mgr.14164) 174 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:10:52.787 DEBUG:teuthology.orchestra.run.smithi098:osd.5> sudo journalctl -f -n 0 -u ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.5.service 2024-04-12T05:10:52.790 INFO:tasks.cephadm:Deploying osd.6 on smithi098 with /dev/vg_nvme/lv_2... 2024-04-12T05:10:52.790 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-04-12T05:10:52.820 INFO:journalctl@ceph.osd.5.smithi098.stdout:-- Logs begin at Fri 2024-04-12 04:58:42 UTC. -- 2024-04-12T05:10:53.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:52.079193+0000 mon.smithi063 (mon.0) 457 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:10:53.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:52.080956+0000 mon.smithi063 (mon.0) 458 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:53.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:52.083296+0000 mon.smithi063 (mon.0) 459 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:53.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:52.085136+0000 mon.smithi063 (mon.0) 460 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:10:53.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:52.087863+0000 mon.smithi063 (mon.0) 461 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:53.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:52.079193+0000 mon.smithi063 (mon.0) 457 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:10:53.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:52.080956+0000 mon.smithi063 (mon.0) 458 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:10:53.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:52.083296+0000 mon.smithi063 (mon.0) 459 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:53.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:52.085136+0000 mon.smithi063 (mon.0) 460 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:10:53.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:52.087863+0000 mon.smithi063 (mon.0) 461 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:53.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:52.772468+0000 mgr.smithi063.ewdkhy (mgr.14164) 175 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:10:54.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:52.772468+0000 mgr.smithi063.ewdkhy (mgr.14164) 175 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:10:55.341 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-04-12T05:10:55.341 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-04-12T05:10:55.341 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 10+0 records in 2024-04-12T05:10:55.341 INFO:teuthology.orchestra.run.smithi098.stderr:10+0 records out 2024-04-12T05:10:55.342 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0123956 s, 846 MB/s 2024-04-12T05:10:55.342 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping successful for: 2024-04-12T05:10:55.626 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:10:55 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.5[45432]: debug 2024-04-12T05:10:55.217+0000 7fc0da352080 -1 osd.5 0 log_to_monitors {default=true} 2024-04-12T05:10:56.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:55 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:54.772902+0000 mgr.smithi063.ewdkhy (mgr.14164) 176 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:10:56.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:55 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:55.221671+0000 mon.smithi098 (mon.1) 10 : audit [INF] from='osd.5 [v2:172.21.15.98:6808/1389025198,v1:172.21.15.98:6809/1389025198]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T05:10:56.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:55 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:55.221998+0000 mon.smithi063 (mon.0) 462 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T05:10:56.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:54.772902+0000 mgr.smithi063.ewdkhy (mgr.14164) 176 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:10:56.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:55.221671+0000 mon.smithi098 (mon.1) 10 : audit [INF] from='osd.5 [v2:172.21.15.98:6808/1389025198,v1:172.21.15.98:6809/1389025198]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T05:10:56.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:55.221998+0000 mon.smithi063 (mon.0) 462 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T05:10:56.439 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph orch daemon add osd smithi098:vg_nvme/lv_2 2024-04-12T05:10:56.993 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:10:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.5[45432]: debug 2024-04-12T05:10:56.841+0000 7fc0d08b5700 -1 osd.5 0 waiting for initial osdmap 2024-04-12T05:10:56.994 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:10:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.5[45432]: debug 2024-04-12T05:10:56.847+0000 7fc0cd031700 -1 osd.5 36 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-12T05:10:56.994 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:55.835418+0000 mon.smithi063 (mon.0) 463 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-12T05:10:56.994 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:55.835479+0000 mon.smithi063 (mon.0) 464 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-04-12T05:10:56.994 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:55.835582+0000 mon.smithi063 (mon.0) 465 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:10:56.994 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:55.836314+0000 mon.smithi098 (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.98:6808/1389025198,v1:172.21.15.98:6809/1389025198]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:10:56.994 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:55.836608+0000 mon.smithi063 (mon.0) 466 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:10:56.994 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:56.008648+0000 mon.smithi063 (mon.0) 467 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:56.994 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:56.341662+0000 mon.smithi063 (mon.0) 468 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:57.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:55.835418+0000 mon.smithi063 (mon.0) 463 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-12T05:10:57.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:55.835479+0000 mon.smithi063 (mon.0) 464 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-04-12T05:10:57.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:55.835582+0000 mon.smithi063 (mon.0) 465 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:10:57.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:55.836314+0000 mon.smithi098 (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.98:6808/1389025198,v1:172.21.15.98:6809/1389025198]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:10:57.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:55.836608+0000 mon.smithi063 (mon.0) 466 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:10:57.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:56.008648+0000 mon.smithi063 (mon.0) 467 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:57.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:56.341662+0000 mon.smithi063 (mon.0) 468 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:10:58.009 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:56.773277+0000 mgr.smithi063.ewdkhy (mgr.14164) 177 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:10:58.009 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:56.839557+0000 mon.smithi063 (mon.0) 469 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-04-12T05:10:58.009 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:56.839642+0000 mon.smithi063 (mon.0) 470 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-04-12T05:10:58.009 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:56.842928+0000 mon.smithi063 (mon.0) 471 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:10:58.009 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:57.839837+0000 mon.smithi063 (mon.0) 472 : cluster [INF] osd.5 [v2:172.21.15.98:6808/1389025198,v1:172.21.15.98:6809/1389025198] boot 2024-04-12T05:10:58.009 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:57.839911+0000 mon.smithi063 (mon.0) 473 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-04-12T05:10:58.009 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:57.840098+0000 mon.smithi063 (mon.0) 474 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:10:58.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:56.773277+0000 mgr.smithi063.ewdkhy (mgr.14164) 177 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:10:58.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:56.839557+0000 mon.smithi063 (mon.0) 469 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-04-12T05:10:58.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:56.839642+0000 mon.smithi063 (mon.0) 470 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-04-12T05:10:58.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:56.842928+0000 mon.smithi063 (mon.0) 471 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:10:58.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:57.839837+0000 mon.smithi063 (mon.0) 472 : cluster [INF] osd.5 [v2:172.21.15.98:6808/1389025198,v1:172.21.15.98:6809/1389025198] boot 2024-04-12T05:10:58.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:57.839911+0000 mon.smithi063 (mon.0) 473 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-04-12T05:10:58.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:57.840098+0000 mon.smithi063 (mon.0) 474 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:10:59.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:56.183729+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:10:59.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:56.183901+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:10:59.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:58.843437+0000 mon.smithi063 (mon.0) 475 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-04-12T05:10:59.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:56.183729+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:10:59.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:56.183901+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:10:59.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:58.843437+0000 mon.smithi063 (mon.0) 475 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-04-12T05:11:00.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:58.773678+0000 mgr.smithi063.ewdkhy (mgr.14164) 178 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:11:00.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:59.782099+0000 mon.smithi063 (mon.0) 476 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:11:00.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:59.783853+0000 mon.smithi063 (mon.0) 477 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:11:00.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:59.784701+0000 mon.smithi063 (mon.0) 478 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:11:00.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:10:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:10:59.843914+0000 mon.smithi063 (mon.0) 479 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-04-12T05:11:00.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:58.773678+0000 mgr.smithi063.ewdkhy (mgr.14164) 178 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:11:00.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:59.782099+0000 mon.smithi063 (mon.0) 476 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:11:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:59.783853+0000 mon.smithi063 (mon.0) 477 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:11:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:59.784701+0000 mon.smithi063 (mon.0) 478 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:11:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:10:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:10:59.843914+0000 mon.smithi063 (mon.0) 479 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-04-12T05:11:01.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:59.781122+0000 mgr.smithi063.ewdkhy (mgr.14164) 179 : audit [DBG] from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:11:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:59.951368+0000 mon.smithi063 (mon.0) 480 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:11:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:10:59.951600+0000 mon.smithi063 (mon.0) 481 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:11:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:11:00.380330+0000 mgr.smithi063.ewdkhy (mgr.14164) 180 : cephadm [INF] Detected new or changed devices on smithi098 2024-04-12T05:11:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:00.385458+0000 mon.smithi063 (mon.0) 482 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:00.386537+0000 mon.smithi063 (mon.0) 483 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:11:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:00.387392+0000 mon.smithi063 (mon.0) 484 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:11:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:11:00.388049+0000 mgr.smithi063.ewdkhy (mgr.14164) 181 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 7985M 2024-04-12T05:11:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:00.391741+0000 mon.smithi063 (mon.0) 485 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:00.395577+0000 mon.smithi063 (mon.0) 486 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:00.400482+0000 mon.smithi063 (mon.0) 487 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:11:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:00.401764+0000 mon.smithi063 (mon.0) 488 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:11:01.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:00.402669+0000 mon.smithi063 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:11:01.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:59.781122+0000 mgr.smithi063.ewdkhy (mgr.14164) 179 : audit [DBG] from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:11:01.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:59.951368+0000 mon.smithi063 (mon.0) 480 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:11:01.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:10:59.951600+0000 mon.smithi063 (mon.0) 481 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:11:01.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:11:00.380330+0000 mgr.smithi063.ewdkhy (mgr.14164) 180 : cephadm [INF] Detected new or changed devices on smithi098 2024-04-12T05:11:01.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:00.385458+0000 mon.smithi063 (mon.0) 482 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:01.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:00.386537+0000 mon.smithi063 (mon.0) 483 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:11:01.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:00.387392+0000 mon.smithi063 (mon.0) 484 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:11:01.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:11:00.388049+0000 mgr.smithi063.ewdkhy (mgr.14164) 181 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 7985M 2024-04-12T05:11:01.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:00.391741+0000 mon.smithi063 (mon.0) 485 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:01.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:00.395577+0000 mon.smithi063 (mon.0) 486 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:01.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:00.400482+0000 mon.smithi063 (mon.0) 487 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:11:01.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:00.401764+0000 mon.smithi063 (mon.0) 488 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:11:01.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:00.402669+0000 mon.smithi063 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:11:02.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:00.774111+0000 mgr.smithi063.ewdkhy (mgr.14164) 182 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:11:02.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:00.774111+0000 mgr.smithi063.ewdkhy (mgr.14164) 182 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:11:03.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:02.368153+0000 mon.smithi098 (mon.1) 12 : audit [INF] from='client.? 172.21.15.98:0/1366169475' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5110680c-c794-4ae5-9c53-9a56d47c2a0f"}]: dispatch 2024-04-12T05:11:03.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:02.368547+0000 mon.smithi063 (mon.0) 490 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5110680c-c794-4ae5-9c53-9a56d47c2a0f"}]: dispatch 2024-04-12T05:11:03.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:02.372744+0000 mon.smithi063 (mon.0) 491 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5110680c-c794-4ae5-9c53-9a56d47c2a0f"}]': finished 2024-04-12T05:11:03.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:02.372834+0000 mon.smithi063 (mon.0) 492 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-04-12T05:11:03.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:02.372974+0000 mon.smithi063 (mon.0) 493 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T05:11:03.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:02.792126+0000 mon.smithi098 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.98:0/2094071830' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:11:03.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:02 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:02.368153+0000 mon.smithi098 (mon.1) 12 : audit [INF] from='client.? 172.21.15.98:0/1366169475' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5110680c-c794-4ae5-9c53-9a56d47c2a0f"}]: dispatch 2024-04-12T05:11:03.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:02 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:02.368547+0000 mon.smithi063 (mon.0) 490 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5110680c-c794-4ae5-9c53-9a56d47c2a0f"}]: dispatch 2024-04-12T05:11:03.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:02 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:02.372744+0000 mon.smithi063 (mon.0) 491 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5110680c-c794-4ae5-9c53-9a56d47c2a0f"}]': finished 2024-04-12T05:11:03.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:02 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:02.372834+0000 mon.smithi063 (mon.0) 492 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-04-12T05:11:03.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:02 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:02.372974+0000 mon.smithi063 (mon.0) 493 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T05:11:03.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:02 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:02.792126+0000 mon.smithi098 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.98:0/2094071830' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:11:04.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:02.774556+0000 mgr.smithi063.ewdkhy (mgr.14164) 183 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:11:04.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:02.774556+0000 mgr.smithi063.ewdkhy (mgr.14164) 183 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:11:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:05 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:04.774917+0000 mgr.smithi063.ewdkhy (mgr.14164) 184 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:11:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:05 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:04.866918+0000 mon.smithi063 (mon.0) 494 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:06.013 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:05 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:04.869912+0000 mon.smithi063 (mon.0) 495 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:06.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:05 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:04.774917+0000 mgr.smithi063.ewdkhy (mgr.14164) 184 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:11:06.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:05 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:04.866918+0000 mon.smithi063 (mon.0) 494 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:06.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:05 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:04.869912+0000 mon.smithi063 (mon.0) 495 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:08.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:06.775254+0000 mgr.smithi063.ewdkhy (mgr.14164) 185 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:11:08.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:06.775254+0000 mgr.smithi063.ewdkhy (mgr.14164) 185 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:11:09.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:08.273725+0000 mon.smithi063 (mon.0) 496 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-12T05:11:09.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:08.274637+0000 mon.smithi063 (mon.0) 497 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:11:09.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:11:08.275331+0000 mgr.smithi063.ewdkhy (mgr.14164) 186 : cephadm [INF] Deploying daemon osd.6 on smithi098 2024-04-12T05:11:09.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:08.273725+0000 mon.smithi063 (mon.0) 496 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-12T05:11:09.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:08.274637+0000 mon.smithi063 (mon.0) 497 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:11:09.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:11:08.275331+0000 mgr.smithi063.ewdkhy (mgr.14164) 186 : cephadm [INF] Deploying daemon osd.6 on smithi098 2024-04-12T05:11:09.961 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:08.775675+0000 mgr.smithi063.ewdkhy (mgr.14164) 187 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:11:10.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:08.775675+0000 mgr.smithi063.ewdkhy (mgr.14164) 187 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:11:11.866 INFO:teuthology.orchestra.run.smithi098.stdout:Created osd(s) 6 on host 'smithi098' 2024-04-12T05:11:11.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:10.776048+0000 mgr.smithi063.ewdkhy (mgr.14164) 188 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:11:12.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:10.776048+0000 mgr.smithi063.ewdkhy (mgr.14164) 188 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:11:12.511 DEBUG:teuthology.orchestra.run.smithi098:osd.6> sudo journalctl -f -n 0 -u ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.6.service 2024-04-12T05:11:12.513 INFO:tasks.cephadm:Deploying osd.7 on smithi098 with /dev/vg_nvme/lv_1... 2024-04-12T05:11:12.513 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-04-12T05:11:12.542 INFO:journalctl@ceph.osd.6.smithi098.stdout:-- Logs begin at Fri 2024-04-12 04:58:42 UTC. -- 2024-04-12T05:11:12.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:11.851620+0000 mon.smithi063 (mon.0) 498 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:11:12.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:11.853607+0000 mon.smithi063 (mon.0) 499 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:11:12.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:11.856349+0000 mon.smithi063 (mon.0) 500 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:12.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:11.856586+0000 mon.smithi063 (mon.0) 501 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:11:12.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:11.861382+0000 mon.smithi063 (mon.0) 502 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:12.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:11.851620+0000 mon.smithi063 (mon.0) 498 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:11:12.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:11.853607+0000 mon.smithi063 (mon.0) 499 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:11:12.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:11.856349+0000 mon.smithi063 (mon.0) 500 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:12.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:11.856586+0000 mon.smithi063 (mon.0) 501 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:11:12.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:11.861382+0000 mon.smithi063 (mon.0) 502 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:14.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:12.776308+0000 mgr.smithi063.ewdkhy (mgr.14164) 189 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:11:14.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:12.776308+0000 mgr.smithi063.ewdkhy (mgr.14164) 189 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:11:15.228 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-04-12T05:11:15.228 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-04-12T05:11:15.228 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 10+0 records in 2024-04-12T05:11:15.228 INFO:teuthology.orchestra.run.smithi098.stderr:10+0 records out 2024-04-12T05:11:15.228 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.012128 s, 865 MB/s 2024-04-12T05:11:15.228 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping successful for: 2024-04-12T05:11:15.265 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:11:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.6[48294]: debug 2024-04-12T05:11:14.942+0000 7fcf04a06080 -1 osd.6 0 log_to_monitors {default=true} 2024-04-12T05:11:16.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:15 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:14.776749+0000 mgr.smithi063.ewdkhy (mgr.14164) 190 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:11:16.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:15 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:14.946384+0000 mon.smithi098 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.98:6816/1103935848,v1:172.21.15.98:6817/1103935848]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-12T05:11:16.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:15 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:14.946756+0000 mon.smithi063 (mon.0) 503 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-12T05:11:16.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:15 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:14.776749+0000 mgr.smithi063.ewdkhy (mgr.14164) 190 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:11:16.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:15 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:14.946384+0000 mon.smithi098 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.98:6816/1103935848,v1:172.21.15.98:6817/1103935848]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-12T05:11:16.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:15 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:14.946756+0000 mon.smithi063 (mon.0) 503 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-12T05:11:16.392 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph orch daemon add osd smithi098:vg_nvme/lv_1 2024-04-12T05:11:17.049 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:11:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.6[48294]: debug 2024-04-12T05:11:16.841+0000 7fcefaf69700 -1 osd.6 0 waiting for initial osdmap 2024-04-12T05:11:17.049 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:11:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.6[48294]: debug 2024-04-12T05:11:16.846+0000 7fcef56e1700 -1 osd.6 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-12T05:11:17.049 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:15.834643+0000 mon.smithi063 (mon.0) 504 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-12T05:11:17.049 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:15.834723+0000 mon.smithi063 (mon.0) 505 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-04-12T05:11:17.049 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:15.834881+0000 mon.smithi063 (mon.0) 506 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T05:11:17.049 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:15.835282+0000 mon.smithi098 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.98:6816/1103935848,v1:172.21.15.98:6817/1103935848]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:11:17.049 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:15.835520+0000 mon.smithi063 (mon.0) 507 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:11:17.049 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:16.257132+0000 mon.smithi063 (mon.0) 508 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:17.049 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:16.482213+0000 mon.smithi063 (mon.0) 509 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:17.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:15.834643+0000 mon.smithi063 (mon.0) 504 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-12T05:11:17.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:15.834723+0000 mon.smithi063 (mon.0) 505 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-04-12T05:11:17.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:15.834881+0000 mon.smithi063 (mon.0) 506 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T05:11:17.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:15.835282+0000 mon.smithi098 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.98:6816/1103935848,v1:172.21.15.98:6817/1103935848]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:11:17.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:15.835520+0000 mon.smithi063 (mon.0) 507 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:11:17.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:16.257132+0000 mon.smithi063 (mon.0) 508 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:17.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:16.482213+0000 mon.smithi063 (mon.0) 509 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:18.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:16.777187+0000 mgr.smithi063.ewdkhy (mgr.14164) 191 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:11:18.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:16.839635+0000 mon.smithi063 (mon.0) 510 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-04-12T05:11:18.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:16.839760+0000 mon.smithi063 (mon.0) 511 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-04-12T05:11:18.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:16.840244+0000 mon.smithi063 (mon.0) 512 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T05:11:18.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:16.842699+0000 mon.smithi063 (mon.0) 513 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T05:11:18.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:17.838612+0000 mon.smithi063 (mon.0) 514 : cluster [INF] osd.6 [v2:172.21.15.98:6816/1103935848,v1:172.21.15.98:6817/1103935848] boot 2024-04-12T05:11:18.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:17.838661+0000 mon.smithi063 (mon.0) 515 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-04-12T05:11:18.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:17.838859+0000 mon.smithi063 (mon.0) 516 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T05:11:18.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:16.777187+0000 mgr.smithi063.ewdkhy (mgr.14164) 191 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:11:18.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:16.839635+0000 mon.smithi063 (mon.0) 510 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-04-12T05:11:18.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:16.839760+0000 mon.smithi063 (mon.0) 511 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-04-12T05:11:18.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:16.840244+0000 mon.smithi063 (mon.0) 512 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T05:11:18.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:16.842699+0000 mon.smithi063 (mon.0) 513 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T05:11:18.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:17.838612+0000 mon.smithi063 (mon.0) 514 : cluster [INF] osd.6 [v2:172.21.15.98:6816/1103935848,v1:172.21.15.98:6817/1103935848] boot 2024-04-12T05:11:18.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:17.838661+0000 mon.smithi063 (mon.0) 515 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-04-12T05:11:18.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:17.838859+0000 mon.smithi063 (mon.0) 516 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T05:11:19.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:15.977422+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:11:19.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:15.977604+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:11:19.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:18.840385+0000 mon.smithi063 (mon.0) 517 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-04-12T05:11:19.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:15.977422+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:11:19.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:15.977604+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:11:19.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:18.840385+0000 mon.smithi063 (mon.0) 517 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-04-12T05:11:20.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:19 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:18.777852+0000 mgr.smithi063.ewdkhy (mgr.14164) 192 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T05:11:20.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:19 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:19.844440+0000 mon.smithi063 (mon.0) 518 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-04-12T05:11:20.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:19 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:18.777852+0000 mgr.smithi063.ewdkhy (mgr.14164) 192 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T05:11:20.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:19 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:19.844440+0000 mon.smithi063 (mon.0) 518 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-04-12T05:11:21.061 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:20.155062+0000 mgr.smithi063.ewdkhy (mgr.14164) 193 : audit [DBG] from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:11:21.061 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:20.156066+0000 mon.smithi063 (mon.0) 519 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:11:21.061 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:20.157771+0000 mon.smithi063 (mon.0) 520 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:11:21.061 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:20.158629+0000 mon.smithi063 (mon.0) 521 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:11:21.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:20.155062+0000 mgr.smithi063.ewdkhy (mgr.14164) 193 : audit [DBG] from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:11:21.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:20.156066+0000 mon.smithi063 (mon.0) 519 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:11:21.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:20.157771+0000 mon.smithi063 (mon.0) 520 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:11:21.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:20.158629+0000 mon.smithi063 (mon.0) 521 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:11:22.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:20.778353+0000 mgr.smithi063.ewdkhy (mgr.14164) 194 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T05:11:22.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:11:21.098064+0000 mgr.smithi063.ewdkhy (mgr.14164) 195 : cephadm [INF] Detected new or changed devices on smithi098 2024-04-12T05:11:22.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:21.103259+0000 mon.smithi063 (mon.0) 522 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:22.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:21.104356+0000 mon.smithi063 (mon.0) 523 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:11:22.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:21.105329+0000 mon.smithi063 (mon.0) 524 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:11:22.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:21.106217+0000 mon.smithi063 (mon.0) 525 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:11:22.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:11:21.106891+0000 mgr.smithi063.ewdkhy (mgr.14164) 196 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 5323M 2024-04-12T05:11:22.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:21.110565+0000 mon.smithi063 (mon.0) 526 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:22.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:21.114053+0000 mon.smithi063 (mon.0) 527 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:22.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:21.117960+0000 mon.smithi063 (mon.0) 528 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:11:22.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:21.119075+0000 mon.smithi063 (mon.0) 529 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:11:22.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:21.119775+0000 mon.smithi063 (mon.0) 530 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:11:22.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:21.123623+0000 mon.smithi063 (mon.0) 531 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:22.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:20.778353+0000 mgr.smithi063.ewdkhy (mgr.14164) 194 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T05:11:22.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:11:21.098064+0000 mgr.smithi063.ewdkhy (mgr.14164) 195 : cephadm [INF] Detected new or changed devices on smithi098 2024-04-12T05:11:22.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:21.103259+0000 mon.smithi063 (mon.0) 522 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:22.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:21.104356+0000 mon.smithi063 (mon.0) 523 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:11:22.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:21.105329+0000 mon.smithi063 (mon.0) 524 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:11:22.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:21.106217+0000 mon.smithi063 (mon.0) 525 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:11:22.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:11:21.106891+0000 mgr.smithi063.ewdkhy (mgr.14164) 196 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 5323M 2024-04-12T05:11:22.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:21.110565+0000 mon.smithi063 (mon.0) 526 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:22.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:21.114053+0000 mon.smithi063 (mon.0) 527 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:22.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:21.117960+0000 mon.smithi063 (mon.0) 528 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:11:22.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:21.119075+0000 mon.smithi063 (mon.0) 529 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:11:22.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:21.119775+0000 mon.smithi063 (mon.0) 530 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:11:22.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:21.123623+0000 mon.smithi063 (mon.0) 531 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:23.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:22.885023+0000 mon.smithi098 (mon.1) 16 : audit [INF] from='client.? 172.21.15.98:0/1803367752' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "324402aa-09a9-4421-98f3-b5466574fb37"}]: dispatch 2024-04-12T05:11:23.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:22.885448+0000 mon.smithi063 (mon.0) 532 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "324402aa-09a9-4421-98f3-b5466574fb37"}]: dispatch 2024-04-12T05:11:23.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:22.890555+0000 mon.smithi063 (mon.0) 533 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "324402aa-09a9-4421-98f3-b5466574fb37"}]': finished 2024-04-12T05:11:23.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:22.890680+0000 mon.smithi063 (mon.0) 534 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-04-12T05:11:23.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:22.890857+0000 mon.smithi063 (mon.0) 535 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T05:11:23.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:22.885023+0000 mon.smithi098 (mon.1) 16 : audit [INF] from='client.? 172.21.15.98:0/1803367752' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "324402aa-09a9-4421-98f3-b5466574fb37"}]: dispatch 2024-04-12T05:11:23.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:22.885448+0000 mon.smithi063 (mon.0) 532 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "324402aa-09a9-4421-98f3-b5466574fb37"}]: dispatch 2024-04-12T05:11:23.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:22.890555+0000 mon.smithi063 (mon.0) 533 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "324402aa-09a9-4421-98f3-b5466574fb37"}]': finished 2024-04-12T05:11:23.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:22.890680+0000 mon.smithi063 (mon.0) 534 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-04-12T05:11:23.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:22.890857+0000 mon.smithi063 (mon.0) 535 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T05:11:24.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:22.778750+0000 mgr.smithi063.ewdkhy (mgr.14164) 197 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T05:11:24.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:23.283272+0000 mon.smithi098 (mon.1) 17 : audit [DBG] from='client.? 172.21.15.98:0/2165355290' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:11:24.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:22.778750+0000 mgr.smithi063.ewdkhy (mgr.14164) 197 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T05:11:24.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:23.283272+0000 mon.smithi098 (mon.1) 17 : audit [DBG] from='client.? 172.21.15.98:0/2165355290' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:11:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:24.779140+0000 mgr.smithi063.ewdkhy (mgr.14164) 198 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T05:11:26.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:24.779140+0000 mgr.smithi063.ewdkhy (mgr.14164) 198 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T05:11:28.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:26.779526+0000 mgr.smithi063.ewdkhy (mgr.14164) 199 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T05:11:28.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:26.779526+0000 mgr.smithi063.ewdkhy (mgr.14164) 199 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T05:11:29.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:28.960117+0000 mon.smithi063 (mon.0) 536 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-12T05:11:29.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:28.960990+0000 mon.smithi063 (mon.0) 537 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:11:29.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:28.960117+0000 mon.smithi063 (mon.0) 536 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-12T05:11:29.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:28.960990+0000 mon.smithi063 (mon.0) 537 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:11:30.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:28.780009+0000 mgr.smithi063.ewdkhy (mgr.14164) 200 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T05:11:30.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:11:28.961652+0000 mgr.smithi063.ewdkhy (mgr.14164) 201 : cephadm [INF] Deploying daemon osd.7 on smithi098 2024-04-12T05:11:30.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:28.780009+0000 mgr.smithi063.ewdkhy (mgr.14164) 200 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T05:11:30.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:11:28.961652+0000 mgr.smithi063.ewdkhy (mgr.14164) 201 : cephadm [INF] Deploying daemon osd.7 on smithi098 2024-04-12T05:11:32.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:30.780389+0000 mgr.smithi063.ewdkhy (mgr.14164) 202 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T05:11:32.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:30.780389+0000 mgr.smithi063.ewdkhy (mgr.14164) 202 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T05:11:32.515 INFO:teuthology.orchestra.run.smithi098.stdout:Created osd(s) 7 on host 'smithi098' 2024-04-12T05:11:33.094 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:32.502224+0000 mon.smithi063 (mon.0) 538 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:11:33.094 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:32.504141+0000 mon.smithi063 (mon.0) 539 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:11:33.094 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:32.506739+0000 mon.smithi063 (mon.0) 540 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:33.094 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:32.508904+0000 mon.smithi063 (mon.0) 541 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:11:33.094 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:32.511930+0000 mon.smithi063 (mon.0) 542 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:33.115 DEBUG:teuthology.orchestra.run.smithi098:osd.7> sudo journalctl -f -n 0 -u ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.7.service 2024-04-12T05:11:33.117 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-04-12T05:11:33.117 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph osd stat -f json 2024-04-12T05:11:33.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:32.502224+0000 mon.smithi063 (mon.0) 538 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:11:33.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:32.504141+0000 mon.smithi063 (mon.0) 539 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:11:33.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:32.506739+0000 mon.smithi063 (mon.0) 540 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:33.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:32.508904+0000 mon.smithi063 (mon.0) 541 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:11:33.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:32.511930+0000 mon.smithi063 (mon.0) 542 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:33.149 INFO:journalctl@ceph.osd.7.smithi098.stdout:-- Logs begin at Fri 2024-04-12 04:58:42 UTC. -- 2024-04-12T05:11:33.812 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:33 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:32.780752+0000 mgr.smithi063.ewdkhy (mgr.14164) 203 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T05:11:33.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:33 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:32.780752+0000 mgr.smithi063.ewdkhy (mgr.14164) 203 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T05:11:35.244 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:11:35.876 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:11:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.7[51183]: debug 2024-04-12T05:11:35.662+0000 7fa6383cb080 -1 osd.7 0 log_to_monitors {default=true} 2024-04-12T05:11:35.983 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1712898677,"num_in_osds":8,"osd_in_since":1712898682,"num_remapped_pgs":0} 2024-04-12T05:11:36.252 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:34.781180+0000 mgr.smithi063.ewdkhy (mgr.14164) 204 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T05:11:36.252 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:34.936329+0000 mon.smithi063 (mon.0) 543 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:36.252 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:35.243090+0000 mon.smithi063 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.63:0/1722511545' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-12T05:11:36.252 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:35.665253+0000 mon.smithi098 (mon.1) 18 : audit [INF] from='osd.7 [v2:172.21.15.98:6824/3280646815,v1:172.21.15.98:6825/3280646815]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-12T05:11:36.252 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:35.665657+0000 mon.smithi063 (mon.0) 545 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-12T05:11:36.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:34.781180+0000 mgr.smithi063.ewdkhy (mgr.14164) 204 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T05:11:36.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:34.936329+0000 mon.smithi063 (mon.0) 543 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:36.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:35.243090+0000 mon.smithi063 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.63:0/1722511545' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-12T05:11:36.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:35.665253+0000 mon.smithi098 (mon.1) 18 : audit [INF] from='osd.7 [v2:172.21.15.98:6824/3280646815,v1:172.21.15.98:6825/3280646815]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-12T05:11:36.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:35.665657+0000 mon.smithi063 (mon.0) 545 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-12T05:11:36.985 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph osd stat -f json 2024-04-12T05:11:37.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:35.941852+0000 mon.smithi063 (mon.0) 546 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-12T05:11:37.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:35.941914+0000 mon.smithi063 (mon.0) 547 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-04-12T05:11:37.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:35.942031+0000 mon.smithi063 (mon.0) 548 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T05:11:37.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:35.942446+0000 mon.smithi098 (mon.1) 19 : audit [INF] from='osd.7 [v2:172.21.15.98:6824/3280646815,v1:172.21.15.98:6825/3280646815]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:11:37.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:35.942717+0000 mon.smithi063 (mon.0) 549 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:11:37.376 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:11:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.7[51183]: debug 2024-04-12T05:11:36.952+0000 7fa62e92e700 -1 osd.7 0 waiting for initial osdmap 2024-04-12T05:11:37.376 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:11:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.7[51183]: debug 2024-04-12T05:11:36.959+0000 7fa6280a4700 -1 osd.7 48 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-12T05:11:37.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:35.941852+0000 mon.smithi063 (mon.0) 546 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-12T05:11:37.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:35.941914+0000 mon.smithi063 (mon.0) 547 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-04-12T05:11:37.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:35.942031+0000 mon.smithi063 (mon.0) 548 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T05:11:37.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:35.942446+0000 mon.smithi098 (mon.1) 19 : audit [INF] from='osd.7 [v2:172.21.15.98:6824/3280646815,v1:172.21.15.98:6825/3280646815]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:11:37.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:35.942717+0000 mon.smithi063 (mon.0) 549 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:11:38.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:36.781671+0000 mgr.smithi063.ewdkhy (mgr.14164) 205 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T05:11:38.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:36.949935+0000 mon.smithi063 (mon.0) 550 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-04-12T05:11:38.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:36.950065+0000 mon.smithi063 (mon.0) 551 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-04-12T05:11:38.017 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:36.950461+0000 mon.smithi063 (mon.0) 552 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T05:11:38.018 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:36.953009+0000 mon.smithi063 (mon.0) 553 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T05:11:38.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:36.781671+0000 mgr.smithi063.ewdkhy (mgr.14164) 205 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T05:11:38.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:36.949935+0000 mon.smithi063 (mon.0) 550 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-04-12T05:11:38.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:36.950065+0000 mon.smithi063 (mon.0) 551 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-04-12T05:11:38.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:36.950461+0000 mon.smithi063 (mon.0) 552 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T05:11:38.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:36.953009+0000 mon.smithi063 (mon.0) 553 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T05:11:39.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:36.660984+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:11:39.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:36.661087+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:11:39.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:37.950660+0000 mon.smithi063 (mon.0) 554 : cluster [INF] osd.7 [v2:172.21.15.98:6824/3280646815,v1:172.21.15.98:6825/3280646815] boot 2024-04-12T05:11:39.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:37.950706+0000 mon.smithi063 (mon.0) 555 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-04-12T05:11:39.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:37.951241+0000 mon.smithi063 (mon.0) 556 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T05:11:39.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:11:38.233252+0000 mgr.smithi063.ewdkhy (mgr.14164) 206 : cephadm [INF] Detected new or changed devices on smithi098 2024-04-12T05:11:39.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:38.237942+0000 mon.smithi063 (mon.0) 557 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:39.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:38.238909+0000 mon.smithi063 (mon.0) 558 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:11:39.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:38.239745+0000 mon.smithi063 (mon.0) 559 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:11:39.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:38.240511+0000 mon.smithi063 (mon.0) 560 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:11:39.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:38.241285+0000 mon.smithi063 (mon.0) 561 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:11:39.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:11:38.241782+0000 mgr.smithi063.ewdkhy (mgr.14164) 207 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 3992M 2024-04-12T05:11:39.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:38.245276+0000 mon.smithi063 (mon.0) 562 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:39.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:38.249443+0000 mon.smithi063 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:39.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:38.252807+0000 mon.smithi063 (mon.0) 564 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:11:39.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:38.253770+0000 mon.smithi063 (mon.0) 565 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:11:39.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:38.254427+0000 mon.smithi063 (mon.0) 566 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:11:39.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:38.258283+0000 mon.smithi063 (mon.0) 567 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:39.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:38.949516+0000 mon.smithi063 (mon.0) 568 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-04-12T05:11:39.135 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:11:39.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:36.660984+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:11:39.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:36.661087+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:11:39.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:37.950660+0000 mon.smithi063 (mon.0) 554 : cluster [INF] osd.7 [v2:172.21.15.98:6824/3280646815,v1:172.21.15.98:6825/3280646815] boot 2024-04-12T05:11:39.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:37.950706+0000 mon.smithi063 (mon.0) 555 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-04-12T05:11:39.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:37.951241+0000 mon.smithi063 (mon.0) 556 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T05:11:39.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:11:38.233252+0000 mgr.smithi063.ewdkhy (mgr.14164) 206 : cephadm [INF] Detected new or changed devices on smithi098 2024-04-12T05:11:39.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:38.237942+0000 mon.smithi063 (mon.0) 557 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:39.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:38.238909+0000 mon.smithi063 (mon.0) 558 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:11:39.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:38.239745+0000 mon.smithi063 (mon.0) 559 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:11:39.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:38.240511+0000 mon.smithi063 (mon.0) 560 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:11:39.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:38.241285+0000 mon.smithi063 (mon.0) 561 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:11:39.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:11:38.241782+0000 mgr.smithi063.ewdkhy (mgr.14164) 207 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 3992M 2024-04-12T05:11:39.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:38.245276+0000 mon.smithi063 (mon.0) 562 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:39.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:38.249443+0000 mon.smithi063 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:39.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:38.252807+0000 mon.smithi063 (mon.0) 564 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:11:39.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:38.253770+0000 mon.smithi063 (mon.0) 565 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:11:39.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:38.254427+0000 mon.smithi063 (mon.0) 566 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:11:39.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:38.258283+0000 mon.smithi063 (mon.0) 567 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:11:39.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:38.949516+0000 mon.smithi063 (mon.0) 568 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-04-12T05:11:39.839 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":50,"num_osds":8,"num_up_osds":8,"osd_up_since":1712898697,"num_in_osds":8,"osd_in_since":1712898682,"num_remapped_pgs":0} 2024-04-12T05:11:39.840 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph osd dump --format=json 2024-04-12T05:11:40.079 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:11:40.089 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:39 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:38.782026+0000 mgr.smithi063.ewdkhy (mgr.14164) 208 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:11:40.089 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:39 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:39.134425+0000 mon.smithi063 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.63:0/392687514' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-12T05:11:40.089 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:39 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:39.953061+0000 mon.smithi063 (mon.0) 570 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-04-12T05:11:40.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:38.782026+0000 mgr.smithi063.ewdkhy (mgr.14164) 208 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:11:40.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:39.134425+0000 mon.smithi063 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.63:0/392687514' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-12T05:11:40.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:39.953061+0000 mon.smithi063 (mon.0) 570 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-04-12T05:11:41.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:40.782307+0000 mgr.smithi063.ewdkhy (mgr.14164) 209 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:11:41.940 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:11:41.940 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":51,"fsid":"40f4d9f0-f88a-11ee-bc8c-c7b262605968","created":"2024-04-12T05:05:50.561744+0000","modified":"2024-04-12T05:11:39.946928+0000","last_up_change":"2024-04-12T05:11:37.944256+0000","last_in_change":"2024-04-12T05:11:22.886106+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-04-12T05:09:58.353966+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"ab701efa-0a00-4cdc-991b-3f2e996be2da","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":3638043839},{"type":"v1","addr":"172.21.15.63:6803","nonce":3638043839}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":3638043839},{"type":"v1","addr":"172.21.15.63:6805","nonce":3638043839}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6808","nonce":3638043839},{"type":"v1","addr":"172.21.15.63:6809","nonce":3638043839}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":3638043839},{"type":"v1","addr":"172.21.15.63:6807","nonce":3638043839}]},"public_addr":"172.21.15.63:6803/3638043839","cluster_addr":"172.21.15.63:6805/3638043839","heartbeat_back_addr":"172.21.15.63:6809/3638043839","heartbeat_front_addr":"172.21.15.63:6807/3638043839","state":["exists","up"]},{"osd":1,"uuid":"bd0b4992-fd88-49f3-9657-737038d5c377","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6810","nonce":2116999184},{"type":"v1","addr":"172.21.15.63:6811","nonce":2116999184}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6812","nonce":2116999184},{"type":"v1","addr":"172.21.15.63:6813","nonce":2116999184}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6816","nonce":2116999184},{"type":"v1","addr":"172.21.15.63:6817","nonce":2116999184}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6814","nonce":2116999184},{"type":"v1","addr":"172.21.15.63:6815","nonce":2116999184}]},"public_addr":"172.21.15.63:6811/2116999184","cluster_addr":"172.21.15.63:6813/2116999184","heartbeat_back_addr":"172.21.15.63:6817/2116999184","heartbeat_front_addr":"172.21.15.63:6815/2116999184","state":["exists","up"]},{"osd":2,"uuid":"2faa8cec-f52b-4ee9-a94d-c575a5c2e5aa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6818","nonce":504181945},{"type":"v1","addr":"172.21.15.63:6819","nonce":504181945}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6820","nonce":504181945},{"type":"v1","addr":"172.21.15.63:6821","nonce":504181945}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6824","nonce":504181945},{"type":"v1","addr":"172.21.15.63:6825","nonce":504181945}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6822","nonce":504181945},{"type":"v1","addr":"172.21.15.63:6823","nonce":504181945}]},"public_addr":"172.21.15.63:6819/504181945","cluster_addr":"172.21.15.63:6821/504181945","heartbeat_back_addr":"172.21.15.63:6825/504181945","heartbeat_front_addr":"172.21.15.63:6823/504181945","state":["exists","up"]},{"osd":3,"uuid":"d139973a-fade-4ae6-a77c-e2b22379e464","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6826","nonce":1914846190},{"type":"v1","addr":"172.21.15.63:6827","nonce":1914846190}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6828","nonce":1914846190},{"type":"v1","addr":"172.21.15.63:6829","nonce":1914846190}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6832","nonce":1914846190},{"type":"v1","addr":"172.21.15.63:6833","nonce":1914846190}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6830","nonce":1914846190},{"type":"v1","addr":"172.21.15.63:6831","nonce":1914846190}]},"public_addr":"172.21.15.63:6827/1914846190","cluster_addr":"172.21.15.63:6829/1914846190","heartbeat_back_addr":"172.21.15.63:6833/1914846190","heartbeat_front_addr":"172.21.15.63:6831/1914846190","state":["exists","up"]},{"osd":4,"uuid":"af090c2b-a318-45b6-b94b-74cd99f1bb8d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":2210056753},{"type":"v1","addr":"172.21.15.98:6801","nonce":2210056753}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":2210056753},{"type":"v1","addr":"172.21.15.98:6803","nonce":2210056753}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":2210056753},{"type":"v1","addr":"172.21.15.98:6807","nonce":2210056753}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":2210056753},{"type":"v1","addr":"172.21.15.98:6805","nonce":2210056753}]},"public_addr":"172.21.15.98:6801/2210056753","cluster_addr":"172.21.15.98:6803/2210056753","heartbeat_back_addr":"172.21.15.98:6807/2210056753","heartbeat_front_addr":"172.21.15.98:6805/2210056753","state":["exists","up"]},{"osd":5,"uuid":"4c11f1b4-d317-4228-b159-04222f2ccac0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":1389025198},{"type":"v1","addr":"172.21.15.98:6809","nonce":1389025198}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6810","nonce":1389025198},{"type":"v1","addr":"172.21.15.98:6811","nonce":1389025198}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6814","nonce":1389025198},{"type":"v1","addr":"172.21.15.98:6815","nonce":1389025198}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":1389025198},{"type":"v1","addr":"172.21.15.98:6813","nonce":1389025198}]},"public_addr":"172.21.15.98:6809/1389025198","cluster_addr":"172.21.15.98:6811/1389025198","heartbeat_back_addr":"172.21.15.98:6815/1389025198","heartbeat_front_addr":"172.21.15.98:6813/1389025198","state":["exists","up"]},{"osd":6,"uuid":"5110680c-c794-4ae5-9c53-9a56d47c2a0f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6816","nonce":1103935848},{"type":"v1","addr":"172.21.15.98:6817","nonce":1103935848}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6818","nonce":1103935848},{"type":"v1","addr":"172.21.15.98:6819","nonce":1103935848}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6822","nonce":1103935848},{"type":"v1","addr":"172.21.15.98:6823","nonce":1103935848}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6820","nonce":1103935848},{"type":"v1","addr":"172.21.15.98:6821","nonce":1103935848}]},"public_addr":"172.21.15.98:6817/1103935848","cluster_addr":"172.21.15.98:6819/1103935848","heartbeat_back_addr":"172.21.15.98:6823/1103935848","heartbeat_front_addr":"172.21.15.98:6821/1103935848","state":["exists","up"]},{"osd":7,"uuid":"324402aa-09a9-4421-98f3-b5466574fb37","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6824","nonce":3280646815},{"type":"v1","addr":"172.21.15.98:6825","nonce":3280646815}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6826","nonce":3280646815},{"type":"v1","addr":"172.21.15.98:6827","nonce":3280646815}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6830","nonce":3280646815},{"type":"v1","addr":"172.21.15.98:6831","nonce":3280646815}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6828","nonce":3280646815},{"type":"v1","addr":"172.21.15.98:6829","nonce":3280646815}]},"public_addr":"172.21.15.98:6825/3280646815","cluster_addr":"172.21.15.98:6827/3280646815","heartbeat_back_addr":"172.21.15.98:6831/3280646815","heartbeat_front_addr":"172.21.15.98:6829/3280646815","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:09:06.372466+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:09:35.446352+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:09:56.620523+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:10:19.478438+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:10:36.016234+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:10:56.183907+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:11:15.977609+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:11:36.661090+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.63:0/2731365871":"2024-04-13T05:06:59.736680+0000","172.21.15.63:6800/2874688727":"2024-04-13T05:06:59.736680+0000","172.21.15.63:0/2193865493":"2024-04-13T05:06:59.736680+0000","172.21.15.63:0/2115268047":"2024-04-13T05:06:43.062657+0000","172.21.15.63:6801/768178573":"2024-04-13T05:06:43.062657+0000","172.21.15.63:6801/2874688727":"2024-04-13T05:06:59.736680+0000","172.21.15.63:6800/768178573":"2024-04-13T05:06:43.062657+0000","172.21.15.63:0/978883463":"2024-04-13T05:06:43.062657+0000","172.21.15.63:6800/633139986":"2024-04-13T05:06:22.019703+0000","172.21.15.63:0/2417873222":"2024-04-13T05:06:22.019703+0000","172.21.15.63:6801/633139986":"2024-04-13T05:06:22.019703+0000","172.21.15.63:0/686913654":"2024-04-13T05:06:22.019703+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-12T05:11:42.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:40.782307+0000 mgr.smithi063.ewdkhy (mgr.14164) 209 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:11:42.524 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-04-12T05:09:58.353966+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-04-12T05:11:42.525 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph osd pool get device_health_metrics pg_num 2024-04-12T05:11:42.759 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:11:42.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:42 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:41.938726+0000 mon.smithi063 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.63:0/443737389' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T05:11:43.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:41.938726+0000 mon.smithi063 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.63:0/443737389' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T05:11:44.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:42.782592+0000 mgr.smithi063.ewdkhy (mgr.14164) 210 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:11:44.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:42.782592+0000 mgr.smithi063.ewdkhy (mgr.14164) 210 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:11:44.567 INFO:teuthology.orchestra.run.smithi063.stdout:pg_num: 1 2024-04-12T05:11:44.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:44.566280+0000 mon.smithi063 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.63:0/4248265298' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-04-12T05:11:45.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:44.566280+0000 mon.smithi063 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.63:0/4248265298' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-04-12T05:11:45.320 INFO:tasks.cephadm:Setting up client nodes... 2024-04-12T05:11:45.320 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-04-12T05:11:46.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:44.782894+0000 mgr.smithi063.ewdkhy (mgr.14164) 211 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:11:46.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:44.782894+0000 mgr.smithi063.ewdkhy (mgr.14164) 211 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:11:47.523 INFO:teuthology.orchestra.run.smithi063.stdout:[client.0] 2024-04-12T05:11:47.523 INFO:teuthology.orchestra.run.smithi063.stdout: key = AQCTwhhmUS7oHhAAcyFkOmIjqVtJ3ahjvio9dg== 2024-04-12T05:11:48.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:46.783177+0000 mgr.smithi063.ewdkhy (mgr.14164) 212 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:11:48.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:47.518386+0000 mon.smithi063 (mon.0) 573 : audit [INF] from='client.? 172.21.15.63:0/472713338' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-12T05:11:48.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:47.521742+0000 mon.smithi063 (mon.0) 574 : audit [INF] from='client.? 172.21.15.63:0/472713338' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-12T05:11:48.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:46.783177+0000 mgr.smithi063.ewdkhy (mgr.14164) 212 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:11:48.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:47.518386+0000 mon.smithi063 (mon.0) 573 : audit [INF] from='client.? 172.21.15.63:0/472713338' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-12T05:11:48.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:47.521742+0000 mon.smithi063 (mon.0) 574 : audit [INF] from='client.? 172.21.15.63:0/472713338' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-12T05:11:48.225 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-12T05:11:48.225 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-04-12T05:11:48.225 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-04-12T05:11:48.268 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-12T05:11:48.268 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-12T05:11:48.268 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph mgr dump --format=json 2024-04-12T05:11:48.541 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:11:50.090 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:49 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:48.783511+0000 mgr.smithi063.ewdkhy (mgr.14164) 213 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:11:50.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:49 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:48.783511+0000 mgr.smithi063.ewdkhy (mgr.14164) 213 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:11:50.535 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:11:51.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:50.529337+0000 mon.smithi063 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.63:0/1345536005' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-12T05:11:51.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:50.529337+0000 mon.smithi063 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.63:0/1345536005' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-12T05:11:51.164 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi063.ewdkhy","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6800","nonce":516735400},{"type":"v1","addr":"172.21.15.63:6801","nonce":516735400}]},"active_addr":"172.21.15.63:6801/516735400","active_change":"2024-04-12T05:06:59.736969+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14222,"name":"smithi098.qrshom","mgr_features":4540138297136906239,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"docker.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"docker.io/ceph/ceph-grafana:6.7.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Registry to which we should normalize unqualified image names","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository url","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"str","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"docker.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"docker.io/ceph/ceph-grafana:6.7.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Registry to which we should normalize unqualified image names","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository url","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"str","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.63:8443/","prometheus":"http://172.21.15.63:9283/"},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":4,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.63:0","nonce":1899343805}]},{"addrvec":[{"type":"v2","addr":"172.21.15.63:0","nonce":4107738009}]}]}} 2024-04-12T05:11:51.170 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-12T05:11:51.170 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-12T05:11:51.170 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph osd dump --format=json 2024-04-12T05:11:51.405 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:11:51.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:50.783975+0000 mgr.smithi063.ewdkhy (mgr.14164) 214 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:11:52.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:50.783975+0000 mgr.smithi063.ewdkhy (mgr.14164) 214 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:11:53.469 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:11:53.469 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":51,"fsid":"40f4d9f0-f88a-11ee-bc8c-c7b262605968","created":"2024-04-12T05:05:50.561744+0000","modified":"2024-04-12T05:11:39.946928+0000","last_up_change":"2024-04-12T05:11:37.944256+0000","last_in_change":"2024-04-12T05:11:22.886106+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-04-12T05:09:58.353966+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"ab701efa-0a00-4cdc-991b-3f2e996be2da","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":3638043839},{"type":"v1","addr":"172.21.15.63:6803","nonce":3638043839}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":3638043839},{"type":"v1","addr":"172.21.15.63:6805","nonce":3638043839}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6808","nonce":3638043839},{"type":"v1","addr":"172.21.15.63:6809","nonce":3638043839}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":3638043839},{"type":"v1","addr":"172.21.15.63:6807","nonce":3638043839}]},"public_addr":"172.21.15.63:6803/3638043839","cluster_addr":"172.21.15.63:6805/3638043839","heartbeat_back_addr":"172.21.15.63:6809/3638043839","heartbeat_front_addr":"172.21.15.63:6807/3638043839","state":["exists","up"]},{"osd":1,"uuid":"bd0b4992-fd88-49f3-9657-737038d5c377","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6810","nonce":2116999184},{"type":"v1","addr":"172.21.15.63:6811","nonce":2116999184}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6812","nonce":2116999184},{"type":"v1","addr":"172.21.15.63:6813","nonce":2116999184}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6816","nonce":2116999184},{"type":"v1","addr":"172.21.15.63:6817","nonce":2116999184}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6814","nonce":2116999184},{"type":"v1","addr":"172.21.15.63:6815","nonce":2116999184}]},"public_addr":"172.21.15.63:6811/2116999184","cluster_addr":"172.21.15.63:6813/2116999184","heartbeat_back_addr":"172.21.15.63:6817/2116999184","heartbeat_front_addr":"172.21.15.63:6815/2116999184","state":["exists","up"]},{"osd":2,"uuid":"2faa8cec-f52b-4ee9-a94d-c575a5c2e5aa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6818","nonce":504181945},{"type":"v1","addr":"172.21.15.63:6819","nonce":504181945}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6820","nonce":504181945},{"type":"v1","addr":"172.21.15.63:6821","nonce":504181945}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6824","nonce":504181945},{"type":"v1","addr":"172.21.15.63:6825","nonce":504181945}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6822","nonce":504181945},{"type":"v1","addr":"172.21.15.63:6823","nonce":504181945}]},"public_addr":"172.21.15.63:6819/504181945","cluster_addr":"172.21.15.63:6821/504181945","heartbeat_back_addr":"172.21.15.63:6825/504181945","heartbeat_front_addr":"172.21.15.63:6823/504181945","state":["exists","up"]},{"osd":3,"uuid":"d139973a-fade-4ae6-a77c-e2b22379e464","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6826","nonce":1914846190},{"type":"v1","addr":"172.21.15.63:6827","nonce":1914846190}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6828","nonce":1914846190},{"type":"v1","addr":"172.21.15.63:6829","nonce":1914846190}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6832","nonce":1914846190},{"type":"v1","addr":"172.21.15.63:6833","nonce":1914846190}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6830","nonce":1914846190},{"type":"v1","addr":"172.21.15.63:6831","nonce":1914846190}]},"public_addr":"172.21.15.63:6827/1914846190","cluster_addr":"172.21.15.63:6829/1914846190","heartbeat_back_addr":"172.21.15.63:6833/1914846190","heartbeat_front_addr":"172.21.15.63:6831/1914846190","state":["exists","up"]},{"osd":4,"uuid":"af090c2b-a318-45b6-b94b-74cd99f1bb8d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":2210056753},{"type":"v1","addr":"172.21.15.98:6801","nonce":2210056753}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":2210056753},{"type":"v1","addr":"172.21.15.98:6803","nonce":2210056753}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":2210056753},{"type":"v1","addr":"172.21.15.98:6807","nonce":2210056753}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":2210056753},{"type":"v1","addr":"172.21.15.98:6805","nonce":2210056753}]},"public_addr":"172.21.15.98:6801/2210056753","cluster_addr":"172.21.15.98:6803/2210056753","heartbeat_back_addr":"172.21.15.98:6807/2210056753","heartbeat_front_addr":"172.21.15.98:6805/2210056753","state":["exists","up"]},{"osd":5,"uuid":"4c11f1b4-d317-4228-b159-04222f2ccac0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":1389025198},{"type":"v1","addr":"172.21.15.98:6809","nonce":1389025198}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6810","nonce":1389025198},{"type":"v1","addr":"172.21.15.98:6811","nonce":1389025198}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6814","nonce":1389025198},{"type":"v1","addr":"172.21.15.98:6815","nonce":1389025198}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":1389025198},{"type":"v1","addr":"172.21.15.98:6813","nonce":1389025198}]},"public_addr":"172.21.15.98:6809/1389025198","cluster_addr":"172.21.15.98:6811/1389025198","heartbeat_back_addr":"172.21.15.98:6815/1389025198","heartbeat_front_addr":"172.21.15.98:6813/1389025198","state":["exists","up"]},{"osd":6,"uuid":"5110680c-c794-4ae5-9c53-9a56d47c2a0f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6816","nonce":1103935848},{"type":"v1","addr":"172.21.15.98:6817","nonce":1103935848}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6818","nonce":1103935848},{"type":"v1","addr":"172.21.15.98:6819","nonce":1103935848}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6822","nonce":1103935848},{"type":"v1","addr":"172.21.15.98:6823","nonce":1103935848}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6820","nonce":1103935848},{"type":"v1","addr":"172.21.15.98:6821","nonce":1103935848}]},"public_addr":"172.21.15.98:6817/1103935848","cluster_addr":"172.21.15.98:6819/1103935848","heartbeat_back_addr":"172.21.15.98:6823/1103935848","heartbeat_front_addr":"172.21.15.98:6821/1103935848","state":["exists","up"]},{"osd":7,"uuid":"324402aa-09a9-4421-98f3-b5466574fb37","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6824","nonce":3280646815},{"type":"v1","addr":"172.21.15.98:6825","nonce":3280646815}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6826","nonce":3280646815},{"type":"v1","addr":"172.21.15.98:6827","nonce":3280646815}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6830","nonce":3280646815},{"type":"v1","addr":"172.21.15.98:6831","nonce":3280646815}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6828","nonce":3280646815},{"type":"v1","addr":"172.21.15.98:6829","nonce":3280646815}]},"public_addr":"172.21.15.98:6825/3280646815","cluster_addr":"172.21.15.98:6827/3280646815","heartbeat_back_addr":"172.21.15.98:6831/3280646815","heartbeat_front_addr":"172.21.15.98:6829/3280646815","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:09:06.372466+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:09:35.446352+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:09:56.620523+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:10:19.478438+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:10:36.016234+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:10:56.183907+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:11:15.977609+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:11:36.661090+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.63:0/2731365871":"2024-04-13T05:06:59.736680+0000","172.21.15.63:6800/2874688727":"2024-04-13T05:06:59.736680+0000","172.21.15.63:0/2193865493":"2024-04-13T05:06:59.736680+0000","172.21.15.63:0/2115268047":"2024-04-13T05:06:43.062657+0000","172.21.15.63:6801/768178573":"2024-04-13T05:06:43.062657+0000","172.21.15.63:6801/2874688727":"2024-04-13T05:06:59.736680+0000","172.21.15.63:6800/768178573":"2024-04-13T05:06:43.062657+0000","172.21.15.63:0/978883463":"2024-04-13T05:06:43.062657+0000","172.21.15.63:6800/633139986":"2024-04-13T05:06:22.019703+0000","172.21.15.63:0/2417873222":"2024-04-13T05:06:22.019703+0000","172.21.15.63:6801/633139986":"2024-04-13T05:06:22.019703+0000","172.21.15.63:0/686913654":"2024-04-13T05:06:22.019703+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-12T05:11:54.031 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:52.784336+0000 mgr.smithi063.ewdkhy (mgr.14164) 215 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:11:54.031 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:53.467331+0000 mon.smithi063 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.63:0/613543936' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T05:11:54.051 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-12T05:11:54.051 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph osd dump --format=json 2024-04-12T05:11:54.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:52.784336+0000 mgr.smithi063.ewdkhy (mgr.14164) 215 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:11:54.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:53.467331+0000 mon.smithi063 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.63:0/613543936' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T05:11:54.283 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:11:56.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:54.784715+0000 mgr.smithi063.ewdkhy (mgr.14164) 216 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:11:56.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:55 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:54.784715+0000 mgr.smithi063.ewdkhy (mgr.14164) 216 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:11:56.149 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:11:56.149 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":51,"fsid":"40f4d9f0-f88a-11ee-bc8c-c7b262605968","created":"2024-04-12T05:05:50.561744+0000","modified":"2024-04-12T05:11:39.946928+0000","last_up_change":"2024-04-12T05:11:37.944256+0000","last_in_change":"2024-04-12T05:11:22.886106+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-04-12T05:09:58.353966+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"ab701efa-0a00-4cdc-991b-3f2e996be2da","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":3638043839},{"type":"v1","addr":"172.21.15.63:6803","nonce":3638043839}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":3638043839},{"type":"v1","addr":"172.21.15.63:6805","nonce":3638043839}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6808","nonce":3638043839},{"type":"v1","addr":"172.21.15.63:6809","nonce":3638043839}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":3638043839},{"type":"v1","addr":"172.21.15.63:6807","nonce":3638043839}]},"public_addr":"172.21.15.63:6803/3638043839","cluster_addr":"172.21.15.63:6805/3638043839","heartbeat_back_addr":"172.21.15.63:6809/3638043839","heartbeat_front_addr":"172.21.15.63:6807/3638043839","state":["exists","up"]},{"osd":1,"uuid":"bd0b4992-fd88-49f3-9657-737038d5c377","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6810","nonce":2116999184},{"type":"v1","addr":"172.21.15.63:6811","nonce":2116999184}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6812","nonce":2116999184},{"type":"v1","addr":"172.21.15.63:6813","nonce":2116999184}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6816","nonce":2116999184},{"type":"v1","addr":"172.21.15.63:6817","nonce":2116999184}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6814","nonce":2116999184},{"type":"v1","addr":"172.21.15.63:6815","nonce":2116999184}]},"public_addr":"172.21.15.63:6811/2116999184","cluster_addr":"172.21.15.63:6813/2116999184","heartbeat_back_addr":"172.21.15.63:6817/2116999184","heartbeat_front_addr":"172.21.15.63:6815/2116999184","state":["exists","up"]},{"osd":2,"uuid":"2faa8cec-f52b-4ee9-a94d-c575a5c2e5aa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6818","nonce":504181945},{"type":"v1","addr":"172.21.15.63:6819","nonce":504181945}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6820","nonce":504181945},{"type":"v1","addr":"172.21.15.63:6821","nonce":504181945}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6824","nonce":504181945},{"type":"v1","addr":"172.21.15.63:6825","nonce":504181945}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6822","nonce":504181945},{"type":"v1","addr":"172.21.15.63:6823","nonce":504181945}]},"public_addr":"172.21.15.63:6819/504181945","cluster_addr":"172.21.15.63:6821/504181945","heartbeat_back_addr":"172.21.15.63:6825/504181945","heartbeat_front_addr":"172.21.15.63:6823/504181945","state":["exists","up"]},{"osd":3,"uuid":"d139973a-fade-4ae6-a77c-e2b22379e464","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6826","nonce":1914846190},{"type":"v1","addr":"172.21.15.63:6827","nonce":1914846190}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6828","nonce":1914846190},{"type":"v1","addr":"172.21.15.63:6829","nonce":1914846190}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6832","nonce":1914846190},{"type":"v1","addr":"172.21.15.63:6833","nonce":1914846190}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6830","nonce":1914846190},{"type":"v1","addr":"172.21.15.63:6831","nonce":1914846190}]},"public_addr":"172.21.15.63:6827/1914846190","cluster_addr":"172.21.15.63:6829/1914846190","heartbeat_back_addr":"172.21.15.63:6833/1914846190","heartbeat_front_addr":"172.21.15.63:6831/1914846190","state":["exists","up"]},{"osd":4,"uuid":"af090c2b-a318-45b6-b94b-74cd99f1bb8d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":2210056753},{"type":"v1","addr":"172.21.15.98:6801","nonce":2210056753}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":2210056753},{"type":"v1","addr":"172.21.15.98:6803","nonce":2210056753}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":2210056753},{"type":"v1","addr":"172.21.15.98:6807","nonce":2210056753}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":2210056753},{"type":"v1","addr":"172.21.15.98:6805","nonce":2210056753}]},"public_addr":"172.21.15.98:6801/2210056753","cluster_addr":"172.21.15.98:6803/2210056753","heartbeat_back_addr":"172.21.15.98:6807/2210056753","heartbeat_front_addr":"172.21.15.98:6805/2210056753","state":["exists","up"]},{"osd":5,"uuid":"4c11f1b4-d317-4228-b159-04222f2ccac0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":1389025198},{"type":"v1","addr":"172.21.15.98:6809","nonce":1389025198}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6810","nonce":1389025198},{"type":"v1","addr":"172.21.15.98:6811","nonce":1389025198}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6814","nonce":1389025198},{"type":"v1","addr":"172.21.15.98:6815","nonce":1389025198}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":1389025198},{"type":"v1","addr":"172.21.15.98:6813","nonce":1389025198}]},"public_addr":"172.21.15.98:6809/1389025198","cluster_addr":"172.21.15.98:6811/1389025198","heartbeat_back_addr":"172.21.15.98:6815/1389025198","heartbeat_front_addr":"172.21.15.98:6813/1389025198","state":["exists","up"]},{"osd":6,"uuid":"5110680c-c794-4ae5-9c53-9a56d47c2a0f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6816","nonce":1103935848},{"type":"v1","addr":"172.21.15.98:6817","nonce":1103935848}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6818","nonce":1103935848},{"type":"v1","addr":"172.21.15.98:6819","nonce":1103935848}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6822","nonce":1103935848},{"type":"v1","addr":"172.21.15.98:6823","nonce":1103935848}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6820","nonce":1103935848},{"type":"v1","addr":"172.21.15.98:6821","nonce":1103935848}]},"public_addr":"172.21.15.98:6817/1103935848","cluster_addr":"172.21.15.98:6819/1103935848","heartbeat_back_addr":"172.21.15.98:6823/1103935848","heartbeat_front_addr":"172.21.15.98:6821/1103935848","state":["exists","up"]},{"osd":7,"uuid":"324402aa-09a9-4421-98f3-b5466574fb37","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6824","nonce":3280646815},{"type":"v1","addr":"172.21.15.98:6825","nonce":3280646815}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6826","nonce":3280646815},{"type":"v1","addr":"172.21.15.98:6827","nonce":3280646815}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6830","nonce":3280646815},{"type":"v1","addr":"172.21.15.98:6831","nonce":3280646815}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6828","nonce":3280646815},{"type":"v1","addr":"172.21.15.98:6829","nonce":3280646815}]},"public_addr":"172.21.15.98:6825/3280646815","cluster_addr":"172.21.15.98:6827/3280646815","heartbeat_back_addr":"172.21.15.98:6831/3280646815","heartbeat_front_addr":"172.21.15.98:6829/3280646815","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:09:06.372466+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:09:35.446352+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:09:56.620523+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:10:19.478438+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:10:36.016234+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:10:56.183907+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:11:15.977609+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T05:11:36.661090+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.63:0/2731365871":"2024-04-13T05:06:59.736680+0000","172.21.15.63:6800/2874688727":"2024-04-13T05:06:59.736680+0000","172.21.15.63:0/2193865493":"2024-04-13T05:06:59.736680+0000","172.21.15.63:0/2115268047":"2024-04-13T05:06:43.062657+0000","172.21.15.63:6801/768178573":"2024-04-13T05:06:43.062657+0000","172.21.15.63:6801/2874688727":"2024-04-13T05:06:59.736680+0000","172.21.15.63:6800/768178573":"2024-04-13T05:06:43.062657+0000","172.21.15.63:0/978883463":"2024-04-13T05:06:43.062657+0000","172.21.15.63:6800/633139986":"2024-04-13T05:06:22.019703+0000","172.21.15.63:0/2417873222":"2024-04-13T05:06:22.019703+0000","172.21.15.63:6801/633139986":"2024-04-13T05:06:22.019703+0000","172.21.15.63:0/686913654":"2024-04-13T05:06:22.019703+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-12T05:11:56.936 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-12T05:11:56.937 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-12T05:11:56.937 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-12T05:11:56.938 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-04-12T05:11:56.938 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-04-12T05:11:56.939 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-04-12T05:11:56.939 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-04-12T05:11:56.939 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-04-12T05:11:57.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:56.147777+0000 mon.smithi063 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.63:0/1104051186' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T05:11:57.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:56.147777+0000 mon.smithi063 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.63:0/1104051186' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T05:11:57.405 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:11:57.408 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:11:57.409 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:11:57.413 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:11:57.414 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:11:57.417 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:11:57.419 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:11:57.423 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:11:58.041 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:56.785127+0000 mgr.smithi063.ewdkhy (mgr.14164) 217 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:11:58.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:56.785127+0000 mgr.smithi063.ewdkhy (mgr.14164) 217 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:00.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:11:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:11:58.785445+0000 mgr.smithi063.ewdkhy (mgr.14164) 218 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:11:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:11:58.785445+0000 mgr.smithi063.ewdkhy (mgr.14164) 218 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:01.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:59.952932+0000 mon.smithi063 (mon.0) 578 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:12:01.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:11:59.953112+0000 mon.smithi063 (mon.0) 579 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:12:01.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:59.952932+0000 mon.smithi063 (mon.0) 578 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:12:01.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:11:59.953112+0000 mon.smithi063 (mon.0) 579 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:12:01.925 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:00.785954+0000 mgr.smithi063.ewdkhy (mgr.14164) 219 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:02.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:00.785954+0000 mgr.smithi063.ewdkhy (mgr.14164) 219 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:03.164 INFO:teuthology.orchestra.run.smithi063.stdout:184683593738 2024-04-12T05:12:03.164 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-04-12T05:12:04.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:02.786422+0000 mgr.smithi063.ewdkhy (mgr.14164) 220 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:04.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:02.786422+0000 mgr.smithi063.ewdkhy (mgr.14164) 220 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:06.049 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:05 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:04.786890+0000 mgr.smithi063.ewdkhy (mgr.14164) 221 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:06.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:05 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:04.786890+0000 mgr.smithi063.ewdkhy (mgr.14164) 221 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:07.818 INFO:teuthology.orchestra.run.smithi063.stdout:38654705703 2024-04-12T05:12:07.818 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-12T05:12:08.070 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:06.787164+0000 mgr.smithi063.ewdkhy (mgr.14164) 222 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:08.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:06.787164+0000 mgr.smithi063.ewdkhy (mgr.14164) 222 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:09.519 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:12:10.136 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:08.787442+0000 mgr.smithi063.ewdkhy (mgr.14164) 223 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:10.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:08.787442+0000 mgr.smithi063.ewdkhy (mgr.14164) 223 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:10.521 INFO:teuthology.orchestra.run.smithi063.stdout:133143986196 2024-04-12T05:12:10.521 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-04-12T05:12:11.088 INFO:teuthology.orchestra.run.smithi063.stdout:158913789969 2024-04-12T05:12:11.088 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-04-12T05:12:12.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:10.787952+0000 mgr.smithi063.ewdkhy (mgr.14164) 224 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:12.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:10.787952+0000 mgr.smithi063.ewdkhy (mgr.14164) 224 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:13.976 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:12.788372+0000 mgr.smithi063.ewdkhy (mgr.14164) 225 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:14.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:12.788372+0000 mgr.smithi063.ewdkhy (mgr.14164) 225 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:14.478 INFO:teuthology.orchestra.run.smithi063.stdout:81604378654 2024-04-12T05:12:14.478 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-12T05:12:14.604 INFO:teuthology.orchestra.run.smithi063.stdout:184683593740 2024-04-12T05:12:15.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:13.949903+0000 mon.smithi063 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.63:0/336711213' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-12T05:12:15.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:13.949903+0000 mon.smithi063 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.63:0/336711213' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-12T05:12:15.172 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593738 got 184683593740 for osd.6 2024-04-12T05:12:15.172 DEBUG:teuthology.parallel:result is None 2024-04-12T05:12:16.119 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:15 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:14.788904+0000 mgr.smithi063.ewdkhy (mgr.14164) 226 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:16.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:15 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:14.788904+0000 mgr.smithi063.ewdkhy (mgr.14164) 226 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:16.140 INFO:teuthology.orchestra.run.smithi063.stdout:111669149721 2024-04-12T05:12:16.140 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-04-12T05:12:16.572 INFO:teuthology.orchestra.run.smithi063.stdout:60129542178 2024-04-12T05:12:16.572 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-12T05:12:17.034 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:12:17.036 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:12:17.036 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:12:17.037 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:12:17.040 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:12:17.064 INFO:teuthology.orchestra.run.smithi063.stdout:210453397512 2024-04-12T05:12:17.065 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-04-12T05:12:18.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:16.789396+0000 mgr.smithi063.ewdkhy (mgr.14164) 227 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:18.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:16.789396+0000 mgr.smithi063.ewdkhy (mgr.14164) 227 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:20.002 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:19 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:18.789838+0000 mgr.smithi063.ewdkhy (mgr.14164) 228 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:20.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:19 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:18.789838+0000 mgr.smithi063.ewdkhy (mgr.14164) 228 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:21.379 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:12:21.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:20.790172+0000 mgr.smithi063.ewdkhy (mgr.14164) 229 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:22.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:20.790172+0000 mgr.smithi063.ewdkhy (mgr.14164) 229 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:22.316 INFO:teuthology.orchestra.run.smithi063.stdout:133143986198 2024-04-12T05:12:22.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:22.315297+0000 mon.smithi063 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.63:0/943908488' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-12T05:12:22.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:22.392895+0000 mon.smithi063 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.63:0/257489523' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-12T05:12:22.887 INFO:teuthology.orchestra.run.smithi063.stdout:111669149722 2024-04-12T05:12:23.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:22.315297+0000 mon.smithi063 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.63:0/943908488' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-12T05:12:23.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:22.392895+0000 mon.smithi063 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.63:0/257489523' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-12T05:12:23.844 INFO:teuthology.orchestra.run.smithi063.stdout:81604378656 2024-04-12T05:12:24.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:22.790613+0000 mgr.smithi063.ewdkhy (mgr.14164) 230 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:24.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:22.790613+0000 mgr.smithi063.ewdkhy (mgr.14164) 230 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:24.747 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149721 got 111669149722 for osd.3 2024-04-12T05:12:24.747 DEBUG:teuthology.parallel:result is None 2024-04-12T05:12:24.991 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:23.843390+0000 mon.smithi063 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.63:0/333338995' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-12T05:12:25.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:23.843390+0000 mon.smithi063 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.63:0/333338995' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-12T05:12:25.620 INFO:teuthology.orchestra.run.smithi063.stdout:38654705706 2024-04-12T05:12:25.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:24.790953+0000 mgr.smithi063.ewdkhy (mgr.14164) 231 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:25.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:25.619164+0000 mon.smithi063 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.63:0/3026229707' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-12T05:12:25.931 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986196 got 133143986198 for osd.4 2024-04-12T05:12:25.932 DEBUG:teuthology.parallel:result is None 2024-04-12T05:12:26.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:24.790953+0000 mgr.smithi063.ewdkhy (mgr.14164) 231 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:26.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:25.619164+0000 mon.smithi063 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.63:0/3026229707' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-12T05:12:27.437 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:12:27.460 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705703 got 38654705706 for osd.0 2024-04-12T05:12:27.461 DEBUG:teuthology.parallel:result is None 2024-04-12T05:12:28.104 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:27 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:26.791349+0000 mgr.smithi063.ewdkhy (mgr.14164) 232 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:28.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:27 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:26.791349+0000 mgr.smithi063.ewdkhy (mgr.14164) 232 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:28.267 INFO:teuthology.orchestra.run.smithi063.stdout:210453397515 2024-04-12T05:12:28.575 INFO:teuthology.orchestra.run.smithi063.stdout:158913789972 2024-04-12T05:12:28.850 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:28.265833+0000 mon.smithi063 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.63:0/2387968281' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-12T05:12:28.850 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:28.574014+0000 mon.smithi063 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.63:0/3629617819' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-12T05:12:29.103 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378654 got 81604378656 for osd.2 2024-04-12T05:12:29.104 DEBUG:teuthology.parallel:result is None 2024-04-12T05:12:29.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:28.265833+0000 mon.smithi063 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.63:0/2387968281' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-12T05:12:29.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:28.574014+0000 mon.smithi063 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.63:0/3629617819' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-12T05:12:30.078 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:28.791749+0000 mgr.smithi063.ewdkhy (mgr.14164) 233 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:30.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:28.791749+0000 mgr.smithi063.ewdkhy (mgr.14164) 233 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:30.677 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789969 got 158913789972 for osd.5 2024-04-12T05:12:30.677 DEBUG:teuthology.parallel:result is None 2024-04-12T05:12:30.853 INFO:tasks.cephadm.ceph_manager.ceph:need seq 210453397512 got 210453397515 for osd.7 2024-04-12T05:12:30.853 DEBUG:teuthology.parallel:result is None 2024-04-12T05:12:31.518 INFO:teuthology.orchestra.run.smithi063.stdout:60129542182 2024-04-12T05:12:31.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:30.792105+0000 mgr.smithi063.ewdkhy (mgr.14164) 234 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:31.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:31.517334+0000 mon.smithi063 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.63:0/4123603045' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-12T05:12:32.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:30.792105+0000 mgr.smithi063.ewdkhy (mgr.14164) 234 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:32.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:31.517334+0000 mon.smithi063 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.63:0/4123603045' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-12T05:12:32.161 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542178 got 60129542182 for osd.1 2024-04-12T05:12:32.162 DEBUG:teuthology.parallel:result is None 2024-04-12T05:12:32.162 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-12T05:12:32.162 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph pg dump --format=json 2024-04-12T05:12:32.399 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:12:34.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:33 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:32.792523+0000 mgr.smithi063.ewdkhy (mgr.14164) 235 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:34.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:33 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:32.792523+0000 mgr.smithi063.ewdkhy (mgr.14164) 235 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:34.246 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:12:34.248 INFO:teuthology.orchestra.run.smithi063.stderr:dumped all 2024-04-12T05:12:34.939 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:34.242783+0000 mgr.smithi063.ewdkhy (mgr.14164) 236 : audit [DBG] from='client.14446 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T05:12:34.960 INFO:teuthology.orchestra.run.smithi063.stdout:{"pg_ready":true,"pg_map":{"version":207,"stamp":"2024-04-12T05:12:32.792329+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":43348,"kb_used_data":3860,"kb_used_omap":0,"kb_used_meta":39424,"kb_avail":749917868,"statfs":{"total":767960285184,"available":767915896832,"internally_reserved":0,"allocated":3952640,"data_stored":1585975,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40370176},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":51,"state":"active+clean","last_fresh":"2024-04-12T05:11:40.018979+0000","last_change":"2024-04-12T05:11:40.018979+0000","last_active":"2024-04-12T05:11:40.018979+0000","last_peered":"2024-04-12T05:11:40.018979+0000","last_clean":"2024-04-12T05:11:40.018979+0000","last_became_active":"2024-04-12T05:11:40.018619+0000","last_became_peered":"2024-04-12T05:11:40.018619+0000","last_unstale":"2024-04-12T05:11:40.018979+0000","last_undegraded":"2024-04-12T05:11:40.018979+0000","last_fullsized":"2024-04-12T05:11:40.018979+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-12T05:09:58.902608+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-12T05:09:58.902608+0000","last_clean_scrub_stamp":"2024-04-12T05:09:58.902608+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397516,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5228,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739924,"statfs":{"total":95995035648,"available":95989682176,"internally_reserved":0,"allocated":495616,"data_stored":198365,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55900000000000005}]},{"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.68400000000000005}]},{"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.58099999999999996}]},{"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.69299999999999995}]},{"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.48499999999999999}]},{"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.71499999999999997}]},{"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.66900000000000004}]}]},{"osd":6,"up_from":43,"seq":184683593744,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5288,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739864,"statfs":{"total":95995035648,"available":95989620736,"internally_reserved":0,"allocated":491520,"data_stored":198050,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Apr 12 05:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.48899999999999999}]},{"osd":1,"last update":"Fri Apr 12 05:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":3.472,"5min":3.472,"15min":3.472},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":3.4460000000000002,"5min":3.4460000000000002,"15min":3.4460000000000002},"last":0.45000000000000001}]},{"osd":2,"last update":"Fri Apr 12 05:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":2.7879999999999998,"5min":2.7879999999999998,"15min":2.7879999999999998},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.5549999999999999,"5min":1.5549999999999999,"15min":1.5549999999999999},"last":0.52900000000000003}]},{"osd":3,"last update":"Fri Apr 12 05:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":1.4590000000000001,"5min":1.4590000000000001,"15min":1.4590000000000001},"last":0.51600000000000001}]},{"osd":4,"last update":"Fri Apr 12 05:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.372},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.54200000000000004}]},{"osd":5,"last update":"Fri Apr 12 05:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.437},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.45900000000000002}]},{"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.57599999999999996}]}]},{"osd":1,"up_from":14,"seq":60129542182,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5544,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739608,"statfs":{"total":95995035648,"available":95989358592,"internally_reserved":0,"allocated":491520,"data_stored":198050,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Apr 12 05:11:42 2024","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.34200000000000003,"15min":0.33800000000000002},"min":{"1min":0.247,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.35699999999999998,"15min":0.34799999999999998},"min":{"1min":0.31,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.41699999999999998}]},{"osd":2,"last update":"Fri Apr 12 05:12:01 2024","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.35299999999999998,"15min":0.35099999999999998},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.374,"15min":0.372},"min":{"1min":0.23400000000000001,"5min":0.217,"15min":0.217},"max":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.496}]},{"osd":3,"last update":"Fri Apr 12 05:12:22 2024","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.379,"15min":0.378},"min":{"1min":0.317,"5min":0.25,"15min":0.25},"max":{"1min":0.48499999999999999,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.437},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.55400000000000005,"5min":0.63,"15min":0.63},"last":0.55400000000000005}]},{"osd":4,"last update":"Fri Apr 12 05:11:42 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"last":0.78000000000000003}]},{"osd":5,"last update":"Fri Apr 12 05:11:59 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.81599999999999995},{"interface":"front","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.79500000000000004}]},{"osd":6,"last update":"Fri Apr 12 05:12:22 2024","interfaces":[{"interface":"back","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.871},{"interface":"front","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.82799999999999996}]},{"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.755}]}]},{"osd":0,"up_from":9,"seq":38654705708,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5612,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739540,"statfs":{"total":95995035648,"available":95989288960,"internally_reserved":0,"allocated":495616,"data_stored":198365,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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 Apr 12 05:11:40 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.32600000000000001,"15min":0.317},"min":{"1min":0.27800000000000002,"5min":0.189,"15min":0.189},"max":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"last":0.27900000000000003},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.32700000000000001,"15min":0.31},"min":{"1min":0.27600000000000002,"5min":0.19900000000000001,"15min":0.19900000000000001},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.29099999999999998}]},{"osd":2,"last update":"Fri Apr 12 05:12:04 2024","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.34899999999999998,"15min":0.34699999999999998},"min":{"1min":0.25600000000000001,"5min":0.214,"15min":0.214},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.26500000000000001},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.37,"15min":0.35999999999999999},"min":{"1min":0.31,"5min":0.217,"15min":0.217},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.31900000000000001}]},{"osd":3,"last update":"Fri Apr 12 05:12:26 2024","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.40899999999999997,"15min":0.41299999999999998},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.434,"5min":0.47699999999999998,"15min":0.48399999999999999},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.53300000000000003,"5min":1,"15min":1},"last":0.35599999999999998}]},{"osd":4,"last update":"Fri Apr 12 05:11:40 2024","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":1.028,"5min":1.028,"15min":1.028},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.58699999999999997}]},{"osd":5,"last update":"Fri Apr 12 05:12:01 2024","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.88,"5min":0.88,"15min":0.88},"last":0.60999999999999999}]},{"osd":6,"last update":"Fri Apr 12 05:12:17 2024","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.57199999999999995}]},{"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.52600000000000002}]}]},{"osd":2,"up_from":19,"seq":81604378658,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5488,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739664,"statfs":{"total":95995035648,"available":95989415936,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Apr 12 05:12:04 2024","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.35799999999999998,"15min":0.35699999999999998},"min":{"1min":0.26400000000000001,"5min":0.25,"15min":0.25},"max":{"1min":0.45300000000000001,"5min":0.48799999999999999,"15min":0.48799999999999999},"last":0.311},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.34799999999999998,"15min":0.34200000000000003},"min":{"1min":0.28199999999999997,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.27300000000000002}]},{"osd":1,"last update":"Fri Apr 12 05:12:04 2024","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.35899999999999999,"15min":0.35699999999999998},"min":{"1min":0.26100000000000001,"5min":0.245,"15min":0.245},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.38900000000000001},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.375,"15min":0.373},"min":{"1min":0.26600000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.53100000000000003,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.33800000000000002}]},{"osd":3,"last update":"Fri Apr 12 05:12:25 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.42899999999999999,"15min":0.432},"min":{"1min":0.309,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.45400000000000001,"15min":0.45500000000000002},"min":{"1min":0.33100000000000002,"5min":0.308,"15min":0.308},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.35499999999999998}]},{"osd":4,"last update":"Fri Apr 12 05:11:41 2024","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.44},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.51200000000000001}]},{"osd":5,"last update":"Fri Apr 12 05:12:04 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.499}]},{"osd":6,"last update":"Fri Apr 12 05:12:20 2024","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.41099999999999998}]},{"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.48699999999999999}]}]},{"osd":3,"up_from":26,"seq":111669149725,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Apr 12 05:12:24 2024","interfaces":[{"interface":"back","average":{"1min":0.33600000000000002,"5min":0.38700000000000001,"15min":0.39500000000000002},"min":{"1min":0.21199999999999999,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.48499999999999999,"5min":0.622,"15min":0.622},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.38600000000000001,"15min":0.38400000000000001},"min":{"1min":0.27300000000000002,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.38400000000000001}]},{"osd":1,"last update":"Fri Apr 12 05:12:24 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.40400000000000003,"15min":0.40999999999999998},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.52600000000000002,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.40899999999999997,"15min":0.41099999999999998},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.52400000000000002,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.29299999999999998}]},{"osd":2,"last update":"Fri Apr 12 05:12:24 2024","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.42999999999999999,"15min":0.434},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.61499999999999999,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.41599999999999998,"15min":0.41699999999999998},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.56499999999999995,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.35699999999999998}]},{"osd":4,"last update":"Fri Apr 12 05:11:38 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.60799999999999998}]},{"osd":5,"last update":"Fri Apr 12 05:12:02 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.52900000000000003}]},{"osd":6,"last update":"Fri Apr 12 05:12:19 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.66500000000000004}]},{"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.629}]}]},{"osd":4,"up_from":31,"seq":133143986200,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5412,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739740,"statfs":{"total":95995035648,"available":95989493760,"internally_reserved":0,"allocated":487424,"data_stored":197735,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Apr 12 05:11:39 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.46600000000000003}]},{"osd":1,"last update":"Fri Apr 12 05:11:39 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.94699999999999995,"5min":0.94699999999999995,"15min":0.94699999999999995},"last":0.45000000000000001}]},{"osd":2,"last update":"Fri Apr 12 05:11:39 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.60499999999999998}]},{"osd":3,"last update":"Fri Apr 12 05:11:39 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.70099999999999996},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"last":0.71499999999999997}]},{"osd":5,"last update":"Fri Apr 12 05:12:01 2024","interfaces":[{"interface":"back","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.65200000000000002}]},{"osd":6,"last update":"Fri Apr 12 05:12:20 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.755},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.77700000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73399999999999999}]}]},{"osd":5,"up_from":37,"seq":158913789973,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5352,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739800,"statfs":{"total":95995035648,"available":95989555200,"internally_reserved":0,"allocated":491520,"data_stored":198050,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Apr 12 05:12:01 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.60799999999999998}]},{"osd":1,"last update":"Fri Apr 12 05:12:01 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.63200000000000001}]},{"osd":2,"last update":"Fri Apr 12 05:12:01 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":1.5860000000000001,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":0.437},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.55400000000000005}]},{"osd":3,"last update":"Fri Apr 12 05:12:01 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.71099999999999997},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":1.109,"5min":1.109,"15min":1.109},"last":0.51700000000000002}]},{"osd":4,"last update":"Fri Apr 12 05:12:01 2024","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.52800000000000002}]},{"osd":6,"last update":"Fri Apr 12 05:12:19 2024","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.33800000000000002},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.45500000000000002}]},{"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}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-12T05:12:34.962 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph pg dump --format=json 2024-04-12T05:12:35.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:34.242783+0000 mgr.smithi063.ewdkhy (mgr.14164) 236 : audit [DBG] from='client.14446 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T05:12:35.200 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:12:36.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:34.793035+0000 mgr.smithi063.ewdkhy (mgr.14164) 237 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:36.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:34.793035+0000 mgr.smithi063.ewdkhy (mgr.14164) 237 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:37.122 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:12:37.123 INFO:teuthology.orchestra.run.smithi063.stderr:dumped all 2024-04-12T05:12:37.784 INFO:teuthology.orchestra.run.smithi063.stdout:{"pg_ready":true,"pg_map":{"version":209,"stamp":"2024-04-12T05:12:36.793206+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":43348,"kb_used_data":3860,"kb_used_omap":0,"kb_used_meta":39424,"kb_avail":749917868,"statfs":{"total":767960285184,"available":767915896832,"internally_reserved":0,"allocated":3952640,"data_stored":1585975,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40370176},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":51,"state":"active+clean","last_fresh":"2024-04-12T05:11:40.018979+0000","last_change":"2024-04-12T05:11:40.018979+0000","last_active":"2024-04-12T05:11:40.018979+0000","last_peered":"2024-04-12T05:11:40.018979+0000","last_clean":"2024-04-12T05:11:40.018979+0000","last_became_active":"2024-04-12T05:11:40.018619+0000","last_became_peered":"2024-04-12T05:11:40.018619+0000","last_unstale":"2024-04-12T05:11:40.018979+0000","last_undegraded":"2024-04-12T05:11:40.018979+0000","last_fullsized":"2024-04-12T05:11:40.018979+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-12T05:09:58.902608+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-12T05:09:58.902608+0000","last_clean_scrub_stamp":"2024-04-12T05:09:58.902608+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397517,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5228,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739924,"statfs":{"total":95995035648,"available":95989682176,"internally_reserved":0,"allocated":495616,"data_stored":198365,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45100000000000001}]},{"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.49399999999999999}]},{"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.53600000000000003}]},{"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.626}]},{"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.61299999999999999}]},{"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.63900000000000001}]},{"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.64900000000000002}]}]},{"osd":6,"up_from":43,"seq":184683593745,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5288,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739864,"statfs":{"total":95995035648,"available":95989620736,"internally_reserved":0,"allocated":491520,"data_stored":198050,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Apr 12 05:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.46300000000000002},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.376}]},{"osd":1,"last update":"Fri Apr 12 05:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":3.472,"5min":3.472,"15min":3.472},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":3.4460000000000002,"5min":3.4460000000000002,"15min":3.4460000000000002},"last":0.56000000000000005}]},{"osd":2,"last update":"Fri Apr 12 05:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":2.7879999999999998,"5min":2.7879999999999998,"15min":2.7879999999999998},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.5549999999999999,"5min":1.5549999999999999,"15min":1.5549999999999999},"last":0.54000000000000004}]},{"osd":3,"last update":"Fri Apr 12 05:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":1.4590000000000001,"5min":1.4590000000000001,"15min":1.4590000000000001},"last":0.52000000000000002}]},{"osd":4,"last update":"Fri Apr 12 05:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.44800000000000001}]},{"osd":5,"last update":"Fri Apr 12 05:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.57199999999999995},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.55200000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59499999999999997}]}]},{"osd":1,"up_from":14,"seq":60129542183,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5544,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739608,"statfs":{"total":95995035648,"available":95989358592,"internally_reserved":0,"allocated":491520,"data_stored":198050,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Apr 12 05:11:42 2024","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.34200000000000003,"15min":0.33800000000000002},"min":{"1min":0.247,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.5},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.35699999999999998,"15min":0.34799999999999998},"min":{"1min":0.31,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.40600000000000003}]},{"osd":2,"last update":"Fri Apr 12 05:12:01 2024","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.35299999999999998,"15min":0.35099999999999998},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.374,"15min":0.372},"min":{"1min":0.23400000000000001,"5min":0.217,"15min":0.217},"max":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.44500000000000001}]},{"osd":3,"last update":"Fri Apr 12 05:12:22 2024","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.379,"15min":0.378},"min":{"1min":0.317,"5min":0.25,"15min":0.25},"max":{"1min":0.48499999999999999,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.437},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.55400000000000005,"5min":0.63,"15min":0.63},"last":0.48499999999999999}]},{"osd":4,"last update":"Fri Apr 12 05:11:42 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"last":0.57299999999999995}]},{"osd":5,"last update":"Fri Apr 12 05:11:59 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.69699999999999995}]},{"osd":6,"last update":"Fri Apr 12 05:12:22 2024","interfaces":[{"interface":"back","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.67000000000000004}]},{"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.71799999999999997}]}]},{"osd":0,"up_from":9,"seq":38654705709,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5612,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739540,"statfs":{"total":95995035648,"available":95989288960,"internally_reserved":0,"allocated":495616,"data_stored":198365,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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 Apr 12 05:11:40 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.32600000000000001,"15min":0.317},"min":{"1min":0.27800000000000002,"5min":0.189,"15min":0.189},"max":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"last":0.27900000000000003},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.32700000000000001,"15min":0.31},"min":{"1min":0.27600000000000002,"5min":0.19900000000000001,"15min":0.19900000000000001},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.29099999999999998}]},{"osd":2,"last update":"Fri Apr 12 05:12:04 2024","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.34899999999999998,"15min":0.34699999999999998},"min":{"1min":0.25600000000000001,"5min":0.214,"15min":0.214},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.26500000000000001},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.37,"15min":0.35999999999999999},"min":{"1min":0.31,"5min":0.217,"15min":0.217},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.31900000000000001}]},{"osd":3,"last update":"Fri Apr 12 05:12:26 2024","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.40899999999999997,"15min":0.41299999999999998},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.434,"5min":0.47699999999999998,"15min":0.48399999999999999},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.53300000000000003,"5min":1,"15min":1},"last":0.35599999999999998}]},{"osd":4,"last update":"Fri Apr 12 05:11:40 2024","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":1.028,"5min":1.028,"15min":1.028},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.58699999999999997}]},{"osd":5,"last update":"Fri Apr 12 05:12:01 2024","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.88,"5min":0.88,"15min":0.88},"last":0.60999999999999999}]},{"osd":6,"last update":"Fri Apr 12 05:12:17 2024","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.57199999999999995}]},{"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.52600000000000002}]}]},{"osd":2,"up_from":19,"seq":81604378659,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5488,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739664,"statfs":{"total":95995035648,"available":95989415936,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Apr 12 05:12:04 2024","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.35799999999999998,"15min":0.35699999999999998},"min":{"1min":0.26400000000000001,"5min":0.25,"15min":0.25},"max":{"1min":0.45300000000000001,"5min":0.48799999999999999,"15min":0.48799999999999999},"last":0.29999999999999999},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.34799999999999998,"15min":0.34200000000000003},"min":{"1min":0.28199999999999997,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.35199999999999998}]},{"osd":1,"last update":"Fri Apr 12 05:12:04 2024","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.35899999999999999,"15min":0.35699999999999998},"min":{"1min":0.26100000000000001,"5min":0.245,"15min":0.245},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.33800000000000002},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.375,"15min":0.373},"min":{"1min":0.26600000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.53100000000000003,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.28599999999999998}]},{"osd":3,"last update":"Fri Apr 12 05:12:25 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.42899999999999999,"15min":0.432},"min":{"1min":0.309,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.312},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.45400000000000001,"15min":0.45500000000000002},"min":{"1min":0.33100000000000002,"5min":0.308,"15min":0.308},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.376}]},{"osd":4,"last update":"Fri Apr 12 05:11:41 2024","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.629}]},{"osd":5,"last update":"Fri Apr 12 05:12:04 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.50800000000000001}]},{"osd":6,"last update":"Fri Apr 12 05:12:20 2024","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.59399999999999997}]},{"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.67400000000000004}]}]},{"osd":3,"up_from":26,"seq":111669149725,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Apr 12 05:12:24 2024","interfaces":[{"interface":"back","average":{"1min":0.33600000000000002,"5min":0.38700000000000001,"15min":0.39500000000000002},"min":{"1min":0.21199999999999999,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.48499999999999999,"5min":0.622,"15min":0.622},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.38600000000000001,"15min":0.38400000000000001},"min":{"1min":0.27300000000000002,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.38400000000000001}]},{"osd":1,"last update":"Fri Apr 12 05:12:24 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.40400000000000003,"15min":0.40999999999999998},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.52600000000000002,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.40899999999999997,"15min":0.41099999999999998},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.52400000000000002,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.29299999999999998}]},{"osd":2,"last update":"Fri Apr 12 05:12:24 2024","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.42999999999999999,"15min":0.434},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.61499999999999999,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.41599999999999998,"15min":0.41699999999999998},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.56499999999999995,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.35699999999999998}]},{"osd":4,"last update":"Fri Apr 12 05:11:38 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.60799999999999998}]},{"osd":5,"last update":"Fri Apr 12 05:12:02 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.52900000000000003}]},{"osd":6,"last update":"Fri Apr 12 05:12:19 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.66500000000000004}]},{"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.629}]}]},{"osd":4,"up_from":31,"seq":133143986201,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5412,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739740,"statfs":{"total":95995035648,"available":95989493760,"internally_reserved":0,"allocated":487424,"data_stored":197735,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Apr 12 05:11:39 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.60799999999999998}]},{"osd":1,"last update":"Fri Apr 12 05:11:39 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.94699999999999995,"5min":0.94699999999999995,"15min":0.94699999999999995},"last":0.58999999999999997}]},{"osd":2,"last update":"Fri Apr 12 05:11:39 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.628},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.56200000000000006}]},{"osd":3,"last update":"Fri Apr 12 05:11:39 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"last":0.57199999999999995}]},{"osd":5,"last update":"Fri Apr 12 05:12:01 2024","interfaces":[{"interface":"back","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.54700000000000004},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.438}]},{"osd":6,"last update":"Fri Apr 12 05:12:20 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.38700000000000001},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.45000000000000001}]},{"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.46999999999999997}]}]},{"osd":5,"up_from":37,"seq":158913789974,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5352,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739800,"statfs":{"total":95995035648,"available":95989555200,"internally_reserved":0,"allocated":491520,"data_stored":198050,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Apr 12 05:12:01 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.65400000000000003},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.63200000000000001}]},{"osd":1,"last update":"Fri Apr 12 05:12:01 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.72099999999999997},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.67800000000000005}]},{"osd":2,"last update":"Fri Apr 12 05:12:01 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":1.5860000000000001,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":0.70099999999999996},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.60099999999999998}]},{"osd":3,"last update":"Fri Apr 12 05:12:01 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.62},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":1.109,"5min":1.109,"15min":1.109},"last":0.68899999999999995}]},{"osd":4,"last update":"Fri Apr 12 05:12:01 2024","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.52800000000000002}]},{"osd":6,"last update":"Fri Apr 12 05:12:19 2024","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.56699999999999995}]},{"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.61099999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-12T05:12:37.786 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-12T05:12:37.786 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-12T05:12:37.787 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-12T05:12:37.787 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph health --format=json 2024-04-12T05:12:38.030 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/mon.smithi063/config 2024-04-12T05:12:38.911 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:36.793328+0000 mgr.smithi063.ewdkhy (mgr.14164) 238 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:38.911 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:37.118421+0000 mgr.smithi063.ewdkhy (mgr.14164) 239 : audit [DBG] from='client.14450 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T05:12:38.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:36.793328+0000 mgr.smithi063.ewdkhy (mgr.14164) 238 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:38.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:37.118421+0000 mgr.smithi063.ewdkhy (mgr.14164) 239 : audit [DBG] from='client.14450 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T05:12:39.119 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:38.261532+0000 mon.smithi063 (mon.0) 588 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:12:39.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:38.262611+0000 mon.smithi063 (mon.0) 589 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:12:39.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:38.263348+0000 mon.smithi063 (mon.0) 590 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:12:39.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:38.541345+0000 mon.smithi063 (mon.0) 591 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:12:39.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:38.261532+0000 mon.smithi063 (mon.0) 588 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:12:39.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:38.262611+0000 mon.smithi063 (mon.0) 589 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:12:39.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:38.263348+0000 mon.smithi063 (mon.0) 590 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:12:39.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:38.541345+0000 mon.smithi063 (mon.0) 591 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:12:40.090 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:39 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:38.793769+0000 mgr.smithi063.ewdkhy (mgr.14164) 240 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:40.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:38.793769+0000 mgr.smithi063.ewdkhy (mgr.14164) 240 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:40.156 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:12:40.836 INFO:teuthology.orchestra.run.smithi063.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-12T05:12:40.837 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-12T05:12:40.837 INFO:tasks.cephadm:Setup complete, yielding 2024-04-12T05:12:40.837 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-12T05:12:40.849 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi063.front.sepia.ceph.com 2024-04-12T05:12:40.850 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- bash -c 'ceph orch status' 2024-04-12T05:12:41.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:40.154963+0000 mon.smithi063 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.63:0/852312257' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-12T05:12:41.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:40.154963+0000 mon.smithi063 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.63:0/852312257' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-12T05:12:42.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:40.794421+0000 mgr.smithi063.ewdkhy (mgr.14164) 241 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:42.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:40.794421+0000 mgr.smithi063.ewdkhy (mgr.14164) 241 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:42.881 INFO:teuthology.orchestra.run.smithi063.stdout:Backend: cephadm 2024-04-12T05:12:42.882 INFO:teuthology.orchestra.run.smithi063.stdout:Available: Yes 2024-04-12T05:12:42.882 INFO:teuthology.orchestra.run.smithi063.stdout:Paused: No 2024-04-12T05:12:43.648 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- bash -c 'ceph orch ps' 2024-04-12T05:12:44.065 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:42.794767+0000 mgr.smithi063.ewdkhy (mgr.14164) 242 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:44.065 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:42.879751+0000 mgr.smithi063.ewdkhy (mgr.14164) 243 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:12:44.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:42.794767+0000 mgr.smithi063.ewdkhy (mgr.14164) 242 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:44.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:42.879751+0000 mgr.smithi063.ewdkhy (mgr.14164) 243 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:12:45.643 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:12:45.644 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (3m) 89s ago 5m 18.1M - 0.20.0 0881eb8f169f 4e313fe0538e 2024-04-12T05:12:45.644 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (5m) 89s ago 5m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:12:45.644 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (4m) 70s ago 4m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:12:45.644 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (3m) 89s ago 4m 27.9M - 6.7.4 557c83e11646 9894e069bbb5 2024-04-12T05:12:45.644 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (6m) 89s ago 6m 414M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:12:45.644 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (4m) 70s ago 4m 368M - 16.2.5 6933c2a0b7dd 56cb7dc730f0 2024-04-12T05:12:45.644 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (6m) 89s ago 6m 54.1M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:12:45.644 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (4m) 70s ago 4m 56.1M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:12:45.644 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (4m) 89s ago 4m 17.1M - 0.18.1 e5a616e4b9cf 3d89f755cdc7 2024-04-12T05:12:45.644 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (4m) 70s ago 4m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:12:45.644 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (3m) 89s ago 3m 31.0M 3224M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:12:45.644 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (3m) 89s ago 3m 30.2M 3224M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:12:45.644 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (2m) 89s ago 2m 28.6M 3224M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:12:45.644 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (2m) 89s ago 2m 27.4M 3224M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:12:45.644 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (2m) 70s ago 2m 27.9M 3992M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:12:45.645 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (114s) 70s ago 113s 26.7M 3992M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:12:45.645 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (94s) 70s ago 93s 27.6M 3992M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:12:45.645 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (73s) 70s ago 73s 11.7M 3992M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:12:45.645 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (3m) 89s ago 4m 37.3M - 2.18.1 de242295e225 fa88f10cc479 2024-04-12T05:12:45.967 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:44.795087+0000 mgr.smithi063.ewdkhy (mgr.14164) 244 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:46.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:44.795087+0000 mgr.smithi063.ewdkhy (mgr.14164) 244 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:46.235 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- bash -c 'ceph orch ls' 2024-04-12T05:12:46.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:45.634421+0000 mgr.smithi063.ewdkhy (mgr.14164) 245 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:12:47.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:45.634421+0000 mgr.smithi063.ewdkhy (mgr.14164) 245 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:12:47.953 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:46.795385+0000 mgr.smithi063.ewdkhy (mgr.14164) 246 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:48.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:46.795385+0000 mgr.smithi063.ewdkhy (mgr.14164) 246 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:48.426 INFO:teuthology.orchestra.run.smithi063.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-12T05:12:48.426 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager ?:9093,9094 1/1 92s ago 5m count:1 2024-04-12T05:12:48.426 INFO:teuthology.orchestra.run.smithi063.stdout:crash 2/2 92s ago 6m * 2024-04-12T05:12:48.427 INFO:teuthology.orchestra.run.smithi063.stdout:grafana ?:3000 1/1 92s ago 6m count:1 2024-04-12T05:12:48.427 INFO:teuthology.orchestra.run.smithi063.stdout:mgr 2/2 92s ago 6m count:2 2024-04-12T05:12:48.427 INFO:teuthology.orchestra.run.smithi063.stdout:mon 2/2 92s ago 5m smithi063:172.21.15.63=smithi063;smithi098:172.21.15.98=smithi098;count:2 2024-04-12T05:12:48.427 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter ?:9100 2/2 92s ago 6m * 2024-04-12T05:12:48.427 INFO:teuthology.orchestra.run.smithi063.stdout:osd 8/8 92s ago - 2024-04-12T05:12:48.427 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus ?:9095 1/1 92s ago 6m count:1 2024-04-12T05:12:49.095 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:48.421719+0000 mgr.smithi063.ewdkhy (mgr.14164) 247 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:12:49.117 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- bash -c 'ceph orch host ls' 2024-04-12T05:12:49.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:48.421719+0000 mgr.smithi063.ewdkhy (mgr.14164) 247 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:12:50.295 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:49 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:48.795741+0000 mgr.smithi063.ewdkhy (mgr.14164) 248 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:50.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:49 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:48.795741+0000 mgr.smithi063.ewdkhy (mgr.14164) 248 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:51.394 INFO:teuthology.orchestra.run.smithi063.stdout:HOST ADDR LABELS STATUS 2024-04-12T05:12:51.394 INFO:teuthology.orchestra.run.smithi063.stdout:smithi063 172.21.15.63 2024-04-12T05:12:51.394 INFO:teuthology.orchestra.run.smithi063.stdout:smithi098 172.21.15.98 2024-04-12T05:12:52.032 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:50.796027+0000 mgr.smithi063.ewdkhy (mgr.14164) 249 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:52.032 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:51.392457+0000 mgr.smithi063.ewdkhy (mgr.14164) 250 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:12:52.054 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- bash -c 'ceph orch device ls' 2024-04-12T05:12:52.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:50.796027+0000 mgr.smithi063.ewdkhy (mgr.14164) 249 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:52.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:51.392457+0000 mgr.smithi063.ewdkhy (mgr.14164) 250 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:12:54.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:52.796390+0000 mgr.smithi063.ewdkhy (mgr.14164) 251 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:54.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:52.796390+0000 mgr.smithi063.ewdkhy (mgr.14164) 251 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:54.204 INFO:teuthology.orchestra.run.smithi063.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-04-12T05:12:54.204 INFO:teuthology.orchestra.run.smithi063.stdout:smithi063 /dev/nvme0n1 ssd CVFT5344005B400BGN 400G Unknown N/A N/A No 2024-04-12T05:12:54.204 INFO:teuthology.orchestra.run.smithi063.stdout:smithi098 /dev/nvme0n1 ssd PHFT6204010H400BGN 400G Unknown N/A N/A No 2024-04-12T05:12:54.915 INFO:teuthology.run_tasks:Running task vip.exec... 2024-04-12T05:12:54.925 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi063.front.sepia.ceph.com 2024-04-12T05:12:54.925 DEBUG:teuthology.orchestra.run.smithi063:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-04-12T05:12:54.957 INFO:teuthology.orchestra.run.smithi063.stderr:+ systemctl stop nfs-server 2024-04-12T05:12:54.964 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi098.front.sepia.ceph.com 2024-04-12T05:12:54.964 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-04-12T05:12:55.001 INFO:teuthology.orchestra.run.smithi098.stderr:+ systemctl stop nfs-server 2024-04-12T05:12:55.009 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-12T05:12:55.017 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi063.front.sepia.ceph.com 2024-04-12T05:12:55.017 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- bash -c 'ceph fs volume create foofs' 2024-04-12T05:12:55.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:54 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:54.202400+0000 mgr.smithi063.ewdkhy (mgr.14164) 252 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:12:55.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:54 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:54.202400+0000 mgr.smithi063.ewdkhy (mgr.14164) 252 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:12:56.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:54.796727+0000 mgr.smithi063.ewdkhy (mgr.14164) 253 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:56.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:55 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:54.796727+0000 mgr.smithi063.ewdkhy (mgr.14164) 253 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:58.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:56.797220+0000 mgr.smithi063.ewdkhy (mgr.14164) 254 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:58.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:57.155891+0000 mgr.smithi063.ewdkhy (mgr.14164) 255 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:12:58.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:57.156375+0000 mon.smithi063 (mon.0) 593 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-04-12T05:12:58.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:56.797220+0000 mgr.smithi063.ewdkhy (mgr.14164) 254 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:12:58.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:57.155891+0000 mgr.smithi063.ewdkhy (mgr.14164) 255 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:12:58.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:57.156375+0000 mon.smithi063 (mon.0) 593 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-04-12T05:12:59.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:57.868921+0000 mon.smithi063 (mon.0) 594 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-04-12T05:12:59.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:57.868969+0000 mon.smithi063 (mon.0) 595 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-04-12T05:12:59.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:57.871264+0000 mon.smithi063 (mon.0) 596 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-04-12T05:12:59.219 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:57.868921+0000 mon.smithi063 (mon.0) 594 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-04-12T05:12:59.219 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:57.868969+0000 mon.smithi063 (mon.0) 595 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-04-12T05:12:59.219 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:57.871264+0000 mon.smithi063 (mon.0) 596 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-04-12T05:12:59.219 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:12:58.878+0000 7fb772006700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-12T05:12:59.518 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-04-12T05:12:59.530 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-04-12T05:12:59.530 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph orch ls -f json 2024-04-12T05:13:00.092 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:58.797722+0000 mgr.smithi063.ewdkhy (mgr.14164) 256 : cluster [DBG] pgmap v221: 33 pgs: 12 creating+peering, 20 unknown, 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:13:00.092 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:58.875425+0000 mon.smithi063 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-04-12T05:13:00.092 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:58.875636+0000 mon.smithi063 (mon.0) 598 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-04-12T05:13:00.092 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:58.878430+0000 mon.smithi063 (mon.0) 599 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-04-12T05:13:00.092 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:58.879284+0000 mon.smithi063 (mon.0) 600 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-12T05:13:00.092 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:58.879313+0000 mon.smithi063 (mon.0) 601 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-04-12T05:13:00.092 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:58.887205+0000 mon.smithi063 (mon.0) 602 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-04-12T05:13:00.092 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:58.887439+0000 mon.smithi063 (mon.0) 603 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-04-12T05:13:00.092 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:58.887543+0000 mon.smithi063 (mon.0) 604 : cluster [DBG] fsmap foofs:0 2024-04-12T05:13:00.092 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:12:58.894555+0000 mgr.smithi063.ewdkhy (mgr.14164) 257 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-04-12T05:13:00.092 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:58.900548+0000 mon.smithi063 (mon.0) 605 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:00.093 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:58.901671+0000 mon.smithi063 (mon.0) 606 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:13:00.093 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:58.904198+0000 mon.smithi063 (mon.0) 607 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:00.093 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:58.905211+0000 mon.smithi063 (mon.0) 608 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:13:00.093 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:58.913187+0000 mon.smithi063 (mon.0) 609 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:00.093 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:58.922093+0000 mon.smithi063 (mon.0) 610 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:00.093 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:58.922885+0000 mon.smithi063 (mon.0) 611 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi063.ymeuya", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T05:13:00.093 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:58.925495+0000 mon.smithi063 (mon.0) 612 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi063.ymeuya", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-12T05:13:00.093 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:58.926181+0000 mon.smithi063 (mon.0) 613 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:00.093 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:12:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:12:58.926812+0000 mgr.smithi063.ewdkhy (mgr.14164) 258 : cephadm [INF] Deploying daemon mds.foofs.smithi063.ymeuya on smithi063 2024-04-12T05:13:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:58.797722+0000 mgr.smithi063.ewdkhy (mgr.14164) 256 : cluster [DBG] pgmap v221: 33 pgs: 12 creating+peering, 20 unknown, 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:13:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:58.875425+0000 mon.smithi063 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-04-12T05:13:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:58.875636+0000 mon.smithi063 (mon.0) 598 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-04-12T05:13:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:58.878430+0000 mon.smithi063 (mon.0) 599 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-04-12T05:13:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:58.879284+0000 mon.smithi063 (mon.0) 600 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-12T05:13:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:58.879313+0000 mon.smithi063 (mon.0) 601 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-04-12T05:13:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:58.887205+0000 mon.smithi063 (mon.0) 602 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-04-12T05:13:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:58.887439+0000 mon.smithi063 (mon.0) 603 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-04-12T05:13:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:58.887543+0000 mon.smithi063 (mon.0) 604 : cluster [DBG] fsmap foofs:0 2024-04-12T05:13:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:12:58.894555+0000 mgr.smithi063.ewdkhy (mgr.14164) 257 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-04-12T05:13:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:58.900548+0000 mon.smithi063 (mon.0) 605 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:58.901671+0000 mon.smithi063 (mon.0) 606 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:13:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:58.904198+0000 mon.smithi063 (mon.0) 607 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:58.905211+0000 mon.smithi063 (mon.0) 608 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:13:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:58.913187+0000 mon.smithi063 (mon.0) 609 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:58.922093+0000 mon.smithi063 (mon.0) 610 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:58.922885+0000 mon.smithi063 (mon.0) 611 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi063.ymeuya", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T05:13:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:58.925495+0000 mon.smithi063 (mon.0) 612 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi063.ymeuya", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-12T05:13:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:58.926181+0000 mon.smithi063 (mon.0) 613 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:12:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:12:58.926812+0000 mgr.smithi063.ewdkhy (mgr.14164) 258 : cephadm [INF] Deploying daemon mds.foofs.smithi063.ymeuya on smithi063 2024-04-12T05:13:01.332 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:12:59.886490+0000 mon.smithi063 (mon.0) 614 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-04-12T05:13:01.332 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:59.956716+0000 mon.smithi063 (mon.0) 615 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:13:01.332 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:12:59.956896+0000 mon.smithi063 (mon.0) 616 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:13:01.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:12:59.886490+0000 mon.smithi063 (mon.0) 614 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-04-12T05:13:01.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:59.956716+0000 mon.smithi063 (mon.0) 615 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:13:01.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:12:59.956896+0000 mon.smithi063 (mon.0) 616 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:13:02.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:00.797995+0000 mgr.smithi063.ewdkhy (mgr.14164) 259 : cluster [DBG] pgmap v225: 65 pgs: 18 creating+peering, 40 unknown, 7 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:13:02.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:00.892849+0000 mon.smithi063 (mon.0) 617 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-04-12T05:13:02.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:00.797995+0000 mgr.smithi063.ewdkhy (mgr.14164) 259 : cluster [DBG] pgmap v225: 65 pgs: 18 creating+peering, 40 unknown, 7 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:13:02.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:00.892849+0000 mon.smithi063 (mon.0) 617 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-04-12T05:13:02.487 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:13:02.487 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-12T05:06:49.526883Z", "last_refresh": "2024-04-12T05:11:16.251554Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-12T05:06:35.179384Z", "last_refresh": "2024-04-12T05:11:16.251616Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-04-12T05:06:46.196987Z", "last_refresh": "2024-04-12T05:11:16.251674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-12T05:12:58.900729Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-12T05:12:58.894585Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-12T05:06:33.702161Z", "last_refresh": "2024-04-12T05:11:16.251486Z", "running": 2, "size": 2}}, {"events": ["2024-04-12T05:07:28.127044Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-12T05:07:28.122575Z", "last_refresh": "2024-04-12T05:11:16.251351Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-12T05:06:48.115434Z", "last_refresh": "2024-04-12T05:11:16.251732Z", "ports": [9100], "running": 2, "size": 2}}, {"placement": {}, "service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", "container_image_name": "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2024-04-12T05:11:16.251862Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-12T05:06:44.118811Z", "last_refresh": "2024-04-12T05:11:16.251797Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-12T05:13:03.276 INFO:tasks.cephadm:mds.foofs has 0/2 2024-04-12T05:13:04.277 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph orch ls -f json 2024-04-12T05:13:04.311 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:02.482704+0000 mgr.smithi063.ewdkhy (mgr.14164) 260 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T05:13:04.312 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:02.798341+0000 mgr.smithi063.ewdkhy (mgr.14164) 261 : cluster [DBG] pgmap v227: 65 pgs: 18 creating+peering, 31 unknown, 16 active+clean; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:13:04.312 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:02.898385+0000 mon.smithi063 (mon.0) 618 : cluster [DBG] mds.? [v2:172.21.15.63:6834/2344043023,v1:172.21.15.63:6835/2344043023] up:boot 2024-04-12T05:13:04.312 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:02.898430+0000 mon.smithi063 (mon.0) 619 : cluster [INF] daemon mds.foofs.smithi063.ymeuya assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-04-12T05:13:04.312 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:02.898495+0000 mon.smithi063 (mon.0) 620 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-12T05:13:04.312 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:02.898516+0000 mon.smithi063 (mon.0) 621 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-04-12T05:13:04.312 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:02.898525+0000 mon.smithi063 (mon.0) 622 : cluster [INF] Cluster is now healthy 2024-04-12T05:13:04.312 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:02.898817+0000 mon.smithi063 (mon.0) 623 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-04-12T05:13:04.312 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:02.898922+0000 mon.smithi063 (mon.0) 624 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi063.ymeuya"}]: dispatch 2024-04-12T05:13:04.312 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:02.902209+0000 mon.smithi063 (mon.0) 625 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi063.ymeuya=up:creating} 2024-04-12T05:13:04.312 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:02.919186+0000 mon.smithi063 (mon.0) 626 : cluster [INF] daemon mds.foofs.smithi063.ymeuya is now active in filesystem foofs as rank 0 2024-04-12T05:13:04.312 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:02.944850+0000 mon.smithi063 (mon.0) 627 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:04.313 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:02.945818+0000 mon.smithi063 (mon.0) 628 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.wxilzu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T05:13:04.313 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:02.948616+0000 mon.smithi063 (mon.0) 629 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.wxilzu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-12T05:13:04.313 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:02.949280+0000 mon.smithi063 (mon.0) 630 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:04.313 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:13:02.949854+0000 mgr.smithi063.ewdkhy (mgr.14164) 262 : cephadm [INF] Deploying daemon mds.foofs.smithi098.wxilzu on smithi098 2024-04-12T05:13:04.360 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:02.482704+0000 mgr.smithi063.ewdkhy (mgr.14164) 260 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T05:13:04.360 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:02.798341+0000 mgr.smithi063.ewdkhy (mgr.14164) 261 : cluster [DBG] pgmap v227: 65 pgs: 18 creating+peering, 31 unknown, 16 active+clean; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:13:04.360 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:02.898385+0000 mon.smithi063 (mon.0) 618 : cluster [DBG] mds.? [v2:172.21.15.63:6834/2344043023,v1:172.21.15.63:6835/2344043023] up:boot 2024-04-12T05:13:04.360 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:02.898430+0000 mon.smithi063 (mon.0) 619 : cluster [INF] daemon mds.foofs.smithi063.ymeuya assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-04-12T05:13:04.360 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:02.898495+0000 mon.smithi063 (mon.0) 620 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-12T05:13:04.361 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:02.898516+0000 mon.smithi063 (mon.0) 621 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-04-12T05:13:04.361 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:02.898525+0000 mon.smithi063 (mon.0) 622 : cluster [INF] Cluster is now healthy 2024-04-12T05:13:04.361 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:02.898817+0000 mon.smithi063 (mon.0) 623 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-04-12T05:13:04.361 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:02.898922+0000 mon.smithi063 (mon.0) 624 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi063.ymeuya"}]: dispatch 2024-04-12T05:13:04.361 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:02.902209+0000 mon.smithi063 (mon.0) 625 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi063.ymeuya=up:creating} 2024-04-12T05:13:04.361 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:02.919186+0000 mon.smithi063 (mon.0) 626 : cluster [INF] daemon mds.foofs.smithi063.ymeuya is now active in filesystem foofs as rank 0 2024-04-12T05:13:04.361 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:02.944850+0000 mon.smithi063 (mon.0) 627 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:04.361 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:02.945818+0000 mon.smithi063 (mon.0) 628 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.wxilzu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T05:13:04.361 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:02.948616+0000 mon.smithi063 (mon.0) 629 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.wxilzu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-12T05:13:04.361 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:02.949280+0000 mon.smithi063 (mon.0) 630 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:04.361 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:13:02.949854+0000 mgr.smithi063.ewdkhy (mgr.14164) 262 : cephadm [INF] Deploying daemon mds.foofs.smithi098.wxilzu on smithi098 2024-04-12T05:13:05.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:03.905385+0000 mon.smithi063 (mon.0) 631 : cluster [DBG] mds.? [v2:172.21.15.63:6834/2344043023,v1:172.21.15.63:6835/2344043023] up:active 2024-04-12T05:13:05.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:03.905450+0000 mon.smithi063 (mon.0) 632 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi063.ymeuya=up:active} 2024-04-12T05:13:05.194 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:03.905385+0000 mon.smithi063 (mon.0) 631 : cluster [DBG] mds.? [v2:172.21.15.63:6834/2344043023,v1:172.21.15.63:6835/2344043023] up:active 2024-04-12T05:13:05.194 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:03.905450+0000 mon.smithi063 (mon.0) 632 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi063.ymeuya=up:active} 2024-04-12T05:13:06.423 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:13:06.423 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-12T05:06:49.526883Z", "last_refresh": "2024-04-12T05:11:16.251554Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-12T05:06:35.179384Z", "last_refresh": "2024-04-12T05:11:16.251616Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-04-12T05:06:46.196987Z", "last_refresh": "2024-04-12T05:11:16.251674Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-12T05:12:58.900729Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-12T05:12:58.894585Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-12T05:06:33.702161Z", "last_refresh": "2024-04-12T05:11:16.251486Z", "running": 2, "size": 2}}, {"events": ["2024-04-12T05:07:28.127044Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-12T05:07:28.122575Z", "last_refresh": "2024-04-12T05:11:16.251351Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-12T05:06:48.115434Z", "last_refresh": "2024-04-12T05:11:16.251732Z", "ports": [9100], "running": 2, "size": 2}}, {"placement": {}, "service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", "container_image_name": "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2024-04-12T05:11:16.251862Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-12T05:06:44.118811Z", "last_refresh": "2024-04-12T05:11:16.251797Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-12T05:13:06.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:04.798815+0000 mgr.smithi063.ewdkhy (mgr.14164) 263 : cluster [DBG] pgmap v228: 65 pgs: 65 active+clean; 748 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:13:06.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:05.235684+0000 mon.smithi063 (mon.0) 633 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:06.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:05.236722+0000 mon.smithi063 (mon.0) 634 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:13:06.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:05.237773+0000 mon.smithi063 (mon.0) 635 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:06.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:05.238523+0000 mon.smithi063 (mon.0) 636 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:13:06.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:04.798815+0000 mgr.smithi063.ewdkhy (mgr.14164) 263 : cluster [DBG] pgmap v228: 65 pgs: 65 active+clean; 748 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:13:06.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:05.235684+0000 mon.smithi063 (mon.0) 633 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:06.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:05.236722+0000 mon.smithi063 (mon.0) 634 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:13:06.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:05.237773+0000 mon.smithi063 (mon.0) 635 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:06.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:05.238523+0000 mon.smithi063 (mon.0) 636 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:13:07.165 INFO:tasks.cephadm:mds.foofs has 2/2 2024-04-12T05:13:07.165 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-12T05:13:07.175 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi063.front.sepia.ceph.com 2024-04-12T05:13:07.175 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-04-12T05:13:07.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:06.418753+0000 mgr.smithi063.ewdkhy (mgr.14164) 264 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T05:13:07.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:07.109869+0000 mon.smithi063 (mon.0) 637 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:07.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:06.418753+0000 mgr.smithi063.ewdkhy (mgr.14164) 264 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T05:13:07.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:07.109869+0000 mon.smithi063 (mon.0) 637 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:08.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:06.799556+0000 mgr.smithi063.ewdkhy (mgr.14164) 265 : cluster [DBG] pgmap v229: 65 pgs: 65 active+clean; 748 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:13:08.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:06.799556+0000 mgr.smithi063.ewdkhy (mgr.14164) 265 : cluster [DBG] pgmap v229: 65 pgs: 65 active+clean; 748 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:13:10.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:08.800030+0000 mgr.smithi063.ewdkhy (mgr.14164) 266 : cluster [DBG] pgmap v230: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 2 op/s 2024-04-12T05:13:10.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:09.250888+0000 mon.smithi063 (mon.0) 638 : cluster [DBG] mds.? [v2:172.21.15.98:6832/1418045549,v1:172.21.15.98:6833/1418045549] up:boot 2024-04-12T05:13:10.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:09.251446+0000 mon.smithi063 (mon.0) 639 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi063.ymeuya=up:active} 1 up:standby 2024-04-12T05:13:10.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:09.251573+0000 mon.smithi063 (mon.0) 640 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.wxilzu"}]: dispatch 2024-04-12T05:13:10.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:09.255732+0000 mon.smithi063 (mon.0) 641 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi063.ymeuya=up:active} 1 up:standby 2024-04-12T05:13:10.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:09.968763+0000 mon.smithi063 (mon.0) 642 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:10.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:08.800030+0000 mgr.smithi063.ewdkhy (mgr.14164) 266 : cluster [DBG] pgmap v230: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 2 op/s 2024-04-12T05:13:10.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:09.250888+0000 mon.smithi063 (mon.0) 638 : cluster [DBG] mds.? [v2:172.21.15.98:6832/1418045549,v1:172.21.15.98:6833/1418045549] up:boot 2024-04-12T05:13:10.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:09.251446+0000 mon.smithi063 (mon.0) 639 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi063.ymeuya=up:active} 1 up:standby 2024-04-12T05:13:10.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:09.251573+0000 mon.smithi063 (mon.0) 640 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.wxilzu"}]: dispatch 2024-04-12T05:13:10.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:09.255732+0000 mon.smithi063 (mon.0) 641 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi063.ymeuya=up:active} 1 up:standby 2024-04-12T05:13:10.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:09.968763+0000 mon.smithi063 (mon.0) 642 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:11.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:10.300078+0000 mgr.smithi063.ewdkhy (mgr.14164) 267 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:11.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:10.301283+0000 mon.smithi063 (mon.0) 643 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-04-12T05:13:11.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:10.300078+0000 mgr.smithi063.ewdkhy (mgr.14164) 267 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:11.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:10.301283+0000 mon.smithi063 (mon.0) 643 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-04-12T05:13:12.295 INFO:teuthology.orchestra.run.smithi063.stdout:NFS Cluster Created Successfully 2024-04-12T05:13:12.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:10.800394+0000 mgr.smithi063.ewdkhy (mgr.14164) 268 : cluster [DBG] pgmap v231: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 682 B/s wr, 1 op/s 2024-04-12T05:13:12.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:11.257461+0000 mon.smithi063 (mon.0) 644 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-04-12T05:13:12.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:11.257499+0000 mon.smithi063 (mon.0) 645 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-04-12T05:13:12.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:11.260025+0000 mon.smithi063 (mon.0) 646 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-04-12T05:13:12.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:10.800394+0000 mgr.smithi063.ewdkhy (mgr.14164) 268 : cluster [DBG] pgmap v231: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 682 B/s wr, 1 op/s 2024-04-12T05:13:12.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:11.257461+0000 mon.smithi063 (mon.0) 644 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-04-12T05:13:12.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:11.257499+0000 mon.smithi063 (mon.0) 645 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-04-12T05:13:12.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:11.260025+0000 mon.smithi063 (mon.0) 646 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-04-12T05:13:13.119 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-04-12T05:13:13.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:12.263609+0000 mon.smithi063 (mon.0) 647 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-04-12T05:13:13.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:12.263760+0000 mon.smithi063 (mon.0) 648 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-04-12T05:13:13.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:13:12.290127+0000 mgr.smithi063.ewdkhy (mgr.14164) 269 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-04-12T05:13:13.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:12.293623+0000 mon.smithi063 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:13.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:13.236068+0000 mon.smithi063 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:13.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:13.239465+0000 mon.smithi063 (mon.0) 651 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:13.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:13.245343+0000 mon.smithi063 (mon.0) 652 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:13.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:13.256731+0000 mon.smithi063 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi063.eftjpt", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-04-12T05:13:13.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:13.259909+0000 mon.smithi063 (mon.0) 654 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi063.eftjpt", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-04-12T05:13:13.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:12.263609+0000 mon.smithi063 (mon.0) 647 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-04-12T05:13:13.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:12.263760+0000 mon.smithi063 (mon.0) 648 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-04-12T05:13:13.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:13:12.290127+0000 mgr.smithi063.ewdkhy (mgr.14164) 269 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-04-12T05:13:13.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:12.293623+0000 mon.smithi063 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:13.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:13.236068+0000 mon.smithi063 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:13.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:13.239465+0000 mon.smithi063 (mon.0) 651 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:13.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:13.245343+0000 mon.smithi063 (mon.0) 652 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:13.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:13.256731+0000 mon.smithi063 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi063.eftjpt", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-04-12T05:13:13.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:13.259909+0000 mon.smithi063 (mon.0) 654 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi063.eftjpt", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-04-12T05:13:14.603 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:12.800956+0000 mgr.smithi063.ewdkhy (mgr.14164) 270 : cluster [DBG] pgmap v234: 97 pgs: 7 creating+peering, 25 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 1 op/s 2024-04-12T05:13:14.603 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:13:13.256451+0000 mgr.smithi063.ewdkhy (mgr.14164) 271 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi063.eftjpt 2024-04-12T05:13:14.604 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:13:13.260499+0000 mgr.smithi063.ewdkhy (mgr.14164) 272 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-12T05:13:14.604 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:13.261257+0000 mon.smithi063 (mon.0) 655 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-04-12T05:13:14.604 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:13.267721+0000 mon.smithi063 (mon.0) 656 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-04-12T05:13:14.604 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:13.267825+0000 mon.smithi063 (mon.0) 657 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-04-12T05:13:14.604 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:13.269195+0000 mon.smithi063 (mon.0) 658 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:14.604 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:13.299598+0000 mon.smithi063 (mon.0) 659 : cluster [DBG] mds.? [v2:172.21.15.98:6832/1418045549,v1:172.21.15.98:6833/1418045549] up:standby 2024-04-12T05:13:14.604 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:13.299664+0000 mon.smithi063 (mon.0) 660 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi063.ymeuya=up:active} 1 up:standby 2024-04-12T05:13:14.604 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:13.314214+0000 mon.smithi063 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T05:13:14.604 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:13.317671+0000 mon.smithi063 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T05:13:14.604 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:13:13.366138+0000 mgr.smithi063.ewdkhy (mgr.14164) 273 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-12T05:13:14.604 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:13:13.366243+0000 mgr.smithi063.ewdkhy (mgr.14164) 274 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi063.eftjpt-rgw 2024-04-12T05:13:14.604 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:13.366613+0000 mon.smithi063 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi063.eftjpt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T05:13:14.604 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:13.372024+0000 mon.smithi063 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi063.eftjpt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-12T05:13:14.604 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:13.376449+0000 mon.smithi063 (mon.0) 665 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:14.605 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:13:13.377298+0000 mgr.smithi063.ewdkhy (mgr.14164) 275 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi063.eftjpt on smithi063 2024-04-12T05:13:14.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:12.800956+0000 mgr.smithi063.ewdkhy (mgr.14164) 270 : cluster [DBG] pgmap v234: 97 pgs: 7 creating+peering, 25 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 1 op/s 2024-04-12T05:13:14.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:13:13.256451+0000 mgr.smithi063.ewdkhy (mgr.14164) 271 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi063.eftjpt 2024-04-12T05:13:14.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:13:13.260499+0000 mgr.smithi063.ewdkhy (mgr.14164) 272 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-12T05:13:14.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:13.261257+0000 mon.smithi063 (mon.0) 655 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-04-12T05:13:14.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:13.267721+0000 mon.smithi063 (mon.0) 656 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-04-12T05:13:14.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:13.267825+0000 mon.smithi063 (mon.0) 657 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-04-12T05:13:14.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:13.269195+0000 mon.smithi063 (mon.0) 658 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:14.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:13.299598+0000 mon.smithi063 (mon.0) 659 : cluster [DBG] mds.? [v2:172.21.15.98:6832/1418045549,v1:172.21.15.98:6833/1418045549] up:standby 2024-04-12T05:13:14.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:13.299664+0000 mon.smithi063 (mon.0) 660 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi063.ymeuya=up:active} 1 up:standby 2024-04-12T05:13:14.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:13.314214+0000 mon.smithi063 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T05:13:14.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:13.317671+0000 mon.smithi063 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T05:13:14.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:13:13.366138+0000 mgr.smithi063.ewdkhy (mgr.14164) 273 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-12T05:13:14.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:13:13.366243+0000 mgr.smithi063.ewdkhy (mgr.14164) 274 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi063.eftjpt-rgw 2024-04-12T05:13:14.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:13.366613+0000 mon.smithi063 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi063.eftjpt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T05:13:14.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:13.372024+0000 mon.smithi063 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi063.eftjpt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-12T05:13:14.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:13.376449+0000 mon.smithi063 (mon.0) 665 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:14.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:13:13.377298+0000 mgr.smithi063.ewdkhy (mgr.14164) 275 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi063.eftjpt on smithi063 2024-04-12T05:13:15.585 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:15 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:14.379495+0000 mon.smithi063 (mon.0) 666 : cluster [DBG] mgrmap e19: smithi063.ewdkhy(active, since 6m), standbys: smithi098.qrshom 2024-04-12T05:13:15.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:15 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:14.379495+0000 mon.smithi063 (mon.0) 666 : cluster [DBG] mgrmap e19: smithi063.ewdkhy(active, since 6m), standbys: smithi098.qrshom 2024-04-12T05:13:16.326 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:13:16.326 INFO:teuthology.orchestra.run.smithi063.stdout: "bind": "/fake", 2024-04-12T05:13:16.326 INFO:teuthology.orchestra.run.smithi063.stdout: "fs": "foofs", 2024-04-12T05:13:16.326 INFO:teuthology.orchestra.run.smithi063.stdout: "path": "/", 2024-04-12T05:13:16.326 INFO:teuthology.orchestra.run.smithi063.stdout: "cluster": "foo", 2024-04-12T05:13:16.326 INFO:teuthology.orchestra.run.smithi063.stdout: "mode": "RW" 2024-04-12T05:13:16.326 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:13:16.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:14.801725+0000 mgr.smithi063.ewdkhy (mgr.14164) 276 : cluster [DBG] pgmap v236: 97 pgs: 7 creating+peering, 90 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:13:16.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:16.317717+0000 mon.smithi063 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-04-12T05:13:16.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:16.320830+0000 mon.smithi063 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-04-12T05:13:16.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:14.801725+0000 mgr.smithi063.ewdkhy (mgr.14164) 276 : cluster [DBG] pgmap v236: 97 pgs: 7 creating+peering, 90 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:13:16.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:16.317717+0000 mon.smithi063 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-04-12T05:13:16.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:16.320830+0000 mon.smithi063 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-04-12T05:13:16.984 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-04-12T05:13:17.481 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:16.297973+0000 mgr.smithi063.ewdkhy (mgr.14164) 277 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:17.481 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:17.286824+0000 mon.smithi063 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:17.481 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:17.288075+0000 mon.smithi063 (mon.0) 670 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi098.xirswa", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-04-12T05:13:17.481 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:17.290949+0000 mon.smithi063 (mon.0) 671 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi098.xirswa", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-04-12T05:13:17.481 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:17.291699+0000 mon.smithi063 (mon.0) 672 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-04-12T05:13:17.481 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:17.294091+0000 mon.smithi063 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-04-12T05:13:17.481 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:17.295094+0000 mon.smithi063 (mon.0) 674 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:17.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:16.297973+0000 mgr.smithi063.ewdkhy (mgr.14164) 277 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:17.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:17.286824+0000 mon.smithi063 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:17.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:17.288075+0000 mon.smithi063 (mon.0) 670 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi098.xirswa", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-04-12T05:13:17.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:17.290949+0000 mon.smithi063 (mon.0) 671 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi098.xirswa", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-04-12T05:13:17.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:17.291699+0000 mon.smithi063 (mon.0) 672 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-04-12T05:13:17.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:17.294091+0000 mon.smithi063 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-04-12T05:13:17.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:17.295094+0000 mon.smithi063 (mon.0) 674 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:18.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:16.802227+0000 mgr.smithi063.ewdkhy (mgr.14164) 278 : cluster [DBG] pgmap v237: 97 pgs: 7 creating+peering, 90 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:13:18.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:13:17.287858+0000 mgr.smithi063.ewdkhy (mgr.14164) 279 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi098.xirswa 2024-04-12T05:13:18.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:13:17.291437+0000 mgr.smithi063.ewdkhy (mgr.14164) 280 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-12T05:13:18.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:16.802227+0000 mgr.smithi063.ewdkhy (mgr.14164) 278 : cluster [DBG] pgmap v237: 97 pgs: 7 creating+peering, 90 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail 2024-04-12T05:13:18.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:13:17.287858+0000 mgr.smithi063.ewdkhy (mgr.14164) 279 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi098.xirswa 2024-04-12T05:13:18.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:13:17.291437+0000 mgr.smithi063.ewdkhy (mgr.14164) 280 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-12T05:13:20.659 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:18.802813+0000 mgr.smithi063.ewdkhy (mgr.14164) 281 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 271 B/s rd, 542 B/s wr, 1 op/s 2024-04-12T05:13:20.659 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:18.993006+0000 mgr.smithi063.ewdkhy (mgr.14164) 282 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:20.660 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:20.173783+0000 mon.smithi063 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T05:13:20.660 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:20.177234+0000 mon.smithi063 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T05:13:20.660 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:20.223769+0000 mon.smithi063 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi098.xirswa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T05:13:20.660 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:20.227127+0000 mon.smithi063 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi098.xirswa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-12T05:13:20.660 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:20.228655+0000 mon.smithi063 (mon.0) 679 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:20.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:18.802813+0000 mgr.smithi063.ewdkhy (mgr.14164) 281 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 271 B/s rd, 542 B/s wr, 1 op/s 2024-04-12T05:13:20.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:18.993006+0000 mgr.smithi063.ewdkhy (mgr.14164) 282 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:20.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:20.173783+0000 mon.smithi063 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T05:13:20.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:20.177234+0000 mon.smithi063 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T05:13:20.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:20.223769+0000 mon.smithi063 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi098.xirswa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T05:13:20.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:20.227127+0000 mon.smithi063 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi098.xirswa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-12T05:13:20.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:20.228655+0000 mon.smithi063 (mon.0) 679 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:21.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:13:20.223311+0000 mgr.smithi063.ewdkhy (mgr.14164) 283 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-12T05:13:21.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:13:20.223413+0000 mgr.smithi063.ewdkhy (mgr.14164) 284 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi098.xirswa-rgw 2024-04-12T05:13:21.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:13:20.229447+0000 mgr.smithi063.ewdkhy (mgr.14164) 285 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi098.xirswa on smithi098 2024-04-12T05:13:21.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:20.306112+0000 mgr.smithi063.ewdkhy (mgr.14164) 286 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:21.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:13:20.223311+0000 mgr.smithi063.ewdkhy (mgr.14164) 283 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-12T05:13:21.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:13:20.223413+0000 mgr.smithi063.ewdkhy (mgr.14164) 284 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi098.xirswa-rgw 2024-04-12T05:13:21.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:13:20.229447+0000 mgr.smithi063.ewdkhy (mgr.14164) 285 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi098.xirswa on smithi098 2024-04-12T05:13:21.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:20.306112+0000 mgr.smithi063.ewdkhy (mgr.14164) 286 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:22.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:20.803430+0000 mgr.smithi063.ewdkhy (mgr.14164) 287 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 239 B/s rd, 479 B/s wr, 1 op/s 2024-04-12T05:13:22.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:20.803430+0000 mgr.smithi063.ewdkhy (mgr.14164) 287 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 239 B/s rd, 479 B/s wr, 1 op/s 2024-04-12T05:13:22.935 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo 2/2 - 10s count:2 2024-04-12T05:13:23.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:21.604618+0000 mgr.smithi063.ewdkhy (mgr.14164) 288 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:23.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:22.550094+0000 mon.smithi063 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:23.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:22.551661+0000 mon.smithi063 (mon.0) 681 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:13:23.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:22.552868+0000 mon.smithi063 (mon.0) 682 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:23.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:22.553680+0000 mon.smithi063 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:13:23.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:21.604618+0000 mgr.smithi063.ewdkhy (mgr.14164) 288 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:23.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:22.550094+0000 mon.smithi063 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:23.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:22.551661+0000 mon.smithi063 (mon.0) 681 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:13:23.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:22.552868+0000 mon.smithi063 (mon.0) 682 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:23.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:22.553680+0000 mon.smithi063 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:13:23.778 INFO:teuthology.run_tasks:Running task vip.exec... 2024-04-12T05:13:23.787 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi063.front.sepia.ceph.com 2024-04-12T05:13:23.788 DEBUG:teuthology.orchestra.run.smithi063:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-04-12T05:13:23.822 INFO:teuthology.orchestra.run.smithi063.stderr:+ mkdir /mnt/foo 2024-04-12T05:13:23.836 DEBUG:teuthology.orchestra.run.smithi063:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-04-12T05:13:23.905 INFO:teuthology.orchestra.run.smithi063.stderr:++ hostname 2024-04-12T05:13:23.906 INFO:teuthology.orchestra.run.smithi063.stderr:+ mount -t nfs smithi063:/fake /mnt/foo -o sync 2024-04-12T05:13:24.450 DEBUG:teuthology.orchestra.run.smithi063:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-04-12T05:13:24.517 INFO:teuthology.orchestra.run.smithi063.stderr:+ echo test 2024-04-12T05:13:24.526 DEBUG:teuthology.orchestra.run.smithi063:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-04-12T05:13:24.593 INFO:teuthology.orchestra.run.smithi063.stderr:+ sync 2024-04-12T05:13:24.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:22.803832+0000 mgr.smithi063.ewdkhy (mgr.14164) 289 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-04-12T05:13:24.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:22.918317+0000 mgr.smithi063.ewdkhy (mgr.14164) 290 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:24.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:22.803832+0000 mgr.smithi063.ewdkhy (mgr.14164) 289 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-04-12T05:13:24.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:22.918317+0000 mgr.smithi063.ewdkhy (mgr.14164) 290 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:24.925 INFO:teuthology.run_tasks:Running task parallel... 2024-04-12T05:13:24.935 INFO:teuthology.task.parallel:starting parallel... 2024-04-12T05:13:24.936 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-04-12T05:13:24.936 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-04-12T05:13:24.937 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi063.front.sepia.ceph.com 2024-04-12T05:13:24.937 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-04-12T05:13:24.937 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-04-12T05:13:24.937 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-04-12T05:13:24.938 INFO:teuthology.task.exec:Executing custom commands... 2024-04-12T05:13:24.938 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi063.front.sepia.ceph.com 2024-04-12T05:13:24.938 DEBUG:teuthology.orchestra.run.smithi063:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-04-12T05:13:25.074 INFO:teuthology.orchestra.run.smithi063.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-04-12T05:13:25.074 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:13:25.074 INFO:teuthology.orchestra.run.smithi063.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-04-12T05:13:25.081 INFO:teuthology.orchestra.run.smithi063.stdout:3 of 5 processes prepared for launch 0 sec 2024-04-12T05:13:25.181 INFO:teuthology.orchestra.run.smithi063.stdout:5 of 5 processes prepared for launch 0 sec 2024-04-12T05:13:25.181 INFO:teuthology.orchestra.run.smithi063.stdout:releasing clients 2024-04-12T05:13:26.181 INFO:teuthology.orchestra.run.smithi063.stdout: 5 314 57.36 MB/sec warmup 1 sec latency 10.132 ms 2024-04-12T05:13:26.318 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:24.804404+0000 mgr.smithi063.ewdkhy (mgr.14164) 291 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.6 KiB/s wr, 3 op/s 2024-04-12T05:13:26.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:24.974491+0000 mon.smithi063 (mon.0) 684 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:26.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:25.382644+0000 mon.smithi063 (mon.0) 685 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:26.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:24.804404+0000 mgr.smithi063.ewdkhy (mgr.14164) 291 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.6 KiB/s wr, 3 op/s 2024-04-12T05:13:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:24.974491+0000 mon.smithi063 (mon.0) 684 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:25.382644+0000 mon.smithi063 (mon.0) 685 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:27.181 INFO:teuthology.orchestra.run.smithi063.stdout: 5 657 52.76 MB/sec warmup 2 sec latency 26.763 ms 2024-04-12T05:13:28.182 INFO:teuthology.orchestra.run.smithi063.stdout: 5 1714 43.74 MB/sec warmup 3 sec latency 14.655 ms 2024-04-12T05:13:28.354 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:27 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:26.804738+0000 mgr.smithi063.ewdkhy (mgr.14164) 292 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.6 KiB/s wr, 3 op/s 2024-04-12T05:13:28.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:27 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:26.804738+0000 mgr.smithi063.ewdkhy (mgr.14164) 292 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.6 KiB/s wr, 3 op/s 2024-04-12T05:13:28.383 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-04-12T05:13:29.182 INFO:teuthology.orchestra.run.smithi063.stdout: 5 3180 42.87 MB/sec warmup 4 sec latency 10.141 ms 2024-04-12T05:13:30.182 INFO:teuthology.orchestra.run.smithi063.stdout: 5 4276 40.33 MB/sec warmup 5 sec latency 15.697 ms 2024-04-12T05:13:30.192 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:28.805278+0000 mgr.smithi063.ewdkhy (mgr.14164) 293 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 84 MiB data, 364 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 7.5 MiB/s wr, 324 op/s 2024-04-12T05:13:30.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:28.805278+0000 mgr.smithi063.ewdkhy (mgr.14164) 293 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 84 MiB data, 364 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 7.5 MiB/s wr, 324 op/s 2024-04-12T05:13:31.182 INFO:teuthology.orchestra.run.smithi063.stdout: 5 5596 38.07 MB/sec warmup 6 sec latency 18.977 ms 2024-04-12T05:13:32.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:30.805739+0000 mgr.smithi063.ewdkhy (mgr.14164) 294 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 108 MiB data, 447 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 9.8 MiB/s wr, 394 op/s 2024-04-12T05:13:32.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:30.805739+0000 mgr.smithi063.ewdkhy (mgr.14164) 294 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 108 MiB data, 447 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 9.8 MiB/s wr, 394 op/s 2024-04-12T05:13:32.182 INFO:teuthology.orchestra.run.smithi063.stdout: 5 6664 37.89 MB/sec warmup 7 sec latency 14.543 ms 2024-04-12T05:13:32.656 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph config set global log_to_journald false --force' 2024-04-12T05:13:33.182 INFO:teuthology.orchestra.run.smithi063.stdout: 5 7631 36.99 MB/sec warmup 8 sec latency 20.924 ms 2024-04-12T05:13:34.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:33 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:32.806238+0000 mgr.smithi063.ewdkhy (mgr.14164) 295 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 121 MiB data, 492 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 12 MiB/s wr, 579 op/s 2024-04-12T05:13:34.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:33 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:32.806238+0000 mgr.smithi063.ewdkhy (mgr.14164) 295 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 121 MiB data, 492 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 12 MiB/s wr, 579 op/s 2024-04-12T05:13:34.182 INFO:teuthology.orchestra.run.smithi063.stdout: 5 8767 35.80 MB/sec warmup 9 sec latency 19.867 ms 2024-04-12T05:13:35.182 INFO:teuthology.orchestra.run.smithi063.stdout: 5 10029 35.77 MB/sec warmup 10 sec latency 13.285 ms 2024-04-12T05:13:35.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:34.271134+0000 mon.smithi063 (mon.0) 686 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:35.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:34.276251+0000 mon.smithi063 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:35.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:34.285224+0000 mon.smithi063 (mon.0) 688 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:35.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:34.288413+0000 mon.smithi063 (mon.0) 689 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:13:35.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:34.290323+0000 mon.smithi063 (mon.0) 690 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:35.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:34.291139+0000 mon.smithi063 (mon.0) 691 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:13:35.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:34.296843+0000 mon.smithi063 (mon.0) 692 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:35.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:34.305165+0000 mon.smithi063 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:35.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:34.271134+0000 mon.smithi063 (mon.0) 686 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:35.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:34.276251+0000 mon.smithi063 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:35.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:34.285224+0000 mon.smithi063 (mon.0) 688 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:35.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:34.288413+0000 mon.smithi063 (mon.0) 689 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:13:35.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:34.290323+0000 mon.smithi063 (mon.0) 690 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:35.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:34.291139+0000 mon.smithi063 (mon.0) 691 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:13:35.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:34.296843+0000 mon.smithi063 (mon.0) 692 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:35.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:34.305165+0000 mon.smithi063 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:36.182 INFO:teuthology.orchestra.run.smithi063.stdout: 5 11069 35.59 MB/sec warmup 11 sec latency 19.058 ms 2024-04-12T05:13:36.391 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph mgr module enable nfs --force' 2024-04-12T05:13:36.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:34.807032+0000 mgr.smithi063.ewdkhy (mgr.14164) 296 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 142 MiB data, 659 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 17 MiB/s wr, 1.05k op/s 2024-04-12T05:13:36.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:35.650909+0000 mon.smithi063 (mon.0) 694 : audit [INF] from='client.? 172.21.15.63:0/3756023584' entity='client.admin' 2024-04-12T05:13:36.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:35.656105+0000 mon.smithi063 (mon.0) 695 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:13:36.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:35.659080+0000 mon.smithi063 (mon.0) 696 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:36.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:35.660229+0000 mon.smithi063 (mon.0) 697 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:13:36.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:35.666896+0000 mon.smithi063 (mon.0) 698 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:36.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:35.676632+0000 mon.smithi063 (mon.0) 699 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:36.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:34.807032+0000 mgr.smithi063.ewdkhy (mgr.14164) 296 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 142 MiB data, 659 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 17 MiB/s wr, 1.05k op/s 2024-04-12T05:13:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:35.650909+0000 mon.smithi063 (mon.0) 694 : audit [INF] from='client.? 172.21.15.63:0/3756023584' entity='client.admin' 2024-04-12T05:13:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:35.656105+0000 mon.smithi063 (mon.0) 695 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:13:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:35.659080+0000 mon.smithi063 (mon.0) 696 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:35.660229+0000 mon.smithi063 (mon.0) 697 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:13:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:35.666896+0000 mon.smithi063 (mon.0) 698 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:35.676632+0000 mon.smithi063 (mon.0) 699 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:37.182 INFO:teuthology.orchestra.run.smithi063.stdout: 5 12101 34.74 MB/sec warmup 12 sec latency 15.156 ms 2024-04-12T05:13:38.182 INFO:teuthology.orchestra.run.smithi063.stdout: 5 13477 34.43 MB/sec warmup 13 sec latency 12.749 ms 2024-04-12T05:13:38.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:36.807388+0000 mgr.smithi063.ewdkhy (mgr.14164) 297 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 142 MiB data, 659 MiB used, 715 GiB / 715 GiB avail; 8.6 KiB/s rd, 17 MiB/s wr, 1.05k op/s 2024-04-12T05:13:38.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:36.807388+0000 mgr.smithi063.ewdkhy (mgr.14164) 297 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 142 MiB data, 659 MiB used, 715 GiB / 715 GiB avail; 8.6 KiB/s rd, 17 MiB/s wr, 1.05k op/s 2024-04-12T05:13:39.182 INFO:teuthology.orchestra.run.smithi063.stdout: 5 14456 34.69 MB/sec warmup 14 sec latency 18.923 ms 2024-04-12T05:13:39.325 INFO:teuthology.orchestra.run.smithi063.stderr:module 'nfs' is already enabled 2024-04-12T05:13:39.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:39 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:39.089181+0000 mon.smithi098 (mon.1) 20 : audit [INF] from='client.? 172.21.15.63:0/369309690' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-04-12T05:13:39.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:39 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:39.089497+0000 mon.smithi063 (mon.0) 700 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-04-12T05:13:39.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:39.089181+0000 mon.smithi098 (mon.1) 20 : audit [INF] from='client.? 172.21.15.63:0/369309690' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-04-12T05:13:39.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:39.089497+0000 mon.smithi063 (mon.0) 700 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-04-12T05:13:40.175 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-04-12T05:13:40.182 INFO:teuthology.orchestra.run.smithi063.stdout: 5 15231 32.99 MB/sec warmup 15 sec latency 16.604 ms 2024-04-12T05:13:40.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:38.808026+0000 mgr.smithi063.ewdkhy (mgr.14164) 298 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 158 MiB data, 774 MiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 22 MiB/s wr, 1.59k op/s 2024-04-12T05:13:40.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:39.321426+0000 mon.smithi063 (mon.0) 701 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-04-12T05:13:40.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:39.321543+0000 mon.smithi063 (mon.0) 702 : cluster [DBG] mgrmap e20: smithi063.ewdkhy(active, since 6m), standbys: smithi098.qrshom 2024-04-12T05:13:40.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:38.808026+0000 mgr.smithi063.ewdkhy (mgr.14164) 298 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 158 MiB data, 774 MiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 22 MiB/s wr, 1.59k op/s 2024-04-12T05:13:40.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:39.321426+0000 mon.smithi063 (mon.0) 701 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-04-12T05:13:40.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:39.321543+0000 mon.smithi063 (mon.0) 702 : cluster [DBG] mgrmap e20: smithi063.ewdkhy(active, since 6m), standbys: smithi098.qrshom 2024-04-12T05:13:41.182 INFO:teuthology.orchestra.run.smithi063.stdout: 5 16547 32.61 MB/sec warmup 16 sec latency 11.697 ms 2024-04-12T05:13:42.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:40.808463+0000 mgr.smithi063.ewdkhy (mgr.14164) 299 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 162 MiB data, 815 MiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 16 MiB/s wr, 1.39k op/s 2024-04-12T05:13:42.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:40.808463+0000 mgr.smithi063.ewdkhy (mgr.14164) 299 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 162 MiB data, 815 MiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 16 MiB/s wr, 1.39k op/s 2024-04-12T05:13:42.182 INFO:teuthology.orchestra.run.smithi063.stdout: 5 17887 33.94 MB/sec warmup 17 sec latency 17.118 ms 2024-04-12T05:13:43.183 INFO:teuthology.orchestra.run.smithi063.stdout: 5 18743 32.68 MB/sec warmup 18 sec latency 12.915 ms 2024-04-12T05:13:44.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:42.808825+0000 mgr.smithi063.ewdkhy (mgr.14164) 300 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 164 MiB data, 835 MiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 15 MiB/s wr, 1.36k op/s 2024-04-12T05:13:44.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:42.808825+0000 mgr.smithi063.ewdkhy (mgr.14164) 300 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 164 MiB data, 835 MiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 15 MiB/s wr, 1.36k op/s 2024-04-12T05:13:44.182 INFO:teuthology.orchestra.run.smithi063.stdout: 5 19904 32.22 MB/sec warmup 19 sec latency 20.036 ms 2024-04-12T05:13:44.300 INFO:teuthology.orchestra.run.smithi063.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d540ebaca6b131a1dd560e7f69e024b133bbaa42 2024-04-12T05:13:45.047 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-04-12T05:13:45.047 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi063.front.sepia.ceph.com 2024-04-12T05:13:45.048 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2024-04-12T05:13:45.182 INFO:teuthology.orchestra.run.smithi063.stdout: 5 20861 32.40 MB/sec warmup 20 sec latency 25.708 ms 2024-04-12T05:13:45.302 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:44.292326+0000 mgr.smithi063.ewdkhy (mgr.14164) 301 : audit [DBG] from='client.24383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d540ebaca6b131a1dd560e7f69e024b133bbaa42", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:45.302 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:13:44.293303+0000 mgr.smithi063.ewdkhy (mgr.14164) 302 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d540ebaca6b131a1dd560e7f69e024b133bbaa42 2024-04-12T05:13:45.302 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:44.297994+0000 mon.smithi063 (mon.0) 703 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:45.302 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:44.299591+0000 mon.smithi063 (mon.0) 704 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:13:45.302 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:44.301051+0000 mon.smithi063 (mon.0) 705 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:45.302 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:44.302222+0000 mon.smithi063 (mon.0) 706 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:13:45.302 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:44.662590+0000 mon.smithi063 (mon.0) 707 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:45.302 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:44.670720+0000 mon.smithi063 (mon.0) 708 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:45.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:44.292326+0000 mgr.smithi063.ewdkhy (mgr.14164) 301 : audit [DBG] from='client.24383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d540ebaca6b131a1dd560e7f69e024b133bbaa42", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:45.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:13:44.293303+0000 mgr.smithi063.ewdkhy (mgr.14164) 302 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d540ebaca6b131a1dd560e7f69e024b133bbaa42 2024-04-12T05:13:45.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:44.297994+0000 mon.smithi063 (mon.0) 703 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:45.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:44.299591+0000 mon.smithi063 (mon.0) 704 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:13:45.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:44.301051+0000 mon.smithi063 (mon.0) 705 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:13:45.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:44.302222+0000 mon.smithi063 (mon.0) 706 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:13:45.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:44.662590+0000 mon.smithi063 (mon.0) 707 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:45.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:44.670720+0000 mon.smithi063 (mon.0) 708 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:13:46.182 INFO:teuthology.orchestra.run.smithi063.stdout: 5 21763 32.31 MB/sec warmup 21 sec latency 19.638 ms 2024-04-12T05:13:46.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:13:44.672783+0000 mgr.smithi063.ewdkhy (mgr.14164) 303 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d540ebaca6b131a1dd560e7f69e024b133bbaa42 2024-04-12T05:13:46.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:44.809510+0000 mgr.smithi063.ewdkhy (mgr.14164) 304 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 182 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 19 MiB/s wr, 1.77k op/s 2024-04-12T05:13:46.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:13:44.672783+0000 mgr.smithi063.ewdkhy (mgr.14164) 303 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d540ebaca6b131a1dd560e7f69e024b133bbaa42 2024-04-12T05:13:46.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:44.809510+0000 mgr.smithi063.ewdkhy (mgr.14164) 304 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 182 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 19 MiB/s wr, 1.77k op/s 2024-04-12T05:13:47.183 INFO:teuthology.orchestra.run.smithi063.stdout: 5 22577 31.46 MB/sec warmup 22 sec latency 17.560 ms 2024-04-12T05:13:47.851 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:13:48.183 INFO:teuthology.orchestra.run.smithi063.stdout: 5 23464 30.80 MB/sec warmup 23 sec latency 34.348 ms 2024-04-12T05:13:48.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:46.809915+0000 mgr.smithi063.ewdkhy (mgr.14164) 305 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 182 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 14 MiB/s wr, 1.30k op/s 2024-04-12T05:13:48.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:46.809915+0000 mgr.smithi063.ewdkhy (mgr.14164) 305 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 182 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 14 MiB/s wr, 1.30k op/s 2024-04-12T05:13:48.821 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:13:48.821 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (4m) 14s ago 6m 21.5M - 0.20.0 0881eb8f169f 4e313fe0538e 2024-04-12T05:13:48.821 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (6m) 14s ago 6m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:13:48.822 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (5m) 23s ago 5m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:13:48.822 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (4m) 14s ago 5m 31.7M - 6.7.4 557c83e11646 9894e069bbb5 2024-04-12T05:13:48.822 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (46s) 14s ago 45s 12.4M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:13:48.822 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (44s) 23s ago 43s 12.2M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:13:48.822 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (7m) 14s ago 7m 423M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:13:48.822 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (5m) 23s ago 5m 369M - 16.2.5 6933c2a0b7dd 56cb7dc730f0 2024-04-12T05:13:48.823 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (7m) 14s ago 7m 47.0M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:13:48.823 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (5m) 23s ago 5m 37.7M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:13:48.823 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.0.smithi063.eftjpt smithi063 *:2049 running (32s) 14s ago 31s 49.5M - 3.5 6933c2a0b7dd ce11191d240d 2024-04-12T05:13:48.823 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.0.smithi098.xirswa smithi098 *:2049 running (26s) 23s ago 26s 51.1M - 3.5 6933c2a0b7dd b37ca82cfe14 2024-04-12T05:13:48.823 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (5m) 14s ago 5m 17.1M - 0.18.1 e5a616e4b9cf 3d89f755cdc7 2024-04-12T05:13:48.823 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (5m) 23s ago 5m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:13:48.823 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (4m) 14s ago 4m 36.1M 3224M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:13:48.824 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (4m) 14s ago 4m 37.4M 3224M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:13:48.824 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (3m) 14s ago 3m 36.0M 3224M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:13:48.824 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (3m) 14s ago 3m 39.2M 3224M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:13:48.824 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (3m) 23s ago 3m 35.5M 3992M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:13:48.824 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (2m) 23s ago 2m 35.7M 3992M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:13:48.824 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (2m) 23s ago 2m 37.5M 3992M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:13:48.824 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (2m) 23s ago 2m 37.4M 3992M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:13:48.824 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (4m) 14s ago 5m 40.1M - 2.18.1 de242295e225 fa88f10cc479 2024-04-12T05:13:49.184 INFO:teuthology.orchestra.run.smithi063.stdout: 5 24347 30.96 MB/sec warmup 24 sec latency 27.288 ms 2024-04-12T05:13:49.411 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:13:49.411 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:13:49.411 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:13:49.411 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:13:49.412 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:13:49.412 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:13:49.412 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:13:49.412 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:13:49.412 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:13:49.412 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:13:49.412 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:13:49.412 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:13:49.412 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:13:49.412 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:13:49.412 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-04-12T05:13:49.412 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:13:49.412 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:13:49.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:49 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:47.827810+0000 mgr.smithi063.ewdkhy (mgr.14164) 306 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:49.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:49 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:48.315760+0000 mgr.smithi063.ewdkhy (mgr.14164) 307 : audit [DBG] from='client.24391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:49.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:49 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:47.827810+0000 mgr.smithi063.ewdkhy (mgr.14164) 306 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:49.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:49 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:48.315760+0000 mgr.smithi063.ewdkhy (mgr.14164) 307 : audit [DBG] from='client.24391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:49.897 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:13:49.897 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d540ebaca6b131a1dd560e7f69e024b133bbaa42", 2024-04-12T05:13:49.897 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:13:49.897 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:13:49.897 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "", 2024-04-12T05:13:49.897 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:d540ebaca6b131a1dd560e7f69e024b133bbaa42 image" 2024-04-12T05:13:49.897 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:13:50.184 INFO:teuthology.orchestra.run.smithi063.stdout: 5 25218 30.93 MB/sec warmup 25 sec latency 19.140 ms 2024-04-12T05:13:50.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:48.801390+0000 mgr.smithi063.ewdkhy (mgr.14164) 308 : audit [DBG] from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:50.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:48.810496+0000 mgr.smithi063.ewdkhy (mgr.14164) 309 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 192 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 18 MiB/s wr, 1.66k op/s 2024-04-12T05:13:50.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:49.407943+0000 mon.smithi063 (mon.0) 709 : audit [DBG] from='client.? 172.21.15.63:0/3183908581' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:13:50.433 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:13:50.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:48.801390+0000 mgr.smithi063.ewdkhy (mgr.14164) 308 : audit [DBG] from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:50.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:48.810496+0000 mgr.smithi063.ewdkhy (mgr.14164) 309 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 192 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 18 MiB/s wr, 1.66k op/s 2024-04-12T05:13:50.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:49.407943+0000 mon.smithi063 (mon.0) 709 : audit [DBG] from='client.? 172.21.15.63:0/3183908581' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:13:51.184 INFO:teuthology.orchestra.run.smithi063.stdout: 5 25977 30.17 MB/sec warmup 26 sec latency 19.334 ms 2024-04-12T05:13:51.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:49.895280+0000 mgr.smithi063.ewdkhy (mgr.14164) 310 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:51.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:50.432570+0000 mon.smithi098 (mon.1) 21 : audit [DBG] from='client.? 172.21.15.63:0/792823987' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:13:51.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:49.895280+0000 mgr.smithi063.ewdkhy (mgr.14164) 310 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:13:51.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:50.432570+0000 mon.smithi098 (mon.1) 21 : audit [DBG] from='client.? 172.21.15.63:0/792823987' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:13:52.184 INFO:teuthology.orchestra.run.smithi063.stdout: 5 27255 29.98 MB/sec warmup 27 sec latency 21.994 ms 2024-04-12T05:13:52.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:50.810926+0000 mgr.smithi063.ewdkhy (mgr.14164) 311 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 193 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 14 MiB/s wr, 1.27k op/s 2024-04-12T05:13:52.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:50.810926+0000 mgr.smithi063.ewdkhy (mgr.14164) 311 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 193 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 14 MiB/s wr, 1.27k op/s 2024-04-12T05:13:53.184 INFO:teuthology.orchestra.run.smithi063.stdout: 5 28247 30.34 MB/sec warmup 28 sec latency 20.187 ms 2024-04-12T05:13:54.184 INFO:teuthology.orchestra.run.smithi063.stdout: 5 28879 30.01 MB/sec warmup 29 sec latency 36.418 ms 2024-04-12T05:13:54.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:54 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:52.812643+0000 mgr.smithi063.ewdkhy (mgr.14164) 312 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 194 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2024-04-12T05:13:54.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:54 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:52.812643+0000 mgr.smithi063.ewdkhy (mgr.14164) 312 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 194 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2024-04-12T05:13:55.184 INFO:teuthology.orchestra.run.smithi063.stdout: 5 29638 29.43 MB/sec warmup 30 sec latency 31.998 ms 2024-04-12T05:13:56.184 INFO:teuthology.orchestra.run.smithi063.stdout: 5 30806 29.24 MB/sec warmup 31 sec latency 18.235 ms 2024-04-12T05:13:56.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:54.813324+0000 mgr.smithi063.ewdkhy (mgr.14164) 313 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 213 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 17 MiB/s wr, 1.61k op/s 2024-04-12T05:13:56.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:54.813324+0000 mgr.smithi063.ewdkhy (mgr.14164) 313 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 213 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 17 MiB/s wr, 1.61k op/s 2024-04-12T05:13:57.184 INFO:teuthology.orchestra.run.smithi063.stdout: 5 31807 29.55 MB/sec warmup 32 sec latency 17.034 ms 2024-04-12T05:13:58.184 INFO:teuthology.orchestra.run.smithi063.stdout: 5 32603 29.32 MB/sec warmup 33 sec latency 32.961 ms 2024-04-12T05:13:58.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:13:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:56.813649+0000 mgr.smithi063.ewdkhy (mgr.14164) 314 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 213 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.02k op/s 2024-04-12T05:13:58.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:13:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:56.813649+0000 mgr.smithi063.ewdkhy (mgr.14164) 314 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 213 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.02k op/s 2024-04-12T05:13:59.185 INFO:teuthology.orchestra.run.smithi063.stdout: 5 33489 28.99 MB/sec warmup 34 sec latency 18.436 ms 2024-04-12T05:14:00.184 INFO:teuthology.orchestra.run.smithi063.stdout: 5 34563 28.80 MB/sec warmup 35 sec latency 24.697 ms 2024-04-12T05:14:00.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:13:58.814258+0000 mgr.smithi063.ewdkhy (mgr.14164) 315 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 221 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 15 MiB/s wr, 1.44k op/s 2024-04-12T05:14:00.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:59.820258+0000 mon.smithi063 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-04-12T05:14:00.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:59.820597+0000 mon.smithi063 (mon.0) 711 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-04-12T05:14:00.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:59.820890+0000 mon.smithi063 (mon.0) 712 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-04-12T05:14:00.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:59.821220+0000 mon.smithi063 (mon.0) 713 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 5]}]: dispatch 2024-04-12T05:14:00.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:59.958195+0000 mon.smithi063 (mon.0) 714 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:14:00.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:13:59.958656+0000 mon.smithi063 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:14:00.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:13:58.814258+0000 mgr.smithi063.ewdkhy (mgr.14164) 315 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 221 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 15 MiB/s wr, 1.44k op/s 2024-04-12T05:14:00.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:59.820258+0000 mon.smithi063 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-04-12T05:14:00.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:59.820597+0000 mon.smithi063 (mon.0) 711 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-04-12T05:14:00.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:59.820890+0000 mon.smithi063 (mon.0) 712 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-04-12T05:14:00.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:59.821220+0000 mon.smithi063 (mon.0) 713 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 5]}]: dispatch 2024-04-12T05:14:00.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:59.958195+0000 mon.smithi063 (mon.0) 714 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:14:00.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:13:59.958656+0000 mon.smithi063 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:14:01.184 INFO:teuthology.orchestra.run.smithi063.stdout: 5 35730 29.35 MB/sec warmup 36 sec latency 22.791 ms 2024-04-12T05:14:01.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:00.332899+0000 mon.smithi063 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]': finished 2024-04-12T05:14:01.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:00.332976+0000 mon.smithi063 (mon.0) 717 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]': finished 2024-04-12T05:14:01.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:00.333032+0000 mon.smithi063 (mon.0) 718 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2024-04-12T05:14:01.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:00.333085+0000 mon.smithi063 (mon.0) 719 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 5]}]': finished 2024-04-12T05:14:01.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:00.333132+0000 mon.smithi063 (mon.0) 720 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-04-12T05:14:01.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:00.780418+0000 mon.smithi063 (mon.0) 721 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-04-12T05:14:01.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:00.332899+0000 mon.smithi063 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]': finished 2024-04-12T05:14:01.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:00.332976+0000 mon.smithi063 (mon.0) 717 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]': finished 2024-04-12T05:14:01.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:00.333032+0000 mon.smithi063 (mon.0) 718 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2024-04-12T05:14:01.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:00.333085+0000 mon.smithi063 (mon.0) 719 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 5]}]': finished 2024-04-12T05:14:01.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:00.333132+0000 mon.smithi063 (mon.0) 720 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-04-12T05:14:01.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:00.780418+0000 mon.smithi063 (mon.0) 721 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-04-12T05:14:02.185 INFO:teuthology.orchestra.run.smithi063.stdout: 5 36506 28.88 MB/sec warmup 37 sec latency 33.525 ms 2024-04-12T05:14:02.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:00.814632+0000 mgr.smithi063.ewdkhy (mgr.14164) 316 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 221 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 16 MiB/s wr, 1.42k op/s 2024-04-12T05:14:02.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:01.795197+0000 mon.smithi063 (mon.0) 722 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-04-12T05:14:02.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:02 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:00.814632+0000 mgr.smithi063.ewdkhy (mgr.14164) 316 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 221 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 16 MiB/s wr, 1.42k op/s 2024-04-12T05:14:02.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:02 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:01.795197+0000 mon.smithi063 (mon.0) 722 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-04-12T05:14:03.184 INFO:teuthology.orchestra.run.smithi063.stdout: 5 37048 28.47 MB/sec warmup 38 sec latency 393.925 ms 2024-04-12T05:14:04.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:02.793775+0000 mon.smithi063 (mon.0) 723 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-04-12T05:14:04.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:02.814959+0000 mgr.smithi063.ewdkhy (mgr.14164) 317 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 225 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 6.6 MiB/s wr, 504 op/s 2024-04-12T05:14:04.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:02.793775+0000 mon.smithi063 (mon.0) 723 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-04-12T05:14:04.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:02.814959+0000 mgr.smithi063.ewdkhy (mgr.14164) 317 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 225 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 6.6 MiB/s wr, 504 op/s 2024-04-12T05:14:04.184 INFO:teuthology.orchestra.run.smithi063.stdout: 5 37281 27.92 MB/sec warmup 39 sec latency 1026.610 ms 2024-04-12T05:14:05.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:03.797878+0000 mon.smithi063 (mon.0) 724 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-04-12T05:14:05.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:03.797878+0000 mon.smithi063 (mon.0) 724 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-04-12T05:14:05.185 INFO:teuthology.orchestra.run.smithi063.stdout: 5 38295 27.89 MB/sec warmup 40 sec latency 18.319 ms 2024-04-12T05:14:06.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:05 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:04.815425+0000 mgr.smithi063.ewdkhy (mgr.14164) 318 : cluster [DBG] pgmap v266: 97 pgs: 1 peering, 96 active+clean; 230 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 16 MiB/s wr, 1.54k op/s; 2.0 MiB/s, 0 objects/s recovering 2024-04-12T05:14:06.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:05 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:04.815425+0000 mgr.smithi063.ewdkhy (mgr.14164) 318 : cluster [DBG] pgmap v266: 97 pgs: 1 peering, 96 active+clean; 230 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 16 MiB/s wr, 1.54k op/s; 2.0 MiB/s, 0 objects/s recovering 2024-04-12T05:14:06.185 INFO:teuthology.orchestra.run.smithi063.stdout: 5 39218 28.07 MB/sec warmup 41 sec latency 23.122 ms 2024-04-12T05:14:07.185 INFO:teuthology.orchestra.run.smithi063.stdout: 5 39890 27.62 MB/sec warmup 42 sec latency 15.660 ms 2024-04-12T05:14:08.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:06.815829+0000 mgr.smithi063.ewdkhy (mgr.14164) 319 : cluster [DBG] pgmap v267: 97 pgs: 1 peering, 96 active+clean; 230 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 1.03k op/s; 1.3 MiB/s, 0 objects/s recovering 2024-04-12T05:14:08.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:06.815829+0000 mgr.smithi063.ewdkhy (mgr.14164) 319 : cluster [DBG] pgmap v267: 97 pgs: 1 peering, 96 active+clean; 230 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 1.03k op/s; 1.3 MiB/s, 0 objects/s recovering 2024-04-12T05:14:08.186 INFO:teuthology.orchestra.run.smithi063.stdout: 5 40640 27.39 MB/sec warmup 43 sec latency 25.192 ms 2024-04-12T05:14:09.186 INFO:teuthology.orchestra.run.smithi063.stdout: 5 41640 27.27 MB/sec warmup 44 sec latency 18.178 ms 2024-04-12T05:14:10.186 INFO:teuthology.orchestra.run.smithi063.stdout: 5 42458 27.35 MB/sec warmup 45 sec latency 18.964 ms 2024-04-12T05:14:10.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:08.816492+0000 mgr.smithi063.ewdkhy (mgr.14164) 320 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 239 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 15 MiB/s wr, 1.42k op/s; 1.1 MiB/s, 0 objects/s recovering 2024-04-12T05:14:10.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:08.816492+0000 mgr.smithi063.ewdkhy (mgr.14164) 320 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 239 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 15 MiB/s wr, 1.42k op/s; 1.1 MiB/s, 0 objects/s recovering 2024-04-12T05:14:11.187 INFO:teuthology.orchestra.run.smithi063.stdout: 5 43041 27.22 MB/sec warmup 46 sec latency 44.710 ms 2024-04-12T05:14:12.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:10.816898+0000 mgr.smithi063.ewdkhy (mgr.14164) 321 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 244 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 13 MiB/s wr, 1.21k op/s; 1021 KiB/s, 0 objects/s recovering 2024-04-12T05:14:12.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:10.816898+0000 mgr.smithi063.ewdkhy (mgr.14164) 321 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 244 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 13 MiB/s wr, 1.21k op/s; 1021 KiB/s, 0 objects/s recovering 2024-04-12T05:14:12.187 INFO:teuthology.orchestra.run.smithi063.stdout: 5 43719 26.87 MB/sec warmup 47 sec latency 19.494 ms 2024-04-12T05:14:13.187 INFO:teuthology.orchestra.run.smithi063.stdout: 5 44874 26.82 MB/sec warmup 48 sec latency 21.972 ms 2024-04-12T05:14:14.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:12.817345+0000 mgr.smithi063.ewdkhy (mgr.14164) 322 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 248 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 11 MiB/s wr, 1.01k op/s; 819 KiB/s, 0 objects/s recovering 2024-04-12T05:14:14.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:12.817345+0000 mgr.smithi063.ewdkhy (mgr.14164) 322 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 248 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 11 MiB/s wr, 1.01k op/s; 819 KiB/s, 0 objects/s recovering 2024-04-12T05:14:14.187 INFO:teuthology.orchestra.run.smithi063.stdout: 5 45834 27.00 MB/sec warmup 49 sec latency 33.526 ms 2024-04-12T05:14:15.187 INFO:teuthology.orchestra.run.smithi063.stdout: 5 46504 26.93 MB/sec warmup 50 sec latency 21.576 ms 2024-04-12T05:14:16.187 INFO:teuthology.orchestra.run.smithi063.stdout: 5 47220 26.59 MB/sec warmup 51 sec latency 21.989 ms 2024-04-12T05:14:16.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:15 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:14.822321+0000 mgr.smithi063.ewdkhy (mgr.14164) 323 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 259 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 11 MiB/s wr, 947 op/s 2024-04-12T05:14:16.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:15 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:14.990671+0000 mon.smithi063 (mon.0) 725 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:14:16.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:14.822321+0000 mgr.smithi063.ewdkhy (mgr.14164) 323 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 259 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 11 MiB/s wr, 947 op/s 2024-04-12T05:14:16.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:14.990671+0000 mon.smithi063 (mon.0) 725 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:14:17.187 INFO:teuthology.orchestra.run.smithi063.stdout: 5 48073 26.48 MB/sec warmup 52 sec latency 35.719 ms 2024-04-12T05:14:18.187 INFO:teuthology.orchestra.run.smithi063.stdout: 5 49327 26.73 MB/sec warmup 53 sec latency 20.332 ms 2024-04-12T05:14:18.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:16.822804+0000 mgr.smithi063.ewdkhy (mgr.14164) 324 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 256 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 9.7 MiB/s wr, 864 op/s 2024-04-12T05:14:18.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:16.822804+0000 mgr.smithi063.ewdkhy (mgr.14164) 324 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 256 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 9.7 MiB/s wr, 864 op/s 2024-04-12T05:14:19.188 INFO:teuthology.orchestra.run.smithi063.stdout: 5 50241 26.76 MB/sec warmup 54 sec latency 22.129 ms 2024-04-12T05:14:20.094 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:18.823377+0000 mgr.smithi063.ewdkhy (mgr.14164) 325 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 271 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2024-04-12T05:14:20.094 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:19.838588+0000 mon.smithi063 (mon.0) 726 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:14:20.094 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:19.840255+0000 mon.smithi063 (mon.0) 727 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:14:20.189 INFO:teuthology.orchestra.run.smithi063.stdout: 5 51290 26.69 MB/sec warmup 55 sec latency 22.481 ms 2024-04-12T05:14:20.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:18.823377+0000 mgr.smithi063.ewdkhy (mgr.14164) 325 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 271 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2024-04-12T05:14:20.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:19.838588+0000 mon.smithi063 (mon.0) 726 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:14:20.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:19.840255+0000 mon.smithi063 (mon.0) 727 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:14:20.891 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:14:21.188 INFO:teuthology.orchestra.run.smithi063.stdout: 5 52286 26.54 MB/sec warmup 56 sec latency 40.179 ms 2024-04-12T05:14:21.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:14:19.839059+0000 mgr.smithi063.ewdkhy (mgr.14164) 326 : cephadm [INF] Upgrade: Target is version 18.2.2-1187-gd540ebac (unknown) 2024-04-12T05:14:21.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:14:19.839122+0000 mgr.smithi063.ewdkhy (mgr.14164) 327 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3, digests ['quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3'] 2024-04-12T05:14:21.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:14:19.841432+0000 mgr.smithi063.ewdkhy (mgr.14164) 328 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi063.ewdkhy) 2024-04-12T05:14:21.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:14:20.140440+0000 mgr.smithi063.ewdkhy (mgr.14164) 329 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3 on smithi098 2024-04-12T05:14:21.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:14:19.839059+0000 mgr.smithi063.ewdkhy (mgr.14164) 326 : cephadm [INF] Upgrade: Target is version 18.2.2-1187-gd540ebac (unknown) 2024-04-12T05:14:21.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:14:19.839122+0000 mgr.smithi063.ewdkhy (mgr.14164) 327 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3, digests ['quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3'] 2024-04-12T05:14:21.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:14:19.841432+0000 mgr.smithi063.ewdkhy (mgr.14164) 328 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi063.ewdkhy) 2024-04-12T05:14:21.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:14:20.140440+0000 mgr.smithi063.ewdkhy (mgr.14164) 329 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3 on smithi098 2024-04-12T05:14:21.676 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:14:21.677 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (5m) 47s ago 6m 21.5M - 0.20.0 0881eb8f169f 4e313fe0538e 2024-04-12T05:14:21.677 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (6m) 47s ago 6m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:14:21.677 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (6m) 56s ago 6m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:14:21.677 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (5m) 47s ago 6m 31.7M - 6.7.4 557c83e11646 9894e069bbb5 2024-04-12T05:14:21.677 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (79s) 47s ago 78s 12.4M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:14:21.677 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (76s) 56s ago 76s 12.2M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:14:21.677 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (8m) 47s ago 8m 423M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:14:21.677 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (5m) 56s ago 5m 369M - 16.2.5 6933c2a0b7dd 56cb7dc730f0 2024-04-12T05:14:21.677 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (8m) 47s ago 8m 47.0M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:14:21.677 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (5m) 56s ago 5m 37.7M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:14:21.677 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.0.smithi063.eftjpt smithi063 *:2049 running (65s) 47s ago 64s 49.5M - 3.5 6933c2a0b7dd ce11191d240d 2024-04-12T05:14:21.677 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.0.smithi098.xirswa smithi098 *:2049 running (59s) 56s ago 59s 51.1M - 3.5 6933c2a0b7dd b37ca82cfe14 2024-04-12T05:14:21.678 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (6m) 47s ago 6m 17.1M - 0.18.1 e5a616e4b9cf 3d89f755cdc7 2024-04-12T05:14:21.678 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (5m) 56s ago 5m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:14:21.678 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (5m) 47s ago 5m 36.1M 3224M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:14:21.678 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (4m) 47s ago 4m 37.4M 3224M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:14:21.678 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (4m) 47s ago 4m 36.0M 3224M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:14:21.678 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (4m) 47s ago 4m 39.2M 3224M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:14:21.678 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (3m) 56s ago 3m 35.5M 3992M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:14:21.678 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (3m) 56s ago 3m 35.7M 3992M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:14:21.678 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (3m) 56s ago 3m 37.5M 3992M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:14:21.678 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (2m) 56s ago 2m 37.4M 3992M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:14:21.678 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (4m) 47s ago 6m 40.1M - 2.18.1 de242295e225 fa88f10cc479 2024-04-12T05:14:22.132 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:14:22.132 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:14:22.132 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:14:22.132 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:14:22.133 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:14:22.133 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:14:22.133 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:14:22.133 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:14:22.133 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:14:22.133 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:14:22.133 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:14:22.133 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:14:22.133 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:14:22.133 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:14:22.133 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-04-12T05:14:22.133 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:14:22.133 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:14:22.188 INFO:teuthology.orchestra.run.smithi063.stdout: 5 53035 26.63 MB/sec warmup 57 sec latency 32.356 ms 2024-04-12T05:14:22.317 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:20.823769+0000 mgr.smithi063.ewdkhy (mgr.14164) 330 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 276 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 11 MiB/s wr, 1.02k op/s 2024-04-12T05:14:22.317 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:20.873825+0000 mgr.smithi063.ewdkhy (mgr.14164) 331 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:14:22.317 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:21.284039+0000 mgr.smithi063.ewdkhy (mgr.14164) 332 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:14:22.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:20.823769+0000 mgr.smithi063.ewdkhy (mgr.14164) 330 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 276 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 11 MiB/s wr, 1.02k op/s 2024-04-12T05:14:22.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:20.873825+0000 mgr.smithi063.ewdkhy (mgr.14164) 331 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:14:22.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:21.284039+0000 mgr.smithi063.ewdkhy (mgr.14164) 332 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:14:22.509 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:14:22.510 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:14:22.510 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:14:22.510 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:14:22.510 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "0/23 ceph daemons upgraded", 2024-04-12T05:14:22.510 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3 image on host smithi098" 2024-04-12T05:14:22.510 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:14:23.072 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:14:23.188 INFO:teuthology.orchestra.run.smithi063.stdout: 5 53795 26.56 MB/sec warmup 58 sec latency 33.567 ms 2024-04-12T05:14:23.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:21.662828+0000 mgr.smithi063.ewdkhy (mgr.14164) 333 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:14:23.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:22.131146+0000 mon.smithi063 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.63:0/2421848965' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:14:23.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:21.662828+0000 mgr.smithi063.ewdkhy (mgr.14164) 333 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:14:23.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:22.131146+0000 mon.smithi063 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.63:0/2421848965' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:14:24.188 INFO:teuthology.orchestra.run.smithi063.stdout: 5 54627 26.33 MB/sec warmup 59 sec latency 19.969 ms 2024-04-12T05:14:24.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:22.508116+0000 mgr.smithi063.ewdkhy (mgr.14164) 334 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:14:24.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:22.824228+0000 mgr.smithi063.ewdkhy (mgr.14164) 335 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 275 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 946 op/s 2024-04-12T05:14:24.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:23.068593+0000 mon.smithi098 (mon.1) 22 : audit [DBG] from='client.? 172.21.15.63:0/2425941623' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:14:24.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:22.508116+0000 mgr.smithi063.ewdkhy (mgr.14164) 334 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:14:24.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:22.824228+0000 mgr.smithi063.ewdkhy (mgr.14164) 335 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 275 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 946 op/s 2024-04-12T05:14:24.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:23.068593+0000 mon.smithi098 (mon.1) 22 : audit [DBG] from='client.? 172.21.15.63:0/2425941623' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:14:25.188 INFO:teuthology.orchestra.run.smithi063.stdout: 5 55477 26.23 MB/sec warmup 60 sec latency 28.414 ms 2024-04-12T05:14:26.188 INFO:teuthology.orchestra.run.smithi063.stdout: 5 56230 26.23 MB/sec warmup 61 sec latency 20.930 ms 2024-04-12T05:14:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:24.825030+0000 mgr.smithi063.ewdkhy (mgr.14164) 336 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 289 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 15 MiB/s wr, 1.45k op/s 2024-04-12T05:14:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:24.825030+0000 mgr.smithi063.ewdkhy (mgr.14164) 336 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 289 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 15 MiB/s wr, 1.45k op/s 2024-04-12T05:14:27.188 INFO:teuthology.orchestra.run.smithi063.stdout: 5 57142 26.34 MB/sec warmup 62 sec latency 17.152 ms 2024-04-12T05:14:28.188 INFO:teuthology.orchestra.run.smithi063.stdout: 5 57914 26.08 MB/sec warmup 63 sec latency 23.921 ms 2024-04-12T05:14:28.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:26.825378+0000 mgr.smithi063.ewdkhy (mgr.14164) 337 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 290 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.10k op/s 2024-04-12T05:14:28.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:26.825378+0000 mgr.smithi063.ewdkhy (mgr.14164) 337 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 290 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.10k op/s 2024-04-12T05:14:29.188 INFO:teuthology.orchestra.run.smithi063.stdout: 5 58565 25.99 MB/sec warmup 64 sec latency 28.205 ms 2024-04-12T05:14:30.188 INFO:teuthology.orchestra.run.smithi063.stdout: 5 59377 25.81 MB/sec warmup 65 sec latency 32.446 ms 2024-04-12T05:14:30.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:28.825949+0000 mgr.smithi063.ewdkhy (mgr.14164) 338 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 300 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 14 MiB/s wr, 1.36k op/s 2024-04-12T05:14:30.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:28.825949+0000 mgr.smithi063.ewdkhy (mgr.14164) 338 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 300 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 14 MiB/s wr, 1.36k op/s 2024-04-12T05:14:31.188 INFO:teuthology.orchestra.run.smithi063.stdout: 5 60229 25.92 MB/sec warmup 66 sec latency 19.973 ms 2024-04-12T05:14:32.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:30.826373+0000 mgr.smithi063.ewdkhy (mgr.14164) 339 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 297 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 11 MiB/s wr, 1.06k op/s 2024-04-12T05:14:32.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:30.826373+0000 mgr.smithi063.ewdkhy (mgr.14164) 339 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 297 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 11 MiB/s wr, 1.06k op/s 2024-04-12T05:14:32.188 INFO:teuthology.orchestra.run.smithi063.stdout: 5 61059 25.86 MB/sec warmup 67 sec latency 16.094 ms 2024-04-12T05:14:33.188 INFO:teuthology.orchestra.run.smithi063.stdout: 5 61668 25.64 MB/sec warmup 68 sec latency 29.391 ms 2024-04-12T05:14:34.188 INFO:teuthology.orchestra.run.smithi063.stdout: 5 62666 25.61 MB/sec warmup 69 sec latency 21.897 ms 2024-04-12T05:14:34.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:33 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:32.826815+0000 mgr.smithi063.ewdkhy (mgr.14164) 340 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 300 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2024-04-12T05:14:34.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:33 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:32.826815+0000 mgr.smithi063.ewdkhy (mgr.14164) 340 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 300 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2024-04-12T05:14:35.190 INFO:teuthology.orchestra.run.smithi063.stdout: 5 63529 25.71 MB/sec warmup 70 sec latency 33.598 ms 2024-04-12T05:14:36.189 INFO:teuthology.orchestra.run.smithi063.stdout: 5 64340 25.73 MB/sec warmup 71 sec latency 27.239 ms 2024-04-12T05:14:36.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:34.827451+0000 mgr.smithi063.ewdkhy (mgr.14164) 341 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 307 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.39k op/s 2024-04-12T05:14:36.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:34.827451+0000 mgr.smithi063.ewdkhy (mgr.14164) 341 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 307 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.39k op/s 2024-04-12T05:14:37.189 INFO:teuthology.orchestra.run.smithi063.stdout: 5 65049 25.50 MB/sec warmup 72 sec latency 27.929 ms 2024-04-12T05:14:38.188 INFO:teuthology.orchestra.run.smithi063.stdout: 5 65714 25.41 MB/sec warmup 73 sec latency 64.745 ms 2024-04-12T05:14:38.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:36.827856+0000 mgr.smithi063.ewdkhy (mgr.14164) 342 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 9.7 MiB/s wr, 881 op/s 2024-04-12T05:14:38.382 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:36.827856+0000 mgr.smithi063.ewdkhy (mgr.14164) 342 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 9.7 MiB/s wr, 881 op/s 2024-04-12T05:14:39.189 INFO:teuthology.orchestra.run.smithi063.stdout: 5 66546 25.31 MB/sec warmup 74 sec latency 26.957 ms 2024-04-12T05:14:40.190 INFO:teuthology.orchestra.run.smithi063.stdout: 5 67419 25.44 MB/sec warmup 75 sec latency 27.210 ms 2024-04-12T05:14:40.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:39 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:38.828428+0000 mgr.smithi063.ewdkhy (mgr.14164) 343 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.22k op/s 2024-04-12T05:14:40.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:38.828428+0000 mgr.smithi063.ewdkhy (mgr.14164) 343 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.22k op/s 2024-04-12T05:14:41.190 INFO:teuthology.orchestra.run.smithi063.stdout: 5 67917 25.30 MB/sec warmup 76 sec latency 35.355 ms 2024-04-12T05:14:42.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:40.828873+0000 mgr.smithi063.ewdkhy (mgr.14164) 344 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 10 MiB/s wr, 963 op/s 2024-04-12T05:14:42.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:40.828873+0000 mgr.smithi063.ewdkhy (mgr.14164) 344 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 10 MiB/s wr, 963 op/s 2024-04-12T05:14:42.189 INFO:teuthology.orchestra.run.smithi063.stdout: 5 68490 25.06 MB/sec warmup 77 sec latency 35.994 ms 2024-04-12T05:14:43.189 INFO:teuthology.orchestra.run.smithi063.stdout: 5 69112 24.96 MB/sec warmup 78 sec latency 85.847 ms 2024-04-12T05:14:44.189 INFO:teuthology.orchestra.run.smithi063.stdout: 5 70036 24.90 MB/sec warmup 79 sec latency 16.939 ms 2024-04-12T05:14:44.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:42.831832+0000 mgr.smithi063.ewdkhy (mgr.14164) 345 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 326 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 1.05k op/s 2024-04-12T05:14:44.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:42.831832+0000 mgr.smithi063.ewdkhy (mgr.14164) 345 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 326 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 1.05k op/s 2024-04-12T05:14:45.189 INFO:teuthology.orchestra.run.smithi063.stdout: 5 70789 24.95 MB/sec warmup 80 sec latency 22.153 ms 2024-04-12T05:14:46.190 INFO:teuthology.orchestra.run.smithi063.stdout: 5 71391 24.90 MB/sec warmup 81 sec latency 28.777 ms 2024-04-12T05:14:46.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:44.832473+0000 mgr.smithi063.ewdkhy (mgr.14164) 346 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.28k op/s 2024-04-12T05:14:46.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:44.832473+0000 mgr.smithi063.ewdkhy (mgr.14164) 346 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.28k op/s 2024-04-12T05:14:47.189 INFO:teuthology.orchestra.run.smithi063.stdout: 5 71849 24.68 MB/sec warmup 82 sec latency 31.245 ms 2024-04-12T05:14:48.189 INFO:teuthology.orchestra.run.smithi063.stdout: 5 72265 24.46 MB/sec warmup 83 sec latency 28.612 ms 2024-04-12T05:14:48.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:46.833033+0000 mgr.smithi063.ewdkhy (mgr.14164) 347 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.6 MiB/s wr, 940 op/s 2024-04-12T05:14:48.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:46.833033+0000 mgr.smithi063.ewdkhy (mgr.14164) 347 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.6 MiB/s wr, 940 op/s 2024-04-12T05:14:49.189 INFO:teuthology.orchestra.run.smithi063.stdout: 5 73009 24.41 MB/sec warmup 84 sec latency 20.465 ms 2024-04-12T05:14:50.189 INFO:teuthology.orchestra.run.smithi063.stdout: 5 73635 24.28 MB/sec warmup 85 sec latency 25.411 ms 2024-04-12T05:14:50.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:49 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:48.833543+0000 mgr.smithi063.ewdkhy (mgr.14164) 348 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.21k op/s 2024-04-12T05:14:50.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:49 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:48.833543+0000 mgr.smithi063.ewdkhy (mgr.14164) 348 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.21k op/s 2024-04-12T05:14:51.190 INFO:teuthology.orchestra.run.smithi063.stdout: 5 74467 24.36 MB/sec warmup 86 sec latency 21.296 ms 2024-04-12T05:14:52.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:50.834557+0000 mgr.smithi063.ewdkhy (mgr.14164) 349 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 329 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 8.8 MiB/s wr, 858 op/s 2024-04-12T05:14:52.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:50.834557+0000 mgr.smithi063.ewdkhy (mgr.14164) 349 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 329 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 8.8 MiB/s wr, 858 op/s 2024-04-12T05:14:52.190 INFO:teuthology.orchestra.run.smithi063.stdout: 5 75145 24.31 MB/sec warmup 87 sec latency 34.681 ms 2024-04-12T05:14:53.190 INFO:teuthology.orchestra.run.smithi063.stdout: 5 75877 24.17 MB/sec warmup 88 sec latency 24.853 ms 2024-04-12T05:14:53.466 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:14:54.189 INFO:teuthology.orchestra.run.smithi063.stdout: 5 76576 24.12 MB/sec warmup 89 sec latency 31.472 ms 2024-04-12T05:14:54.210 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:14:54.210 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (5m) 79s ago 7m 21.5M - 0.20.0 0881eb8f169f 4e313fe0538e 2024-04-12T05:14:54.210 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (7m) 79s ago 7m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:14:54.210 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (6m) 88s ago 6m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:14:54.210 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (5m) 79s ago 7m 31.7M - 6.7.4 557c83e11646 9894e069bbb5 2024-04-12T05:14:54.211 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (112s) 79s ago 111s 12.4M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:14:54.212 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (109s) 88s ago 109s 12.2M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:14:54.213 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (8m) 79s ago 8m 423M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:14:54.213 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (6m) 88s ago 6m 369M - 16.2.5 6933c2a0b7dd 56cb7dc730f0 2024-04-12T05:14:54.214 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (8m) 79s ago 9m 47.0M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:14:54.214 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (6m) 88s ago 6m 37.7M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:14:54.214 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.0.smithi063.eftjpt smithi063 *:2049 running (98s) 79s ago 96s 49.5M - 3.5 6933c2a0b7dd ce11191d240d 2024-04-12T05:14:54.215 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.0.smithi098.xirswa smithi098 *:2049 running (92s) 88s ago 91s 51.1M - 3.5 6933c2a0b7dd b37ca82cfe14 2024-04-12T05:14:54.215 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (6m) 79s ago 6m 17.1M - 0.18.1 e5a616e4b9cf 3d89f755cdc7 2024-04-12T05:14:54.215 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (6m) 88s ago 6m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:14:54.215 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (5m) 79s ago 5m 36.1M 3224M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:14:54.216 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (5m) 79s ago 5m 37.4M 3224M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:14:54.217 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (5m) 79s ago 5m 36.0M 3224M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:14:54.217 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (4m) 79s ago 4m 39.2M 3224M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:14:54.217 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (4m) 88s ago 4m 35.5M 3992M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:14:54.217 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (4m) 88s ago 4m 35.7M 3992M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:14:54.218 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (3m) 88s ago 3m 37.5M 3992M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:14:54.220 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (3m) 88s ago 3m 37.4M 3992M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:14:54.220 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (5m) 79s ago 6m 40.1M - 2.18.1 de242295e225 fa88f10cc479 2024-04-12T05:14:54.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:52.835004+0000 mgr.smithi063.ewdkhy (mgr.14164) 350 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 325 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 8.7 MiB/s wr, 850 op/s 2024-04-12T05:14:54.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:14:52.974905+0000 mgr.smithi063.ewdkhy (mgr.14164) 351 : cephadm [INF] Upgrade: Updating mgr.smithi098.qrshom 2024-04-12T05:14:54.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:52.980899+0000 mon.smithi063 (mon.0) 729 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:14:54.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:52.982139+0000 mon.smithi063 (mon.0) 730 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.qrshom", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:14:54.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:52.983008+0000 mon.smithi063 (mon.0) 731 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T05:14:54.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:52.983904+0000 mon.smithi063 (mon.0) 732 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:14:54.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:14:52.984855+0000 mgr.smithi063.ewdkhy (mgr.14164) 352 : cephadm [INF] Deploying daemon mgr.smithi098.qrshom on smithi098 2024-04-12T05:14:54.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:53.449580+0000 mgr.smithi063.ewdkhy (mgr.14164) 353 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:14:54.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:52.835004+0000 mgr.smithi063.ewdkhy (mgr.14164) 350 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 325 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 8.7 MiB/s wr, 850 op/s 2024-04-12T05:14:54.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:14:52.974905+0000 mgr.smithi063.ewdkhy (mgr.14164) 351 : cephadm [INF] Upgrade: Updating mgr.smithi098.qrshom 2024-04-12T05:14:54.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:52.980899+0000 mon.smithi063 (mon.0) 729 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:14:54.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:52.982139+0000 mon.smithi063 (mon.0) 730 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.qrshom", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:14:54.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:52.983008+0000 mon.smithi063 (mon.0) 731 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T05:14:54.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:52.983904+0000 mon.smithi063 (mon.0) 732 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:14:54.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:14:52.984855+0000 mgr.smithi063.ewdkhy (mgr.14164) 352 : cephadm [INF] Deploying daemon mgr.smithi098.qrshom on smithi098 2024-04-12T05:14:54.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:53.449580+0000 mgr.smithi063.ewdkhy (mgr.14164) 353 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:14:54.635 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:14:54.635 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:14:54.635 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:14:54.635 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:14:54.635 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:14:54.635 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:14:54.635 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:14:54.635 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:14:54.635 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:14:54.635 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:14:54.636 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:14:54.636 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:14:54.636 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:14:54.636 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:14:54.636 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-04-12T05:14:54.636 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:14:54.636 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:14:54.989 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:14:54.990 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:14:54.990 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:14:54.990 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:14:54.990 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "0/23 ceph daemons upgraded", 2024-04-12T05:14:54.990 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "Currently upgrading mgr daemons" 2024-04-12T05:14:54.990 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:14:55.190 INFO:teuthology.orchestra.run.smithi063.stdout: 5 77239 24.00 MB/sec warmup 90 sec latency 18.150 ms 2024-04-12T05:14:55.252 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:54 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:53.813575+0000 mgr.smithi063.ewdkhy (mgr.14164) 354 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:14:55.252 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:54 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:54.194691+0000 mgr.smithi063.ewdkhy (mgr.14164) 355 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:14:55.252 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:54 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:54.633644+0000 mon.smithi098 (mon.1) 23 : audit [DBG] from='client.? 172.21.15.63:0/1745996456' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:14:55.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:54 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:53.813575+0000 mgr.smithi063.ewdkhy (mgr.14164) 354 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:14:55.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:54 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:54.194691+0000 mgr.smithi063.ewdkhy (mgr.14164) 355 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:14:55.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:54 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:54.633644+0000 mon.smithi098 (mon.1) 23 : audit [DBG] from='client.? 172.21.15.63:0/1745996456' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:14:55.398 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:14:56.191 INFO:teuthology.orchestra.run.smithi063.stdout: 5 77863 24.01 MB/sec warmup 91 sec latency 27.844 ms 2024-04-12T05:14:56.366 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:55 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:54.835591+0000 mgr.smithi063.ewdkhy (mgr.14164) 356 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 316 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 11 MiB/s wr, 1.13k op/s 2024-04-12T05:14:56.366 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:55 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:54.988249+0000 mgr.smithi063.ewdkhy (mgr.14164) 357 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:14:56.367 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:55 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:55.397100+0000 mon.smithi063 (mon.0) 733 : audit [DBG] from='client.? 172.21.15.63:0/3444297213' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:14:56.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:54.835591+0000 mgr.smithi063.ewdkhy (mgr.14164) 356 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 316 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 11 MiB/s wr, 1.13k op/s 2024-04-12T05:14:56.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:54.988249+0000 mgr.smithi063.ewdkhy (mgr.14164) 357 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:14:56.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:55.397100+0000 mon.smithi063 (mon.0) 733 : audit [DBG] from='client.? 172.21.15.63:0/3444297213' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:14:57.190 INFO:teuthology.orchestra.run.smithi063.stdout: 5 78396 23.98 MB/sec warmup 92 sec latency 30.366 ms 2024-04-12T05:14:58.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:56.835966+0000 mgr.smithi063.ewdkhy (mgr.14164) 358 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 312 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 8.5 MiB/s wr, 809 op/s 2024-04-12T05:14:58.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:57.576923+0000 mon.smithi063 (mon.0) 734 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:14:58.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:57.577577+0000 mon.smithi063 (mon.0) 735 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:14:58.128 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:57.578455+0000 mon.smithi063 (mon.0) 736 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:14:58.128 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:57.579070+0000 mon.smithi063 (mon.0) 737 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:14:58.191 INFO:teuthology.orchestra.run.smithi063.stdout: 5 78828 23.80 MB/sec warmup 93 sec latency 33.278 ms 2024-04-12T05:14:58.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:56.835966+0000 mgr.smithi063.ewdkhy (mgr.14164) 358 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 312 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 8.5 MiB/s wr, 809 op/s 2024-04-12T05:14:58.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:57.576923+0000 mon.smithi063 (mon.0) 734 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:14:58.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:57.577577+0000 mon.smithi063 (mon.0) 735 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:14:58.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:57.578455+0000 mon.smithi063 (mon.0) 736 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:14:58.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:57.579070+0000 mon.smithi063 (mon.0) 737 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:14:59.189 INFO:teuthology.orchestra.run.smithi063.stdout: 5 79557 23.69 MB/sec warmup 94 sec latency 23.596 ms 2024-04-12T05:15:00.189 INFO:teuthology.orchestra.run.smithi063.stdout: 5 80322 23.62 MB/sec warmup 95 sec latency 28.021 ms 2024-04-12T05:15:00.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:14:58.837050+0000 mgr.smithi063.ewdkhy (mgr.14164) 359 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 314 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 10 MiB/s wr, 1.04k op/s 2024-04-12T05:15:00.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:59.960335+0000 mon.smithi063 (mon.0) 738 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:15:00.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:14:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:14:59.962076+0000 mon.smithi063 (mon.0) 739 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:15:00.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:14:58.837050+0000 mgr.smithi063.ewdkhy (mgr.14164) 359 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 314 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 10 MiB/s wr, 1.04k op/s 2024-04-12T05:15:00.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:59.960335+0000 mon.smithi063 (mon.0) 738 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:15:00.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:14:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:14:59.962076+0000 mon.smithi063 (mon.0) 739 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:15:01.189 INFO:teuthology.orchestra.run.smithi063.stdout: 5 80843 23.51 MB/sec warmup 96 sec latency 23.124 ms 2024-04-12T05:15:02.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:00.837427+0000 mgr.smithi063.ewdkhy (mgr.14164) 360 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 8.8 MiB/s wr, 839 op/s 2024-04-12T05:15:02.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:00.837427+0000 mgr.smithi063.ewdkhy (mgr.14164) 360 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 8.8 MiB/s wr, 839 op/s 2024-04-12T05:15:02.189 INFO:teuthology.orchestra.run.smithi063.stdout: 5 81633 23.61 MB/sec warmup 97 sec latency 22.369 ms 2024-04-12T05:15:03.189 INFO:teuthology.orchestra.run.smithi063.stdout: 5 82174 23.53 MB/sec warmup 98 sec latency 63.722 ms 2024-04-12T05:15:04.190 INFO:teuthology.orchestra.run.smithi063.stdout: 5 82943 23.40 MB/sec warmup 99 sec latency 69.254 ms 2024-04-12T05:15:04.319 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:02.837812+0000 mgr.smithi063.ewdkhy (mgr.14164) 361 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 8.8 MiB/s wr, 834 op/s 2024-04-12T05:15:04.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:02.837812+0000 mgr.smithi063.ewdkhy (mgr.14164) 361 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 8.8 MiB/s wr, 834 op/s 2024-04-12T05:15:05.189 INFO:teuthology.orchestra.run.smithi063.stdout: 5 83786 23.39 MB/sec warmup 100 sec latency 34.082 ms 2024-04-12T05:15:06.046 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:05 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:04.838404+0000 mgr.smithi063.ewdkhy (mgr.14164) 362 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 320 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.12k op/s 2024-04-12T05:15:06.046 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:05 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:05.642507+0000 mon.smithi063 (mon.0) 740 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:15:06.189 INFO:teuthology.orchestra.run.smithi063.stdout: 5 84524 23.37 MB/sec warmup 101 sec latency 31.025 ms 2024-04-12T05:15:06.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:05 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:04.838404+0000 mgr.smithi063.ewdkhy (mgr.14164) 362 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 320 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.12k op/s 2024-04-12T05:15:06.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:05 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:05.642507+0000 mon.smithi063 (mon.0) 740 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:15:07.190 INFO:teuthology.orchestra.run.smithi063.stdout: 5 85128 23.36 MB/sec warmup 102 sec latency 68.801 ms 2024-04-12T05:15:07.205 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:05.944967+0000 mon.smithi063 (mon.0) 741 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:15:07.205 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:05.952992+0000 mon.smithi063 (mon.0) 742 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:15:07.205 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:05.956101+0000 mon.smithi063 (mon.0) 743 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:15:07.205 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:05.957517+0000 mgr.smithi063.ewdkhy (mgr.14164) 363 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi063.ewdkhy) 2024-04-12T05:15:07.205 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:05.960298+0000 mgr.smithi063.ewdkhy (mgr.14164) 364 : cephadm [INF] Failing over to other MGR 2024-04-12T05:15:07.205 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:05.961067+0000 mon.smithi063 (mon.0) 744 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr fail", "who": "smithi063.ewdkhy"}]: dispatch 2024-04-12T05:15:07.205 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:05.965127+0000 mon.smithi063 (mon.0) 745 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-04-12T05:15:07.205 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:06.047669+0000 mon.smithi063 (mon.0) 746 : cluster [INF] Active manager daemon smithi098.qrshom restarted 2024-04-12T05:15:07.205 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:06.048541+0000 mon.smithi063 (mon.0) 747 : cluster [INF] Activating manager daemon smithi098.qrshom 2024-04-12T05:15:07.205 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:06.048761+0000 mon.smithi098 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/crt"}]: dispatch 2024-04-12T05:15:07.205 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:06.052031+0000 mon.smithi063 (mon.0) 748 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-04-12T05:15:07.205 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:06.052876+0000 mon.smithi098 (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T05:15:07.205 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:06.054285+0000 mon.smithi098 (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/key"}]: dispatch 2024-04-12T05:15:07.206 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:06.055097+0000 mon.smithi098 (mon.1) 27 : audit [DBG] from='mgr.? 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T05:15:07.242 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:05.944967+0000 mon.smithi063 (mon.0) 741 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:15:07.242 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:05.952992+0000 mon.smithi063 (mon.0) 742 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:15:07.242 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:05.956101+0000 mon.smithi063 (mon.0) 743 : audit [DBG] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:15:07.242 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:05.957517+0000 mgr.smithi063.ewdkhy (mgr.14164) 363 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi063.ewdkhy) 2024-04-12T05:15:07.242 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:05.960298+0000 mgr.smithi063.ewdkhy (mgr.14164) 364 : cephadm [INF] Failing over to other MGR 2024-04-12T05:15:07.242 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:05.961067+0000 mon.smithi063 (mon.0) 744 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr fail", "who": "smithi063.ewdkhy"}]: dispatch 2024-04-12T05:15:07.242 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:05.965127+0000 mon.smithi063 (mon.0) 745 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-04-12T05:15:07.242 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:06.047669+0000 mon.smithi063 (mon.0) 746 : cluster [INF] Active manager daemon smithi098.qrshom restarted 2024-04-12T05:15:07.243 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:06.048541+0000 mon.smithi063 (mon.0) 747 : cluster [INF] Activating manager daemon smithi098.qrshom 2024-04-12T05:15:07.243 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:06.048761+0000 mon.smithi098 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/crt"}]: dispatch 2024-04-12T05:15:07.243 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:06.052031+0000 mon.smithi063 (mon.0) 748 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-04-12T05:15:07.243 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:06.052876+0000 mon.smithi098 (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T05:15:07.243 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:06.054285+0000 mon.smithi098 (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/key"}]: dispatch 2024-04-12T05:15:07.243 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:06.055097+0000 mon.smithi098 (mon.1) 27 : audit [DBG] from='mgr.? 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T05:15:08.190 INFO:teuthology.orchestra.run.smithi063.stdout: 5 85506 23.28 MB/sec warmup 103 sec latency 43.615 ms 2024-04-12T05:15:08.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:06.958608+0000 mon.smithi063 (mon.0) 749 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "mgr fail", "who": "smithi063.ewdkhy"}]': finished 2024-04-12T05:15:08.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:06.958653+0000 mon.smithi063 (mon.0) 750 : cluster [DBG] mgrmap e21: smithi098.qrshom(active, starting, since 0.910366s) 2024-04-12T05:15:08.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:06.961815+0000 mon.smithi098 (mon.1) 28 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2024-04-12T05:15:08.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:06.961932+0000 mon.smithi098 (mon.1) 29 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:15:08.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:06.962385+0000 mon.smithi098 (mon.1) 30 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi063.ymeuya"}]: dispatch 2024-04-12T05:15:08.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:06.962590+0000 mon.smithi098 (mon.1) 31 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.wxilzu"}]: dispatch 2024-04-12T05:15:08.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:06.962865+0000 mon.smithi098 (mon.1) 32 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mgr metadata", "who": "smithi098.qrshom", "id": "smithi098.qrshom"}]: dispatch 2024-04-12T05:15:08.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:06.963183+0000 mon.smithi098 (mon.1) 33 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:15:08.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:06.963473+0000 mon.smithi098 (mon.1) 34 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:15:08.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:06.963673+0000 mon.smithi098 (mon.1) 35 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:15:08.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:06.963839+0000 mon.smithi098 (mon.1) 36 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:15:08.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:06.963999+0000 mon.smithi098 (mon.1) 37 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:15:08.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:06.964160+0000 mon.smithi098 (mon.1) 38 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:15:08.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:06.964326+0000 mon.smithi098 (mon.1) 39 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T05:15:08.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:06.964491+0000 mon.smithi098 (mon.1) 40 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T05:15:08.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:06.966012+0000 mon.smithi098 (mon.1) 41 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T05:15:08.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:06.966282+0000 mon.smithi098 (mon.1) 42 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T05:15:08.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:06.966783+0000 mon.smithi098 (mon.1) 43 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T05:15:08.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:07.005206+0000 mon.smithi063 (mon.0) 751 : cluster [INF] Manager daemon smithi098.qrshom is now available 2024-04-12T05:15:08.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:07.026048+0000 mon.smithi063 (mon.0) 752 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:08.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:07.027231+0000 mgr.smithi098.qrshom (mgr.24449) 1 : cephadm [INF] Queued nfs.foo for migration 2024-04-12T05:15:08.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:07.037082+0000 mon.smithi098 (mon.1) 44 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:15:08.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:07.093836+0000 mon.smithi063 (mon.0) 753 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:08.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:07.102631+0000 mon.smithi098 (mon.1) 45 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:15:08.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:07.141734+0000 mon.smithi098 (mon.1) 46 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.qrshom/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:15:08.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:07.142250+0000 mon.smithi063 (mon.0) 754 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.qrshom/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:15:08.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:07.160511+0000 mon.smithi098 (mon.1) 47 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.qrshom/trash_purge_schedule"}]: dispatch 2024-04-12T05:15:08.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:07.161686+0000 mon.smithi063 (mon.0) 755 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.qrshom/trash_purge_schedule"}]: dispatch 2024-04-12T05:15:08.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:07.164913+0000 mon.smithi063 (mon.0) 756 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:08.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:07.179238+0000 mon.smithi063 (mon.0) 757 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:08.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:07.186299+0000 mon.smithi063 (mon.0) 758 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:08.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:06.958608+0000 mon.smithi063 (mon.0) 749 : audit [INF] from='mgr.14164 172.21.15.63:0/3615909470' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "mgr fail", "who": "smithi063.ewdkhy"}]': finished 2024-04-12T05:15:08.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:06.958653+0000 mon.smithi063 (mon.0) 750 : cluster [DBG] mgrmap e21: smithi098.qrshom(active, starting, since 0.910366s) 2024-04-12T05:15:08.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:06.961815+0000 mon.smithi098 (mon.1) 28 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2024-04-12T05:15:08.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:06.961932+0000 mon.smithi098 (mon.1) 29 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:15:08.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:06.962385+0000 mon.smithi098 (mon.1) 30 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi063.ymeuya"}]: dispatch 2024-04-12T05:15:08.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:06.962590+0000 mon.smithi098 (mon.1) 31 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.wxilzu"}]: dispatch 2024-04-12T05:15:08.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:06.962865+0000 mon.smithi098 (mon.1) 32 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mgr metadata", "who": "smithi098.qrshom", "id": "smithi098.qrshom"}]: dispatch 2024-04-12T05:15:08.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:06.963183+0000 mon.smithi098 (mon.1) 33 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:15:08.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:06.963473+0000 mon.smithi098 (mon.1) 34 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:15:08.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:06.963673+0000 mon.smithi098 (mon.1) 35 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:15:08.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:06.963839+0000 mon.smithi098 (mon.1) 36 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:15:08.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:06.963999+0000 mon.smithi098 (mon.1) 37 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:15:08.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:06.964160+0000 mon.smithi098 (mon.1) 38 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:15:08.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:06.964326+0000 mon.smithi098 (mon.1) 39 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T05:15:08.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:06.964491+0000 mon.smithi098 (mon.1) 40 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T05:15:08.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:06.966012+0000 mon.smithi098 (mon.1) 41 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T05:15:08.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:06.966282+0000 mon.smithi098 (mon.1) 42 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T05:15:08.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:06.966783+0000 mon.smithi098 (mon.1) 43 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T05:15:08.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:07.005206+0000 mon.smithi063 (mon.0) 751 : cluster [INF] Manager daemon smithi098.qrshom is now available 2024-04-12T05:15:08.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:07.026048+0000 mon.smithi063 (mon.0) 752 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:08.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:07.027231+0000 mgr.smithi098.qrshom (mgr.24449) 1 : cephadm [INF] Queued nfs.foo for migration 2024-04-12T05:15:08.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:07.037082+0000 mon.smithi098 (mon.1) 44 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:15:08.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:07.093836+0000 mon.smithi063 (mon.0) 753 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:08.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:07.102631+0000 mon.smithi098 (mon.1) 45 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:15:08.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:07.141734+0000 mon.smithi098 (mon.1) 46 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.qrshom/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:15:08.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:07.142250+0000 mon.smithi063 (mon.0) 754 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.qrshom/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:15:08.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:07.160511+0000 mon.smithi098 (mon.1) 47 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.qrshom/trash_purge_schedule"}]: dispatch 2024-04-12T05:15:08.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:07.161686+0000 mon.smithi063 (mon.0) 755 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.qrshom/trash_purge_schedule"}]: dispatch 2024-04-12T05:15:08.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:07.164913+0000 mon.smithi063 (mon.0) 756 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:08.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:07.179238+0000 mon.smithi063 (mon.0) 757 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:08.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:07.186299+0000 mon.smithi063 (mon.0) 758 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:09.190 INFO:teuthology.orchestra.run.smithi063.stdout: 5 85740 23.09 MB/sec warmup 104 sec latency 45.427 ms 2024-04-12T05:15:09.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:07.585925+0000 mgr.smithi098.qrshom (mgr.24449) 2 : cephadm [INF] Deploying cephadm binary to smithi063 2024-04-12T05:15:09.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:07.628249+0000 mgr.smithi098.qrshom (mgr.24449) 3 : cephadm [INF] Deploying cephadm binary to smithi098 2024-04-12T05:15:09.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:07.678058+0000 mgr.smithi098.qrshom (mgr.24449) 4 : cephadm [INF] [12/Apr/2024:05:15:07] ENGINE Bus STARTING 2024-04-12T05:15:09.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:07.785199+0000 mgr.smithi098.qrshom (mgr.24449) 5 : cephadm [INF] [12/Apr/2024:05:15:07] ENGINE Serving on http://172.21.15.98:8765 2024-04-12T05:15:09.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:07.961559+0000 mon.smithi063 (mon.0) 759 : cluster [DBG] mgrmap e22: smithi098.qrshom(active, since 1.91327s) 2024-04-12T05:15:09.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:07.977609+0000 mgr.smithi098.qrshom (mgr.24449) 6 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:15:09.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:07.998024+0000 mgr.smithi098.qrshom (mgr.24449) 7 : cephadm [INF] [12/Apr/2024:05:15:07] ENGINE Serving on https://172.21.15.98:7150 2024-04-12T05:15:09.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:07.998180+0000 mgr.smithi098.qrshom (mgr.24449) 8 : cephadm [INF] [12/Apr/2024:05:15:07] ENGINE Bus STARTED 2024-04-12T05:15:09.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:07.585925+0000 mgr.smithi098.qrshom (mgr.24449) 2 : cephadm [INF] Deploying cephadm binary to smithi063 2024-04-12T05:15:09.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:07.628249+0000 mgr.smithi098.qrshom (mgr.24449) 3 : cephadm [INF] Deploying cephadm binary to smithi098 2024-04-12T05:15:09.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:07.678058+0000 mgr.smithi098.qrshom (mgr.24449) 4 : cephadm [INF] [12/Apr/2024:05:15:07] ENGINE Bus STARTING 2024-04-12T05:15:09.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:07.785199+0000 mgr.smithi098.qrshom (mgr.24449) 5 : cephadm [INF] [12/Apr/2024:05:15:07] ENGINE Serving on http://172.21.15.98:8765 2024-04-12T05:15:09.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:07.961559+0000 mon.smithi063 (mon.0) 759 : cluster [DBG] mgrmap e22: smithi098.qrshom(active, since 1.91327s) 2024-04-12T05:15:09.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:07.977609+0000 mgr.smithi098.qrshom (mgr.24449) 6 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:15:09.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:07.998024+0000 mgr.smithi098.qrshom (mgr.24449) 7 : cephadm [INF] [12/Apr/2024:05:15:07] ENGINE Serving on https://172.21.15.98:7150 2024-04-12T05:15:09.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:07.998180+0000 mgr.smithi098.qrshom (mgr.24449) 8 : cephadm [INF] [12/Apr/2024:05:15:07] ENGINE Bus STARTED 2024-04-12T05:15:10.190 INFO:teuthology.orchestra.run.smithi063.stdout: 5 86326 22.95 MB/sec warmup 105 sec latency 42.487 ms 2024-04-12T05:15:10.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:08.966100+0000 mgr.smithi098.qrshom (mgr.24449) 9 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:15:10.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:08.976292+0000 mon.smithi063 (mon.0) 760 : cluster [DBG] mgrmap e23: smithi098.qrshom(active, since 2s) 2024-04-12T05:15:10.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:09.055495+0000 mon.smithi098 (mon.1) 48 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T05:15:10.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:09.055992+0000 mon.smithi063 (mon.0) 761 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T05:15:10.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:08.966100+0000 mgr.smithi098.qrshom (mgr.24449) 9 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:15:10.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:08.976292+0000 mon.smithi063 (mon.0) 760 : cluster [DBG] mgrmap e23: smithi098.qrshom(active, since 2s) 2024-04-12T05:15:10.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:09.055495+0000 mon.smithi098 (mon.1) 48 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T05:15:10.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:09.055992+0000 mon.smithi063 (mon.0) 761 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T05:15:11.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:09.984110+0000 mon.smithi063 (mon.0) 762 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2024-04-12T05:15:11.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:09.984200+0000 mon.smithi063 (mon.0) 763 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-04-12T05:15:11.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:09.985893+0000 mon.smithi098 (mon.1) 49 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T05:15:11.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:09.986927+0000 mon.smithi063 (mon.0) 764 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T05:15:11.190 INFO:teuthology.orchestra.run.smithi063.stdout: 5 86789 22.85 MB/sec warmup 106 sec latency 48.720 ms 2024-04-12T05:15:11.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:09.984110+0000 mon.smithi063 (mon.0) 762 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2024-04-12T05:15:11.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:09.984200+0000 mon.smithi063 (mon.0) 763 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-04-12T05:15:11.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:09.985893+0000 mon.smithi098 (mon.1) 49 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T05:15:11.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:09.986927+0000 mon.smithi063 (mon.0) 764 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T05:15:12.190 INFO:teuthology.orchestra.run.smithi063.stdout: 5 87278 22.75 MB/sec warmup 107 sec latency 42.099 ms 2024-04-12T05:15:12.318 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:10.966417+0000 mgr.smithi098.qrshom (mgr.24449) 10 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:15:12.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:10.988486+0000 mon.smithi063 (mon.0) 765 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-12T05:15:12.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:10.988566+0000 mon.smithi063 (mon.0) 766 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-04-12T05:15:12.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:10.966417+0000 mgr.smithi098.qrshom (mgr.24449) 10 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:15:12.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:10.988486+0000 mon.smithi063 (mon.0) 765 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-12T05:15:12.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:10.988566+0000 mon.smithi063 (mon.0) 766 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-04-12T05:15:13.190 INFO:teuthology.orchestra.run.smithi063.stdout: 5 87692 22.60 MB/sec warmup 108 sec latency 51.611 ms 2024-04-12T05:15:13.339 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:12.335670+0000 mon.smithi063 (mon.0) 767 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:13.340 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:12.995096+0000 mon.smithi063 (mon.0) 768 : cluster [DBG] mgrmap e24: smithi098.qrshom(active, since 6s) 2024-04-12T05:15:13.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:12.335670+0000 mon.smithi063 (mon.0) 767 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:13.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:12.995096+0000 mon.smithi063 (mon.0) 768 : cluster [DBG] mgrmap e24: smithi098.qrshom(active, since 6s) 2024-04-12T05:15:14.197 INFO:teuthology.orchestra.run.smithi063.stdout: 5 88029 22.51 MB/sec warmup 109 sec latency 36.914 ms 2024-04-12T05:15:14.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:12.966867+0000 mgr.smithi098.qrshom (mgr.24449) 11 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 313 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 427 KiB/s wr, 31 op/s 2024-04-12T05:15:14.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:14.264903+0000 mon.smithi063 (mon.0) 769 : cluster [DBG] Standby manager daemon smithi063.ewdkhy started 2024-04-12T05:15:14.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:14.270998+0000 mon.smithi063 (mon.0) 770 : audit [DBG] from='mgr.? 172.21.15.63:0/2244514361' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi063.ewdkhy/crt"}]: dispatch 2024-04-12T05:15:14.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:14.271988+0000 mon.smithi063 (mon.0) 771 : audit [DBG] from='mgr.? 172.21.15.63:0/2244514361' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T05:15:14.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:14.276600+0000 mon.smithi063 (mon.0) 772 : audit [DBG] from='mgr.? 172.21.15.63:0/2244514361' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi063.ewdkhy/key"}]: dispatch 2024-04-12T05:15:14.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:14.277158+0000 mon.smithi063 (mon.0) 773 : audit [DBG] from='mgr.? 172.21.15.63:0/2244514361' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T05:15:14.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:12.966867+0000 mgr.smithi098.qrshom (mgr.24449) 11 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 313 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 427 KiB/s wr, 31 op/s 2024-04-12T05:15:14.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:14.264903+0000 mon.smithi063 (mon.0) 769 : cluster [DBG] Standby manager daemon smithi063.ewdkhy started 2024-04-12T05:15:14.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:14.270998+0000 mon.smithi063 (mon.0) 770 : audit [DBG] from='mgr.? 172.21.15.63:0/2244514361' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi063.ewdkhy/crt"}]: dispatch 2024-04-12T05:15:14.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:14.271988+0000 mon.smithi063 (mon.0) 771 : audit [DBG] from='mgr.? 172.21.15.63:0/2244514361' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T05:15:14.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:14.276600+0000 mon.smithi063 (mon.0) 772 : audit [DBG] from='mgr.? 172.21.15.63:0/2244514361' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi063.ewdkhy/key"}]: dispatch 2024-04-12T05:15:14.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:14.277158+0000 mon.smithi063 (mon.0) 773 : audit [DBG] from='mgr.? 172.21.15.63:0/2244514361' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T05:15:15.198 INFO:teuthology.orchestra.run.smithi063.stdout: 5 88701 22.53 MB/sec warmup 110 sec latency 26.617 ms 2024-04-12T05:15:15.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:15 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:14.357609+0000 mon.smithi063 (mon.0) 774 : cluster [DBG] mgrmap e25: smithi098.qrshom(active, since 8s), standbys: smithi063.ewdkhy 2024-04-12T05:15:15.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:15 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:14.360100+0000 mon.smithi098 (mon.1) 50 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mgr metadata", "who": "smithi063.ewdkhy", "id": "smithi063.ewdkhy"}]: dispatch 2024-04-12T05:15:15.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:15 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:14.357609+0000 mon.smithi063 (mon.0) 774 : cluster [DBG] mgrmap e25: smithi098.qrshom(active, since 8s), standbys: smithi063.ewdkhy 2024-04-12T05:15:15.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:15 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:14.360100+0000 mon.smithi098 (mon.1) 50 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mgr metadata", "who": "smithi063.ewdkhy", "id": "smithi063.ewdkhy"}]: dispatch 2024-04-12T05:15:16.199 INFO:teuthology.orchestra.run.smithi063.stdout: 5 89213 22.49 MB/sec warmup 111 sec latency 37.330 ms 2024-04-12T05:15:16.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:14.967454+0000 mgr.smithi098.qrshom (mgr.24449) 12 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 308 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 4.3 MiB/s wr, 504 op/s 2024-04-12T05:15:16.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:16.309231+0000 mon.smithi063 (mon.0) 775 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:16.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:14.967454+0000 mgr.smithi098.qrshom (mgr.24449) 12 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 308 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 4.3 MiB/s wr, 504 op/s 2024-04-12T05:15:16.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:16.309231+0000 mon.smithi063 (mon.0) 775 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:17.200 INFO:teuthology.orchestra.run.smithi063.stdout: 5 89796 22.35 MB/sec warmup 112 sec latency 26.109 ms 2024-04-12T05:15:18.200 INFO:teuthology.orchestra.run.smithi063.stdout: 5 90366 22.30 MB/sec warmup 113 sec latency 60.819 ms 2024-04-12T05:15:19.200 INFO:teuthology.orchestra.run.smithi063.stdout: 5 90923 22.16 MB/sec warmup 114 sec latency 931.929 ms 2024-04-12T05:15:19.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:19 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:16.967817+0000 mgr.smithi098.qrshom (mgr.24449) 13 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 308 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 3.8 MiB/s wr, 441 op/s 2024-04-12T05:15:19.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:19 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:17.472035+0000 mon.smithi063 (mon.0) 776 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:19.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:19 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:17.478141+0000 mon.smithi063 (mon.0) 777 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:19.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:19 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:17.697467+0000 mon.smithi063 (mon.0) 778 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:19.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:19 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:17.707993+0000 mon.smithi063 (mon.0) 779 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:19.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:19 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:18.056819+0000 mon.smithi063 (mon.0) 780 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T05:15:20.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:19 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:16.967817+0000 mgr.smithi098.qrshom (mgr.24449) 13 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 308 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 3.8 MiB/s wr, 441 op/s 2024-04-12T05:15:20.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:19 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:17.472035+0000 mon.smithi063 (mon.0) 776 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:20.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:19 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:17.478141+0000 mon.smithi063 (mon.0) 777 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:20.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:19 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:17.697467+0000 mon.smithi063 (mon.0) 778 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:20.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:19 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:17.707993+0000 mon.smithi063 (mon.0) 779 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:20.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:19 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:18.056819+0000 mon.smithi063 (mon.0) 780 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T05:15:20.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:18.057121+0000 mon.smithi098 (mon.1) 51 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2024-04-12T05:15:20.200 INFO:teuthology.orchestra.run.smithi063.stdout: 5 91707 22.23 MB/sec warmup 115 sec latency 23.361 ms 2024-04-12T05:15:20.333 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:18.057121+0000 mon.smithi098 (mon.1) 51 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2024-04-12T05:15:20.333 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:18.057383+0000 mon.smithi098 (mon.1) 52 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:15:20.334 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:18.968383+0000 mgr.smithi098.qrshom (mgr.24449) 14 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 321 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 8.2 MiB/s wr, 829 op/s 2024-04-12T05:15:20.334 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:19.069690+0000 mon.smithi063 (mon.0) 781 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T05:15:20.334 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:19.071294+0000 mon.smithi098 (mon.1) 53 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T05:15:20.334 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:19.641742+0000 mon.smithi098 (mon.1) 54 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T05:15:20.334 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:19.646019+0000 mon.smithi098 (mon.1) 55 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2024-04-12T05:15:20.334 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:19.646169+0000 mon.smithi098 (mon.1) 56 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:15:20.334 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:19.648776+0000 mon.smithi063 (mon.0) 782 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:20.334 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:19.653559+0000 mon.smithi063 (mon.0) 783 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:20.334 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:19.664631+0000 mon.smithi063 (mon.0) 784 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:20.334 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:19.667836+0000 mon.smithi063 (mon.0) 785 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:20.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:18.057383+0000 mon.smithi098 (mon.1) 52 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:15:20.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:18.968383+0000 mgr.smithi098.qrshom (mgr.24449) 14 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 321 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 8.2 MiB/s wr, 829 op/s 2024-04-12T05:15:20.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:19.069690+0000 mon.smithi063 (mon.0) 781 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T05:15:20.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:19.071294+0000 mon.smithi098 (mon.1) 53 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T05:15:20.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:19.641742+0000 mon.smithi098 (mon.1) 54 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T05:15:20.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:19.646019+0000 mon.smithi098 (mon.1) 55 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2024-04-12T05:15:20.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:19.646169+0000 mon.smithi098 (mon.1) 56 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:15:20.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:19.648776+0000 mon.smithi063 (mon.0) 782 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:20.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:19.653559+0000 mon.smithi063 (mon.0) 783 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:20.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:19.664631+0000 mon.smithi063 (mon.0) 784 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:20.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:19.667836+0000 mon.smithi063 (mon.0) 785 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:21.200 INFO:teuthology.orchestra.run.smithi063.stdout: 5 92553 22.28 MB/sec warmup 116 sec latency 19.717 ms 2024-04-12T05:15:22.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:20.968718+0000 mgr.smithi098.qrshom (mgr.24449) 15 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 321 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 7.4 MiB/s wr, 744 op/s 2024-04-12T05:15:22.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:20.968718+0000 mgr.smithi098.qrshom (mgr.24449) 15 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 321 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 7.4 MiB/s wr, 744 op/s 2024-04-12T05:15:22.201 INFO:teuthology.orchestra.run.smithi063.stdout: 5 93092 22.17 MB/sec warmup 117 sec latency 31.769 ms 2024-04-12T05:15:22.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:22.102861+0000 mon.smithi098 (mon.1) 57 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:15:23.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:22.102861+0000 mon.smithi098 (mon.1) 57 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:15:23.203 INFO:teuthology.orchestra.run.smithi063.stdout: 5 93562 22.08 MB/sec warmup 118 sec latency 32.379 ms 2024-04-12T05:15:24.203 INFO:teuthology.orchestra.run.smithi063.stdout: 5 94192 21.98 MB/sec warmup 119 sec latency 42.728 ms 2024-04-12T05:15:24.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:22.969088+0000 mgr.smithi098.qrshom (mgr.24449) 16 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 318 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 6.6 MiB/s wr, 700 op/s 2024-04-12T05:15:24.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.392744+0000 mon.smithi063 (mon.0) 786 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:24.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.402266+0000 mon.smithi063 (mon.0) 787 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:24.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.404293+0000 mon.smithi098 (mon.1) 58 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.405354+0000 mon.smithi063 (mon.0) 788 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.406319+0000 mon.smithi098 (mon.1) 59 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.407689+0000 mon.smithi063 (mon.0) 789 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.408502+0000 mon.smithi098 (mon.1) 60 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.408714+0000 mon.smithi063 (mon.0) 790 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.409500+0000 mon.smithi098 (mon.1) 61 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.409726+0000 mon.smithi063 (mon.0) 791 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:23.410322+0000 mgr.smithi098.qrshom (mgr.24449) 17 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 2712M 2024-04-12T05:15:24.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.415249+0000 mon.smithi063 (mon.0) 792 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:24.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.752383+0000 mon.smithi063 (mon.0) 793 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:24.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.758037+0000 mon.smithi063 (mon.0) 794 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:24.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.759918+0000 mon.smithi098 (mon.1) 62 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.760242+0000 mon.smithi063 (mon.0) 795 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.761370+0000 mon.smithi098 (mon.1) 63 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.761662+0000 mon.smithi063 (mon.0) 796 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.762594+0000 mon.smithi098 (mon.1) 64 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.762929+0000 mon.smithi063 (mon.0) 797 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.763840+0000 mon.smithi098 (mon.1) 65 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.764171+0000 mon.smithi063 (mon.0) 798 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.876 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.769170+0000 mon.smithi063 (mon.0) 799 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:24.876 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.770263+0000 mon.smithi098 (mon.1) 66 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:15:24.876 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:23.770864+0000 mon.smithi098 (mon.1) 67 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:15:24.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:22.969088+0000 mgr.smithi098.qrshom (mgr.24449) 16 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 318 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 6.6 MiB/s wr, 700 op/s 2024-04-12T05:15:24.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.392744+0000 mon.smithi063 (mon.0) 786 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:24.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.402266+0000 mon.smithi063 (mon.0) 787 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:24.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.404293+0000 mon.smithi098 (mon.1) 58 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.405354+0000 mon.smithi063 (mon.0) 788 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.406319+0000 mon.smithi098 (mon.1) 59 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.407689+0000 mon.smithi063 (mon.0) 789 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.408502+0000 mon.smithi098 (mon.1) 60 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.408714+0000 mon.smithi063 (mon.0) 790 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.409500+0000 mon.smithi098 (mon.1) 61 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.409726+0000 mon.smithi063 (mon.0) 791 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:23.410322+0000 mgr.smithi098.qrshom (mgr.24449) 17 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 2712M 2024-04-12T05:15:24.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.415249+0000 mon.smithi063 (mon.0) 792 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:24.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.752383+0000 mon.smithi063 (mon.0) 793 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:24.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.758037+0000 mon.smithi063 (mon.0) 794 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:24.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.759918+0000 mon.smithi098 (mon.1) 62 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.760242+0000 mon.smithi063 (mon.0) 795 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.878 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.761370+0000 mon.smithi098 (mon.1) 63 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.878 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.761662+0000 mon.smithi063 (mon.0) 796 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.878 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.762594+0000 mon.smithi098 (mon.1) 64 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.878 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.762929+0000 mon.smithi063 (mon.0) 797 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.878 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.763840+0000 mon.smithi098 (mon.1) 65 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.878 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.764171+0000 mon.smithi063 (mon.0) 798 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:15:24.878 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.769170+0000 mon.smithi063 (mon.0) 799 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:24.878 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.770263+0000 mon.smithi098 (mon.1) 66 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:15:24.878 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:23.770864+0000 mon.smithi098 (mon.1) 67 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:15:25.843 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:15:25.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:23.764927+0000 mgr.smithi098.qrshom (mgr.24449) 18 : cephadm [INF] Adjusting osd_memory_target on smithi063 to 1944M 2024-04-12T05:15:25.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:23.771965+0000 mgr.smithi098.qrshom (mgr.24449) 19 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-04-12T05:15:25.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:23.772116+0000 mgr.smithi098.qrshom (mgr.24449) 20 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-04-12T05:15:25.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:24.086666+0000 mgr.smithi098.qrshom (mgr.24449) 21 : cephadm [INF] Updating smithi098:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T05:15:25.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:24.087372+0000 mgr.smithi098.qrshom (mgr.24449) 22 : cephadm [INF] Updating smithi063:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T05:15:25.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:24.401769+0000 mgr.smithi098.qrshom (mgr.24449) 23 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:15:25.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:24.404071+0000 mgr.smithi098.qrshom (mgr.24449) 24 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:15:25.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:24.984915+0000 mon.smithi063 (mon.0) 800 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:25.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:24.991124+0000 mon.smithi063 (mon.0) 801 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:25.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:24.994431+0000 mon.smithi063 (mon.0) 802 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:25.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:25.001738+0000 mon.smithi063 (mon.0) 803 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:25.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:25.009274+0000 mon.smithi063 (mon.0) 804 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:25.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:23.764927+0000 mgr.smithi098.qrshom (mgr.24449) 18 : cephadm [INF] Adjusting osd_memory_target on smithi063 to 1944M 2024-04-12T05:15:25.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:23.771965+0000 mgr.smithi098.qrshom (mgr.24449) 19 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-04-12T05:15:25.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:23.772116+0000 mgr.smithi098.qrshom (mgr.24449) 20 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-04-12T05:15:25.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:24.086666+0000 mgr.smithi098.qrshom (mgr.24449) 21 : cephadm [INF] Updating smithi098:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T05:15:25.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:24.087372+0000 mgr.smithi098.qrshom (mgr.24449) 22 : cephadm [INF] Updating smithi063:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T05:15:25.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:24.401769+0000 mgr.smithi098.qrshom (mgr.24449) 23 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:15:25.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:24.404071+0000 mgr.smithi098.qrshom (mgr.24449) 24 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:15:25.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:24.984915+0000 mon.smithi063 (mon.0) 800 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:25.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:24.991124+0000 mon.smithi063 (mon.0) 801 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:25.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:24.994431+0000 mon.smithi063 (mon.0) 802 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:25.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:25.001738+0000 mon.smithi063 (mon.0) 803 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:25.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:25.009274+0000 mon.smithi063 (mon.0) 804 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:26.203 INFO:teuthology.orchestra.run.smithi063.stdout: 5 95005 20.92 MB/sec execute 1 sec latency 431.909 ms 2024-04-12T05:15:26.718 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:15:26.719 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (6m) 9s ago 7m 21.3M - 0.20.0 0881eb8f169f 4e313fe0538e 2024-04-12T05:15:26.719 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (7m) 9s ago 7m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:15:26.719 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (7m) 9s ago 7m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:15:26.719 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (6m) 9s ago 7m 33.6M - 6.7.4 557c83e11646 9894e069bbb5 2024-04-12T05:15:26.719 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (2m) 9s ago 2m 36.3M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:15:26.719 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (2m) 9s ago 2m 12.8M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:15:26.719 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (9m) 9s ago 9m 185M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:15:26.719 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (29s) 9s ago 7m 479M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:15:26.719 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (9m) 9s ago 9m 56.3M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:15:26.719 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (6m) 9s ago 6m 40.5M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:15:26.719 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.0.smithi063.eftjpt smithi063 *:2049 running (2m) 9s ago 2m 231M - 3.5 6933c2a0b7dd ce11191d240d 2024-04-12T05:15:26.719 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.0.smithi098.xirswa smithi098 *:2049 running (2m) 9s ago 2m 76.5M - 3.5 6933c2a0b7dd b37ca82cfe14 2024-04-12T05:15:26.719 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (7m) 9s ago 7m 17.1M - 0.18.1 e5a616e4b9cf 3d89f755cdc7 2024-04-12T05:15:26.720 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (6m) 9s ago 6m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:15:26.720 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (6m) 9s ago 6m 339M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:15:26.720 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (5m) 9s ago 5m 268M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:15:26.720 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (5m) 9s ago 5m 226M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:15:26.720 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (5m) 9s ago 5m 298M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:15:26.720 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (4m) 9s ago 4m 343M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:15:26.720 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (4m) 9s ago 4m 349M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:15:26.720 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (4m) 9s ago 4m 288M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:15:26.720 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (3m) 9s ago 3m 420M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:15:26.720 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (6m) 9s ago 7m 50.9M - 2.18.1 de242295e225 fa88f10cc479 2024-04-12T05:15:26.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:24.716226+0000 mgr.smithi098.qrshom (mgr.24449) 25 : cephadm [INF] Updating smithi098:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T05:15:26.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:24.722462+0000 mgr.smithi098.qrshom (mgr.24449) 26 : cephadm [INF] Updating smithi063:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T05:15:26.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:24.969611+0000 mgr.smithi098.qrshom (mgr.24449) 27 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 319 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 9.9 MiB/s wr, 982 op/s 2024-04-12T05:15:26.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:25.034714+0000 mon.smithi098 (mon.1) 68 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T05:15:26.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:25.035069+0000 mon.smithi063 (mon.0) 805 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T05:15:26.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:25.827197+0000 mgr.smithi098.qrshom (mgr.24449) 28 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:15:26.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:26.013643+0000 mon.smithi063 (mon.0) 806 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-04-12T05:15:26.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:26.013694+0000 mon.smithi063 (mon.0) 807 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-04-12T05:15:26.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:26.020870+0000 mon.smithi098 (mon.1) 69 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-04-12T05:15:26.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:26.022439+0000 mon.smithi063 (mon.0) 808 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-04-12T05:15:26.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:26.283894+0000 mgr.smithi098.qrshom (mgr.24449) 29 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:15:26.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:24.716226+0000 mgr.smithi098.qrshom (mgr.24449) 25 : cephadm [INF] Updating smithi098:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T05:15:26.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:24.722462+0000 mgr.smithi098.qrshom (mgr.24449) 26 : cephadm [INF] Updating smithi063:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T05:15:26.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:24.969611+0000 mgr.smithi098.qrshom (mgr.24449) 27 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 319 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 9.9 MiB/s wr, 982 op/s 2024-04-12T05:15:26.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:25.034714+0000 mon.smithi098 (mon.1) 68 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T05:15:26.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:25.035069+0000 mon.smithi063 (mon.0) 805 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T05:15:26.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:25.827197+0000 mgr.smithi098.qrshom (mgr.24449) 28 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:15:26.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:26.013643+0000 mon.smithi063 (mon.0) 806 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-04-12T05:15:26.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:26.013694+0000 mon.smithi063 (mon.0) 807 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-04-12T05:15:26.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:26.020870+0000 mon.smithi098 (mon.1) 69 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-04-12T05:15:26.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:26.022439+0000 mon.smithi063 (mon.0) 808 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-04-12T05:15:26.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:26.283894+0000 mgr.smithi098.qrshom (mgr.24449) 29 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:15:27.203 INFO:teuthology.orchestra.run.smithi063.stdout: 5 95554 19.93 MB/sec execute 2 sec latency 33.827 ms 2024-04-12T05:15:27.365 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:15:27.365 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:15:27.365 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:15:27.366 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:15:27.366 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:15:27.366 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:15:27.366 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:15:27.366 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:15:27.366 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:15:27.366 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:15:27.366 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:15:27.366 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:15:27.366 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:15:27.366 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:15:27.366 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:15:27.366 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T05:15:27.366 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:15:27.366 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:15:27.367 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:15:27.775 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:15:27.775 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:15:27.775 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:15:27.776 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:15:27.776 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:15:27.776 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T05:15:27.776 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:15:27.776 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:15:27.776 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:15:28.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:26.706586+0000 mgr.smithi098.qrshom (mgr.24449) 30 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:15:28.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:26.969994+0000 mgr.smithi098.qrshom (mgr.24449) 31 : cluster [DBG] pgmap v16: 129 pgs: 32 unknown, 97 active+clean; 319 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.1 MiB/s wr, 842 op/s 2024-04-12T05:15:28.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:27.013953+0000 mon.smithi063 (mon.0) 809 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-04-12T05:15:28.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:27.014034+0000 mon.smithi063 (mon.0) 810 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-04-12T05:15:28.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:27.017207+0000 mgr.smithi098.qrshom (mgr.24449) 32 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-04-12T05:15:28.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:27.059596+0000 mgr.smithi098.qrshom (mgr.24449) 33 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-04-12T05:15:28.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:27.059684+0000 mgr.smithi098.qrshom (mgr.24449) 34 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi063.eftjpt', 'nfs.foo.1.0.smithi098.xirswa'] 2024-04-12T05:15:28.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:27.059740+0000 mgr.smithi098.qrshom (mgr.24449) 35 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi063.eftjpt nfs.foo.1.0.smithi098.xirswa 2024-04-12T05:15:28.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:27.060122+0000 mgr.smithi098.qrshom (mgr.24449) 36 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi063.eftjpt from smithi063 -- ports [2049] 2024-04-12T05:15:28.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:27.060378+0000 mgr.smithi098.qrshom (mgr.24449) 37 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi098.xirswa from smithi098 -- ports [2049] 2024-04-12T05:15:28.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:27.364102+0000 mon.smithi098 (mon.1) 70 : audit [DBG] from='client.? 172.21.15.63:0/2163512134' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:15:28.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:27.478903+0000 mon.smithi063 (mon.0) 811 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-12T05:15:28.202 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_WARN 1 pool(s) do not have an application enabled 2024-04-12T05:15:28.202 INFO:teuthology.orchestra.run.smithi063.stdout:[WRN] POOL_APP_NOT_ENABLED: 1 pool(s) do not have an application enabled 2024-04-12T05:15:28.202 INFO:teuthology.orchestra.run.smithi063.stdout: application not enabled on pool '.nfs' 2024-04-12T05:15:28.203 INFO:teuthology.orchestra.run.smithi063.stdout: use 'ceph osd pool application enable ', where is 'cephfs', 'rbd', 'rgw', or freeform for custom applications. 2024-04-12T05:15:28.203 INFO:teuthology.orchestra.run.smithi063.stdout: 5 95731 16.05 MB/sec execute 3 sec latency 689.132 ms 2024-04-12T05:15:28.280 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:26.706586+0000 mgr.smithi098.qrshom (mgr.24449) 30 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:15:28.280 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:26.969994+0000 mgr.smithi098.qrshom (mgr.24449) 31 : cluster [DBG] pgmap v16: 129 pgs: 32 unknown, 97 active+clean; 319 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.1 MiB/s wr, 842 op/s 2024-04-12T05:15:28.280 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:27.013953+0000 mon.smithi063 (mon.0) 809 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-04-12T05:15:28.280 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:27.014034+0000 mon.smithi063 (mon.0) 810 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-04-12T05:15:28.280 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:27.017207+0000 mgr.smithi098.qrshom (mgr.24449) 32 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-04-12T05:15:28.280 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:27.059596+0000 mgr.smithi098.qrshom (mgr.24449) 33 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-04-12T05:15:28.280 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:27.059684+0000 mgr.smithi098.qrshom (mgr.24449) 34 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi063.eftjpt', 'nfs.foo.1.0.smithi098.xirswa'] 2024-04-12T05:15:28.280 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:27.059740+0000 mgr.smithi098.qrshom (mgr.24449) 35 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi063.eftjpt nfs.foo.1.0.smithi098.xirswa 2024-04-12T05:15:28.280 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:27.060122+0000 mgr.smithi098.qrshom (mgr.24449) 36 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi063.eftjpt from smithi063 -- ports [2049] 2024-04-12T05:15:28.280 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:27.060378+0000 mgr.smithi098.qrshom (mgr.24449) 37 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi098.xirswa from smithi098 -- ports [2049] 2024-04-12T05:15:28.280 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:27.364102+0000 mon.smithi098 (mon.1) 70 : audit [DBG] from='client.? 172.21.15.63:0/2163512134' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:15:28.280 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:27.478903+0000 mon.smithi063 (mon.0) 811 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-12T05:15:29.203 INFO:teuthology.orchestra.run.smithi063.stdout: 5 95731 12.04 MB/sec execute 4 sec latency 1689.189 ms 2024-04-12T05:15:29.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:27.773297+0000 mgr.smithi098.qrshom (mgr.24449) 38 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:15:29.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:28.022171+0000 mon.smithi063 (mon.0) 812 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-04-12T05:15:29.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.200472+0000 mon.smithi063 (mon.0) 813 : audit [DBG] from='client.? 172.21.15.63:0/1817225655' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:15:29.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.477085+0000 mon.smithi098 (mon.1) 71 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi098.xirswa"}]: dispatch 2024-04-12T05:15:29.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.477337+0000 mon.smithi098 (mon.1) 72 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi063.eftjpt"}]: dispatch 2024-04-12T05:15:29.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.477644+0000 mon.smithi063 (mon.0) 814 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi098.xirswa"}]: dispatch 2024-04-12T05:15:29.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.478633+0000 mon.smithi063 (mon.0) 815 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi063.eftjpt"}]: dispatch 2024-04-12T05:15:29.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.480665+0000 mon.smithi063 (mon.0) 816 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi098.xirswa"}]': finished 2024-04-12T05:15:29.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.481491+0000 mon.smithi098 (mon.1) 73 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi098.xirswa-rgw"}]: dispatch 2024-04-12T05:15:29.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.481652+0000 mon.smithi063 (mon.0) 817 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi098.xirswa-rgw"}]: dispatch 2024-04-12T05:15:29.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.483301+0000 mon.smithi063 (mon.0) 818 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi063.eftjpt"}]': finished 2024-04-12T05:15:29.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.484378+0000 mon.smithi098 (mon.1) 74 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi063.eftjpt-rgw"}]: dispatch 2024-04-12T05:15:29.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.485895+0000 mon.smithi063 (mon.0) 819 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi098.xirswa-rgw"}]': finished 2024-04-12T05:15:29.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.486384+0000 mon.smithi063 (mon.0) 820 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi063.eftjpt-rgw"}]: dispatch 2024-04-12T05:15:29.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.489033+0000 mon.smithi063 (mon.0) 821 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi063.eftjpt-rgw"}]': finished 2024-04-12T05:15:29.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.492617+0000 mon.smithi063 (mon.0) 822 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:29.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.493411+0000 mon.smithi098 (mon.1) 75 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-04-12T05:15:29.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.516462+0000 mon.smithi098 (mon.1) 76 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-04-12T05:15:29.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.516845+0000 mon.smithi063 (mon.0) 823 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-04-12T05:15:29.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.519838+0000 mon.smithi063 (mon.0) 824 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-04-12T05:15:29.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.528375+0000 mon.smithi063 (mon.0) 825 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:29.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.535947+0000 mon.smithi063 (mon.0) 826 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:29.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.546735+0000 mon.smithi063 (mon.0) 827 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:29.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.554094+0000 mon.smithi063 (mon.0) 828 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:29.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.566553+0000 mon.smithi063 (mon.0) 829 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:29.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.568104+0000 mon.smithi098 (mon.1) 77 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi063.eftjpt"}]: dispatch 2024-04-12T05:15:29.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.568442+0000 mon.smithi063 (mon.0) 830 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi063.eftjpt"}]: dispatch 2024-04-12T05:15:29.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.572051+0000 mon.smithi063 (mon.0) 831 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:29.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.574594+0000 mon.smithi098 (mon.1) 78 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi098.xirswa"}]: dispatch 2024-04-12T05:15:29.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.574805+0000 mon.smithi063 (mon.0) 832 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi098.xirswa"}]: dispatch 2024-04-12T05:15:29.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.578063+0000 mon.smithi063 (mon.0) 833 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:29.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.579077+0000 mon.smithi098 (mon.1) 79 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi063.rklvbq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T05:15:29.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.579312+0000 mon.smithi063 (mon.0) 834 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi063.rklvbq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T05:15:29.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.581999+0000 mon.smithi063 (mon.0) 835 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi063.rklvbq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-12T05:15:29.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.585177+0000 mon.smithi098 (mon.1) 80 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T05:15:29.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.585727+0000 mon.smithi063 (mon.0) 836 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T05:15:29.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.588404+0000 mon.smithi063 (mon.0) 837 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-12T05:15:29.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.589784+0000 mon.smithi098 (mon.1) 81 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:15:29.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.632626+0000 mon.smithi098 (mon.1) 82 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T05:15:29.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.633076+0000 mon.smithi063 (mon.0) 838 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T05:15:29.378 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.635575+0000 mon.smithi063 (mon.0) 839 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T05:15:29.378 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.685684+0000 mon.smithi098 (mon.1) 83 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi063.rklvbq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T05:15:29.378 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.686109+0000 mon.smithi063 (mon.0) 840 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi063.rklvbq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T05:15:29.378 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.691192+0000 mon.smithi063 (mon.0) 841 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi063.rklvbq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-12T05:15:29.378 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.699012+0000 mon.smithi098 (mon.1) 84 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:15:29.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:27.773297+0000 mgr.smithi098.qrshom (mgr.24449) 38 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:15:29.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:28.022171+0000 mon.smithi063 (mon.0) 812 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-04-12T05:15:29.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.200472+0000 mon.smithi063 (mon.0) 813 : audit [DBG] from='client.? 172.21.15.63:0/1817225655' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:15:29.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.477085+0000 mon.smithi098 (mon.1) 71 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi098.xirswa"}]: dispatch 2024-04-12T05:15:29.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.477337+0000 mon.smithi098 (mon.1) 72 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi063.eftjpt"}]: dispatch 2024-04-12T05:15:29.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.477644+0000 mon.smithi063 (mon.0) 814 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi098.xirswa"}]: dispatch 2024-04-12T05:15:29.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.478633+0000 mon.smithi063 (mon.0) 815 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi063.eftjpt"}]: dispatch 2024-04-12T05:15:29.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.480665+0000 mon.smithi063 (mon.0) 816 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi098.xirswa"}]': finished 2024-04-12T05:15:29.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.481491+0000 mon.smithi098 (mon.1) 73 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi098.xirswa-rgw"}]: dispatch 2024-04-12T05:15:29.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.481652+0000 mon.smithi063 (mon.0) 817 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi098.xirswa-rgw"}]: dispatch 2024-04-12T05:15:29.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.483301+0000 mon.smithi063 (mon.0) 818 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi063.eftjpt"}]': finished 2024-04-12T05:15:29.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.484378+0000 mon.smithi098 (mon.1) 74 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi063.eftjpt-rgw"}]: dispatch 2024-04-12T05:15:29.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.485895+0000 mon.smithi063 (mon.0) 819 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi098.xirswa-rgw"}]': finished 2024-04-12T05:15:29.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.486384+0000 mon.smithi063 (mon.0) 820 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi063.eftjpt-rgw"}]: dispatch 2024-04-12T05:15:29.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.489033+0000 mon.smithi063 (mon.0) 821 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi063.eftjpt-rgw"}]': finished 2024-04-12T05:15:29.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.492617+0000 mon.smithi063 (mon.0) 822 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:29.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.493411+0000 mon.smithi098 (mon.1) 75 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-04-12T05:15:29.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.516462+0000 mon.smithi098 (mon.1) 76 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-04-12T05:15:29.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.516845+0000 mon.smithi063 (mon.0) 823 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-04-12T05:15:29.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.519838+0000 mon.smithi063 (mon.0) 824 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-04-12T05:15:29.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.528375+0000 mon.smithi063 (mon.0) 825 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:29.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.535947+0000 mon.smithi063 (mon.0) 826 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:29.381 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.546735+0000 mon.smithi063 (mon.0) 827 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:29.381 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.554094+0000 mon.smithi063 (mon.0) 828 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:29.381 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.566553+0000 mon.smithi063 (mon.0) 829 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:29.381 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.568104+0000 mon.smithi098 (mon.1) 77 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi063.eftjpt"}]: dispatch 2024-04-12T05:15:29.381 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.568442+0000 mon.smithi063 (mon.0) 830 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi063.eftjpt"}]: dispatch 2024-04-12T05:15:29.381 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.572051+0000 mon.smithi063 (mon.0) 831 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:29.381 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.574594+0000 mon.smithi098 (mon.1) 78 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi098.xirswa"}]: dispatch 2024-04-12T05:15:29.381 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.574805+0000 mon.smithi063 (mon.0) 832 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi098.xirswa"}]: dispatch 2024-04-12T05:15:29.381 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.578063+0000 mon.smithi063 (mon.0) 833 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:29.381 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.579077+0000 mon.smithi098 (mon.1) 79 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi063.rklvbq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T05:15:29.381 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.579312+0000 mon.smithi063 (mon.0) 834 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi063.rklvbq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T05:15:29.381 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.581999+0000 mon.smithi063 (mon.0) 835 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi063.rklvbq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-12T05:15:29.381 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.585177+0000 mon.smithi098 (mon.1) 80 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T05:15:29.381 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.585727+0000 mon.smithi063 (mon.0) 836 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T05:15:29.382 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.588404+0000 mon.smithi063 (mon.0) 837 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-12T05:15:29.382 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.589784+0000 mon.smithi098 (mon.1) 81 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:15:29.382 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.632626+0000 mon.smithi098 (mon.1) 82 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T05:15:29.382 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.633076+0000 mon.smithi063 (mon.0) 838 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T05:15:29.382 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.635575+0000 mon.smithi063 (mon.0) 839 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T05:15:29.382 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.685684+0000 mon.smithi098 (mon.1) 83 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi063.rklvbq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T05:15:29.382 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.686109+0000 mon.smithi063 (mon.0) 840 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi063.rklvbq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T05:15:29.382 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.691192+0000 mon.smithi063 (mon.0) 841 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi063.rklvbq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-12T05:15:29.382 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.699012+0000 mon.smithi098 (mon.1) 84 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:15:30.203 INFO:teuthology.orchestra.run.smithi063.stdout: 5 95731 9.63 MB/sec execute 5 sec latency 2689.238 ms 2024-04-12T05:15:30.231 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:28.476669+0000 mgr.smithi098.qrshom (mgr.24449) 39 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi098.xirswa 2024-04-12T05:15:30.231 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:28.476848+0000 mgr.smithi098.qrshom (mgr.24449) 40 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi063.eftjpt 2024-04-12T05:15:30.231 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:28.481338+0000 mgr.smithi098.qrshom (mgr.24449) 41 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi098.xirswa-rgw 2024-04-12T05:15:30.231 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:28.484200+0000 mgr.smithi098.qrshom (mgr.24449) 42 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi063.eftjpt-rgw 2024-04-12T05:15:30.231 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:28.493914+0000 mgr.smithi098.qrshom (mgr.24449) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-04-12T05:15:30.231 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:28.524760+0000 mgr.smithi098.qrshom (mgr.24449) 44 : cephadm [INF] Done migrating nfs.foo 2024-04-12T05:15:30.231 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:28.524829+0000 mgr.smithi098.qrshom (mgr.24449) 45 : cephadm [INF] Done migrating all NFS services 2024-04-12T05:15:30.231 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:28.567893+0000 mgr.smithi098.qrshom (mgr.24449) 46 : cephadm [INF] Fencing old nfs.foo.0.0.smithi063.eftjpt 2024-04-12T05:15:30.231 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:28.574448+0000 mgr.smithi098.qrshom (mgr.24449) 47 : cephadm [INF] Fencing old nfs.foo.1.0.smithi098.xirswa 2024-04-12T05:15:30.231 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:28.578876+0000 mgr.smithi098.qrshom (mgr.24449) 48 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi063.rklvbq 2024-04-12T05:15:30.231 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:28.584995+0000 mgr.smithi098.qrshom (mgr.24449) 49 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-12T05:15:30.232 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:28.685280+0000 mgr.smithi098.qrshom (mgr.24449) 50 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-12T05:15:30.232 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:28.685362+0000 mgr.smithi098.qrshom (mgr.24449) 51 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi063.rklvbq-rgw 2024-04-12T05:15:30.232 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:28.692523+0000 mgr.smithi098.qrshom (mgr.24449) 52 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi063.rklvbq's ganesha conf is defaulting to empty 2024-04-12T05:15:30.232 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:28.700166+0000 mgr.smithi098.qrshom (mgr.24449) 53 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi063.rklvbq on smithi063 2024-04-12T05:15:30.232 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:28.970641+0000 mgr.smithi098.qrshom (mgr.24449) 54 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 12 MiB/s wr, 1.11k op/s 2024-04-12T05:15:30.232 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:29.031376+0000 mon.smithi063 (mon.0) 842 : cluster [DBG] mgrmap e26: smithi098.qrshom(active, since 22s), standbys: smithi063.ewdkhy 2024-04-12T05:15:30.232 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:29.689871+0000 mon.smithi063 (mon.0) 843 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-12T05:15:30.232 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:29.689895+0000 mon.smithi063 (mon.0) 844 : cluster [INF] Cluster is now healthy 2024-04-12T05:15:30.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:28.476669+0000 mgr.smithi098.qrshom (mgr.24449) 39 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi098.xirswa 2024-04-12T05:15:30.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:28.476848+0000 mgr.smithi098.qrshom (mgr.24449) 40 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi063.eftjpt 2024-04-12T05:15:30.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:28.481338+0000 mgr.smithi098.qrshom (mgr.24449) 41 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi098.xirswa-rgw 2024-04-12T05:15:30.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:28.484200+0000 mgr.smithi098.qrshom (mgr.24449) 42 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi063.eftjpt-rgw 2024-04-12T05:15:30.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:28.493914+0000 mgr.smithi098.qrshom (mgr.24449) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-04-12T05:15:30.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:28.524760+0000 mgr.smithi098.qrshom (mgr.24449) 44 : cephadm [INF] Done migrating nfs.foo 2024-04-12T05:15:30.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:28.524829+0000 mgr.smithi098.qrshom (mgr.24449) 45 : cephadm [INF] Done migrating all NFS services 2024-04-12T05:15:30.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:28.567893+0000 mgr.smithi098.qrshom (mgr.24449) 46 : cephadm [INF] Fencing old nfs.foo.0.0.smithi063.eftjpt 2024-04-12T05:15:30.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:28.574448+0000 mgr.smithi098.qrshom (mgr.24449) 47 : cephadm [INF] Fencing old nfs.foo.1.0.smithi098.xirswa 2024-04-12T05:15:30.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:28.578876+0000 mgr.smithi098.qrshom (mgr.24449) 48 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi063.rklvbq 2024-04-12T05:15:30.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:28.584995+0000 mgr.smithi098.qrshom (mgr.24449) 49 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-12T05:15:30.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:28.685280+0000 mgr.smithi098.qrshom (mgr.24449) 50 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-12T05:15:30.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:28.685362+0000 mgr.smithi098.qrshom (mgr.24449) 51 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi063.rklvbq-rgw 2024-04-12T05:15:30.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:28.692523+0000 mgr.smithi098.qrshom (mgr.24449) 52 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi063.rklvbq's ganesha conf is defaulting to empty 2024-04-12T05:15:30.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:28.700166+0000 mgr.smithi098.qrshom (mgr.24449) 53 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi063.rklvbq on smithi063 2024-04-12T05:15:30.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:28.970641+0000 mgr.smithi098.qrshom (mgr.24449) 54 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 12 MiB/s wr, 1.11k op/s 2024-04-12T05:15:30.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:29.031376+0000 mon.smithi063 (mon.0) 842 : cluster [DBG] mgrmap e26: smithi098.qrshom(active, since 22s), standbys: smithi063.ewdkhy 2024-04-12T05:15:30.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:29.689871+0000 mon.smithi063 (mon.0) 843 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-12T05:15:30.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:29.689895+0000 mon.smithi063 (mon.0) 844 : cluster [INF] Cluster is now healthy 2024-04-12T05:15:31.204 INFO:teuthology.orchestra.run.smithi063.stdout: 5 95731 8.02 MB/sec execute 6 sec latency 3689.281 ms 2024-04-12T05:15:32.204 INFO:teuthology.orchestra.run.smithi063.stdout: 5 95731 6.88 MB/sec execute 7 sec latency 4689.656 ms 2024-04-12T05:15:32.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:30.971011+0000 mgr.smithi098.qrshom (mgr.24449) 55 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.3 MiB/s wr, 513 op/s 2024-04-12T05:15:32.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:31.037298+0000 mon.smithi063 (mon.0) 845 : cluster [DBG] mgrmap e27: smithi098.qrshom(active, since 24s), standbys: smithi063.ewdkhy 2024-04-12T05:15:32.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:31.348890+0000 mon.smithi063 (mon.0) 846 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:32.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:31.355134+0000 mon.smithi063 (mon.0) 847 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:32.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:31.373318+0000 mon.smithi063 (mon.0) 848 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:32.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:31.374830+0000 mgr.smithi098.qrshom (mgr.24449) 56 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi098.retefr 2024-04-12T05:15:32.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:31.375117+0000 mon.smithi098 (mon.1) 85 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi098.retefr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T05:15:32.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:31.375630+0000 mon.smithi063 (mon.0) 849 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi098.retefr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T05:15:32.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:31.378625+0000 mon.smithi063 (mon.0) 850 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi098.retefr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-12T05:15:32.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:31.379941+0000 mgr.smithi098.qrshom (mgr.24449) 57 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-12T05:15:32.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:31.380219+0000 mon.smithi098 (mon.1) 86 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T05:15:32.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:31.380664+0000 mon.smithi063 (mon.0) 851 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T05:15:32.320 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:31.383518+0000 mon.smithi063 (mon.0) 852 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-12T05:15:32.320 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:31.385196+0000 mon.smithi098 (mon.1) 87 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:15:32.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:30.971011+0000 mgr.smithi098.qrshom (mgr.24449) 55 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.3 MiB/s wr, 513 op/s 2024-04-12T05:15:32.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:31.037298+0000 mon.smithi063 (mon.0) 845 : cluster [DBG] mgrmap e27: smithi098.qrshom(active, since 24s), standbys: smithi063.ewdkhy 2024-04-12T05:15:32.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:31.348890+0000 mon.smithi063 (mon.0) 846 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:32.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:31.355134+0000 mon.smithi063 (mon.0) 847 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:32.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:31.373318+0000 mon.smithi063 (mon.0) 848 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:32.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:31.374830+0000 mgr.smithi098.qrshom (mgr.24449) 56 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi098.retefr 2024-04-12T05:15:32.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:31.375117+0000 mon.smithi098 (mon.1) 85 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi098.retefr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T05:15:32.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:31.375630+0000 mon.smithi063 (mon.0) 849 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi098.retefr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T05:15:32.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:31.378625+0000 mon.smithi063 (mon.0) 850 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi098.retefr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-12T05:15:32.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:31.379941+0000 mgr.smithi098.qrshom (mgr.24449) 57 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-12T05:15:32.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:31.380219+0000 mon.smithi098 (mon.1) 86 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T05:15:32.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:31.380664+0000 mon.smithi063 (mon.0) 851 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T05:15:32.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:31.383518+0000 mon.smithi063 (mon.0) 852 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-12T05:15:32.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:31.385196+0000 mon.smithi098 (mon.1) 87 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:15:33.204 INFO:teuthology.orchestra.run.smithi063.stdout: 5 95731 6.02 MB/sec execute 8 sec latency 5689.713 ms 2024-04-12T05:15:34.204 INFO:teuthology.orchestra.run.smithi063.stdout: 5 95731 5.35 MB/sec execute 9 sec latency 6689.807 ms 2024-04-12T05:15:34.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:32.971722+0000 mgr.smithi098.qrshom (mgr.24449) 58 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2024-04-12T05:15:34.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:32.971722+0000 mgr.smithi098.qrshom (mgr.24449) 58 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2024-04-12T05:15:35.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:34.250147+0000 mon.smithi098 (mon.1) 88 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T05:15:35.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:34.250646+0000 mon.smithi063 (mon.0) 853 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T05:15:35.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:34.255387+0000 mon.smithi063 (mon.0) 854 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T05:15:35.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:34.263738+0000 mds.foofs.smithi063.ymeuya (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14540 (172.21.15.63:0/1113903194) 2024-04-12T05:15:35.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:34.264001+0000 mon.smithi063 (mon.0) 855 : audit [INF] from='mds.? [v2:172.21.15.63:6834/2344043023,v1:172.21.15.63:6835/2344043023]' entity='mds.foofs.smithi063.ymeuya' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.63:0/1113903194"}]: dispatch 2024-04-12T05:15:35.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:34.266940+0000 mds.foofs.smithi063.ymeuya (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14706 172.21.15.63:0/2016498917) 2024-04-12T05:15:35.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:34.311359+0000 mgr.smithi098.qrshom (mgr.24449) 59 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-12T05:15:35.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:34.311458+0000 mgr.smithi098.qrshom (mgr.24449) 60 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi098.retefr-rgw 2024-04-12T05:15:35.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:34.311843+0000 mon.smithi098 (mon.1) 89 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi098.retefr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T05:15:35.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:34.312210+0000 mon.smithi063 (mon.0) 856 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi098.retefr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T05:15:35.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:34.316006+0000 mon.smithi063 (mon.0) 857 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi098.retefr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-12T05:15:35.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:34.317014+0000 mgr.smithi098.qrshom (mgr.24449) 61 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi098.retefr's ganesha conf is defaulting to empty 2024-04-12T05:15:35.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:34.317559+0000 mon.smithi098 (mon.1) 90 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:15:35.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:34.318686+0000 mgr.smithi098.qrshom (mgr.24449) 62 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi098.retefr on smithi098 2024-04-12T05:15:35.204 INFO:teuthology.orchestra.run.smithi063.stdout: 5 95731 4.81 MB/sec execute 10 sec latency 7689.900 ms 2024-04-12T05:15:35.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:34.250147+0000 mon.smithi098 (mon.1) 88 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T05:15:35.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:34.250646+0000 mon.smithi063 (mon.0) 853 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T05:15:35.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:34.255387+0000 mon.smithi063 (mon.0) 854 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T05:15:35.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:34.263738+0000 mds.foofs.smithi063.ymeuya (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14540 (172.21.15.63:0/1113903194) 2024-04-12T05:15:35.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:34.264001+0000 mon.smithi063 (mon.0) 855 : audit [INF] from='mds.? [v2:172.21.15.63:6834/2344043023,v1:172.21.15.63:6835/2344043023]' entity='mds.foofs.smithi063.ymeuya' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.63:0/1113903194"}]: dispatch 2024-04-12T05:15:35.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:34.266940+0000 mds.foofs.smithi063.ymeuya (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14706 172.21.15.63:0/2016498917) 2024-04-12T05:15:35.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:34.311359+0000 mgr.smithi098.qrshom (mgr.24449) 59 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-12T05:15:35.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:34.311458+0000 mgr.smithi098.qrshom (mgr.24449) 60 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi098.retefr-rgw 2024-04-12T05:15:35.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:34.311843+0000 mon.smithi098 (mon.1) 89 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi098.retefr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T05:15:35.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:34.312210+0000 mon.smithi063 (mon.0) 856 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi098.retefr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T05:15:35.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:34.316006+0000 mon.smithi063 (mon.0) 857 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi098.retefr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-12T05:15:35.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:34.317014+0000 mgr.smithi098.qrshom (mgr.24449) 61 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi098.retefr's ganesha conf is defaulting to empty 2024-04-12T05:15:35.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:34.317559+0000 mon.smithi098 (mon.1) 90 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:15:35.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:34.318686+0000 mgr.smithi098.qrshom (mgr.24449) 62 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi098.retefr on smithi098 2024-04-12T05:15:36.204 INFO:teuthology.orchestra.run.smithi063.stdout: 5 95731 4.38 MB/sec execute 11 sec latency 8689.995 ms 2024-04-12T05:15:36.487 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:34.972396+0000 mgr.smithi098.qrshom (mgr.24449) 63 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 319 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2024-04-12T05:15:36.487 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:35.256990+0000 mon.smithi063 (mon.0) 858 : audit [INF] from='mds.? [v2:172.21.15.63:6834/2344043023,v1:172.21.15.63:6835/2344043023]' entity='mds.foofs.smithi063.ymeuya' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.63:0/1113903194"}]': finished 2024-04-12T05:15:36.487 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:35.257076+0000 mon.smithi063 (mon.0) 859 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-04-12T05:15:36.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:34.972396+0000 mgr.smithi098.qrshom (mgr.24449) 63 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 319 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2024-04-12T05:15:36.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:35.256990+0000 mon.smithi063 (mon.0) 858 : audit [INF] from='mds.? [v2:172.21.15.63:6834/2344043023,v1:172.21.15.63:6835/2344043023]' entity='mds.foofs.smithi063.ymeuya' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.63:0/1113903194"}]': finished 2024-04-12T05:15:36.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:35.257076+0000 mon.smithi063 (mon.0) 859 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-04-12T05:15:37.204 INFO:teuthology.orchestra.run.smithi063.stdout: 5 95731 4.01 MB/sec execute 12 sec latency 9690.058 ms 2024-04-12T05:15:38.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:36.802122+0000 mon.smithi063 (mon.0) 860 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:38.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:36.807766+0000 mon.smithi063 (mon.0) 861 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:38.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:36.847718+0000 mon.smithi063 (mon.0) 862 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:38.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:36.852828+0000 mon.smithi063 (mon.0) 863 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:38.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:36.949980+0000 mon.smithi098 (mon.1) 91 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:15:38.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:36.972722+0000 mgr.smithi098.qrshom (mgr.24449) 64 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 319 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 9.5 KiB/s wr, 7 op/s 2024-04-12T05:15:38.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:37.094474+0000 mon.smithi063 (mon.0) 864 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:38.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:37.103124+0000 mon.smithi098 (mon.1) 92 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:15:38.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:36.802122+0000 mon.smithi063 (mon.0) 860 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:38.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:36.807766+0000 mon.smithi063 (mon.0) 861 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:38.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:36.847718+0000 mon.smithi063 (mon.0) 862 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:38.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:36.852828+0000 mon.smithi063 (mon.0) 863 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:38.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:36.949980+0000 mon.smithi098 (mon.1) 91 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:15:38.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:36.972722+0000 mgr.smithi098.qrshom (mgr.24449) 64 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 319 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 9.5 KiB/s wr, 7 op/s 2024-04-12T05:15:38.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:37.094474+0000 mon.smithi063 (mon.0) 864 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:38.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:37.103124+0000 mon.smithi098 (mon.1) 92 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:15:38.204 INFO:teuthology.orchestra.run.smithi063.stdout: 5 95731 3.70 MB/sec execute 13 sec latency 10690.100 ms 2024-04-12T05:15:39.204 INFO:teuthology.orchestra.run.smithi063.stdout: 5 95731 3.44 MB/sec execute 14 sec latency 11690.148 ms 2024-04-12T05:15:39.722 INFO:teuthology.orchestra.run.smithi063.stdout:[95910] open ./clients/client0/~dmtmp/COREL/CORELDRW.CDT failed for handle 13324 (Stale file handle) 2024-04-12T05:15:39.722 INFO:teuthology.orchestra.run.smithi063.stdout:(95911) ERROR: handle 13324 was not found 2024-04-12T05:15:39.722 INFO:teuthology.orchestra.run.smithi063.stdout:[95900] open ./clients/client4/~dmtmp/COREL/GRAPHIC2.CDR failed for handle 13321 (Stale file handle) 2024-04-12T05:15:39.722 INFO:teuthology.orchestra.run.smithi063.stdout:[95951] open ./clients/client1/~dmtmp/COREL/GRAPH2.CDR failed for handle 13334 (Stale file handle) 2024-04-12T05:15:39.723 INFO:teuthology.orchestra.run.smithi063.stdout:(95952) ERROR: handle 13334 was not found 2024-04-12T05:15:39.723 INFO:teuthology.orchestra.run.smithi063.stdout:Child failed with status 1 2024-04-12T05:15:39.723 INFO:teuthology.orchestra.run.smithi063.stdout:[96066] open ./clients/client2/~dmtmp/PM/PMC184.TMP failed for handle 13371 (Stale file handle) 2024-04-12T05:15:39.723 INFO:teuthology.orchestra.run.smithi063.stdout:(96067) ERROR: handle 13371 was not found 2024-04-12T05:15:39.723 INFO:teuthology.orchestra.run.smithi063.stdout:[94828] unlink ./clients/client3/~dmtmp/EXCEL/SALES1.XLS failed (Stale file handle) - expected NT_STATUS_OK 2024-04-12T05:15:39.723 INFO:teuthology.orchestra.run.smithi063.stdout:ERROR: child 3 failed at line 94828 2024-04-12T05:15:39.724 DEBUG:teuthology.orchestra.run.smithi063:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-04-12T05:15:39.788 DEBUG:teuthology.orchestra.run.smithi063:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-04-12T05:15:39.973 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:15:40.098 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:38.973309+0000 mgr.smithi098.qrshom (mgr.24449) 65 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 43 KiB/s wr, 23 op/s 2024-04-12T05:15:40.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:38.973309+0000 mgr.smithi098.qrshom (mgr.24449) 65 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 43 KiB/s wr, 23 op/s 2024-04-12T05:15:42.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:42 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:40.973641+0000 mgr.smithi098.qrshom (mgr.24449) 66 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 43 KiB/s wr, 23 op/s 2024-04-12T05:15:42.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:42 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:41.181838+0000 mon.smithi063 (mon.0) 865 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:42.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:42 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:41.187528+0000 mon.smithi063 (mon.0) 866 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:42.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:40.973641+0000 mgr.smithi098.qrshom (mgr.24449) 66 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 43 KiB/s wr, 23 op/s 2024-04-12T05:15:42.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:41.181838+0000 mon.smithi063 (mon.0) 865 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:42.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:41.187528+0000 mon.smithi063 (mon.0) 866 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:43.509 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:42.727827+0000 mds.foofs.smithi063.ymeuya (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24359 (172.21.15.98:0/2524596150) 2024-04-12T05:15:43.510 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:42.728002+0000 mon.smithi063 (mon.0) 867 : audit [INF] from='mds.? [v2:172.21.15.63:6834/2344043023,v1:172.21.15.63:6835/2344043023]' entity='mds.foofs.smithi063.ymeuya' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.98:0/2524596150"}]: dispatch 2024-04-12T05:15:43.510 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:42.730299+0000 mds.foofs.smithi063.ymeuya (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24549 172.21.15.98:0/3432576239) 2024-04-12T05:15:43.510 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:43.087905+0000 mon.smithi063 (mon.0) 868 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:43.510 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:43.094595+0000 mon.smithi063 (mon.0) 869 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:43.510 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:43.096969+0000 mon.smithi098 (mon.1) 93 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:15:43.510 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:43.097802+0000 mon.smithi098 (mon.1) 94 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:15:43.510 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:43.102654+0000 mon.smithi063 (mon.0) 870 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:43.510 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:43.110574+0000 mon.smithi063 (mon.0) 871 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:43.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:42.727827+0000 mds.foofs.smithi063.ymeuya (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24359 (172.21.15.98:0/2524596150) 2024-04-12T05:15:43.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:42.728002+0000 mon.smithi063 (mon.0) 867 : audit [INF] from='mds.? [v2:172.21.15.63:6834/2344043023,v1:172.21.15.63:6835/2344043023]' entity='mds.foofs.smithi063.ymeuya' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.98:0/2524596150"}]: dispatch 2024-04-12T05:15:43.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:42.730299+0000 mds.foofs.smithi063.ymeuya (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24549 172.21.15.98:0/3432576239) 2024-04-12T05:15:43.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:43.087905+0000 mon.smithi063 (mon.0) 868 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:43.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:43.094595+0000 mon.smithi063 (mon.0) 869 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:43.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:43.096969+0000 mon.smithi098 (mon.1) 93 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:15:43.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:43.097802+0000 mon.smithi098 (mon.1) 94 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:15:43.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:43.102654+0000 mon.smithi063 (mon.0) 870 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:43.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:43.110574+0000 mon.smithi063 (mon.0) 871 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:44.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:42.974192+0000 mgr.smithi098.qrshom (mgr.24449) 67 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 38 KiB/s wr, 21 op/s 2024-04-12T05:15:44.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:43.196016+0000 mon.smithi063 (mon.0) 872 : audit [INF] from='mds.? [v2:172.21.15.63:6834/2344043023,v1:172.21.15.63:6835/2344043023]' entity='mds.foofs.smithi063.ymeuya' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.98:0/2524596150"}]': finished 2024-04-12T05:15:44.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:43.196061+0000 mon.smithi063 (mon.0) 873 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-04-12T05:15:44.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:43.243902+0000 mon.smithi063 (mon.0) 874 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:44.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:43.249356+0000 mon.smithi063 (mon.0) 875 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:44.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:43.254908+0000 mon.smithi063 (mon.0) 876 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:44.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:43.260631+0000 mon.smithi063 (mon.0) 877 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:44.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:43.261890+0000 mgr.smithi098.qrshom (mgr.24449) 68 : cephadm [INF] Reconfiguring alertmanager.smithi063 (dependencies changed)... 2024-04-12T05:15:44.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:15:43.269160+0000 mgr.smithi098.qrshom (mgr.24449) 69 : cephadm [INF] Reconfiguring daemon alertmanager.smithi063 on smithi063 2024-04-12T05:15:44.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:42.974192+0000 mgr.smithi098.qrshom (mgr.24449) 67 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 38 KiB/s wr, 21 op/s 2024-04-12T05:15:44.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:43.196016+0000 mon.smithi063 (mon.0) 872 : audit [INF] from='mds.? [v2:172.21.15.63:6834/2344043023,v1:172.21.15.63:6835/2344043023]' entity='mds.foofs.smithi063.ymeuya' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.98:0/2524596150"}]': finished 2024-04-12T05:15:44.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:43.196061+0000 mon.smithi063 (mon.0) 873 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-04-12T05:15:44.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:43.243902+0000 mon.smithi063 (mon.0) 874 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:44.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:43.249356+0000 mon.smithi063 (mon.0) 875 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:44.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:43.254908+0000 mon.smithi063 (mon.0) 876 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:44.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:43.260631+0000 mon.smithi063 (mon.0) 877 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:15:44.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:43.261890+0000 mgr.smithi098.qrshom (mgr.24449) 68 : cephadm [INF] Reconfiguring alertmanager.smithi063 (dependencies changed)... 2024-04-12T05:15:44.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:15:43.269160+0000 mgr.smithi098.qrshom (mgr.24449) 69 : cephadm [INF] Reconfiguring daemon alertmanager.smithi063 on smithi063 2024-04-12T05:15:45.010 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:15:46.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:44.974666+0000 mgr.smithi098.qrshom (mgr.24449) 70 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 39 KiB/s wr, 19 op/s 2024-04-12T05:15:46.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:44.974666+0000 mgr.smithi098.qrshom (mgr.24449) 70 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 39 KiB/s wr, 19 op/s 2024-04-12T05:15:48.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:46.975330+0000 mgr.smithi098.qrshom (mgr.24449) 71 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 38 KiB/s wr, 18 op/s 2024-04-12T05:15:48.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:46.975330+0000 mgr.smithi098.qrshom (mgr.24449) 71 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 38 KiB/s wr, 18 op/s 2024-04-12T05:15:50.055 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:15:50.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:48.976134+0000 mgr.smithi098.qrshom (mgr.24449) 72 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 307 B/s rd, 3.2 KiB/s wr, 2 op/s 2024-04-12T05:15:50.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:48.976134+0000 mgr.smithi098.qrshom (mgr.24449) 72 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 307 B/s rd, 3.2 KiB/s wr, 2 op/s 2024-04-12T05:15:52.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:50.976624+0000 mgr.smithi098.qrshom (mgr.24449) 73 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 307 B/s rd, 3.2 KiB/s wr, 2 op/s 2024-04-12T05:15:52.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:50.976624+0000 mgr.smithi098.qrshom (mgr.24449) 73 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 307 B/s rd, 3.2 KiB/s wr, 2 op/s 2024-04-12T05:15:53.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:52.103560+0000 mon.smithi098 (mon.1) 95 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:15:53.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:52.103560+0000 mon.smithi098 (mon.1) 95 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:15:54.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:52.977221+0000 mgr.smithi098.qrshom (mgr.24449) 74 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 716 B/s wr, 1 op/s 2024-04-12T05:15:54.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:52.977221+0000 mgr.smithi098.qrshom (mgr.24449) 74 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 716 B/s wr, 1 op/s 2024-04-12T05:15:55.101 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:15:56.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:54.977724+0000 mgr.smithi098.qrshom (mgr.24449) 75 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 521 B/s wr, 0 op/s 2024-04-12T05:15:56.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:54.977724+0000 mgr.smithi098.qrshom (mgr.24449) 75 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 521 B/s wr, 0 op/s 2024-04-12T05:15:58.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:15:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:56.978087+0000 mgr.smithi098.qrshom (mgr.24449) 76 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-04-12T05:15:58.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:15:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:56.978087+0000 mgr.smithi098.qrshom (mgr.24449) 76 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-04-12T05:15:58.574 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:15:59.241 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:15:59.242 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (6m) 16s ago 8m 21.3M - 0.20.0 0881eb8f169f 4e313fe0538e 2024-04-12T05:15:59.242 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (8m) 16s ago 8m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:15:59.242 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (7m) 18s ago 7m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:15:59.242 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (6m) 16s ago 8m 33.4M - 6.7.4 557c83e11646 9894e069bbb5 2024-04-12T05:15:59.242 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (2m) 16s ago 2m 37.1M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:15:59.242 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (2m) 18s ago 2m 13.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:15:59.242 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (10m) 16s ago 10m 366M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:15:59.242 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (62s) 18s ago 7m 498M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:15:59.242 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (10m) 16s ago 10m 51.5M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:15:59.242 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (7m) 18s ago 7m 43.9M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:15:59.242 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (28s) 16s ago 27s 47.2M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:15:59.243 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (22s) 18s ago 22s 16.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:15:59.243 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (7m) 16s ago 7m 17.1M - 0.18.1 e5a616e4b9cf 3d89f755cdc7 2024-04-12T05:15:59.243 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (7m) 18s ago 7m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:15:59.243 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (6m) 16s ago 6m 376M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:15:59.243 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (6m) 16s ago 6m 288M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:15:59.243 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (6m) 16s ago 6m 255M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:15:59.243 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (5m) 16s ago 5m 343M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:15:59.243 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (5m) 18s ago 5m 367M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:15:59.243 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (5m) 18s ago 5m 372M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:15:59.243 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (4m) 18s ago 4m 319M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:15:59.243 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (4m) 18s ago 4m 443M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:15:59.243 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (6m) 16s ago 7m 50.9M - 2.18.1 de242295e225 fa88f10cc479 2024-04-12T05:15:59.638 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:15:59.638 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:15:59.638 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:15:59.638 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:15:59.638 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:15:59.639 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:15:59.639 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:15:59.639 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:15:59.639 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:15:59.639 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:15:59.639 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:15:59.639 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:15:59.639 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:15:59.639 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:15:59.639 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:15:59.639 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T05:15:59.639 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:15:59.639 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:15:59.639 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:15:59.979 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:15:59.979 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:15:59.979 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:15:59.979 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:15:59.979 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:15:59.980 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T05:15:59.980 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:15:59.980 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:15:59.980 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:16:00.141 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:16:00.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:58.558849+0000 mgr.smithi098.qrshom (mgr.24449) 77 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:16:00.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:58.897272+0000 mgr.smithi098.qrshom (mgr.24449) 78 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:16:00.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:15:58.978881+0000 mgr.smithi098.qrshom (mgr.24449) 79 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 597 B/s wr, 0 op/s 2024-04-12T05:16:00.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:59.229575+0000 mgr.smithi098.qrshom (mgr.24449) 80 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:16:00.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:59.636939+0000 mon.smithi063 (mon.0) 878 : audit [DBG] from='client.? 172.21.15.63:0/3538546677' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:16:00.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:58.558849+0000 mgr.smithi098.qrshom (mgr.24449) 77 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:16:00.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:58.897272+0000 mgr.smithi098.qrshom (mgr.24449) 78 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:16:00.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:15:58.978881+0000 mgr.smithi098.qrshom (mgr.24449) 79 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 597 B/s wr, 0 op/s 2024-04-12T05:16:00.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:59.229575+0000 mgr.smithi098.qrshom (mgr.24449) 80 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:16:00.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:59.636939+0000 mon.smithi063 (mon.0) 878 : audit [DBG] from='client.? 172.21.15.63:0/3538546677' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:16:00.386 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:16:01.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:15:59.977658+0000 mgr.smithi098.qrshom (mgr.24449) 81 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:16:01.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:16:00.384602+0000 mon.smithi063 (mon.0) 879 : audit [DBG] from='client.? 172.21.15.63:0/3655528037' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:16:01.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:15:59.977658+0000 mgr.smithi098.qrshom (mgr.24449) 81 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:16:01.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:16:00.384602+0000 mon.smithi063 (mon.0) 879 : audit [DBG] from='client.? 172.21.15.63:0/3655528037' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:16:02.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:00.979490+0000 mgr.smithi098.qrshom (mgr.24449) 82 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-12T05:16:02.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:02 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:00.979490+0000 mgr.smithi098.qrshom (mgr.24449) 82 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-12T05:16:04.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:02.980016+0000 mgr.smithi098.qrshom (mgr.24449) 83 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 0 op/s 2024-04-12T05:16:04.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:02.980016+0000 mgr.smithi098.qrshom (mgr.24449) 83 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 0 op/s 2024-04-12T05:16:05.181 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:16:06.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:04.980479+0000 mgr.smithi098.qrshom (mgr.24449) 84 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:06.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:04.980479+0000 mgr.smithi098.qrshom (mgr.24449) 84 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:08.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:06.981029+0000 mgr.smithi098.qrshom (mgr.24449) 85 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:08.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:16:07.103823+0000 mon.smithi098 (mon.1) 96 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:16:08.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:06.981029+0000 mgr.smithi098.qrshom (mgr.24449) 85 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:08.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:16:07.103823+0000 mon.smithi098 (mon.1) 96 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:16:10.218 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:16:10.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:08.981779+0000 mgr.smithi098.qrshom (mgr.24449) 86 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:16:10.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:08.981779+0000 mgr.smithi098.qrshom (mgr.24449) 86 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:16:12.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:10.982180+0000 mgr.smithi098.qrshom (mgr.24449) 87 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:12.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:10.982180+0000 mgr.smithi098.qrshom (mgr.24449) 87 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:14.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:12.982862+0000 mgr.smithi098.qrshom (mgr.24449) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:16:14.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:12.982862+0000 mgr.smithi098.qrshom (mgr.24449) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:16:15.254 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:16:16.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:14.983302+0000 mgr.smithi098.qrshom (mgr.24449) 89 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:16.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:14.983302+0000 mgr.smithi098.qrshom (mgr.24449) 89 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:18.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:16.983710+0000 mgr.smithi098.qrshom (mgr.24449) 90 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:18.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:16.983710+0000 mgr.smithi098.qrshom (mgr.24449) 90 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:20.287 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:16:20.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:18.984482+0000 mgr.smithi098.qrshom (mgr.24449) 91 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:16:20.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:18.984482+0000 mgr.smithi098.qrshom (mgr.24449) 91 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:16:22.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:20.985041+0000 mgr.smithi098.qrshom (mgr.24449) 92 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:22.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:20.985041+0000 mgr.smithi098.qrshom (mgr.24449) 92 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:23.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:16:22.104212+0000 mon.smithi098 (mon.1) 97 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:16:23.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:16:22.104212+0000 mon.smithi098 (mon.1) 97 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:16:24.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:22.985765+0000 mgr.smithi098.qrshom (mgr.24449) 93 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:16:24.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:22.985765+0000 mgr.smithi098.qrshom (mgr.24449) 93 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:16:25.330 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:16:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:24.986363+0000 mgr.smithi098.qrshom (mgr.24449) 94 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:26.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:24.986363+0000 mgr.smithi098.qrshom (mgr.24449) 94 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:28.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:26.986899+0000 mgr.smithi098.qrshom (mgr.24449) 95 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:28.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:26.986899+0000 mgr.smithi098.qrshom (mgr.24449) 95 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:30.368 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:16:30.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:28.987637+0000 mgr.smithi098.qrshom (mgr.24449) 96 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:16:30.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:28.987637+0000 mgr.smithi098.qrshom (mgr.24449) 96 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:16:30.747 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:16:31.417 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:16:31.417 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (7m) 48s ago 9m 21.3M - 0.20.0 0881eb8f169f 4e313fe0538e 2024-04-12T05:16:31.417 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (8m) 48s ago 8m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:16:31.417 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (8m) 50s ago 8m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:16:31.417 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (7m) 48s ago 8m 33.4M - 6.7.4 557c83e11646 9894e069bbb5 2024-04-12T05:16:31.417 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (3m) 48s ago 3m 37.1M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:16:31.417 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (3m) 50s ago 3m 13.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:16:31.417 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (10m) 48s ago 10m 366M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:16:31.418 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (94s) 50s ago 8m 498M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:16:31.418 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (10m) 48s ago 10m 51.5M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:16:31.418 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (8m) 50s ago 8m 43.9M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:16:31.418 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (60s) 48s ago 60s 47.2M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:16:31.418 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (55s) 50s ago 54s 16.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:16:31.418 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (8m) 48s ago 8m 17.1M - 0.18.1 e5a616e4b9cf 3d89f755cdc7 2024-04-12T05:16:31.418 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (7m) 50s ago 7m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:16:31.418 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (7m) 48s ago 7m 376M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:16:31.418 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (7m) 48s ago 7m 288M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:16:31.418 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (6m) 48s ago 6m 255M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:16:31.418 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (6m) 48s ago 6m 343M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:16:31.418 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (5m) 50s ago 5m 367M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:16:31.418 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (5m) 50s ago 5m 372M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:16:31.418 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (5m) 50s ago 5m 319M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:16:31.419 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (4m) 50s ago 4m 443M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:16:31.419 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (7m) 48s ago 8m 50.9M - 2.18.1 de242295e225 fa88f10cc479 2024-04-12T05:16:31.817 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:16:31.817 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:16:31.817 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:16:31.817 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:16:31.817 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:16:31.817 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:16:31.817 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:16:31.817 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:16:31.818 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:16:31.818 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:16:31.818 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:16:31.818 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:16:31.818 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:16:31.818 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:16:31.818 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:16:31.818 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T05:16:31.818 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:16:31.818 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:16:31.818 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:16:32.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:16:30.733274+0000 mgr.smithi098.qrshom (mgr.24449) 97 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:16:32.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:30.988182+0000 mgr.smithi098.qrshom (mgr.24449) 98 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:32.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:16:31.074796+0000 mgr.smithi098.qrshom (mgr.24449) 99 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:16:32.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:16:31.405734+0000 mgr.smithi098.qrshom (mgr.24449) 100 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:16:32.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:16:30.733274+0000 mgr.smithi098.qrshom (mgr.24449) 97 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:16:32.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:30.988182+0000 mgr.smithi098.qrshom (mgr.24449) 98 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:32.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:16:31.074796+0000 mgr.smithi098.qrshom (mgr.24449) 99 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:16:32.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:16:31.405734+0000 mgr.smithi098.qrshom (mgr.24449) 100 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:16:32.158 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:16:32.158 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:16:32.158 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:16:32.158 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:16:32.158 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:16:32.158 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T05:16:32.158 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:16:32.158 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:16:32.159 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:16:32.558 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:16:33.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:16:31.815839+0000 mon.smithi063 (mon.0) 880 : audit [DBG] from='client.? 172.21.15.63:0/2423655779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:16:33.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:16:32.155820+0000 mgr.smithi098.qrshom (mgr.24449) 101 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:16:33.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:16:32.556906+0000 mon.smithi063 (mon.0) 881 : audit [DBG] from='client.? 172.21.15.63:0/2136939930' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:16:33.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:16:31.815839+0000 mon.smithi063 (mon.0) 880 : audit [DBG] from='client.? 172.21.15.63:0/2423655779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:16:33.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:16:32.155820+0000 mgr.smithi098.qrshom (mgr.24449) 101 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:16:33.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:16:32.556906+0000 mon.smithi063 (mon.0) 881 : audit [DBG] from='client.? 172.21.15.63:0/2136939930' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:16:34.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:33 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:32.988898+0000 mgr.smithi098.qrshom (mgr.24449) 102 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:16:34.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:33 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:32.988898+0000 mgr.smithi098.qrshom (mgr.24449) 102 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:16:35.409 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:16:36.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:34.989350+0000 mgr.smithi098.qrshom (mgr.24449) 103 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:36.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:34.989350+0000 mgr.smithi098.qrshom (mgr.24449) 103 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:38.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:36.989772+0000 mgr.smithi098.qrshom (mgr.24449) 104 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:38.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:16:37.104362+0000 mon.smithi098 (mon.1) 98 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:16:38.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:36.989772+0000 mgr.smithi098.qrshom (mgr.24449) 104 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:38.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:16:37.104362+0000 mon.smithi098 (mon.1) 98 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:16:40.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:38.990645+0000 mgr.smithi098.qrshom (mgr.24449) 105 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-04-12T05:16:40.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:39.060235+0000 mon.smithi063 (mon.0) 882 : cluster [DBG] mgrmap e28: smithi098.qrshom(active, since 93s), standbys: smithi063.ewdkhy 2024-04-12T05:16:40.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:38.990645+0000 mgr.smithi098.qrshom (mgr.24449) 105 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-04-12T05:16:40.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:39.060235+0000 mon.smithi063 (mon.0) 882 : cluster [DBG] mgrmap e28: smithi098.qrshom(active, since 93s), standbys: smithi063.ewdkhy 2024-04-12T05:16:40.448 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:16:42.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:40.991039+0000 mgr.smithi098.qrshom (mgr.24449) 106 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-12T05:16:42.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:40.991039+0000 mgr.smithi098.qrshom (mgr.24449) 106 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-12T05:16:44.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:42.991767+0000 mgr.smithi098.qrshom (mgr.24449) 107 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-04-12T05:16:44.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:42.991767+0000 mgr.smithi098.qrshom (mgr.24449) 107 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-04-12T05:16:45.485 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:16:46.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:44.992298+0000 mgr.smithi098.qrshom (mgr.24449) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-12T05:16:46.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:44.992298+0000 mgr.smithi098.qrshom (mgr.24449) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-12T05:16:48.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:46.992678+0000 mgr.smithi098.qrshom (mgr.24449) 109 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-12T05:16:48.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:46.992678+0000 mgr.smithi098.qrshom (mgr.24449) 109 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-12T05:16:50.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:48.993560+0000 mgr.smithi098.qrshom (mgr.24449) 110 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-04-12T05:16:50.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:48.993560+0000 mgr.smithi098.qrshom (mgr.24449) 110 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-04-12T05:16:50.522 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:16:52.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:50.994022+0000 mgr.smithi098.qrshom (mgr.24449) 111 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:52.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:50.994022+0000 mgr.smithi098.qrshom (mgr.24449) 111 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:53.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:16:52.104775+0000 mon.smithi098 (mon.1) 99 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:16:53.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:16:52.104775+0000 mon.smithi098 (mon.1) 99 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:16:54.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:52.994823+0000 mgr.smithi098.qrshom (mgr.24449) 112 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:16:54.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:52.994823+0000 mgr.smithi098.qrshom (mgr.24449) 112 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:16:55.556 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:16:56.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:54.995298+0000 mgr.smithi098.qrshom (mgr.24449) 113 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:56.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:54.995298+0000 mgr.smithi098.qrshom (mgr.24449) 113 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:58.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:16:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:56.995840+0000 mgr.smithi098.qrshom (mgr.24449) 114 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:16:58.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:16:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:56.995840+0000 mgr.smithi098.qrshom (mgr.24449) 114 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:00.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:16:58.996680+0000 mgr.smithi098.qrshom (mgr.24449) 115 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:00.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:16:58.996680+0000 mgr.smithi098.qrshom (mgr.24449) 115 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:00.603 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:17:02.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:00.997074+0000 mgr.smithi098.qrshom (mgr.24449) 116 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:02.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:00.997074+0000 mgr.smithi098.qrshom (mgr.24449) 116 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:02.925 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:17:03.596 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:17:03.596 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (7m) 80s ago 9m 21.3M - 0.20.0 0881eb8f169f 4e313fe0538e 2024-04-12T05:17:03.596 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (9m) 80s ago 9m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:17:03.596 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (8m) 82s ago 8m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:17:03.596 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (7m) 80s ago 9m 33.4M - 6.7.4 557c83e11646 9894e069bbb5 2024-04-12T05:17:03.596 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (4m) 80s ago 4m 37.1M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:17:03.596 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (3m) 82s ago 3m 13.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:17:03.596 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (11m) 80s ago 11m 366M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:17:03.596 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (2m) 82s ago 8m 498M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:17:03.596 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (11m) 80s ago 11m 51.5M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:17:03.596 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (8m) 82s ago 8m 43.9M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:17:03.596 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (92s) 80s ago 92s 47.2M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:17:03.596 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (87s) 82s ago 86s 16.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:17:03.597 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (9m) 80s ago 9m 17.1M - 0.18.1 e5a616e4b9cf 3d89f755cdc7 2024-04-12T05:17:03.597 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (8m) 82s ago 8m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:17:03.597 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (8m) 80s ago 8m 376M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:17:03.597 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (7m) 80s ago 7m 288M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:17:03.597 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (7m) 80s ago 7m 255M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:17:03.597 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (6m) 80s ago 6m 343M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:17:03.597 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (6m) 82s ago 6m 367M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:17:03.597 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (6m) 82s ago 6m 372M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:17:03.597 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (5m) 82s ago 5m 319M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:17:03.597 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (5m) 82s ago 5m 443M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:17:03.597 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (7m) 80s ago 8m 50.9M - 2.18.1 de242295e225 fa88f10cc479 2024-04-12T05:17:03.994 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:17:03.994 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:17:03.994 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:17:03.994 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:17:03.994 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:17:03.994 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:17:03.994 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:17:03.994 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:17:03.994 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:17:03.994 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:17:03.994 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:17:03.994 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:17:03.995 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:17:03.995 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:17:03.995 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:17:03.995 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T05:17:03.995 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:17:03.995 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:17:03.995 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:17:04.338 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:17:04.338 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:17:04.339 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:17:04.339 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:17:04.339 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:17:04.339 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T05:17:04.339 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:17:04.339 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:17:04.339 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:17:04.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:02.910995+0000 mgr.smithi098.qrshom (mgr.24449) 117 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:17:04.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:02.997831+0000 mgr.smithi098.qrshom (mgr.24449) 118 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:04.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:03.253043+0000 mgr.smithi098.qrshom (mgr.24449) 119 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:17:04.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:03.992428+0000 mon.smithi063 (mon.0) 883 : audit [DBG] from='client.? 172.21.15.63:0/170137336' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:17:04.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:02.910995+0000 mgr.smithi098.qrshom (mgr.24449) 117 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:17:04.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:02.997831+0000 mgr.smithi098.qrshom (mgr.24449) 118 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:04.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:03.253043+0000 mgr.smithi098.qrshom (mgr.24449) 119 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:17:04.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:03.992428+0000 mon.smithi063 (mon.0) 883 : audit [DBG] from='client.? 172.21.15.63:0/170137336' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:17:04.743 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:17:05.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:05 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:03.583969+0000 mgr.smithi098.qrshom (mgr.24449) 120 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:17:05.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:05 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:04.336986+0000 mgr.smithi098.qrshom (mgr.24449) 121 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:17:05.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:05 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:04.741828+0000 mon.smithi063 (mon.0) 884 : audit [DBG] from='client.? 172.21.15.63:0/3845845137' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:17:05.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:05 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:03.583969+0000 mgr.smithi098.qrshom (mgr.24449) 120 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:17:05.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:05 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:04.336986+0000 mgr.smithi098.qrshom (mgr.24449) 121 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:17:05.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:05 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:04.741828+0000 mon.smithi063 (mon.0) 884 : audit [DBG] from='client.? 172.21.15.63:0/3845845137' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:17:05.648 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:17:06.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:04.998304+0000 mgr.smithi098.qrshom (mgr.24449) 122 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:06.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:04.998304+0000 mgr.smithi098.qrshom (mgr.24449) 122 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:08.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:06.998755+0000 mgr.smithi098.qrshom (mgr.24449) 123 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:08.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:07.104904+0000 mon.smithi098 (mon.1) 100 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:17:08.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:06.998755+0000 mgr.smithi098.qrshom (mgr.24449) 123 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:08.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:07.104904+0000 mon.smithi098 (mon.1) 100 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:17:10.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:08.999526+0000 mgr.smithi098.qrshom (mgr.24449) 124 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:10.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:08.999526+0000 mgr.smithi098.qrshom (mgr.24449) 124 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:10.694 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:17:12.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:11.000015+0000 mgr.smithi098.qrshom (mgr.24449) 125 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:12.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:11.000015+0000 mgr.smithi098.qrshom (mgr.24449) 125 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:14.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:13.000831+0000 mgr.smithi098.qrshom (mgr.24449) 126 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:14.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:13.000831+0000 mgr.smithi098.qrshom (mgr.24449) 126 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:15.742 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:17:16.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:15.001206+0000 mgr.smithi098.qrshom (mgr.24449) 127 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:16.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:15.001206+0000 mgr.smithi098.qrshom (mgr.24449) 127 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:18.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:17.001642+0000 mgr.smithi098.qrshom (mgr.24449) 128 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:18.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:17.001642+0000 mgr.smithi098.qrshom (mgr.24449) 128 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:20.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:19.002467+0000 mgr.smithi098.qrshom (mgr.24449) 129 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:20.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:19.002467+0000 mgr.smithi098.qrshom (mgr.24449) 129 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:20.779 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:17:22.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:21.002861+0000 mgr.smithi098.qrshom (mgr.24449) 130 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:22.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:21.002861+0000 mgr.smithi098.qrshom (mgr.24449) 130 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:23.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:22.105467+0000 mon.smithi098 (mon.1) 101 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:17:23.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:22.105467+0000 mon.smithi098 (mon.1) 101 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:17:24.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:23.003628+0000 mgr.smithi098.qrshom (mgr.24449) 131 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:24.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:23.003628+0000 mgr.smithi098.qrshom (mgr.24449) 131 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:25.826 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:17:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:25.004133+0000 mgr.smithi098.qrshom (mgr.24449) 132 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:25.004133+0000 mgr.smithi098.qrshom (mgr.24449) 132 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:28.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:27.004588+0000 mgr.smithi098.qrshom (mgr.24449) 133 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:28.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:27.004588+0000 mgr.smithi098.qrshom (mgr.24449) 133 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:30.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:29.005215+0000 mgr.smithi098.qrshom (mgr.24449) 134 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:30.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:29.005215+0000 mgr.smithi098.qrshom (mgr.24449) 134 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:30.861 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:17:32.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:31.005637+0000 mgr.smithi098.qrshom (mgr.24449) 135 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:32.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:31.005637+0000 mgr.smithi098.qrshom (mgr.24449) 135 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:34.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:33.006323+0000 mgr.smithi098.qrshom (mgr.24449) 136 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:34.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:33.006323+0000 mgr.smithi098.qrshom (mgr.24449) 136 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:35.113 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:17:35.781 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:17:35.781 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (8m) 112s ago 10m 21.3M - 0.20.0 0881eb8f169f 4e313fe0538e 2024-04-12T05:17:35.781 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (10m) 112s ago 10m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:17:35.781 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (9m) 114s ago 9m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:17:35.781 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (8m) 112s ago 9m 33.4M - 6.7.4 557c83e11646 9894e069bbb5 2024-04-12T05:17:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (4m) 112s ago 4m 37.1M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:17:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (4m) 114s ago 4m 13.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:17:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (11m) 112s ago 11m 366M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:17:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (2m) 114s ago 9m 498M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:17:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (11m) 112s ago 11m 51.5M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:17:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (9m) 114s ago 9m 43.9M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:17:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (2m) 112s ago 2m 47.2M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:17:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (119s) 114s ago 119s 16.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:17:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (9m) 112s ago 9m 17.1M - 0.18.1 e5a616e4b9cf 3d89f755cdc7 2024-04-12T05:17:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (8m) 114s ago 8m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:17:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (8m) 112s ago 8m 376M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:17:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (8m) 112s ago 8m 288M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:17:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (7m) 112s ago 7m 255M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:17:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (7m) 112s ago 7m 343M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:17:35.782 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (7m) 114s ago 7m 367M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:17:35.783 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (6m) 114s ago 6m 372M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:17:35.783 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (6m) 114s ago 6m 319M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:17:35.783 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (6m) 114s ago 6m 443M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:17:35.783 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (8m) 112s ago 9m 50.9M - 2.18.1 de242295e225 fa88f10cc479 2024-04-12T05:17:35.893 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:17:36.190 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:17:36.191 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:17:36.191 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:17:36.191 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:17:36.191 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:17:36.191 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:17:36.191 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:17:36.191 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:17:36.191 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:17:36.191 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:17:36.191 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:17:36.191 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:17:36.191 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:17:36.191 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:17:36.192 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:17:36.192 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T05:17:36.192 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:17:36.192 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:17:36.192 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:17:36.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:35.006659+0000 mgr.smithi098.qrshom (mgr.24449) 137 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:36.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:35.098643+0000 mgr.smithi098.qrshom (mgr.24449) 138 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:17:36.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:35.443211+0000 mgr.smithi098.qrshom (mgr.24449) 139 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:17:36.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:35.006659+0000 mgr.smithi098.qrshom (mgr.24449) 137 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:36.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:35.098643+0000 mgr.smithi098.qrshom (mgr.24449) 138 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:17:36.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:35.443211+0000 mgr.smithi098.qrshom (mgr.24449) 139 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:17:36.533 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:17:36.534 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:17:36.534 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:17:36.534 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:17:36.534 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:17:36.534 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T05:17:36.534 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:17:36.534 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:17:36.534 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:17:36.936 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:17:37.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:35.769472+0000 mgr.smithi098.qrshom (mgr.24449) 140 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:17:37.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:36.189304+0000 mon.smithi063 (mon.0) 885 : audit [DBG] from='client.? 172.21.15.63:0/1236437974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:17:37.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:36.935082+0000 mon.smithi063 (mon.0) 886 : audit [DBG] from='client.? 172.21.15.63:0/2262487234' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:17:37.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:35.769472+0000 mgr.smithi098.qrshom (mgr.24449) 140 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:17:37.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:36.189304+0000 mon.smithi063 (mon.0) 885 : audit [DBG] from='client.? 172.21.15.63:0/1236437974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:17:37.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:36.935082+0000 mon.smithi063 (mon.0) 886 : audit [DBG] from='client.? 172.21.15.63:0/2262487234' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:17:38.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:36.531997+0000 mgr.smithi098.qrshom (mgr.24449) 141 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:17:38.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:37.007042+0000 mgr.smithi098.qrshom (mgr.24449) 142 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:38.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:37.105595+0000 mon.smithi098 (mon.1) 102 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:17:38.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:36.531997+0000 mgr.smithi098.qrshom (mgr.24449) 141 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:17:38.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:37.007042+0000 mgr.smithi098.qrshom (mgr.24449) 142 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:38.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:37.105595+0000 mon.smithi098 (mon.1) 102 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:17:40.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:39.007782+0000 mgr.smithi098.qrshom (mgr.24449) 143 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:40.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:39.007782+0000 mgr.smithi098.qrshom (mgr.24449) 143 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:40.939 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:17:42.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:41.008319+0000 mgr.smithi098.qrshom (mgr.24449) 144 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:42.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:41.008319+0000 mgr.smithi098.qrshom (mgr.24449) 144 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:44.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:43.008918+0000 mgr.smithi098.qrshom (mgr.24449) 145 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:44.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:43.008918+0000 mgr.smithi098.qrshom (mgr.24449) 145 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:45.981 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:17:46.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:45.009493+0000 mgr.smithi098.qrshom (mgr.24449) 146 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:46.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:45.009493+0000 mgr.smithi098.qrshom (mgr.24449) 146 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:48.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:47.009846+0000 mgr.smithi098.qrshom (mgr.24449) 147 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:48.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:47.009846+0000 mgr.smithi098.qrshom (mgr.24449) 147 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:50.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:49.010732+0000 mgr.smithi098.qrshom (mgr.24449) 148 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:50.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:49.010732+0000 mgr.smithi098.qrshom (mgr.24449) 148 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:51.039 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:17:52.100 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:51.011257+0000 mgr.smithi098.qrshom (mgr.24449) 149 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:52.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:51.011257+0000 mgr.smithi098.qrshom (mgr.24449) 149 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:53.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:52.105941+0000 mon.smithi098 (mon.1) 103 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:17:53.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:52.427541+0000 mon.smithi063 (mon.0) 887 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:17:53.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:52.433817+0000 mon.smithi063 (mon.0) 888 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:17:53.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:17:52.447380+0000 mgr.smithi098.qrshom (mgr.24449) 150 : cephadm [INF] Reconfiguring grafana.smithi063 (dependencies changed)... 2024-04-12T05:17:53.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:17:52.455566+0000 mgr.smithi098.qrshom (mgr.24449) 151 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-12T05:17:53.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:52.585321+0000 mon.smithi063 (mon.0) 889 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:17:53.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:52.591507+0000 mon.smithi063 (mon.0) 890 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:17:53.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:52.594279+0000 mon.smithi098 (mon.1) 104 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T05:17:53.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:52.105941+0000 mon.smithi098 (mon.1) 103 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:17:53.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:52.427541+0000 mon.smithi063 (mon.0) 887 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:17:53.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:52.433817+0000 mon.smithi063 (mon.0) 888 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:17:53.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:17:52.447380+0000 mgr.smithi098.qrshom (mgr.24449) 150 : cephadm [INF] Reconfiguring grafana.smithi063 (dependencies changed)... 2024-04-12T05:17:53.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:17:52.455566+0000 mgr.smithi098.qrshom (mgr.24449) 151 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-12T05:17:53.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:52.585321+0000 mon.smithi063 (mon.0) 889 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:17:53.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:52.591507+0000 mon.smithi063 (mon.0) 890 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:17:53.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:52.594279+0000 mon.smithi098 (mon.1) 104 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T05:17:54.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:17:52.594604+0000 mgr.smithi098.qrshom (mgr.24449) 152 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T05:17:54.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:17:52.596557+0000 mgr.smithi098.qrshom (mgr.24449) 153 : cephadm [INF] Reconfiguring daemon grafana.smithi063 on smithi063 2024-04-12T05:17:54.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:53.012108+0000 mgr.smithi098.qrshom (mgr.24449) 154 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:54.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:17:52.594604+0000 mgr.smithi098.qrshom (mgr.24449) 152 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T05:17:54.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:17:52.596557+0000 mgr.smithi098.qrshom (mgr.24449) 153 : cephadm [INF] Reconfiguring daemon grafana.smithi063 on smithi063 2024-04-12T05:17:54.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:53.012108+0000 mgr.smithi098.qrshom (mgr.24449) 154 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:17:56.074 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:17:56.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:55.012624+0000 mgr.smithi098.qrshom (mgr.24449) 155 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:56.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:55.012624+0000 mgr.smithi098.qrshom (mgr.24449) 155 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:58.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:17:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:57.012978+0000 mgr.smithi098.qrshom (mgr.24449) 156 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:17:58.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:17:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:57.012978+0000 mgr.smithi098.qrshom (mgr.24449) 156 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:00.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:17:59.013617+0000 mgr.smithi098.qrshom (mgr.24449) 157 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:00.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:17:59.013617+0000 mgr.smithi098.qrshom (mgr.24449) 157 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:01.117 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:18:02.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:01.014054+0000 mgr.smithi098.qrshom (mgr.24449) 158 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:02.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:01.014054+0000 mgr.smithi098.qrshom (mgr.24449) 158 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:04.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:03.014653+0000 mgr.smithi098.qrshom (mgr.24449) 159 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:04.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:03.014653+0000 mgr.smithi098.qrshom (mgr.24449) 159 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:06.174 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:18:06.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:05.015005+0000 mgr.smithi098.qrshom (mgr.24449) 160 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:06.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:05.015005+0000 mgr.smithi098.qrshom (mgr.24449) 160 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:07.308 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:18:07.973 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:18:07.973 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 starting - - - - 2024-04-12T05:18:07.973 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (10m) 2m ago 10m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:18:07.973 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (9m) 2m ago 9m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:18:07.973 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (8m) 2m ago 10m 33.4M - 6.7.4 557c83e11646 9894e069bbb5 2024-04-12T05:18:07.973 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (5m) 2m ago 5m 37.1M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:18:07.974 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (5m) 2m ago 5m 13.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:18:07.974 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (12m) 2m ago 12m 366M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:18:07.974 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (3m) 2m ago 9m 498M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:18:07.974 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (12m) 2m ago 12m 51.5M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:18:07.974 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (9m) 2m ago 9m 43.9M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:18:07.974 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (2m) 2m ago 2m 47.2M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:18:07.974 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (2m) 2m ago 2m 16.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:18:07.974 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (10m) 2m ago 10m 17.1M - 0.18.1 e5a616e4b9cf 3d89f755cdc7 2024-04-12T05:18:07.974 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (9m) 2m ago 9m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:18:07.974 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (9m) 2m ago 9m 376M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:18:07.974 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (8m) 2m ago 8m 288M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:18:07.974 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (8m) 2m ago 8m 255M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:18:07.974 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (7m) 2m ago 7m 343M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:18:07.974 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (7m) 2m ago 7m 367M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:18:07.975 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (7m) 2m ago 7m 372M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:18:07.975 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (6m) 2m ago 6m 319M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:18:07.975 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (6m) 2m ago 6m 443M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:18:07.975 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (8m) 2m ago 9m 50.9M - 2.18.1 de242295e225 fa88f10cc479 2024-04-12T05:18:08.372 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:18:08.372 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:18:08.373 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:18:08.373 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:18:08.373 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:18:08.373 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:18:08.373 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:18:08.373 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:18:08.373 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:18:08.373 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:18:08.373 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:18:08.373 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:18:08.373 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:18:08.373 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:18:08.373 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:18:08.373 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T05:18:08.373 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:18:08.374 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:18:08.374 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:18:08.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:07.015379+0000 mgr.smithi098.qrshom (mgr.24449) 161 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:08.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:18:07.106141+0000 mon.smithi098 (mon.1) 105 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:18:08.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:18:07.293041+0000 mgr.smithi098.qrshom (mgr.24449) 162 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:18:08.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:07.015379+0000 mgr.smithi098.qrshom (mgr.24449) 161 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:08.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:18:07.106141+0000 mon.smithi098 (mon.1) 105 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:18:08.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:18:07.293041+0000 mgr.smithi098.qrshom (mgr.24449) 162 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:18:08.709 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:18:08.709 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:18:08.709 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:18:08.710 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:18:08.710 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:18:08.710 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T05:18:08.710 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:18:08.710 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:18:08.710 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:18:09.109 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:18:09.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:18:07.633760+0000 mgr.smithi098.qrshom (mgr.24449) 163 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:18:09.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:18:07.961539+0000 mgr.smithi098.qrshom (mgr.24449) 164 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:18:09.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:18:08.371120+0000 mon.smithi063 (mon.0) 891 : audit [DBG] from='client.? 172.21.15.63:0/2341680641' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:18:09.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:18:07.633760+0000 mgr.smithi098.qrshom (mgr.24449) 163 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:18:09.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:18:07.961539+0000 mgr.smithi098.qrshom (mgr.24449) 164 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:18:09.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:18:08.371120+0000 mon.smithi063 (mon.0) 891 : audit [DBG] from='client.? 172.21.15.63:0/2341680641' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:18:10.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:18:08.707674+0000 mgr.smithi098.qrshom (mgr.24449) 165 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:18:10.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:09.016031+0000 mgr.smithi098.qrshom (mgr.24449) 166 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:10.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:18:09.107726+0000 mon.smithi063 (mon.0) 892 : audit [DBG] from='client.? 172.21.15.63:0/1784583425' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:18:10.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:18:08.707674+0000 mgr.smithi098.qrshom (mgr.24449) 165 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:18:10.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:09.016031+0000 mgr.smithi098.qrshom (mgr.24449) 166 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:10.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:18:09.107726+0000 mon.smithi063 (mon.0) 892 : audit [DBG] from='client.? 172.21.15.63:0/1784583425' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:18:11.210 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:18:12.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:11.016426+0000 mgr.smithi098.qrshom (mgr.24449) 167 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:12.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:11.016426+0000 mgr.smithi098.qrshom (mgr.24449) 167 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:14.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:13.017083+0000 mgr.smithi098.qrshom (mgr.24449) 168 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:14.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:13.017083+0000 mgr.smithi098.qrshom (mgr.24449) 168 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:16.249 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:18:16.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:15.017494+0000 mgr.smithi098.qrshom (mgr.24449) 169 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:16.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:15.017494+0000 mgr.smithi098.qrshom (mgr.24449) 169 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:18.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:17.017985+0000 mgr.smithi098.qrshom (mgr.24449) 170 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:18.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:17.017985+0000 mgr.smithi098.qrshom (mgr.24449) 170 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:20.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:19.018792+0000 mgr.smithi098.qrshom (mgr.24449) 171 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:20.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:19.018792+0000 mgr.smithi098.qrshom (mgr.24449) 171 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:21.287 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:18:22.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:21.019457+0000 mgr.smithi098.qrshom (mgr.24449) 172 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:22.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:21.019457+0000 mgr.smithi098.qrshom (mgr.24449) 172 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:23.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:18:22.106419+0000 mon.smithi098 (mon.1) 106 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:18:23.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:18:22.106419+0000 mon.smithi098 (mon.1) 106 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:18:24.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:23.020090+0000 mgr.smithi098.qrshom (mgr.24449) 173 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:24.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:23.020090+0000 mgr.smithi098.qrshom (mgr.24449) 173 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:26.330 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:18:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:25.020652+0000 mgr.smithi098.qrshom (mgr.24449) 174 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:25.020652+0000 mgr.smithi098.qrshom (mgr.24449) 174 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:28.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:27.021227+0000 mgr.smithi098.qrshom (mgr.24449) 175 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:28.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:27.021227+0000 mgr.smithi098.qrshom (mgr.24449) 175 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:30.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:29.021925+0000 mgr.smithi098.qrshom (mgr.24449) 176 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:30.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:29.021925+0000 mgr.smithi098.qrshom (mgr.24449) 176 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:31.371 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:18:32.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:31.022418+0000 mgr.smithi098.qrshom (mgr.24449) 177 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:32.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:31.022418+0000 mgr.smithi098.qrshom (mgr.24449) 177 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:34.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:33.023081+0000 mgr.smithi098.qrshom (mgr.24449) 178 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:34.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:33.023081+0000 mgr.smithi098.qrshom (mgr.24449) 178 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:36.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:35.023722+0000 mgr.smithi098.qrshom (mgr.24449) 179 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:36.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:35.023722+0000 mgr.smithi098.qrshom (mgr.24449) 179 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:36.406 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:18:38.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:37.024187+0000 mgr.smithi098.qrshom (mgr.24449) 180 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:38.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:18:37.106757+0000 mon.smithi098 (mon.1) 107 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:18:38.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:37.024187+0000 mgr.smithi098.qrshom (mgr.24449) 180 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:38.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:18:37.106757+0000 mon.smithi098 (mon.1) 107 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:18:39.472 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:18:40.134 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:18:40.134 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 starting - - - - 2024-04-12T05:18:40.134 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (11m) 2m ago 11m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:18:40.135 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (10m) 2m ago 10m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:18:40.135 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (9m) 2m ago 10m 33.4M - 6.7.4 557c83e11646 9894e069bbb5 2024-04-12T05:18:40.135 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (5m) 2m ago 5m 37.1M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:18:40.135 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (5m) 2m ago 5m 13.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:18:40.135 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (12m) 2m ago 12m 366M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:18:40.135 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (3m) 2m ago 10m 498M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:18:40.135 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (12m) 2m ago 12m 51.5M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:18:40.135 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (10m) 2m ago 10m 43.9M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:18:40.135 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (3m) 2m ago 3m 47.2M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:18:40.135 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (3m) 2m ago 3m 16.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:18:40.135 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (10m) 2m ago 10m 17.1M - 0.18.1 e5a616e4b9cf 3d89f755cdc7 2024-04-12T05:18:40.135 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (9m) 2m ago 9m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:18:40.135 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (9m) 2m ago 9m 376M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:18:40.135 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (9m) 2m ago 9m 288M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:18:40.136 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (8m) 2m ago 8m 255M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:18:40.136 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (8m) 2m ago 8m 343M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:18:40.136 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (8m) 2m ago 8m 367M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:18:40.136 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (7m) 2m ago 7m 372M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:18:40.136 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (7m) 2m ago 7m 319M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:18:40.136 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (7m) 2m ago 7m 443M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:18:40.136 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (9m) 2m ago 10m 50.9M - 2.18.1 de242295e225 fa88f10cc479 2024-04-12T05:18:40.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:39.025018+0000 mgr.smithi098.qrshom (mgr.24449) 181 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:40.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:18:39.457330+0000 mgr.smithi098.qrshom (mgr.24449) 182 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:18:40.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:39.025018+0000 mgr.smithi098.qrshom (mgr.24449) 181 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:40.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:18:39.457330+0000 mgr.smithi098.qrshom (mgr.24449) 182 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:18:40.536 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:18:40.536 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:18:40.537 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:18:40.537 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:18:40.537 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:18:40.537 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:18:40.537 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:18:40.537 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:18:40.537 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:18:40.537 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:18:40.537 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:18:40.537 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:18:40.537 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:18:40.537 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:18:40.537 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:18:40.537 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T05:18:40.538 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:18:40.538 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:18:40.538 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:18:40.874 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:18:40.874 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:18:40.874 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:18:40.874 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:18:40.874 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:18:40.875 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T05:18:40.875 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:18:40.875 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:18:40.875 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:18:41.273 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:18:41.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:18:39.792998+0000 mgr.smithi098.qrshom (mgr.24449) 183 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:18:41.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:18:40.122319+0000 mgr.smithi098.qrshom (mgr.24449) 184 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:18:41.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:18:40.535106+0000 mon.smithi063 (mon.0) 893 : audit [DBG] from='client.? 172.21.15.63:0/2599423312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:18:41.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:18:39.792998+0000 mgr.smithi098.qrshom (mgr.24449) 183 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:18:41.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:18:40.122319+0000 mgr.smithi098.qrshom (mgr.24449) 184 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:18:41.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:18:40.535106+0000 mon.smithi063 (mon.0) 893 : audit [DBG] from='client.? 172.21.15.63:0/2599423312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:18:41.438 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:18:42.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:42 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:18:40.872487+0000 mgr.smithi098.qrshom (mgr.24449) 185 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:18:42.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:42 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:41.025494+0000 mgr.smithi098.qrshom (mgr.24449) 186 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:42.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:42 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:18:41.271896+0000 mon.smithi063 (mon.0) 894 : audit [DBG] from='client.? 172.21.15.63:0/1755932031' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:18:42.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:18:40.872487+0000 mgr.smithi098.qrshom (mgr.24449) 185 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:18:42.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:41.025494+0000 mgr.smithi098.qrshom (mgr.24449) 186 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:42.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:18:41.271896+0000 mon.smithi063 (mon.0) 894 : audit [DBG] from='client.? 172.21.15.63:0/1755932031' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:18:44.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:43.026269+0000 mgr.smithi098.qrshom (mgr.24449) 187 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:44.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:43.026269+0000 mgr.smithi098.qrshom (mgr.24449) 187 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:46.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:45.026689+0000 mgr.smithi098.qrshom (mgr.24449) 188 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:46.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:45.026689+0000 mgr.smithi098.qrshom (mgr.24449) 188 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:46.475 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:18:48.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:47.027087+0000 mgr.smithi098.qrshom (mgr.24449) 189 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:48.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:47.027087+0000 mgr.smithi098.qrshom (mgr.24449) 189 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:50.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:49.027811+0000 mgr.smithi098.qrshom (mgr.24449) 190 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:50.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:49.027811+0000 mgr.smithi098.qrshom (mgr.24449) 190 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:51.511 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:18:52.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:51.028383+0000 mgr.smithi098.qrshom (mgr.24449) 191 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:52.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:51.028383+0000 mgr.smithi098.qrshom (mgr.24449) 191 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:53.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:18:52.107201+0000 mon.smithi098 (mon.1) 108 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:18:53.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:18:52.107201+0000 mon.smithi098 (mon.1) 108 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:18:54.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:53.029300+0000 mgr.smithi098.qrshom (mgr.24449) 192 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:54.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:53.029300+0000 mgr.smithi098.qrshom (mgr.24449) 192 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:18:56.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:55.029840+0000 mgr.smithi098.qrshom (mgr.24449) 193 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:56.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:55.029840+0000 mgr.smithi098.qrshom (mgr.24449) 193 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:56.551 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:18:58.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:18:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:57.030298+0000 mgr.smithi098.qrshom (mgr.24449) 194 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:18:58.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:18:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:57.030298+0000 mgr.smithi098.qrshom (mgr.24449) 194 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:00.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:18:59.031147+0000 mgr.smithi098.qrshom (mgr.24449) 195 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:00.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:18:59.031147+0000 mgr.smithi098.qrshom (mgr.24449) 195 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:01.595 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:19:02.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:01.031645+0000 mgr.smithi098.qrshom (mgr.24449) 196 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:02.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:01.031645+0000 mgr.smithi098.qrshom (mgr.24449) 196 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:04.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:03.032584+0000 mgr.smithi098.qrshom (mgr.24449) 197 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:04.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:03.032584+0000 mgr.smithi098.qrshom (mgr.24449) 197 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:06.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:05.033228+0000 mgr.smithi098.qrshom (mgr.24449) 198 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:06.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:05.033228+0000 mgr.smithi098.qrshom (mgr.24449) 198 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:06.632 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:19:08.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:07.033718+0000 mgr.smithi098.qrshom (mgr.24449) 199 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:08.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:19:07.107232+0000 mon.smithi098 (mon.1) 109 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:19:08.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:07.033718+0000 mgr.smithi098.qrshom (mgr.24449) 199 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:08.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:19:07.107232+0000 mon.smithi098 (mon.1) 109 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:19:10.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:09.034386+0000 mgr.smithi098.qrshom (mgr.24449) 200 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:10.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:09.034386+0000 mgr.smithi098.qrshom (mgr.24449) 200 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:11.647 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:19:11.663 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:19:12.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:11.034832+0000 mgr.smithi098.qrshom (mgr.24449) 201 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:12.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:11.034832+0000 mgr.smithi098.qrshom (mgr.24449) 201 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:12.311 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:19:12.311 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 starting - - - - 2024-04-12T05:19:12.311 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (11m) 3m ago 11m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:19:12.311 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (10m) 3m ago 10m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:19:12.312 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (9m) 3m ago 11m 33.4M - 6.7.4 557c83e11646 9894e069bbb5 2024-04-12T05:19:12.312 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (6m) 3m ago 6m 37.1M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:19:12.312 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (6m) 3m ago 6m 13.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:19:12.312 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (13m) 3m ago 13m 366M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:19:12.312 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (4m) 3m ago 10m 498M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:19:12.312 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (13m) 3m ago 13m 51.5M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:19:12.312 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (10m) 3m ago 10m 43.9M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:19:12.312 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (3m) 3m ago 3m 47.2M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:19:12.312 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (3m) 3m ago 3m 16.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:19:12.312 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (11m) 3m ago 11m 17.1M - 0.18.1 e5a616e4b9cf 3d89f755cdc7 2024-04-12T05:19:12.312 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (10m) 3m ago 10m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:19:12.312 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (10m) 3m ago 10m 376M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:19:12.312 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (9m) 3m ago 9m 288M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:19:12.312 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (9m) 3m ago 9m 255M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:19:12.312 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (8m) 3m ago 8m 343M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:19:12.313 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (8m) 3m ago 8m 367M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:19:12.313 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (8m) 3m ago 8m 372M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:19:12.313 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (8m) 3m ago 8m 319M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:19:12.313 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (7m) 3m ago 7m 443M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:19:12.313 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (9m) 3m ago 11m 50.9M - 2.18.1 de242295e225 fa88f10cc479 2024-04-12T05:19:12.708 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:19:12.708 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:19:12.708 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:19:12.709 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:19:12.709 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:19:12.709 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:19:12.709 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:19:12.709 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:19:12.709 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:19:12.709 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:19:12.709 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:19:12.709 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:19:12.709 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:19:12.709 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:19:12.709 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:19:12.709 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T05:19:12.709 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:19:12.710 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:19:12.710 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:19:13.046 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:19:13.046 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:19:13.046 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:19:13.046 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:19:13.046 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:19:13.046 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T05:19:13.046 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:19:13.046 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:19:13.046 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:19:13.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:19:11.629500+0000 mgr.smithi098.qrshom (mgr.24449) 202 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:19:13.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:19:11.971397+0000 mgr.smithi098.qrshom (mgr.24449) 203 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:19:13.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:19:12.299484+0000 mgr.smithi098.qrshom (mgr.24449) 204 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:19:13.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:19:12.707082+0000 mon.smithi063 (mon.0) 895 : audit [DBG] from='client.? 172.21.15.63:0/4278418313' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:19:13.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:19:11.629500+0000 mgr.smithi098.qrshom (mgr.24449) 202 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:19:13.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:19:11.971397+0000 mgr.smithi098.qrshom (mgr.24449) 203 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:19:13.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:19:12.299484+0000 mgr.smithi098.qrshom (mgr.24449) 204 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:19:13.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:19:12.707082+0000 mon.smithi063 (mon.0) 895 : audit [DBG] from='client.? 172.21.15.63:0/4278418313' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:19:13.448 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:19:14.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:13.035663+0000 mgr.smithi098.qrshom (mgr.24449) 205 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:14.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:19:13.043879+0000 mgr.smithi098.qrshom (mgr.24449) 206 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:19:14.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:19:13.446933+0000 mon.smithi063 (mon.0) 896 : audit [DBG] from='client.? 172.21.15.63:0/1006641765' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:19:14.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:13.035663+0000 mgr.smithi098.qrshom (mgr.24449) 205 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:14.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:19:13.043879+0000 mgr.smithi098.qrshom (mgr.24449) 206 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:19:14.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:19:13.446933+0000 mon.smithi063 (mon.0) 896 : audit [DBG] from='client.? 172.21.15.63:0/1006641765' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:19:16.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:15.036292+0000 mgr.smithi098.qrshom (mgr.24449) 207 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:16.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:15.036292+0000 mgr.smithi098.qrshom (mgr.24449) 207 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:16.700 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:19:18.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:17.036760+0000 mgr.smithi098.qrshom (mgr.24449) 208 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:18.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:17.036760+0000 mgr.smithi098.qrshom (mgr.24449) 208 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:20.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:19.037496+0000 mgr.smithi098.qrshom (mgr.24449) 209 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:20.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:19.037496+0000 mgr.smithi098.qrshom (mgr.24449) 209 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:21.736 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:19:22.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:21.037895+0000 mgr.smithi098.qrshom (mgr.24449) 210 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:22.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:21.037895+0000 mgr.smithi098.qrshom (mgr.24449) 210 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:23.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:19:22.107447+0000 mon.smithi098 (mon.1) 110 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:19:23.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:19:22.107447+0000 mon.smithi098 (mon.1) 110 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:19:24.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:23.038780+0000 mgr.smithi098.qrshom (mgr.24449) 211 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:24.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:23.038780+0000 mgr.smithi098.qrshom (mgr.24449) 211 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:25.039179+0000 mgr.smithi098.qrshom (mgr.24449) 212 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:25.039179+0000 mgr.smithi098.qrshom (mgr.24449) 212 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:26.781 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:19:28.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:27.039589+0000 mgr.smithi098.qrshom (mgr.24449) 213 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:28.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:27.039589+0000 mgr.smithi098.qrshom (mgr.24449) 213 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:30.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:29.040399+0000 mgr.smithi098.qrshom (mgr.24449) 214 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:30.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:29.040399+0000 mgr.smithi098.qrshom (mgr.24449) 214 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:31.827 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:19:32.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:31.041000+0000 mgr.smithi098.qrshom (mgr.24449) 215 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:32.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:31.041000+0000 mgr.smithi098.qrshom (mgr.24449) 215 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:34.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:33.041942+0000 mgr.smithi098.qrshom (mgr.24449) 216 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:34.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:33.041942+0000 mgr.smithi098.qrshom (mgr.24449) 216 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:36.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:35.042423+0000 mgr.smithi098.qrshom (mgr.24449) 217 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:36.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:35.042423+0000 mgr.smithi098.qrshom (mgr.24449) 217 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:36.861 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:19:38.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:37.042845+0000 mgr.smithi098.qrshom (mgr.24449) 218 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:38.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:19:37.107699+0000 mon.smithi098 (mon.1) 111 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:19:38.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:37.042845+0000 mgr.smithi098.qrshom (mgr.24449) 218 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:38.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:19:37.107699+0000 mon.smithi098 (mon.1) 111 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:19:40.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:39.043586+0000 mgr.smithi098.qrshom (mgr.24449) 219 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:40.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:39.043586+0000 mgr.smithi098.qrshom (mgr.24449) 219 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:41.904 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:19:42.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:41.043971+0000 mgr.smithi098.qrshom (mgr.24449) 220 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:42.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:41.043971+0000 mgr.smithi098.qrshom (mgr.24449) 220 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:43.807 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:19:44.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:43.044687+0000 mgr.smithi098.qrshom (mgr.24449) 221 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:44.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:43.044687+0000 mgr.smithi098.qrshom (mgr.24449) 221 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:44.466 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:19:44.466 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 starting - - - - 2024-04-12T05:19:44.467 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (12m) 4m ago 12m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:19:44.467 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (11m) 4m ago 11m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:19:44.467 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (10m) 4m ago 11m 33.4M - 6.7.4 557c83e11646 9894e069bbb5 2024-04-12T05:19:44.467 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (6m) 4m ago 6m 37.1M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:19:44.467 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (6m) 4m ago 6m 13.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:19:44.467 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (13m) 4m ago 13m 366M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:19:44.467 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (4m) 4m ago 11m 498M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:19:44.467 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (13m) 4m ago 13m 51.5M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:19:44.467 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (11m) 4m ago 11m 43.9M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:19:44.467 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (4m) 4m ago 4m 47.2M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:19:44.467 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (4m) 4m ago 4m 16.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:19:44.467 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (11m) 4m ago 11m 17.1M - 0.18.1 e5a616e4b9cf 3d89f755cdc7 2024-04-12T05:19:44.468 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (11m) 4m ago 11m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:19:44.468 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (10m) 4m ago 10m 376M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:19:44.468 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (10m) 4m ago 10m 288M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:19:44.468 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (9m) 4m ago 9m 255M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:19:44.468 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (9m) 4m ago 9m 343M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:19:44.468 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (9m) 4m ago 9m 367M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:19:44.468 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (8m) 4m ago 8m 372M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:19:44.468 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (8m) 4m ago 8m 319M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:19:44.468 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (8m) 4m ago 8m 443M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:19:44.468 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (10m) 4m ago 11m 50.9M - 2.18.1 de242295e225 fa88f10cc479 2024-04-12T05:19:44.864 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:19:44.865 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:19:44.865 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:19:44.865 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:19:44.865 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:19:44.865 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:19:44.865 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:19:44.865 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:19:44.865 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:19:44.865 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:19:44.865 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:19:44.865 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:19:44.865 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:19:44.865 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:19:44.865 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:19:44.866 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T05:19:44.866 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:19:44.866 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:19:44.866 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:19:45.200 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:19:45.201 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:19:45.201 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:19:45.201 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:19:45.201 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:19:45.201 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T05:19:45.202 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:19:45.202 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:19:45.202 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:19:45.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:19:43.793476+0000 mgr.smithi098.qrshom (mgr.24449) 222 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:19:45.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:19:44.128349+0000 mgr.smithi098.qrshom (mgr.24449) 223 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:19:45.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:19:44.454395+0000 mgr.smithi098.qrshom (mgr.24449) 224 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:19:45.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:19:44.863086+0000 mon.smithi063 (mon.0) 897 : audit [DBG] from='client.? 172.21.15.63:0/1774686022' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:19:45.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:19:43.793476+0000 mgr.smithi098.qrshom (mgr.24449) 222 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:19:45.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:19:44.128349+0000 mgr.smithi098.qrshom (mgr.24449) 223 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:19:45.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:19:44.454395+0000 mgr.smithi098.qrshom (mgr.24449) 224 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:19:45.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:19:44.863086+0000 mon.smithi063 (mon.0) 897 : audit [DBG] from='client.? 172.21.15.63:0/1774686022' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:19:45.599 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:19:46.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:45.045078+0000 mgr.smithi098.qrshom (mgr.24449) 225 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:46.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:19:45.198592+0000 mgr.smithi098.qrshom (mgr.24449) 226 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:19:46.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:19:45.598496+0000 mon.smithi063 (mon.0) 898 : audit [DBG] from='client.? 172.21.15.63:0/2595783224' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:19:46.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:45.045078+0000 mgr.smithi098.qrshom (mgr.24449) 225 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:46.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:19:45.198592+0000 mgr.smithi098.qrshom (mgr.24449) 226 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:19:46.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:19:45.598496+0000 mon.smithi063 (mon.0) 898 : audit [DBG] from='client.? 172.21.15.63:0/2595783224' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:19:46.952 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:19:48.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:47.045742+0000 mgr.smithi098.qrshom (mgr.24449) 227 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:48.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:47.045742+0000 mgr.smithi098.qrshom (mgr.24449) 227 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:50.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:49.046430+0000 mgr.smithi098.qrshom (mgr.24449) 228 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:50.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:49.046430+0000 mgr.smithi098.qrshom (mgr.24449) 228 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:52.001 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:19:52.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:51.046817+0000 mgr.smithi098.qrshom (mgr.24449) 229 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:52.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:51.046817+0000 mgr.smithi098.qrshom (mgr.24449) 229 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:53.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:19:52.107984+0000 mon.smithi098 (mon.1) 112 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:19:53.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:19:52.107984+0000 mon.smithi098 (mon.1) 112 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:19:54.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:53.047587+0000 mgr.smithi098.qrshom (mgr.24449) 230 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:54.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:53.047587+0000 mgr.smithi098.qrshom (mgr.24449) 230 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:19:56.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:55.048031+0000 mgr.smithi098.qrshom (mgr.24449) 231 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:56.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:55.048031+0000 mgr.smithi098.qrshom (mgr.24449) 231 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:57.037 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:19:58.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:19:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:57.048515+0000 mgr.smithi098.qrshom (mgr.24449) 232 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:19:58.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:19:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:57.048515+0000 mgr.smithi098.qrshom (mgr.24449) 232 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:00.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:19:59.049410+0000 mgr.smithi098.qrshom (mgr.24449) 233 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:00.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:00.000166+0000 mon.smithi063 (mon.0) 899 : cluster [INF] overall HEALTH_OK 2024-04-12T05:20:00.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:19:59.049410+0000 mgr.smithi098.qrshom (mgr.24449) 233 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:00.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:00.000166+0000 mon.smithi063 (mon.0) 899 : cluster [INF] overall HEALTH_OK 2024-04-12T05:20:02.086 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:20:02.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:01.049773+0000 mgr.smithi098.qrshom (mgr.24449) 234 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:02.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:01.049773+0000 mgr.smithi098.qrshom (mgr.24449) 234 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:04.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:03.050587+0000 mgr.smithi098.qrshom (mgr.24449) 235 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:04.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:03.050587+0000 mgr.smithi098.qrshom (mgr.24449) 235 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:06.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:05.050937+0000 mgr.smithi098.qrshom (mgr.24449) 236 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:06.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:05.050937+0000 mgr.smithi098.qrshom (mgr.24449) 236 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:07.132 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:20:07.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:20:07.108298+0000 mon.smithi098 (mon.1) 113 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:20:07.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:20:07.108298+0000 mon.smithi098 (mon.1) 113 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:20:08.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:07.051453+0000 mgr.smithi098.qrshom (mgr.24449) 237 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:08.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:20:07.742716+0000 mon.smithi063 (mon.0) 900 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:20:08.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:20:07.749429+0000 mon.smithi063 (mon.0) 901 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:20:08.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:07.051453+0000 mgr.smithi098.qrshom (mgr.24449) 237 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:08.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:20:07.742716+0000 mon.smithi063 (mon.0) 900 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:20:08.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:20:07.749429+0000 mon.smithi063 (mon.0) 901 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:20:09.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:20:07.801275+0000 mgr.smithi098.qrshom (mgr.24449) 238 : cephadm [INF] Reconfiguring node-exporter.smithi063 (dependencies changed)... 2024-04-12T05:20:09.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:20:07.801733+0000 mgr.smithi098.qrshom (mgr.24449) 239 : cephadm [INF] Reconfiguring daemon node-exporter.smithi063 on smithi063 2024-04-12T05:20:09.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:20:07.801275+0000 mgr.smithi098.qrshom (mgr.24449) 238 : cephadm [INF] Reconfiguring node-exporter.smithi063 (dependencies changed)... 2024-04-12T05:20:09.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:20:07.801733+0000 mgr.smithi098.qrshom (mgr.24449) 239 : cephadm [INF] Reconfiguring daemon node-exporter.smithi063 on smithi063 2024-04-12T05:20:10.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:09.052142+0000 mgr.smithi098.qrshom (mgr.24449) 240 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:10.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:09.052142+0000 mgr.smithi098.qrshom (mgr.24449) 240 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:12.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:11.052555+0000 mgr.smithi098.qrshom (mgr.24449) 241 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:12.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:11.052555+0000 mgr.smithi098.qrshom (mgr.24449) 241 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:12.181 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:20:14.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:13.053196+0000 mgr.smithi098.qrshom (mgr.24449) 242 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:14.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:13.053196+0000 mgr.smithi098.qrshom (mgr.24449) 242 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:15.966 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:20:16.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:15.053632+0000 mgr.smithi098.qrshom (mgr.24449) 243 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:16.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:15.053632+0000 mgr.smithi098.qrshom (mgr.24449) 243 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:16.634 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:20:16.634 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 starting - - - - 2024-04-12T05:20:16.634 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (12m) 4m ago 12m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:20:16.635 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (11m) 4m ago 11m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:20:16.635 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 starting - - - - 2024-04-12T05:20:16.635 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (7m) 4m ago 7m 37.1M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:20:16.635 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (7m) 4m ago 7m 13.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:20:16.635 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (14m) 4m ago 14m 366M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:20:16.635 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (5m) 4m ago 11m 498M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:20:16.635 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (14m) 4m ago 14m 51.5M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:20:16.635 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (11m) 4m ago 11m 43.9M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:20:16.635 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (4m) 4m ago 4m 47.2M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:20:16.635 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (4m) 4m ago 4m 16.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:20:16.635 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (12m) 4m ago 12m 17.1M - 0.18.1 e5a616e4b9cf 3d89f755cdc7 2024-04-12T05:20:16.635 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (11m) 4m ago 11m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:20:16.635 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (11m) 4m ago 11m 376M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:20:16.635 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (10m) 4m ago 10m 288M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:20:16.636 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (10m) 4m ago 10m 255M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:20:16.636 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (10m) 4m ago 10m 343M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:20:16.636 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (9m) 4m ago 9m 367M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:20:16.636 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (9m) 4m ago 9m 372M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:20:16.636 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (9m) 4m ago 9m 319M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:20:16.636 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (8m) 4m ago 8m 443M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:20:16.636 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (10m) 4m ago 12m 50.9M - 2.18.1 de242295e225 fa88f10cc479 2024-04-12T05:20:17.035 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:20:17.035 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:20:17.036 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:20:17.036 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:20:17.036 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:20:17.036 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:20:17.036 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:20:17.036 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:20:17.036 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:20:17.036 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:20:17.036 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:20:17.036 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:20:17.036 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:20:17.036 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:20:17.037 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:20:17.037 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T05:20:17.037 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:20:17.037 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:20:17.037 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:20:17.223 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:20:17.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:20:15.950314+0000 mgr.smithi098.qrshom (mgr.24449) 244 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:20:17.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:20:16.294021+0000 mgr.smithi098.qrshom (mgr.24449) 245 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:20:17.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:17 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:20:17.034093+0000 mon.smithi063 (mon.0) 902 : audit [DBG] from='client.? 172.21.15.63:0/3575392966' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:20:17.375 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:20:17.375 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:20:17.376 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:20:17.376 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:20:17.376 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:20:17.376 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T05:20:17.376 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:20:17.376 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:20:17.376 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:20:17.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:20:15.950314+0000 mgr.smithi098.qrshom (mgr.24449) 244 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:20:17.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:20:16.294021+0000 mgr.smithi098.qrshom (mgr.24449) 245 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:20:17.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:20:17.034093+0000 mon.smithi063 (mon.0) 902 : audit [DBG] from='client.? 172.21.15.63:0/3575392966' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:20:17.775 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:20:18.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:20:16.621827+0000 mgr.smithi098.qrshom (mgr.24449) 246 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:20:18.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:17.054087+0000 mgr.smithi098.qrshom (mgr.24449) 247 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:18.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:20:17.373748+0000 mgr.smithi098.qrshom (mgr.24449) 248 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:20:18.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:20:17.773884+0000 mon.smithi063 (mon.0) 903 : audit [DBG] from='client.? 172.21.15.63:0/749501250' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:20:18.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:20:16.621827+0000 mgr.smithi098.qrshom (mgr.24449) 246 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:20:18.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:17.054087+0000 mgr.smithi098.qrshom (mgr.24449) 247 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:18.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:20:17.373748+0000 mgr.smithi098.qrshom (mgr.24449) 248 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:20:18.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:20:17.773884+0000 mon.smithi063 (mon.0) 903 : audit [DBG] from='client.? 172.21.15.63:0/749501250' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:20:20.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:19.054884+0000 mgr.smithi098.qrshom (mgr.24449) 249 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:20.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:19.054884+0000 mgr.smithi098.qrshom (mgr.24449) 249 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:22.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:21.055457+0000 mgr.smithi098.qrshom (mgr.24449) 250 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:22.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:21.055457+0000 mgr.smithi098.qrshom (mgr.24449) 250 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:22.263 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:20:23.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:20:22.108509+0000 mon.smithi098 (mon.1) 114 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:20:23.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:20:22.108509+0000 mon.smithi098 (mon.1) 114 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:20:24.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:23.056356+0000 mgr.smithi098.qrshom (mgr.24449) 251 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:24.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:23.056356+0000 mgr.smithi098.qrshom (mgr.24449) 251 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:26.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:25.056761+0000 mgr.smithi098.qrshom (mgr.24449) 252 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:25.056761+0000 mgr.smithi098.qrshom (mgr.24449) 252 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:27.304 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:20:28.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:27.057290+0000 mgr.smithi098.qrshom (mgr.24449) 253 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:28.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:27.057290+0000 mgr.smithi098.qrshom (mgr.24449) 253 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:30.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:29.058054+0000 mgr.smithi098.qrshom (mgr.24449) 254 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:30.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:29.058054+0000 mgr.smithi098.qrshom (mgr.24449) 254 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:32.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:31.058533+0000 mgr.smithi098.qrshom (mgr.24449) 255 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:32.129 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:31.058533+0000 mgr.smithi098.qrshom (mgr.24449) 255 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:32.350 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:20:34.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:33.059166+0000 mgr.smithi098.qrshom (mgr.24449) 256 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:34.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:33.059166+0000 mgr.smithi098.qrshom (mgr.24449) 256 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:36.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:35.059691+0000 mgr.smithi098.qrshom (mgr.24449) 257 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:36.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:35.059691+0000 mgr.smithi098.qrshom (mgr.24449) 257 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:37.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:20:37.108786+0000 mon.smithi098 (mon.1) 115 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:20:37.384 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:20:37.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:20:37.108786+0000 mon.smithi098 (mon.1) 115 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:20:38.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:37.060173+0000 mgr.smithi098.qrshom (mgr.24449) 258 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:38.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:37.060173+0000 mgr.smithi098.qrshom (mgr.24449) 258 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:40.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:39.061035+0000 mgr.smithi098.qrshom (mgr.24449) 259 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:40.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:39.061035+0000 mgr.smithi098.qrshom (mgr.24449) 259 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:42.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:41.061540+0000 mgr.smithi098.qrshom (mgr.24449) 260 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:42.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:41.061540+0000 mgr.smithi098.qrshom (mgr.24449) 260 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:42.425 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:20:44.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:43.062228+0000 mgr.smithi098.qrshom (mgr.24449) 261 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:44.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:43.062228+0000 mgr.smithi098.qrshom (mgr.24449) 261 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:46.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:45.062836+0000 mgr.smithi098.qrshom (mgr.24449) 262 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:46.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:45.062836+0000 mgr.smithi098.qrshom (mgr.24449) 262 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:47.469 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:20:48.142 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:20:48.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:47.063394+0000 mgr.smithi098.qrshom (mgr.24449) 263 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:48.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:47.063394+0000 mgr.smithi098.qrshom (mgr.24449) 263 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:48.806 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:20:48.807 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 starting - - - - 2024-04-12T05:20:48.807 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (13m) 5m ago 13m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:20:48.807 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (12m) 5m ago 12m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:20:48.807 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 starting - - - - 2024-04-12T05:20:48.807 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (7m) 5m ago 7m 37.1M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:20:48.807 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (7m) 5m ago 7m 13.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:20:48.807 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (14m) 5m ago 14m 366M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:20:48.807 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (5m) 5m ago 12m 498M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:20:48.807 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (14m) 5m ago 14m 51.5M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:20:48.807 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (12m) 5m ago 12m 43.9M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:20:48.807 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (5m) 5m ago 5m 47.2M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:20:48.807 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (5m) 5m ago 5m 16.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:20:48.807 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (12m) 5m ago 12m 17.1M - 0.18.1 e5a616e4b9cf 3d89f755cdc7 2024-04-12T05:20:48.807 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (12m) 5m ago 12m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:20:48.808 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (11m) 5m ago 11m 376M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:20:48.808 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (11m) 5m ago 11m 288M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:20:48.808 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (10m) 5m ago 10m 255M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:20:48.808 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (10m) 5m ago 10m 343M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:20:48.808 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (10m) 5m ago 10m 367M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:20:48.808 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (9m) 5m ago 9m 372M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:20:48.808 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (9m) 5m ago 9m 319M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:20:48.808 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (9m) 5m ago 9m 443M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:20:48.808 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (11m) 5m ago 12m 50.9M - 2.18.1 de242295e225 fa88f10cc479 2024-04-12T05:20:49.207 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:20:49.208 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:20:49.208 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:20:49.208 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:20:49.208 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:20:49.208 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:20:49.208 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:20:49.208 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:20:49.208 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:20:49.208 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:20:49.208 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:20:49.208 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:20:49.208 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:20:49.209 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:20:49.209 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:20:49.209 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T05:20:49.209 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:20:49.209 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:20:49.209 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:20:49.543 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:20:49.544 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:20:49.544 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:20:49.544 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:20:49.544 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:20:49.544 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T05:20:49.544 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:20:49.544 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:20:49.544 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:20:49.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:49 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:20:48.128619+0000 mgr.smithi098.qrshom (mgr.24449) 264 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:20:49.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:49 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:20:48.469689+0000 mgr.smithi098.qrshom (mgr.24449) 265 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:20:49.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:49 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:20:48.128619+0000 mgr.smithi098.qrshom (mgr.24449) 264 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:20:49.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:49 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:20:48.469689+0000 mgr.smithi098.qrshom (mgr.24449) 265 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:20:49.945 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:20:50.462 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:20:48.793969+0000 mgr.smithi098.qrshom (mgr.24449) 266 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:20:50.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:49.064254+0000 mgr.smithi098.qrshom (mgr.24449) 267 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:50.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:20:49.206276+0000 mon.smithi063 (mon.0) 904 : audit [DBG] from='client.? 172.21.15.63:0/1299362607' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:20:50.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:20:49.944084+0000 mon.smithi063 (mon.0) 905 : audit [DBG] from='client.? 172.21.15.63:0/4243062301' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:20:50.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:20:48.793969+0000 mgr.smithi098.qrshom (mgr.24449) 266 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:20:50.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:49.064254+0000 mgr.smithi098.qrshom (mgr.24449) 267 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:50.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:20:49.206276+0000 mon.smithi063 (mon.0) 904 : audit [DBG] from='client.? 172.21.15.63:0/1299362607' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:20:50.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:20:49.944084+0000 mon.smithi063 (mon.0) 905 : audit [DBG] from='client.? 172.21.15.63:0/4243062301' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:20:51.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:20:49.541710+0000 mgr.smithi098.qrshom (mgr.24449) 268 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:20:51.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:20:49.541710+0000 mgr.smithi098.qrshom (mgr.24449) 268 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:20:52.510 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:20:52.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:51.064766+0000 mgr.smithi098.qrshom (mgr.24449) 269 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:52.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:20:52.109178+0000 mon.smithi098 (mon.1) 116 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:20:52.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:51.064766+0000 mgr.smithi098.qrshom (mgr.24449) 269 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:52.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:20:52.109178+0000 mon.smithi098 (mon.1) 116 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:20:54.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:54 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:53.065373+0000 mgr.smithi098.qrshom (mgr.24449) 270 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:54.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:54 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:53.065373+0000 mgr.smithi098.qrshom (mgr.24449) 270 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:20:56.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:55.065797+0000 mgr.smithi098.qrshom (mgr.24449) 271 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:56.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:55.065797+0000 mgr.smithi098.qrshom (mgr.24449) 271 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:57.554 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:20:58.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:20:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:57.066233+0000 mgr.smithi098.qrshom (mgr.24449) 272 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:20:58.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:20:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:57.066233+0000 mgr.smithi098.qrshom (mgr.24449) 272 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:00.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:20:59.067159+0000 mgr.smithi098.qrshom (mgr.24449) 273 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:00.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:20:59.067159+0000 mgr.smithi098.qrshom (mgr.24449) 273 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:02.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:01.067637+0000 mgr.smithi098.qrshom (mgr.24449) 274 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:02.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:01.067637+0000 mgr.smithi098.qrshom (mgr.24449) 274 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:02.608 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:21:04.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:03.068224+0000 mgr.smithi098.qrshom (mgr.24449) 275 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:04.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:03.068224+0000 mgr.smithi098.qrshom (mgr.24449) 275 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:06.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:05.068705+0000 mgr.smithi098.qrshom (mgr.24449) 276 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:06.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:05.068705+0000 mgr.smithi098.qrshom (mgr.24449) 276 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:07.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:21:07.114006+0000 mon.smithi098 (mon.1) 117 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:21:07.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:21:07.114006+0000 mon.smithi098 (mon.1) 117 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:21:07.649 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:21:08.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:07.069234+0000 mgr.smithi098.qrshom (mgr.24449) 277 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:08.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:07.069234+0000 mgr.smithi098.qrshom (mgr.24449) 277 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:10.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:09.069958+0000 mgr.smithi098.qrshom (mgr.24449) 278 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:10.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:09.069958+0000 mgr.smithi098.qrshom (mgr.24449) 278 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:12.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:11.070508+0000 mgr.smithi098.qrshom (mgr.24449) 279 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:12.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:11.070508+0000 mgr.smithi098.qrshom (mgr.24449) 279 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:12.688 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:21:14.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:13.071355+0000 mgr.smithi098.qrshom (mgr.24449) 280 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:14.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:13.071355+0000 mgr.smithi098.qrshom (mgr.24449) 280 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:16.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:15.071953+0000 mgr.smithi098.qrshom (mgr.24449) 281 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:16.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:15.071953+0000 mgr.smithi098.qrshom (mgr.24449) 281 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:17.730 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:21:18.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:17.072440+0000 mgr.smithi098.qrshom (mgr.24449) 282 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:18.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:17.072440+0000 mgr.smithi098.qrshom (mgr.24449) 282 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:20.311 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:21:20.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:19.073207+0000 mgr.smithi098.qrshom (mgr.24449) 283 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:20.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:19.073207+0000 mgr.smithi098.qrshom (mgr.24449) 283 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:20.974 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:21:20.975 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 starting - - - - 2024-04-12T05:21:20.975 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (13m) 5m ago 13m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:21:20.975 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (13m) 5m ago 13m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:21:20.975 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 starting - - - - 2024-04-12T05:21:20.975 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (8m) 5m ago 8m 37.1M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:21:20.975 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (8m) 5m ago 8m 13.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:21:20.975 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (15m) 5m ago 15m 366M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:21:20.975 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (6m) 5m ago 12m 498M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:21:20.975 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (15m) 5m ago 15m 51.5M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:21:20.975 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (12m) 5m ago 12m 43.9M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:21:20.975 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (5m) 5m ago 5m 47.2M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:21:20.975 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (5m) 5m ago 5m 16.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:21:20.976 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (13m) 5m ago 13m 17.1M - 0.18.1 e5a616e4b9cf 3d89f755cdc7 2024-04-12T05:21:20.976 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (12m) 5m ago 12m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:21:20.976 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (12m) 5m ago 12m 376M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:21:20.976 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (11m) 5m ago 11m 288M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:21:20.976 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (11m) 5m ago 11m 255M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:21:20.976 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (11m) 5m ago 11m 343M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:21:20.976 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (10m) 5m ago 10m 367M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:21:20.976 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (10m) 5m ago 10m 372M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:21:20.976 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (10m) 5m ago 10m 319M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:21:20.976 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (9m) 5m ago 9m 443M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:21:20.976 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (11m) 5m ago 13m 50.9M - 2.18.1 de242295e225 fa88f10cc479 2024-04-12T05:21:21.369 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:21:21.369 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:21:21.369 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:21:21.369 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:21:21.369 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:21:21.369 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:21:21.369 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:21:21.369 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:21:21.369 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:21:21.369 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:21:21.369 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:21:21.369 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:21:21.369 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:21:21.370 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:21:21.370 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:21:21.370 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T05:21:21.370 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:21:21.370 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:21:21.370 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:21:21.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:21:20.296931+0000 mgr.smithi098.qrshom (mgr.24449) 284 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:21:21.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:21:20.296931+0000 mgr.smithi098.qrshom (mgr.24449) 284 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:21:21.707 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:21:21.707 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:21:21.707 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:21:21.707 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:21:21.707 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:21:21.707 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T05:21:21.707 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:21:21.707 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:21:21.707 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:21:22.111 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:21:22.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:21:20.635811+0000 mgr.smithi098.qrshom (mgr.24449) 285 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:21:22.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:21:20.962561+0000 mgr.smithi098.qrshom (mgr.24449) 286 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:21:22.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:21.073624+0000 mgr.smithi098.qrshom (mgr.24449) 287 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:22.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:21:21.367236+0000 mon.smithi063 (mon.0) 906 : audit [DBG] from='client.? 172.21.15.63:0/3073583198' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:21:22.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:21:22.109726+0000 mon.smithi063 (mon.0) 907 : audit [DBG] from='client.? 172.21.15.63:0/1772991904' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:21:22.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:21:22.114375+0000 mon.smithi098 (mon.1) 118 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:21:22.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:21:20.635811+0000 mgr.smithi098.qrshom (mgr.24449) 285 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:21:22.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:21:20.962561+0000 mgr.smithi098.qrshom (mgr.24449) 286 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:21:22.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:21.073624+0000 mgr.smithi098.qrshom (mgr.24449) 287 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:22.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:21:21.367236+0000 mon.smithi063 (mon.0) 906 : audit [DBG] from='client.? 172.21.15.63:0/3073583198' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:21:22.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:21:22.109726+0000 mon.smithi063 (mon.0) 907 : audit [DBG] from='client.? 172.21.15.63:0/1772991904' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:21:22.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:21:22.114375+0000 mon.smithi098 (mon.1) 118 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:21:22.775 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:21:23.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:21:21.705074+0000 mgr.smithi098.qrshom (mgr.24449) 288 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:21:23.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:21:21.705074+0000 mgr.smithi098.qrshom (mgr.24449) 288 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:21:24.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:23.074508+0000 mgr.smithi098.qrshom (mgr.24449) 289 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:24.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:23.074508+0000 mgr.smithi098.qrshom (mgr.24449) 289 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:26.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:25.075010+0000 mgr.smithi098.qrshom (mgr.24449) 290 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:26.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:25.075010+0000 mgr.smithi098.qrshom (mgr.24449) 290 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:27.813 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:21:28.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:27.075537+0000 mgr.smithi098.qrshom (mgr.24449) 291 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:28.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:27.075537+0000 mgr.smithi098.qrshom (mgr.24449) 291 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:30.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:29.076283+0000 mgr.smithi098.qrshom (mgr.24449) 292 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:30.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:29.076283+0000 mgr.smithi098.qrshom (mgr.24449) 292 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:32.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:31.076778+0000 mgr.smithi098.qrshom (mgr.24449) 293 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:32.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:31.076778+0000 mgr.smithi098.qrshom (mgr.24449) 293 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:32.853 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:21:34.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:33.077414+0000 mgr.smithi098.qrshom (mgr.24449) 294 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:34.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:33.077414+0000 mgr.smithi098.qrshom (mgr.24449) 294 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:36.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:35.078035+0000 mgr.smithi098.qrshom (mgr.24449) 295 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:35.078035+0000 mgr.smithi098.qrshom (mgr.24449) 295 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:37.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:21:37.114760+0000 mon.smithi098 (mon.1) 119 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:21:37.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:21:37.114760+0000 mon.smithi098 (mon.1) 119 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:21:37.895 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:21:38.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:37.078502+0000 mgr.smithi098.qrshom (mgr.24449) 296 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:38.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:37.078502+0000 mgr.smithi098.qrshom (mgr.24449) 296 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:40.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:39.079288+0000 mgr.smithi098.qrshom (mgr.24449) 297 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:40.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:39.079288+0000 mgr.smithi098.qrshom (mgr.24449) 297 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:42.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:41.079646+0000 mgr.smithi098.qrshom (mgr.24449) 298 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:42.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:41.079646+0000 mgr.smithi098.qrshom (mgr.24449) 298 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:42.928 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:21:44.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:43.080368+0000 mgr.smithi098.qrshom (mgr.24449) 299 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:44.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:43.080368+0000 mgr.smithi098.qrshom (mgr.24449) 299 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:46.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:45.080737+0000 mgr.smithi098.qrshom (mgr.24449) 300 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:46.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:45.080737+0000 mgr.smithi098.qrshom (mgr.24449) 300 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:47.969 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:21:48.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:47.081167+0000 mgr.smithi098.qrshom (mgr.24449) 301 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:48.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:47.081167+0000 mgr.smithi098.qrshom (mgr.24449) 301 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:50.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:49.082001+0000 mgr.smithi098.qrshom (mgr.24449) 302 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:50.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:49.082001+0000 mgr.smithi098.qrshom (mgr.24449) 302 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:52.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:51.082401+0000 mgr.smithi098.qrshom (mgr.24449) 303 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:52.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:51.082401+0000 mgr.smithi098.qrshom (mgr.24449) 303 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:52.482 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:21:53.003 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:21:53.147 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:21:53.147 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 starting - - - - 2024-04-12T05:21:53.147 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (14m) 6m ago 14m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:21:53.147 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (13m) 6m ago 13m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:21:53.147 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 starting - - - - 2024-04-12T05:21:53.148 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (8m) 6m ago 8m 37.1M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:21:53.148 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (8m) 6m ago 8m 13.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:21:53.148 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (15m) 6m ago 15m 366M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:21:53.148 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (6m) 6m ago 13m 498M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:21:53.148 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (15m) 6m ago 16m 51.5M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:21:53.148 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (13m) 6m ago 13m 43.9M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:21:53.148 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (6m) 6m ago 6m 47.2M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:21:53.148 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (6m) 6m ago 6m 16.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:21:53.148 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (13m) 6m ago 13m 17.1M - 0.18.1 e5a616e4b9cf 3d89f755cdc7 2024-04-12T05:21:53.148 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (13m) 6m ago 13m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:21:53.148 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (12m) 6m ago 12m 376M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:21:53.148 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (12m) 6m ago 12m 288M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:21:53.148 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (12m) 6m ago 12m 255M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:21:53.148 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (11m) 6m ago 11m 343M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:21:53.149 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (11m) 6m ago 11m 367M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:21:53.149 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (11m) 6m ago 11m 372M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:21:53.149 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (10m) 6m ago 10m 319M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:21:53.149 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (10m) 6m ago 10m 443M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:21:53.149 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (12m) 6m ago 13m 50.9M - 2.18.1 de242295e225 fa88f10cc479 2024-04-12T05:21:53.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:21:52.114943+0000 mon.smithi098 (mon.1) 120 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:21:53.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:21:52.468643+0000 mgr.smithi098.qrshom (mgr.24449) 304 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:21:53.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:21:52.114943+0000 mon.smithi098 (mon.1) 120 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:21:53.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:21:52.468643+0000 mgr.smithi098.qrshom (mgr.24449) 304 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:21:53.547 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:21:53.547 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:21:53.548 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:21:53.548 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:21:53.548 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:21:53.548 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:21:53.548 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:21:53.548 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:21:53.548 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:21:53.548 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:21:53.548 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:21:53.548 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:21:53.548 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:21:53.548 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:21:53.548 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:21:53.548 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T05:21:53.548 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:21:53.549 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:21:53.549 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:21:53.886 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:21:53.886 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:21:53.886 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:21:53.886 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:21:53.886 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:21:53.886 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T05:21:53.886 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:21:53.886 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:21:53.887 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:21:54.283 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:21:54.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:21:52.803374+0000 mgr.smithi098.qrshom (mgr.24449) 305 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:21:54.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:53.083030+0000 mgr.smithi098.qrshom (mgr.24449) 306 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:54.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:21:53.135510+0000 mgr.smithi098.qrshom (mgr.24449) 307 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:21:54.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:21:53.546155+0000 mon.smithi063 (mon.0) 908 : audit [DBG] from='client.? 172.21.15.63:0/1290696468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:21:54.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:21:52.803374+0000 mgr.smithi098.qrshom (mgr.24449) 305 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:21:54.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:53.083030+0000 mgr.smithi098.qrshom (mgr.24449) 306 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:21:54.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:21:53.135510+0000 mgr.smithi098.qrshom (mgr.24449) 307 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:21:54.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:21:53.546155+0000 mon.smithi063 (mon.0) 908 : audit [DBG] from='client.? 172.21.15.63:0/1290696468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:21:55.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:54 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:21:53.884207+0000 mgr.smithi098.qrshom (mgr.24449) 308 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:21:55.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:54 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:21:54.282185+0000 mon.smithi063 (mon.0) 909 : audit [DBG] from='client.? 172.21.15.63:0/799257470' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:21:55.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:54 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:21:53.884207+0000 mgr.smithi098.qrshom (mgr.24449) 308 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:21:55.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:54 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:21:54.282185+0000 mon.smithi063 (mon.0) 909 : audit [DBG] from='client.? 172.21.15.63:0/799257470' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:21:56.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:55.083476+0000 mgr.smithi098.qrshom (mgr.24449) 309 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:56.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:55 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:55.083476+0000 mgr.smithi098.qrshom (mgr.24449) 309 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:58.037 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:21:58.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:21:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:57.083929+0000 mgr.smithi098.qrshom (mgr.24449) 310 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:21:58.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:21:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:57.083929+0000 mgr.smithi098.qrshom (mgr.24449) 310 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:00.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:21:59.084625+0000 mgr.smithi098.qrshom (mgr.24449) 311 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:00.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:21:59.084625+0000 mgr.smithi098.qrshom (mgr.24449) 311 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:02.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:01.085036+0000 mgr.smithi098.qrshom (mgr.24449) 312 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-04-12T05:22:02.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:01.085036+0000 mgr.smithi098.qrshom (mgr.24449) 312 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-04-12T05:22:03.079 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:22:04.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:03.085877+0000 mgr.smithi098.qrshom (mgr.24449) 313 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:04.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:03.085877+0000 mgr.smithi098.qrshom (mgr.24449) 313 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:06.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:05.086384+0000 mgr.smithi098.qrshom (mgr.24449) 314 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-04-12T05:22:06.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:05.086384+0000 mgr.smithi098.qrshom (mgr.24449) 314 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-04-12T05:22:07.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:22:07.115210+0000 mon.smithi098 (mon.1) 121 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:22:07.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:22:07.115210+0000 mon.smithi098 (mon.1) 121 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:22:08.124 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:22:08.579 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:07.086761+0000 mgr.smithi098.qrshom (mgr.24449) 315 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-04-12T05:22:08.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:07.086761+0000 mgr.smithi098.qrshom (mgr.24449) 315 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-04-12T05:22:10.462 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:09.087500+0000 mgr.smithi098.qrshom (mgr.24449) 316 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:10.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:22:09.691126+0000 mon.smithi063 (mon.0) 910 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:22:10.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:22:09.697332+0000 mon.smithi063 (mon.0) 911 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:22:10.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:09.087500+0000 mgr.smithi098.qrshom (mgr.24449) 316 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:10.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:22:09.691126+0000 mon.smithi063 (mon.0) 910 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:22:10.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:22:09.697332+0000 mon.smithi063 (mon.0) 911 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:22:11.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:22:09.728644+0000 mgr.smithi098.qrshom (mgr.24449) 317 : cephadm [INF] Reconfiguring prometheus.smithi063 (dependencies changed)... 2024-04-12T05:22:11.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:22:09.949226+0000 mgr.smithi098.qrshom (mgr.24449) 318 : cephadm [INF] Reconfiguring daemon prometheus.smithi063 on smithi063 2024-04-12T05:22:11.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:22:09.728644+0000 mgr.smithi098.qrshom (mgr.24449) 317 : cephadm [INF] Reconfiguring prometheus.smithi063 (dependencies changed)... 2024-04-12T05:22:11.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:22:09.949226+0000 mgr.smithi098.qrshom (mgr.24449) 318 : cephadm [INF] Reconfiguring daemon prometheus.smithi063 on smithi063 2024-04-12T05:22:12.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:11.087986+0000 mgr.smithi098.qrshom (mgr.24449) 319 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:12.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:11.087986+0000 mgr.smithi098.qrshom (mgr.24449) 319 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:13.170 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:22:14.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:13.088708+0000 mgr.smithi098.qrshom (mgr.24449) 320 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:22:14.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:13.088708+0000 mgr.smithi098.qrshom (mgr.24449) 320 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:22:16.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:15.089255+0000 mgr.smithi098.qrshom (mgr.24449) 321 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:16.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:15.089255+0000 mgr.smithi098.qrshom (mgr.24449) 321 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:18.215 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:22:18.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:17.089685+0000 mgr.smithi098.qrshom (mgr.24449) 322 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:18.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:17.089685+0000 mgr.smithi098.qrshom (mgr.24449) 322 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:20.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:19.090610+0000 mgr.smithi098.qrshom (mgr.24449) 323 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:22:20.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:19.090610+0000 mgr.smithi098.qrshom (mgr.24449) 323 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:22:22.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:21.091040+0000 mgr.smithi098.qrshom (mgr.24449) 324 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:22.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:21.091040+0000 mgr.smithi098.qrshom (mgr.24449) 324 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:23.257 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:22:23.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:22:22.115502+0000 mon.smithi098 (mon.1) 122 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:22:23.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:22:22.115502+0000 mon.smithi098 (mon.1) 122 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:22:24.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:23.091744+0000 mgr.smithi098.qrshom (mgr.24449) 325 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:22:24.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:23.091744+0000 mgr.smithi098.qrshom (mgr.24449) 325 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:22:24.649 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:22:25.310 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:22:25.310 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 starting - - - - 2024-04-12T05:22:25.310 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (14m) 6m ago 14m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:22:25.310 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (14m) 6m ago 14m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:22:25.310 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 starting - - - - 2024-04-12T05:22:25.310 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (9m) 6m ago 9m 37.1M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:22:25.310 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (9m) 6m ago 9m 13.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:22:25.311 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (16m) 6m ago 16m 366M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:22:25.311 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (7m) 6m ago 14m 498M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:22:25.311 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (16m) 6m ago 16m 51.5M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:22:25.311 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (13m) 6m ago 13m 43.9M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:22:25.311 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (6m) 6m ago 6m 47.2M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:22:25.311 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (6m) 6m ago 6m 16.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:22:25.311 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 starting - - - - 2024-04-12T05:22:25.311 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (13m) 6m ago 13m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:22:25.311 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (13m) 6m ago 13m 376M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:22:25.311 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (12m) 6m ago 12m 288M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:22:25.311 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (12m) 6m ago 12m 255M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:22:25.311 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (12m) 6m ago 12m 343M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:22:25.311 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (11m) 6m ago 11m 367M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:22:25.311 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (11m) 6m ago 11m 372M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:22:25.312 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (11m) 6m ago 11m 319M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:22:25.312 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (10m) 6m ago 10m 443M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:22:25.312 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (12m) 6m ago 14m 50.9M - 2.18.1 de242295e225 fa88f10cc479 2024-04-12T05:22:25.713 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:22:25.713 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:22:25.714 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:22:25.714 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:22:25.714 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:22:25.714 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:22:25.714 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:22:25.714 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:22:25.714 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:22:25.714 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:22:25.714 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:22:25.714 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:22:25.714 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:22:25.714 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:22:25.714 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:22:25.715 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T05:22:25.715 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:22:25.715 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:22:25.715 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:22:26.053 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:22:26.053 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:22:26.053 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:22:26.053 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:22:26.053 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:22:26.053 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T05:22:26.054 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:22:26.054 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:22:26.054 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:22:26.454 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:22:26.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:22:24.634886+0000 mgr.smithi098.qrshom (mgr.24449) 326 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:22:26.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:22:24.970256+0000 mgr.smithi098.qrshom (mgr.24449) 327 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:22:26.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:25.092221+0000 mgr.smithi098.qrshom (mgr.24449) 328 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:26.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:22:25.298829+0000 mgr.smithi098.qrshom (mgr.24449) 329 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:22:26.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:22:25.712131+0000 mon.smithi063 (mon.0) 912 : audit [DBG] from='client.? 172.21.15.63:0/2230405488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:22:26.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:22:24.634886+0000 mgr.smithi098.qrshom (mgr.24449) 326 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:22:26.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:22:24.970256+0000 mgr.smithi098.qrshom (mgr.24449) 327 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:22:26.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:25.092221+0000 mgr.smithi098.qrshom (mgr.24449) 328 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:26.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:22:25.298829+0000 mgr.smithi098.qrshom (mgr.24449) 329 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:22:26.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:22:25.712131+0000 mon.smithi063 (mon.0) 912 : audit [DBG] from='client.? 172.21.15.63:0/2230405488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:22:27.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:27 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:22:26.051211+0000 mgr.smithi098.qrshom (mgr.24449) 330 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:22:27.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:27 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:22:26.452785+0000 mon.smithi063 (mon.0) 913 : audit [DBG] from='client.? 172.21.15.63:0/1981023866' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:22:27.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:27 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:22:26.051211+0000 mgr.smithi098.qrshom (mgr.24449) 330 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:22:27.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:27 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:22:26.452785+0000 mon.smithi063 (mon.0) 913 : audit [DBG] from='client.? 172.21.15.63:0/1981023866' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:22:28.300 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:22:28.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:27.092849+0000 mgr.smithi098.qrshom (mgr.24449) 331 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:28.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:27.092849+0000 mgr.smithi098.qrshom (mgr.24449) 331 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:30.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:29.093544+0000 mgr.smithi098.qrshom (mgr.24449) 332 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:22:30.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:29.093544+0000 mgr.smithi098.qrshom (mgr.24449) 332 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:22:32.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:31.094002+0000 mgr.smithi098.qrshom (mgr.24449) 333 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:32.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:31.094002+0000 mgr.smithi098.qrshom (mgr.24449) 333 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:33.348 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:22:34.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:33.094851+0000 mgr.smithi098.qrshom (mgr.24449) 334 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:22:34.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:33.094851+0000 mgr.smithi098.qrshom (mgr.24449) 334 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:22:36.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:35.095362+0000 mgr.smithi098.qrshom (mgr.24449) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:35.095362+0000 mgr.smithi098.qrshom (mgr.24449) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:37.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:22:37.115748+0000 mon.smithi098 (mon.1) 123 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:22:37.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:22:37.115748+0000 mon.smithi098 (mon.1) 123 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:22:38.386 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:22:38.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:37.095839+0000 mgr.smithi098.qrshom (mgr.24449) 336 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:38.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:37.095839+0000 mgr.smithi098.qrshom (mgr.24449) 336 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:40.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:39.096596+0000 mgr.smithi098.qrshom (mgr.24449) 337 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:22:40.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:39.096596+0000 mgr.smithi098.qrshom (mgr.24449) 337 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:22:42.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:41.097181+0000 mgr.smithi098.qrshom (mgr.24449) 338 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:42.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:41.097181+0000 mgr.smithi098.qrshom (mgr.24449) 338 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:43.425 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:22:44.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:43.097826+0000 mgr.smithi098.qrshom (mgr.24449) 339 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:22:44.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:43.097826+0000 mgr.smithi098.qrshom (mgr.24449) 339 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:22:46.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:45.098388+0000 mgr.smithi098.qrshom (mgr.24449) 340 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:46.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:45.098388+0000 mgr.smithi098.qrshom (mgr.24449) 340 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:48.458 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:22:48.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:47.098794+0000 mgr.smithi098.qrshom (mgr.24449) 341 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:48.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:47.098794+0000 mgr.smithi098.qrshom (mgr.24449) 341 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:50.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:49.099723+0000 mgr.smithi098.qrshom (mgr.24449) 342 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:22:50.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:49.099723+0000 mgr.smithi098.qrshom (mgr.24449) 342 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:22:52.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:51.100123+0000 mgr.smithi098.qrshom (mgr.24449) 343 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:52.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:51.100123+0000 mgr.smithi098.qrshom (mgr.24449) 343 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:53.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:22:52.116217+0000 mon.smithi098 (mon.1) 124 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:22:53.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:22:52.116217+0000 mon.smithi098 (mon.1) 124 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:22:53.499 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:22:54.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:53.100944+0000 mgr.smithi098.qrshom (mgr.24449) 344 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:22:54.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:53.100944+0000 mgr.smithi098.qrshom (mgr.24449) 344 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:22:56.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:55.101562+0000 mgr.smithi098.qrshom (mgr.24449) 345 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:56.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:55.101562+0000 mgr.smithi098.qrshom (mgr.24449) 345 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:56.818 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:22:57.478 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:22:57.478 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 starting - - - - 2024-04-12T05:22:57.478 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (15m) 7m ago 15m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:22:57.478 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (14m) 7m ago 14m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:22:57.478 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 starting - - - - 2024-04-12T05:22:57.478 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (9m) 7m ago 9m 37.1M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:22:57.478 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (9m) 7m ago 9m 13.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:22:57.478 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (17m) 7m ago 16m 366M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:22:57.479 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (8m) 7m ago 14m 498M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:22:57.479 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (17m) 7m ago 17m 51.5M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:22:57.479 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (14m) 7m ago 14m 43.9M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:22:57.479 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (7m) 7m ago 7m 47.2M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:22:57.479 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (7m) 7m ago 7m 16.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:22:57.479 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 starting - - - - 2024-04-12T05:22:57.479 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (14m) 7m ago 14m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:22:57.479 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (13m) 7m ago 13m 376M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:22:57.479 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (13m) 7m ago 13m 288M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:22:57.479 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (13m) 7m ago 13m 255M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:22:57.479 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (12m) 7m ago 12m 343M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:22:57.479 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (12m) 7m ago 12m 367M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:22:57.479 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (12m) 7m ago 12m 372M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:22:57.479 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (11m) 7m ago 11m 319M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:22:57.480 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (11m) 7m ago 11m 443M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:22:57.480 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (13m) 7m ago 14m 50.9M - 2.18.1 de242295e225 fa88f10cc479 2024-04-12T05:22:57.873 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:22:57.873 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:22:57.873 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:22:57.873 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:22:57.874 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:22:57.874 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:22:57.874 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:22:57.874 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:22:57.874 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:22:57.874 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:22:57.874 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:22:57.874 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:22:57.874 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:22:57.874 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:22:57.874 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:22:57.874 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T05:22:57.875 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:22:57.875 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:22:57.875 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:22:58.211 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:22:58.212 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:22:58.212 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:22:58.212 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:22:58.212 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:22:58.212 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T05:22:58.212 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:22:58.212 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:22:58.212 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:22:58.533 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:22:58.617 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:22:58.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:22:56.804002+0000 mgr.smithi098.qrshom (mgr.24449) 346 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:22:58.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:57.102006+0000 mgr.smithi098.qrshom (mgr.24449) 347 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:58.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:22:57.143121+0000 mgr.smithi098.qrshom (mgr.24449) 348 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:22:58.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:22:57.466154+0000 mgr.smithi098.qrshom (mgr.24449) 349 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:22:58.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:22:57.871895+0000 mon.smithi063 (mon.0) 914 : audit [DBG] from='client.? 172.21.15.63:0/3579012999' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:22:58.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:22:56.804002+0000 mgr.smithi098.qrshom (mgr.24449) 346 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:22:58.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:57.102006+0000 mgr.smithi098.qrshom (mgr.24449) 347 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:22:58.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:22:57.143121+0000 mgr.smithi098.qrshom (mgr.24449) 348 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:22:58.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:22:57.466154+0000 mgr.smithi098.qrshom (mgr.24449) 349 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:22:58.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:22:57.871895+0000 mon.smithi063 (mon.0) 914 : audit [DBG] from='client.? 172.21.15.63:0/3579012999' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:22:59.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:22:58.209633+0000 mgr.smithi098.qrshom (mgr.24449) 350 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:22:59.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:22:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:22:58.616021+0000 mon.smithi063 (mon.0) 915 : audit [DBG] from='client.? 172.21.15.63:0/1919847509' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:22:59.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:22:58.209633+0000 mgr.smithi098.qrshom (mgr.24449) 350 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:22:59.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:22:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:22:58.616021+0000 mon.smithi063 (mon.0) 915 : audit [DBG] from='client.? 172.21.15.63:0/1919847509' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:23:00.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:22:59.102820+0000 mgr.smithi098.qrshom (mgr.24449) 351 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:00.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:22:59.102820+0000 mgr.smithi098.qrshom (mgr.24449) 351 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:02.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:01.103256+0000 mgr.smithi098.qrshom (mgr.24449) 352 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:02.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:01.103256+0000 mgr.smithi098.qrshom (mgr.24449) 352 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:03.581 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:23:04.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:03.104184+0000 mgr.smithi098.qrshom (mgr.24449) 353 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:04.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:03.104184+0000 mgr.smithi098.qrshom (mgr.24449) 353 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:06.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:05.104775+0000 mgr.smithi098.qrshom (mgr.24449) 354 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:06.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:05.104775+0000 mgr.smithi098.qrshom (mgr.24449) 354 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:07.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:23:07.116339+0000 mon.smithi098 (mon.1) 125 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:23:07.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:23:07.116339+0000 mon.smithi098 (mon.1) 125 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:23:08.619 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:23:08.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:07.105208+0000 mgr.smithi098.qrshom (mgr.24449) 355 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:08.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:07.105208+0000 mgr.smithi098.qrshom (mgr.24449) 355 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:10.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:09.105823+0000 mgr.smithi098.qrshom (mgr.24449) 356 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:10.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:09.105823+0000 mgr.smithi098.qrshom (mgr.24449) 356 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:12.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:11.106270+0000 mgr.smithi098.qrshom (mgr.24449) 357 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:12.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:11.106270+0000 mgr.smithi098.qrshom (mgr.24449) 357 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:13.668 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:23:14.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:13.106967+0000 mgr.smithi098.qrshom (mgr.24449) 358 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:14.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:13.106967+0000 mgr.smithi098.qrshom (mgr.24449) 358 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:16.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:15.107514+0000 mgr.smithi098.qrshom (mgr.24449) 359 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:16.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:15.107514+0000 mgr.smithi098.qrshom (mgr.24449) 359 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:18.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:17.107951+0000 mgr.smithi098.qrshom (mgr.24449) 360 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:18.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:17.107951+0000 mgr.smithi098.qrshom (mgr.24449) 360 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:18.709 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:23:20.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:19.108889+0000 mgr.smithi098.qrshom (mgr.24449) 361 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:20.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:19.108889+0000 mgr.smithi098.qrshom (mgr.24449) 361 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:22.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:21.109357+0000 mgr.smithi098.qrshom (mgr.24449) 362 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:22.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:21.109357+0000 mgr.smithi098.qrshom (mgr.24449) 362 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:23.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:23:22.116571+0000 mon.smithi098 (mon.1) 126 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:23:23.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:23:22.116571+0000 mon.smithi098 (mon.1) 126 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:23:23.752 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:23:24.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:23.110001+0000 mgr.smithi098.qrshom (mgr.24449) 363 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:24.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:23.110001+0000 mgr.smithi098.qrshom (mgr.24449) 363 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:26.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:25.110565+0000 mgr.smithi098.qrshom (mgr.24449) 364 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:26.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:25.110565+0000 mgr.smithi098.qrshom (mgr.24449) 364 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:28.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:27.110984+0000 mgr.smithi098.qrshom (mgr.24449) 365 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:28.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:27.110984+0000 mgr.smithi098.qrshom (mgr.24449) 365 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:28.800 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:23:28.986 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:23:29.645 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:23:29.646 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 starting - - - - 2024-04-12T05:23:29.646 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (15m) 7m ago 15m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:23:29.646 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (15m) 7m ago 15m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:23:29.646 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 starting - - - - 2024-04-12T05:23:29.646 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (10m) 7m ago 10m 37.1M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:23:29.646 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (10m) 7m ago 10m 13.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:23:29.646 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (17m) 7m ago 17m 366M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:23:29.646 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (8m) 7m ago 15m 498M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:23:29.646 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (17m) 7m ago 17m 51.5M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:23:29.646 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (15m) 7m ago 15m 43.9M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:23:29.646 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (7m) 7m ago 7m 47.2M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:23:29.646 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (7m) 7m ago 7m 16.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:23:29.646 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 starting - - - - 2024-04-12T05:23:29.647 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (14m) 7m ago 14m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:23:29.647 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (14m) 7m ago 14m 376M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:23:29.647 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (13m) 7m ago 13m 288M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:23:29.647 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (13m) 7m ago 13m 255M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:23:29.647 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (13m) 7m ago 13m 343M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:23:29.647 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (12m) 7m ago 12m 367M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:23:29.647 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (12m) 7m ago 12m 372M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:23:29.647 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (12m) 7m ago 12m 319M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:23:29.647 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (11m) 7m ago 11m 443M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:23:29.647 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (14m) 7m ago 15m 50.9M - 2.18.1 de242295e225 fa88f10cc479 2024-04-12T05:23:30.044 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:23:30.044 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:23:30.044 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:23:30.044 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:23:30.044 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:23:30.044 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:23:30.044 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:23:30.044 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:23:30.045 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:23:30.045 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:23:30.045 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:23:30.045 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:23:30.045 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:23:30.045 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:23:30.045 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:23:30.045 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T05:23:30.045 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:23:30.045 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:23:30.045 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:23:30.380 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:23:30.380 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:23:30.381 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:23:30.381 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:23:30.381 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:23:30.381 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T05:23:30.381 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:23:30.381 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:23:30.381 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:23:30.462 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:23:28.971176+0000 mgr.smithi098.qrshom (mgr.24449) 366 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:23:30.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:29.111717+0000 mgr.smithi098.qrshom (mgr.24449) 367 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:30.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:23:29.309054+0000 mgr.smithi098.qrshom (mgr.24449) 368 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:23:30.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:23:30.042472+0000 mon.smithi063 (mon.0) 916 : audit [DBG] from='client.? 172.21.15.63:0/2537313393' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:23:30.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:23:28.971176+0000 mgr.smithi098.qrshom (mgr.24449) 366 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:23:30.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:29.111717+0000 mgr.smithi098.qrshom (mgr.24449) 367 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:30.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:23:29.309054+0000 mgr.smithi098.qrshom (mgr.24449) 368 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:23:30.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:23:30.042472+0000 mon.smithi063 (mon.0) 916 : audit [DBG] from='client.? 172.21.15.63:0/2537313393' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:23:30.780 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:23:31.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:23:29.634178+0000 mgr.smithi098.qrshom (mgr.24449) 369 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:23:31.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:23:30.378390+0000 mgr.smithi098.qrshom (mgr.24449) 370 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:23:31.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:23:30.778616+0000 mon.smithi063 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.63:0/1619574339' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:23:31.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:23:29.634178+0000 mgr.smithi098.qrshom (mgr.24449) 369 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:23:31.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:23:30.378390+0000 mgr.smithi098.qrshom (mgr.24449) 370 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:23:31.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:23:30.778616+0000 mon.smithi063 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.63:0/1619574339' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:23:32.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:31.112093+0000 mgr.smithi098.qrshom (mgr.24449) 371 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:32.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:31.112093+0000 mgr.smithi098.qrshom (mgr.24449) 371 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:33.837 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:23:34.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:33.112724+0000 mgr.smithi098.qrshom (mgr.24449) 372 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:34.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:33.112724+0000 mgr.smithi098.qrshom (mgr.24449) 372 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:36.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:35.113167+0000 mgr.smithi098.qrshom (mgr.24449) 373 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:35.113167+0000 mgr.smithi098.qrshom (mgr.24449) 373 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:37.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:23:37.116895+0000 mon.smithi098 (mon.1) 127 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:23:37.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:23:37.116895+0000 mon.smithi098 (mon.1) 127 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:23:38.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:37.113678+0000 mgr.smithi098.qrshom (mgr.24449) 374 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:38.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:37.113678+0000 mgr.smithi098.qrshom (mgr.24449) 374 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:38.888 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:23:40.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:39.114587+0000 mgr.smithi098.qrshom (mgr.24449) 375 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:40.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:39.114587+0000 mgr.smithi098.qrshom (mgr.24449) 375 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:42.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:41.115152+0000 mgr.smithi098.qrshom (mgr.24449) 376 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:42.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:41.115152+0000 mgr.smithi098.qrshom (mgr.24449) 376 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:43.929 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:23:44.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:43.116065+0000 mgr.smithi098.qrshom (mgr.24449) 377 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:44.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:43.116065+0000 mgr.smithi098.qrshom (mgr.24449) 377 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:46.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:45.116470+0000 mgr.smithi098.qrshom (mgr.24449) 378 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:46.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:45.116470+0000 mgr.smithi098.qrshom (mgr.24449) 378 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:48.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:47.116915+0000 mgr.smithi098.qrshom (mgr.24449) 379 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:48.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:47.116915+0000 mgr.smithi098.qrshom (mgr.24449) 379 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:48.971 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:23:50.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:49.117678+0000 mgr.smithi098.qrshom (mgr.24449) 380 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:50.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:49.117678+0000 mgr.smithi098.qrshom (mgr.24449) 380 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:52.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:51.118093+0000 mgr.smithi098.qrshom (mgr.24449) 381 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:52.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:51.118093+0000 mgr.smithi098.qrshom (mgr.24449) 381 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:53.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:23:52.117128+0000 mon.smithi098 (mon.1) 128 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:23:53.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:23:52.117128+0000 mon.smithi098 (mon.1) 128 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:23:54.014 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:23:54.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:53.118727+0000 mgr.smithi098.qrshom (mgr.24449) 382 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:54.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:53.118727+0000 mgr.smithi098.qrshom (mgr.24449) 382 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:23:56.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:55.119311+0000 mgr.smithi098.qrshom (mgr.24449) 383 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:56.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:55.119311+0000 mgr.smithi098.qrshom (mgr.24449) 383 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:58.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:23:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:57.119919+0000 mgr.smithi098.qrshom (mgr.24449) 384 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:58.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:23:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:57.119919+0000 mgr.smithi098.qrshom (mgr.24449) 384 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:23:59.053 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:24:00.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:23:59.120737+0000 mgr.smithi098.qrshom (mgr.24449) 385 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:00.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:23:59.120737+0000 mgr.smithi098.qrshom (mgr.24449) 385 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:01.145 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:24:01.810 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:24:01.810 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 starting - - - - 2024-04-12T05:24:01.810 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (16m) 8m ago 16m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:24:01.810 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (15m) 8m ago 15m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:24:01.810 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 starting - - - - 2024-04-12T05:24:01.810 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (10m) 8m ago 10m 37.1M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:24:01.811 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (10m) 8m ago 10m 13.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:24:01.811 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (18m) 8m ago 18m 366M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:24:01.811 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (9m) 8m ago 15m 498M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:24:01.811 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (18m) 8m ago 18m 51.5M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:24:01.811 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (15m) 8m ago 15m 43.9M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:24:01.811 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (8m) 8m ago 8m 47.2M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:24:01.811 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (8m) 8m ago 8m 16.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:24:01.811 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 starting - - - - 2024-04-12T05:24:01.811 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (15m) 8m ago 15m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:24:01.811 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (15m) 8m ago 14m 376M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:24:01.811 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (14m) 8m ago 14m 288M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:24:01.811 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (14m) 8m ago 14m 255M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:24:01.811 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (13m) 8m ago 13m 343M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:24:01.811 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (13m) 8m ago 13m 367M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:24:01.812 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (13m) 8m ago 13m 372M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:24:01.812 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (12m) 8m ago 12m 319M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:24:01.812 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (12m) 8m ago 12m 443M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:24:01.812 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (14m) 8m ago 15m 50.9M - 2.18.1 de242295e225 fa88f10cc479 2024-04-12T05:24:02.212 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:24:02.212 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:24:02.212 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:24:02.212 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:24:02.212 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:24:02.212 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:24:02.212 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:24:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:24:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:24:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:24:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:24:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:24:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:24:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:24:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:24:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T05:24:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:24:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:24:02.213 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:24:02.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:01.121272+0000 mgr.smithi098.qrshom (mgr.24449) 386 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:02.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:24:01.130632+0000 mgr.smithi098.qrshom (mgr.24449) 387 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:24:02.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:24:01.468252+0000 mgr.smithi098.qrshom (mgr.24449) 388 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:24:02.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:01.121272+0000 mgr.smithi098.qrshom (mgr.24449) 386 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:02.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:24:01.130632+0000 mgr.smithi098.qrshom (mgr.24449) 387 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:24:02.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:24:01.468252+0000 mgr.smithi098.qrshom (mgr.24449) 388 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:24:02.547 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:24:02.547 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:24:02.547 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:24:02.547 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:24:02.547 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:24:02.547 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T05:24:02.547 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:24:02.547 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:24:02.548 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:24:02.946 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:24:03.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:24:01.797326+0000 mgr.smithi098.qrshom (mgr.24449) 389 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:24:03.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:24:02.210599+0000 mon.smithi063 (mon.0) 918 : audit [DBG] from='client.? 172.21.15.63:0/1622909851' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:24:03.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:24:02.544900+0000 mgr.smithi098.qrshom (mgr.24449) 390 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:24:03.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:02 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:24:01.797326+0000 mgr.smithi098.qrshom (mgr.24449) 389 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:24:03.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:02 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:24:02.210599+0000 mon.smithi063 (mon.0) 918 : audit [DBG] from='client.? 172.21.15.63:0/1622909851' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:24:03.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:02 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:24:02.544900+0000 mgr.smithi098.qrshom (mgr.24449) 390 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:24:04.096 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:24:04.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:24:02.945234+0000 mon.smithi063 (mon.0) 919 : audit [DBG] from='client.? 172.21.15.63:0/3064565535' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:24:04.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:03 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:03.121881+0000 mgr.smithi098.qrshom (mgr.24449) 391 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:04.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:24:02.945234+0000 mon.smithi063 (mon.0) 919 : audit [DBG] from='client.? 172.21.15.63:0/3064565535' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:24:04.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:03.121881+0000 mgr.smithi098.qrshom (mgr.24449) 391 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:06.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:05.122464+0000 mgr.smithi098.qrshom (mgr.24449) 392 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:06.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:05.122464+0000 mgr.smithi098.qrshom (mgr.24449) 392 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:07.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:24:07.117254+0000 mon.smithi098 (mon.1) 129 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:24:07.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:24:07.117254+0000 mon.smithi098 (mon.1) 129 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:24:08.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:07.122828+0000 mgr.smithi098.qrshom (mgr.24449) 393 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:08.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:07.122828+0000 mgr.smithi098.qrshom (mgr.24449) 393 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:09.131 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:24:10.463 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:09.123626+0000 mgr.smithi098.qrshom (mgr.24449) 394 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:10.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:09.123626+0000 mgr.smithi098.qrshom (mgr.24449) 394 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:12.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:11.124021+0000 mgr.smithi098.qrshom (mgr.24449) 395 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:12.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:11.124021+0000 mgr.smithi098.qrshom (mgr.24449) 395 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:14.166 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:24:14.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:13.124817+0000 mgr.smithi098.qrshom (mgr.24449) 396 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:14.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:13.124817+0000 mgr.smithi098.qrshom (mgr.24449) 396 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:16.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:15.125287+0000 mgr.smithi098.qrshom (mgr.24449) 397 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:16.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:15.125287+0000 mgr.smithi098.qrshom (mgr.24449) 397 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:18.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:17.125660+0000 mgr.smithi098.qrshom (mgr.24449) 398 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:18.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:17.125660+0000 mgr.smithi098.qrshom (mgr.24449) 398 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:19.206 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:24:20.561 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:19.126365+0000 mgr.smithi098.qrshom (mgr.24449) 399 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:20.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:19.126365+0000 mgr.smithi098.qrshom (mgr.24449) 399 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:22.295 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:21.126803+0000 mgr.smithi098.qrshom (mgr.24449) 400 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:22.295 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:24:21.751939+0000 mon.smithi063 (mon.0) 920 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:24:22.295 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:24:21.757766+0000 mon.smithi063 (mon.0) 921 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:24:22.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:21.126803+0000 mgr.smithi098.qrshom (mgr.24449) 400 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:22.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:24:21.751939+0000 mon.smithi063 (mon.0) 920 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:24:22.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:24:21.757766+0000 mon.smithi063 (mon.0) 921 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:24:23.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:24:21.795481+0000 mgr.smithi098.qrshom (mgr.24449) 401 : cephadm [INF] Reconfiguring node-exporter.smithi098 (dependencies changed)... 2024-04-12T05:24:23.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:24:21.795937+0000 mgr.smithi098.qrshom (mgr.24449) 402 : cephadm [INF] Reconfiguring daemon node-exporter.smithi098 on smithi098 2024-04-12T05:24:23.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:24:22.117766+0000 mon.smithi098 (mon.1) 130 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:24:23.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:24:21.795481+0000 mgr.smithi098.qrshom (mgr.24449) 401 : cephadm [INF] Reconfiguring node-exporter.smithi098 (dependencies changed)... 2024-04-12T05:24:23.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:24:21.795937+0000 mgr.smithi098.qrshom (mgr.24449) 402 : cephadm [INF] Reconfiguring daemon node-exporter.smithi098 on smithi098 2024-04-12T05:24:23.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:24:22.117766+0000 mon.smithi098 (mon.1) 130 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:24:24.249 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:24:24.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:23.127480+0000 mgr.smithi098.qrshom (mgr.24449) 403 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:24.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:23.127480+0000 mgr.smithi098.qrshom (mgr.24449) 403 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:26.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:25.128031+0000 mgr.smithi098.qrshom (mgr.24449) 404 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:26.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:25.128031+0000 mgr.smithi098.qrshom (mgr.24449) 404 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:28.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:27.128592+0000 mgr.smithi098.qrshom (mgr.24449) 405 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:28.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:27.128592+0000 mgr.smithi098.qrshom (mgr.24449) 405 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:29.292 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:24:30.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:29.129399+0000 mgr.smithi098.qrshom (mgr.24449) 406 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:30.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:29.129399+0000 mgr.smithi098.qrshom (mgr.24449) 406 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:32.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:31.129838+0000 mgr.smithi098.qrshom (mgr.24449) 407 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:32.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:31.129838+0000 mgr.smithi098.qrshom (mgr.24449) 407 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:33.316 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:24:33.981 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:24:33.981 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 starting - - - - 2024-04-12T05:24:33.981 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (17m) 8m ago 17m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:24:33.982 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (16m) 8m ago 16m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:24:33.982 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 starting - - - - 2024-04-12T05:24:33.982 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (11m) 8m ago 11m 37.1M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:24:33.982 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (11m) 8m ago 11m 13.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:24:33.982 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (18m) 8m ago 18m 366M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:24:33.982 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (9m) 8m ago 16m 498M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:24:33.982 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (18m) 8m ago 18m 51.5M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:24:33.982 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (16m) 8m ago 16m 43.9M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:24:33.982 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (9m) 8m ago 9m 47.2M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:24:33.982 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (8m) 8m ago 8m 16.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:24:33.982 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 starting - - - - 2024-04-12T05:24:33.982 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (15m) 8m ago 15m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:24:33.982 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (15m) 8m ago 15m 376M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:24:33.982 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (15m) 8m ago 15m 288M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:24:33.983 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (14m) 8m ago 14m 255M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:24:33.983 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (14m) 8m ago 14m 343M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:24:33.983 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (14m) 8m ago 14m 367M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:24:33.983 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (13m) 8m ago 13m 372M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:24:33.983 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (13m) 8m ago 13m 319M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:24:33.983 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (13m) 8m ago 13m 443M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:24:33.983 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 starting - - - - 2024-04-12T05:24:34.330 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:24:34.384 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:24:34.385 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:24:34.385 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:24:34.385 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:24:34.385 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:24:34.385 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:24:34.385 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:24:34.385 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:24:34.385 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:24:34.385 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:24:34.385 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:24:34.385 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:24:34.386 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:24:34.386 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:24:34.386 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:24:34.386 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T05:24:34.386 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:24:34.386 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:24:34.386 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:24:34.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:33.130504+0000 mgr.smithi098.qrshom (mgr.24449) 408 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:34.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:24:33.299855+0000 mgr.smithi098.qrshom (mgr.24449) 409 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:24:34.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:33.130504+0000 mgr.smithi098.qrshom (mgr.24449) 408 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:34.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:24:33.299855+0000 mgr.smithi098.qrshom (mgr.24449) 409 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:24:34.723 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:24:34.724 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:24:34.724 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:24:34.724 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:24:34.724 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:24:34.724 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T05:24:34.724 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:24:34.724 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:24:34.724 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:24:35.122 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:24:35.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:24:33.638596+0000 mgr.smithi098.qrshom (mgr.24449) 410 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:24:35.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:24:33.970064+0000 mgr.smithi098.qrshom (mgr.24449) 411 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:24:35.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:24:34.383120+0000 mon.smithi063 (mon.0) 922 : audit [DBG] from='client.? 172.21.15.63:0/2557675984' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:24:35.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:35 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:24:35.121140+0000 mon.smithi063 (mon.0) 923 : audit [DBG] from='client.? 172.21.15.63:0/1362651010' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:24:35.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:24:33.638596+0000 mgr.smithi098.qrshom (mgr.24449) 410 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:24:35.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:24:33.970064+0000 mgr.smithi098.qrshom (mgr.24449) 411 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:24:35.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:24:34.383120+0000 mon.smithi063 (mon.0) 922 : audit [DBG] from='client.? 172.21.15.63:0/2557675984' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:24:35.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:24:35.121140+0000 mon.smithi063 (mon.0) 923 : audit [DBG] from='client.? 172.21.15.63:0/1362651010' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:24:36.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:24:34.721685+0000 mgr.smithi098.qrshom (mgr.24449) 412 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:24:36.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:35.130849+0000 mgr.smithi098.qrshom (mgr.24449) 413 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:24:34.721685+0000 mgr.smithi098.qrshom (mgr.24449) 412 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:24:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:35.130849+0000 mgr.smithi098.qrshom (mgr.24449) 413 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:37.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:24:37.117859+0000 mon.smithi098 (mon.1) 131 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:24:37.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:24:37.117859+0000 mon.smithi098 (mon.1) 131 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:24:38.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:37.132587+0000 mgr.smithi098.qrshom (mgr.24449) 414 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:38.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:37.132587+0000 mgr.smithi098.qrshom (mgr.24449) 414 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:39.369 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:24:40.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:39.133244+0000 mgr.smithi098.qrshom (mgr.24449) 415 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:40.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:39.133244+0000 mgr.smithi098.qrshom (mgr.24449) 415 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:42.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:41.133608+0000 mgr.smithi098.qrshom (mgr.24449) 416 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:42.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:41.133608+0000 mgr.smithi098.qrshom (mgr.24449) 416 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:44.409 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:24:44.457 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:43.134358+0000 mgr.smithi098.qrshom (mgr.24449) 417 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:44.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:43.134358+0000 mgr.smithi098.qrshom (mgr.24449) 417 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:46.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:45.134657+0000 mgr.smithi098.qrshom (mgr.24449) 418 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:46.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:45.134657+0000 mgr.smithi098.qrshom (mgr.24449) 418 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:48.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:47.135150+0000 mgr.smithi098.qrshom (mgr.24449) 419 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:48.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:47.135150+0000 mgr.smithi098.qrshom (mgr.24449) 419 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:49.457 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:24:50.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:49.135822+0000 mgr.smithi098.qrshom (mgr.24449) 420 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:50.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:49.135822+0000 mgr.smithi098.qrshom (mgr.24449) 420 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:52.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:51.136263+0000 mgr.smithi098.qrshom (mgr.24449) 421 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:52.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:51.136263+0000 mgr.smithi098.qrshom (mgr.24449) 421 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:53.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:24:52.118244+0000 mon.smithi098 (mon.1) 132 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:24:53.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:24:52.118244+0000 mon.smithi098 (mon.1) 132 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:24:54.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:53.136950+0000 mgr.smithi098.qrshom (mgr.24449) 422 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:54.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:53.136950+0000 mgr.smithi098.qrshom (mgr.24449) 422 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:24:54.497 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:24:56.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:55.137457+0000 mgr.smithi098.qrshom (mgr.24449) 423 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:56.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:55.137457+0000 mgr.smithi098.qrshom (mgr.24449) 423 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:58.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:24:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:57.138026+0000 mgr.smithi098.qrshom (mgr.24449) 424 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:58.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:24:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:57.138026+0000 mgr.smithi098.qrshom (mgr.24449) 424 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:24:59.536 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:25:00.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:24:59.138825+0000 mgr.smithi098.qrshom (mgr.24449) 425 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:00.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:24:59.138825+0000 mgr.smithi098.qrshom (mgr.24449) 425 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:02.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:01.139294+0000 mgr.smithi098.qrshom (mgr.24449) 426 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:02.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:01.139294+0000 mgr.smithi098.qrshom (mgr.24449) 426 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:04.575 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:25:04.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:03.140131+0000 mgr.smithi098.qrshom (mgr.24449) 427 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:04.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:03.140131+0000 mgr.smithi098.qrshom (mgr.24449) 427 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:05.495 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:25:06.154 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:25:06.155 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 starting - - - - 2024-04-12T05:25:06.155 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (17m) 9m ago 17m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:25:06.155 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (16m) 9m ago 16m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:25:06.155 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 starting - - - - 2024-04-12T05:25:06.155 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (12m) 9m ago 12m 37.1M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:25:06.155 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (12m) 9m ago 12m 13.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:25:06.155 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (19m) 9m ago 19m 366M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:25:06.155 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (10m) 9m ago 16m 498M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:25:06.155 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (19m) 9m ago 19m 51.5M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:25:06.155 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (16m) 9m ago 16m 43.9M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:25:06.155 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (9m) 9m ago 9m 47.2M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:25:06.155 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (9m) 9m ago 9m 16.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:25:06.155 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 starting - - - - 2024-04-12T05:25:06.155 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (16m) 9m ago 16m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:25:06.156 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (16m) 9m ago 16m 376M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:25:06.156 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (15m) 9m ago 15m 288M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:25:06.156 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (15m) 9m ago 15m 255M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:25:06.156 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (14m) 9m ago 14m 343M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:25:06.156 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (14m) 9m ago 14m 367M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:25:06.156 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (14m) 9m ago 14m 372M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:25:06.156 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (13m) 9m ago 13m 319M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:25:06.156 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (13m) 9m ago 13m 443M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:25:06.156 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 starting - - - - 2024-04-12T05:25:06.552 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:25:06.552 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:25:06.553 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:25:06.553 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:25:06.553 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:25:06.553 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:25:06.553 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:25:06.553 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:25:06.553 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:25:06.553 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:25:06.553 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:25:06.553 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:25:06.553 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:25:06.553 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:25:06.553 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:25:06.553 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T05:25:06.554 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:25:06.554 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:25:06.554 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:25:06.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:05.140616+0000 mgr.smithi098.qrshom (mgr.24449) 428 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:06.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:25:05.479257+0000 mgr.smithi098.qrshom (mgr.24449) 429 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:25:06.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:05.140616+0000 mgr.smithi098.qrshom (mgr.24449) 428 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:06.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:25:05.479257+0000 mgr.smithi098.qrshom (mgr.24449) 429 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:25:06.897 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:25:06.897 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:25:06.897 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:25:06.897 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:25:06.898 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:25:06.898 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T05:25:06.898 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:25:06.898 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:25:06.898 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:25:07.207 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:25:05.815759+0000 mgr.smithi098.qrshom (mgr.24449) 430 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:25:07.207 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:25:06.142429+0000 mgr.smithi098.qrshom (mgr.24449) 431 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:25:07.207 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:25:06.550919+0000 mon.smithi063 (mon.0) 924 : audit [DBG] from='client.? 172.21.15.63:0/3261134542' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:25:07.207 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:25:07.118493+0000 mon.smithi098 (mon.1) 133 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:25:07.311 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:25:07.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:25:05.815759+0000 mgr.smithi098.qrshom (mgr.24449) 430 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:25:07.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:25:06.142429+0000 mgr.smithi098.qrshom (mgr.24449) 431 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:25:07.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:25:06.550919+0000 mon.smithi063 (mon.0) 924 : audit [DBG] from='client.? 172.21.15.63:0/3261134542' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:25:07.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:25:07.118493+0000 mon.smithi098 (mon.1) 133 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:25:08.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:25:06.894942+0000 mgr.smithi098.qrshom (mgr.24449) 432 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:25:08.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:07.141043+0000 mgr.smithi098.qrshom (mgr.24449) 433 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:08.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:25:07.309225+0000 mon.smithi063 (mon.0) 925 : audit [DBG] from='client.? 172.21.15.63:0/902164673' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:25:08.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:25:06.894942+0000 mgr.smithi098.qrshom (mgr.24449) 432 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:25:08.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:07.141043+0000 mgr.smithi098.qrshom (mgr.24449) 433 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:08.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:25:07.309225+0000 mon.smithi063 (mon.0) 925 : audit [DBG] from='client.? 172.21.15.63:0/902164673' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:25:09.628 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:25:10.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:09.141804+0000 mgr.smithi098.qrshom (mgr.24449) 434 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:10.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:09.141804+0000 mgr.smithi098.qrshom (mgr.24449) 434 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:12.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:11.142255+0000 mgr.smithi098.qrshom (mgr.24449) 435 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:12.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:11.142255+0000 mgr.smithi098.qrshom (mgr.24449) 435 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:14.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:13.142826+0000 mgr.smithi098.qrshom (mgr.24449) 436 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:14.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:13.142826+0000 mgr.smithi098.qrshom (mgr.24449) 436 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:14.662 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:25:16.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:15.143410+0000 mgr.smithi098.qrshom (mgr.24449) 437 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:16.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:15.143410+0000 mgr.smithi098.qrshom (mgr.24449) 437 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:18.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:17.143900+0000 mgr.smithi098.qrshom (mgr.24449) 438 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:18.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:17.143900+0000 mgr.smithi098.qrshom (mgr.24449) 438 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:19.698 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:25:20.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:19.144880+0000 mgr.smithi098.qrshom (mgr.24449) 439 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:20.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:19.144880+0000 mgr.smithi098.qrshom (mgr.24449) 439 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:22.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:21.145355+0000 mgr.smithi098.qrshom (mgr.24449) 440 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:22.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:21.145355+0000 mgr.smithi098.qrshom (mgr.24449) 440 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:23.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:25:22.118757+0000 mon.smithi098 (mon.1) 134 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:25:23.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:25:22.118757+0000 mon.smithi098 (mon.1) 134 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:25:24.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:23.146081+0000 mgr.smithi098.qrshom (mgr.24449) 441 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:24.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:23.146081+0000 mgr.smithi098.qrshom (mgr.24449) 441 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:24.745 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:25:26.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:25.146453+0000 mgr.smithi098.qrshom (mgr.24449) 442 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:26.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:25.146453+0000 mgr.smithi098.qrshom (mgr.24449) 442 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:28.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:27.146944+0000 mgr.smithi098.qrshom (mgr.24449) 443 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:28.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:27.146944+0000 mgr.smithi098.qrshom (mgr.24449) 443 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:29.786 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:25:30.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:30 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:29.147905+0000 mgr.smithi098.qrshom (mgr.24449) 444 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:30.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:30 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:29.147905+0000 mgr.smithi098.qrshom (mgr.24449) 444 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:32.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:31.148409+0000 mgr.smithi098.qrshom (mgr.24449) 445 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:32.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:31.148409+0000 mgr.smithi098.qrshom (mgr.24449) 445 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:34.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:33.149034+0000 mgr.smithi098.qrshom (mgr.24449) 446 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:34.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:33.149034+0000 mgr.smithi098.qrshom (mgr.24449) 446 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:34.818 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:25:36.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:35.149567+0000 mgr.smithi098.qrshom (mgr.24449) 447 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:35.149567+0000 mgr.smithi098.qrshom (mgr.24449) 447 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:37.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:37 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:25:37.119121+0000 mon.smithi098 (mon.1) 135 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:25:37.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:25:37.119121+0000 mon.smithi098 (mon.1) 135 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:25:37.677 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:25:38.342 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:25:38.343 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 starting - - - - 2024-04-12T05:25:38.343 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (18m) 9m ago 18m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:25:38.343 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (17m) 9m ago 17m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:25:38.343 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 starting - - - - 2024-04-12T05:25:38.343 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (12m) 9m ago 12m 37.1M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:25:38.343 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (12m) 9m ago 12m 13.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:25:38.344 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (19m) 9m ago 19m 366M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:25:38.344 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (10m) 9m ago 17m 498M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:25:38.344 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (19m) 9m ago 19m 51.5M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:25:38.344 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (17m) 9m ago 17m 43.9M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:25:38.344 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (10m) 9m ago 10m 47.2M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:25:38.344 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (10m) 9m ago 10m 16.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:25:38.344 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 starting - - - - 2024-04-12T05:25:38.345 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (16m) 9m ago 16m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:25:38.345 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (16m) 9m ago 16m 376M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:25:38.345 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (16m) 9m ago 16m 288M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:25:38.345 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (15m) 9m ago 15m 255M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:25:38.345 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (15m) 9m ago 15m 343M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:25:38.345 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (15m) 9m ago 15m 367M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:25:38.346 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (14m) 9m ago 14m 372M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:25:38.346 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (14m) 9m ago 14m 319M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:25:38.346 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (14m) 9m ago 14m 443M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:25:38.346 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 starting - - - - 2024-04-12T05:25:38.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:37.149890+0000 mgr.smithi098.qrshom (mgr.24449) 448 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:38.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:37.149890+0000 mgr.smithi098.qrshom (mgr.24449) 448 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:38.739 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:25:38.739 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:25:38.739 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:25:38.739 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:25:38.739 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:25:38.739 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:25:38.739 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:25:38.739 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:25:38.740 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:25:38.740 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:25:38.740 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:25:38.740 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:25:38.740 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:25:38.740 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:25:38.740 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:25:38.740 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T05:25:38.740 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:25:38.740 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:25:38.740 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:25:39.081 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:25:39.081 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:25:39.081 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:25:39.081 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:25:39.082 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:25:39.082 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T05:25:39.082 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:25:39.082 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:25:39.082 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:25:39.480 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:25:39.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:39 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:25:37.661346+0000 mgr.smithi098.qrshom (mgr.24449) 449 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:25:39.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:39 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:25:37.999427+0000 mgr.smithi098.qrshom (mgr.24449) 450 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:25:39.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:39 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:25:38.330537+0000 mgr.smithi098.qrshom (mgr.24449) 451 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:25:39.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:39 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:25:38.737408+0000 mon.smithi063 (mon.0) 926 : audit [DBG] from='client.? 172.21.15.63:0/2819970288' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:25:39.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:25:37.661346+0000 mgr.smithi098.qrshom (mgr.24449) 449 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:25:39.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:25:37.999427+0000 mgr.smithi098.qrshom (mgr.24449) 450 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:25:39.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:25:38.330537+0000 mgr.smithi098.qrshom (mgr.24449) 451 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:25:39.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:25:38.737408+0000 mon.smithi063 (mon.0) 926 : audit [DBG] from='client.? 172.21.15.63:0/2819970288' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:25:39.860 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:25:40.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:25:39.078788+0000 mgr.smithi098.qrshom (mgr.24449) 452 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:25:40.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:39.150580+0000 mgr.smithi098.qrshom (mgr.24449) 453 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:40.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:25:39.478699+0000 mon.smithi063 (mon.0) 927 : audit [DBG] from='client.? 172.21.15.63:0/2321935711' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:25:40.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:25:39.078788+0000 mgr.smithi098.qrshom (mgr.24449) 452 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:25:40.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:39.150580+0000 mgr.smithi098.qrshom (mgr.24449) 453 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:40.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:25:39.478699+0000 mon.smithi063 (mon.0) 927 : audit [DBG] from='client.? 172.21.15.63:0/2321935711' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:25:42.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:41.151012+0000 mgr.smithi098.qrshom (mgr.24449) 454 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:42.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:41.151012+0000 mgr.smithi098.qrshom (mgr.24449) 454 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:44.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:43.151667+0000 mgr.smithi098.qrshom (mgr.24449) 455 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:44.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:43.151667+0000 mgr.smithi098.qrshom (mgr.24449) 455 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:44.905 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:25:46.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:45.152078+0000 mgr.smithi098.qrshom (mgr.24449) 456 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:46.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:45.152078+0000 mgr.smithi098.qrshom (mgr.24449) 456 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:48.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:48 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:47.152499+0000 mgr.smithi098.qrshom (mgr.24449) 457 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:48.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:47.152499+0000 mgr.smithi098.qrshom (mgr.24449) 457 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:49.951 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:25:50.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:49.153189+0000 mgr.smithi098.qrshom (mgr.24449) 458 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:50.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:49.153189+0000 mgr.smithi098.qrshom (mgr.24449) 458 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:52.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:51.153599+0000 mgr.smithi098.qrshom (mgr.24449) 459 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:52.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:51.153599+0000 mgr.smithi098.qrshom (mgr.24449) 459 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:53.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:25:52.119291+0000 mon.smithi098 (mon.1) 136 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:25:53.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:25:52.119291+0000 mon.smithi098 (mon.1) 136 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:25:54.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:53.154263+0000 mgr.smithi098.qrshom (mgr.24449) 460 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:54.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:53.154263+0000 mgr.smithi098.qrshom (mgr.24449) 460 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:25:54.994 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:25:56.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:55.154663+0000 mgr.smithi098.qrshom (mgr.24449) 461 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:56.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:55.154663+0000 mgr.smithi098.qrshom (mgr.24449) 461 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:58.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:25:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:57.155110+0000 mgr.smithi098.qrshom (mgr.24449) 462 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:25:58.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:25:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:57.155110+0000 mgr.smithi098.qrshom (mgr.24449) 462 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:00.028 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:26:00.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:00 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:25:59.155903+0000 mgr.smithi098.qrshom (mgr.24449) 463 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:26:00.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:25:59.155903+0000 mgr.smithi098.qrshom (mgr.24449) 463 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:26:02.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:01.156363+0000 mgr.smithi098.qrshom (mgr.24449) 464 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:02.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:01.156363+0000 mgr.smithi098.qrshom (mgr.24449) 464 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:04.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:03.156918+0000 mgr.smithi098.qrshom (mgr.24449) 465 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:26:04.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:03.156918+0000 mgr.smithi098.qrshom (mgr.24449) 465 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:26:05.071 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:26:06.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:06 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:05.157460+0000 mgr.smithi098.qrshom (mgr.24449) 466 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:06.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:05.157460+0000 mgr.smithi098.qrshom (mgr.24449) 466 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:07.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:07.119445+0000 mon.smithi098 (mon.1) 137 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:26:07.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:07.119445+0000 mon.smithi098 (mon.1) 137 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:26:08.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:07.157957+0000 mgr.smithi098.qrshom (mgr.24449) 467 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:08.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:07.157957+0000 mgr.smithi098.qrshom (mgr.24449) 467 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:09.846 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:26:10.101 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:26:10.508 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:26:10.509 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 starting - - - - 2024-04-12T05:26:10.509 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (18m) 10m ago 18m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:26:10.509 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (17m) 10m ago 17m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:26:10.509 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 starting - - - - 2024-04-12T05:26:10.509 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (13m) 10m ago 13m 37.1M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:26:10.509 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (13m) 10m ago 13m 13.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:26:10.509 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:9283 running (20m) 10m ago 20m 366M - 16.2.5 6933c2a0b7dd e151535283b3 2024-04-12T05:26:10.509 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (11m) 10m ago 17m 498M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:26:10.509 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (20m) 10m ago 20m 51.5M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:26:10.509 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (17m) 10m ago 17m 43.9M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:26:10.509 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (10m) 10m ago 10m 47.2M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:26:10.509 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (10m) 10m ago 10m 16.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:26:10.509 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 starting - - - - 2024-04-12T05:26:10.509 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (17m) 10m ago 17m 17.2M - 0.18.1 e5a616e4b9cf ab9afb3186c5 2024-04-12T05:26:10.510 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (17m) 10m ago 17m 376M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:26:10.510 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (16m) 10m ago 16m 288M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:26:10.510 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (16m) 10m ago 16m 255M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:26:10.510 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (15m) 10m ago 15m 343M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:26:10.510 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (15m) 10m ago 15m 367M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:26:10.510 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (15m) 10m ago 15m 372M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:26:10.510 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (14m) 10m ago 14m 319M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:26:10.510 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (14m) 10m ago 14m 443M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:26:10.510 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 starting - - - - 2024-04-12T05:26:10.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:09.158780+0000 mgr.smithi098.qrshom (mgr.24449) 468 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:26:10.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:09.158780+0000 mgr.smithi098.qrshom (mgr.24449) 468 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:26:10.913 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:26:10.913 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:26:10.913 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:26:10.913 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:26:10.913 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:26:10.913 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:26:10.913 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:26:10.914 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:26:10.914 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:26:10.914 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:26:10.914 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:26:10.914 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:26:10.914 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:26:10.914 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:26:10.914 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:26:10.914 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T05:26:10.914 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:26:10.914 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:26:10.914 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:26:11.250 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:26:11.251 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:26:11.251 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:26:11.251 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:26:11.251 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:26:11.251 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T05:26:11.251 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:26:11.251 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:26:11.251 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:26:11.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:09.831132+0000 mgr.smithi098.qrshom (mgr.24449) 469 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:26:11.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:10.170321+0000 mgr.smithi098.qrshom (mgr.24449) 470 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:26:11.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:10.497110+0000 mgr.smithi098.qrshom (mgr.24449) 471 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:26:11.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:10.911404+0000 mon.smithi063 (mon.0) 928 : audit [DBG] from='client.? 172.21.15.63:0/2017712288' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:26:11.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:09.831132+0000 mgr.smithi098.qrshom (mgr.24449) 469 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:26:11.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:10.170321+0000 mgr.smithi098.qrshom (mgr.24449) 470 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:26:11.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:10.497110+0000 mgr.smithi098.qrshom (mgr.24449) 471 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:26:11.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:10.911404+0000 mon.smithi063 (mon.0) 928 : audit [DBG] from='client.? 172.21.15.63:0/2017712288' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:26:11.654 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:26:12.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:11.159353+0000 mgr.smithi098.qrshom (mgr.24449) 472 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:12.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:11.248562+0000 mgr.smithi098.qrshom (mgr.24449) 473 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:26:12.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:12 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:11.652903+0000 mon.smithi063 (mon.0) 929 : audit [DBG] from='client.? 172.21.15.63:0/505782761' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:26:12.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:11.159353+0000 mgr.smithi098.qrshom (mgr.24449) 472 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:12.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:11.248562+0000 mgr.smithi098.qrshom (mgr.24449) 473 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:26:12.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:11.652903+0000 mon.smithi063 (mon.0) 929 : audit [DBG] from='client.? 172.21.15.63:0/505782761' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:26:14.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:14 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:13.160003+0000 mgr.smithi098.qrshom (mgr.24449) 474 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:26:14.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:14 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:13.160003+0000 mgr.smithi098.qrshom (mgr.24449) 474 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:26:15.137 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:26:16.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:15.160411+0000 mgr.smithi098.qrshom (mgr.24449) 475 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:16.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:16 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:15.160411+0000 mgr.smithi098.qrshom (mgr.24449) 475 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:18.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:18 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:17.160807+0000 mgr.smithi098.qrshom (mgr.24449) 476 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:18.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:17.160807+0000 mgr.smithi098.qrshom (mgr.24449) 476 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:20.174 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:26:20.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:20 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:19.161639+0000 mgr.smithi098.qrshom (mgr.24449) 477 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:26:20.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:20 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:19.161639+0000 mgr.smithi098.qrshom (mgr.24449) 477 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:26:22.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:21.162085+0000 mgr.smithi098.qrshom (mgr.24449) 478 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:22.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:21 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:21.162085+0000 mgr.smithi098.qrshom (mgr.24449) 478 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:23.283 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:22.119764+0000 mon.smithi098 (mon.1) 138 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:26:23.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:22 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:22.119764+0000 mon.smithi098 (mon.1) 138 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:26:24.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:23.162847+0000 mgr.smithi098.qrshom (mgr.24449) 479 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:26:24.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:23.581406+0000 mon.smithi063 (mon.0) 930 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:24.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:23.586761+0000 mon.smithi063 (mon.0) 931 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:24.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:23.612143+0000 mon.smithi098 (mon.1) 139 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T05:26:24.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:23.613298+0000 mon.smithi098 (mon.1) 140 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi063.front.sepia.ceph.com:9093"}]: dispatch 2024-04-12T05:26:24.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:23.617916+0000 mon.smithi063 (mon.0) 932 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:24.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:23.626636+0000 mon.smithi098 (mon.1) 141 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T05:26:24.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:23.629883+0000 mon.smithi098 (mon.1) 142 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi063.front.sepia.ceph.com:3000"}]: dispatch 2024-04-12T05:26:24.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:23.634728+0000 mon.smithi063 (mon.0) 933 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:24.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:23.643908+0000 mon.smithi098 (mon.1) 143 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T05:26:24.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:23.646529+0000 mon.smithi098 (mon.1) 144 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi063.front.sepia.ceph.com:9095"}]: dispatch 2024-04-12T05:26:24.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:23.651196+0000 mon.smithi063 (mon.0) 934 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:24.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:23.664844+0000 mon.smithi098 (mon.1) 145 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:26:24.128 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:23 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:23.669625+0000 mon.smithi063 (mon.0) 935 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:24.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:23.162847+0000 mgr.smithi098.qrshom (mgr.24449) 479 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:26:24.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:23.581406+0000 mon.smithi063 (mon.0) 930 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:24.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:23.586761+0000 mon.smithi063 (mon.0) 931 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:24.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:23.612143+0000 mon.smithi098 (mon.1) 139 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T05:26:24.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:23.613298+0000 mon.smithi098 (mon.1) 140 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi063.front.sepia.ceph.com:9093"}]: dispatch 2024-04-12T05:26:24.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:23.617916+0000 mon.smithi063 (mon.0) 932 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:24.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:23.626636+0000 mon.smithi098 (mon.1) 141 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T05:26:24.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:23.629883+0000 mon.smithi098 (mon.1) 142 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi063.front.sepia.ceph.com:3000"}]: dispatch 2024-04-12T05:26:24.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:23.634728+0000 mon.smithi063 (mon.0) 933 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:24.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:23.643908+0000 mon.smithi098 (mon.1) 143 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T05:26:24.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:23.646529+0000 mon.smithi098 (mon.1) 144 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi063.front.sepia.ceph.com:9095"}]: dispatch 2024-04-12T05:26:24.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:23.651196+0000 mon.smithi063 (mon.0) 934 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:24.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:23.664844+0000 mon.smithi098 (mon.1) 145 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:26:24.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:23 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:23.669625+0000 mon.smithi063 (mon.0) 935 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:25.212 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:26:25.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:23.612498+0000 mgr.smithi098.qrshom (mgr.24449) 480 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T05:26:25.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:23.613560+0000 mgr.smithi098.qrshom (mgr.24449) 481 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi063.front.sepia.ceph.com:9093"}]: dispatch 2024-04-12T05:26:25.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:23.627001+0000 mgr.smithi098.qrshom (mgr.24449) 482 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T05:26:25.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:23.630206+0000 mgr.smithi098.qrshom (mgr.24449) 483 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi063.front.sepia.ceph.com:3000"}]: dispatch 2024-04-12T05:26:25.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:23.644311+0000 mgr.smithi098.qrshom (mgr.24449) 484 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T05:26:25.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:23.646880+0000 mgr.smithi098.qrshom (mgr.24449) 485 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi063.front.sepia.ceph.com:9095"}]: dispatch 2024-04-12T05:26:25.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:23.670415+0000 mgr.smithi098.qrshom (mgr.24449) 486 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi098.qrshom) 2024-04-12T05:26:25.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:23.670794+0000 mgr.smithi098.qrshom (mgr.24449) 487 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi098.qrshom) 2024-04-12T05:26:25.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:23.612498+0000 mgr.smithi098.qrshom (mgr.24449) 480 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T05:26:25.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:23.613560+0000 mgr.smithi098.qrshom (mgr.24449) 481 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi063.front.sepia.ceph.com:9093"}]: dispatch 2024-04-12T05:26:25.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:23.627001+0000 mgr.smithi098.qrshom (mgr.24449) 482 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T05:26:25.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:23.630206+0000 mgr.smithi098.qrshom (mgr.24449) 483 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi063.front.sepia.ceph.com:3000"}]: dispatch 2024-04-12T05:26:25.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:23.644311+0000 mgr.smithi098.qrshom (mgr.24449) 484 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T05:26:25.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:23.646880+0000 mgr.smithi098.qrshom (mgr.24449) 485 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi063.front.sepia.ceph.com:9095"}]: dispatch 2024-04-12T05:26:25.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:23.670415+0000 mgr.smithi098.qrshom (mgr.24449) 486 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi098.qrshom) 2024-04-12T05:26:25.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:23.670794+0000 mgr.smithi098.qrshom (mgr.24449) 487 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi098.qrshom) 2024-04-12T05:26:26.801 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:25.163230+0000 mgr.smithi098.qrshom (mgr.24449) 488 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:26.801 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:25.388693+0000 mgr.smithi098.qrshom (mgr.24449) 489 : cephadm [INF] Upgrade: Updating mgr.smithi063.ewdkhy 2024-04-12T05:26:26.801 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:25.393680+0000 mon.smithi063 (mon.0) 936 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:26.801 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:25.395430+0000 mon.smithi098 (mon.1) 146 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi063.ewdkhy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:26:26.801 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:25.395785+0000 mon.smithi063 (mon.0) 937 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi063.ewdkhy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:26:26.801 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:25.396770+0000 mon.smithi098 (mon.1) 147 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T05:26:26.802 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:25.397715+0000 mon.smithi098 (mon.1) 148 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:26:26.802 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:25.398687+0000 mgr.smithi098.qrshom (mgr.24449) 490 : cephadm [INF] Deploying daemon mgr.smithi063.ewdkhy on smithi063 2024-04-12T05:26:26.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:25.163230+0000 mgr.smithi098.qrshom (mgr.24449) 488 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:26.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:25.388693+0000 mgr.smithi098.qrshom (mgr.24449) 489 : cephadm [INF] Upgrade: Updating mgr.smithi063.ewdkhy 2024-04-12T05:26:26.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:25.393680+0000 mon.smithi063 (mon.0) 936 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:26.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:25.395430+0000 mon.smithi098 (mon.1) 146 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi063.ewdkhy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:26:26.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:25.395785+0000 mon.smithi063 (mon.0) 937 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi063.ewdkhy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:26:26.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:25.396770+0000 mon.smithi098 (mon.1) 147 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T05:26:26.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:25.397715+0000 mon.smithi098 (mon.1) 148 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:26:26.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:25.398687+0000 mgr.smithi098.qrshom (mgr.24449) 490 : cephadm [INF] Deploying daemon mgr.smithi063.ewdkhy on smithi063 2024-04-12T05:26:28.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:28 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:27.163696+0000 mgr.smithi098.qrshom (mgr.24449) 491 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:28.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:27.163696+0000 mgr.smithi098.qrshom (mgr.24449) 491 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:30.254 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:26:30.320 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:28.948053+0000 mon.smithi063 (mon.0) 938 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:30.320 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:28.956434+0000 mon.smithi063 (mon.0) 939 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:30.320 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:28.971289+0000 mon.smithi098 (mon.1) 149 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:26:30.320 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:29.164345+0000 mgr.smithi098.qrshom (mgr.24449) 492 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:26:30.320 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:29.247085+0000 mon.smithi063 (mon.0) 940 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:30.320 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:29.255408+0000 mon.smithi063 (mon.0) 941 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:30.320 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:29.291570+0000 mon.smithi063 (mon.0) 942 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:30.320 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:29.299684+0000 mon.smithi063 (mon.0) 943 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:30.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:28.948053+0000 mon.smithi063 (mon.0) 938 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:30.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:28.956434+0000 mon.smithi063 (mon.0) 939 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:30.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:28.971289+0000 mon.smithi098 (mon.1) 149 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:26:30.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:29.164345+0000 mgr.smithi098.qrshom (mgr.24449) 492 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:26:30.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:29.247085+0000 mon.smithi063 (mon.0) 940 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:30.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:29.255408+0000 mon.smithi063 (mon.0) 941 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:30.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:29.291570+0000 mon.smithi063 (mon.0) 942 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:30.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:29.299684+0000 mon.smithi063 (mon.0) 943 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:32.341 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:31 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:31.164709+0000 mgr.smithi098.qrshom (mgr.24449) 493 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:32.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:31.164709+0000 mgr.smithi098.qrshom (mgr.24449) 493 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:34.783 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:33.165270+0000 mgr.smithi098.qrshom (mgr.24449) 494 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:26:34.784 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:33.483614+0000 mon.smithi063 (mon.0) 944 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:34.784 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:34 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:33.490762+0000 mon.smithi063 (mon.0) 945 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:34.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:33.165270+0000 mgr.smithi098.qrshom (mgr.24449) 494 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:26:34.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:33.483614+0000 mon.smithi063 (mon.0) 944 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:34.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:33.490762+0000 mon.smithi063 (mon.0) 945 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:35.296 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:26:36.425 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:35.165693+0000 mgr.smithi098.qrshom (mgr.24449) 495 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:36.425 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:35.336402+0000 mon.smithi063 (mon.0) 946 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:36.425 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:35.345195+0000 mon.smithi063 (mon.0) 947 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:36.425 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:36.032076+0000 mon.smithi063 (mon.0) 948 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:36.425 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:36.038984+0000 mon.smithi063 (mon.0) 949 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:36.425 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:36.315747+0000 mon.smithi063 (mon.0) 950 : cluster [DBG] Standby manager daemon smithi063.ewdkhy restarted 2024-04-12T05:26:36.425 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:36.315848+0000 mon.smithi063 (mon.0) 951 : cluster [DBG] Standby manager daemon smithi063.ewdkhy started 2024-04-12T05:26:36.425 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:36.318999+0000 mon.smithi063 (mon.0) 952 : audit [DBG] from='mgr.? 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi063.ewdkhy/crt"}]: dispatch 2024-04-12T05:26:36.425 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:36.319529+0000 mon.smithi063 (mon.0) 953 : audit [DBG] from='mgr.? 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T05:26:36.426 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:36.321647+0000 mon.smithi063 (mon.0) 954 : audit [DBG] from='mgr.? 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi063.ewdkhy/key"}]: dispatch 2024-04-12T05:26:36.426 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:36.322601+0000 mon.smithi063 (mon.0) 955 : audit [DBG] from='mgr.? 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T05:26:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:35.165693+0000 mgr.smithi098.qrshom (mgr.24449) 495 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:35.336402+0000 mon.smithi063 (mon.0) 946 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:35.345195+0000 mon.smithi063 (mon.0) 947 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:36.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:36.032076+0000 mon.smithi063 (mon.0) 948 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:36.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:36.038984+0000 mon.smithi063 (mon.0) 949 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:36.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:36.315747+0000 mon.smithi063 (mon.0) 950 : cluster [DBG] Standby manager daemon smithi063.ewdkhy restarted 2024-04-12T05:26:36.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:36.315848+0000 mon.smithi063 (mon.0) 951 : cluster [DBG] Standby manager daemon smithi063.ewdkhy started 2024-04-12T05:26:36.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:36.318999+0000 mon.smithi063 (mon.0) 952 : audit [DBG] from='mgr.? 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi063.ewdkhy/crt"}]: dispatch 2024-04-12T05:26:36.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:36.319529+0000 mon.smithi063 (mon.0) 953 : audit [DBG] from='mgr.? 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T05:26:36.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:36.321647+0000 mon.smithi063 (mon.0) 954 : audit [DBG] from='mgr.? 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi063.ewdkhy/key"}]: dispatch 2024-04-12T05:26:36.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:36.322601+0000 mon.smithi063 (mon.0) 955 : audit [DBG] from='mgr.? 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T05:26:38.047 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:37.044876+0000 mon.smithi063 (mon.0) 956 : cluster [DBG] mgrmap e29: smithi098.qrshom(active, since 11m), standbys: smithi063.ewdkhy 2024-04-12T05:26:38.047 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:37.120527+0000 mon.smithi098 (mon.1) 150 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:26:38.047 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:38 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:37.166211+0000 mgr.smithi098.qrshom (mgr.24449) 496 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:38.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:37.044876+0000 mon.smithi063 (mon.0) 956 : cluster [DBG] mgrmap e29: smithi098.qrshom(active, since 11m), standbys: smithi063.ewdkhy 2024-04-12T05:26:38.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:37.120527+0000 mon.smithi098 (mon.1) 150 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:26:38.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:37.166211+0000 mgr.smithi098.qrshom (mgr.24449) 496 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:26:40.339 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:26:40.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:39.166917+0000 mgr.smithi098.qrshom (mgr.24449) 497 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:26:40.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:39.367378+0000 mon.smithi063 (mon.0) 957 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:40.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:39.373624+0000 mon.smithi063 (mon.0) 958 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:40.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:39.376348+0000 mon.smithi098 (mon.1) 151 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:26:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:39.377147+0000 mon.smithi098 (mon.1) 152 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:26:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:39.378636+0000 mgr.smithi098.qrshom (mgr.24449) 498 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 200 B/s wr, 0 op/s 2024-04-12T05:26:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:39.381682+0000 mon.smithi063 (mon.0) 959 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:39.391375+0000 mon.smithi063 (mon.0) 960 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:39.530028+0000 mon.smithi098 (mon.1) 153 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:26:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:39.532322+0000 mgr.smithi098.qrshom (mgr.24449) 499 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi098.qrshom) 2024-04-12T05:26:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:39.532751+0000 mgr.smithi098.qrshom (mgr.24449) 500 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi098.qrshom) 2024-04-12T05:26:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:39.535581+0000 mgr.smithi098.qrshom (mgr.24449) 501 : cephadm [INF] Failing over to other MGR 2024-04-12T05:26:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:39.535809+0000 mon.smithi098 (mon.1) 154 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mgr fail", "who": "smithi098.qrshom"}]: dispatch 2024-04-12T05:26:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:39.536316+0000 mon.smithi063 (mon.0) 961 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mgr fail", "who": "smithi098.qrshom"}]: dispatch 2024-04-12T05:26:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:39.540039+0000 mon.smithi063 (mon.0) 962 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-04-12T05:26:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:40 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:39.805782+0000 mon.smithi063 (mon.0) 963 : cluster [DBG] Standby manager daemon smithi098.qrshom started 2024-04-12T05:26:40.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:39.166917+0000 mgr.smithi098.qrshom (mgr.24449) 497 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:26:40.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:39.367378+0000 mon.smithi063 (mon.0) 957 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:40.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:39.373624+0000 mon.smithi063 (mon.0) 958 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:40.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:39.376348+0000 mon.smithi098 (mon.1) 151 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:26:40.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:39.377147+0000 mon.smithi098 (mon.1) 152 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:26:40.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:39.378636+0000 mgr.smithi098.qrshom (mgr.24449) 498 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 200 B/s wr, 0 op/s 2024-04-12T05:26:40.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:39.381682+0000 mon.smithi063 (mon.0) 959 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:40.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:39.391375+0000 mon.smithi063 (mon.0) 960 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' 2024-04-12T05:26:40.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:39.530028+0000 mon.smithi098 (mon.1) 153 : audit [DBG] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:26:40.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:39.532322+0000 mgr.smithi098.qrshom (mgr.24449) 499 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi098.qrshom) 2024-04-12T05:26:40.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:39.532751+0000 mgr.smithi098.qrshom (mgr.24449) 500 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi098.qrshom) 2024-04-12T05:26:40.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:39.535581+0000 mgr.smithi098.qrshom (mgr.24449) 501 : cephadm [INF] Failing over to other MGR 2024-04-12T05:26:40.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:39.535809+0000 mon.smithi098 (mon.1) 154 : audit [INF] from='mgr.24449 172.21.15.98:0/3228765642' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mgr fail", "who": "smithi098.qrshom"}]: dispatch 2024-04-12T05:26:40.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:39.536316+0000 mon.smithi063 (mon.0) 961 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "mgr fail", "who": "smithi098.qrshom"}]: dispatch 2024-04-12T05:26:40.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:39.540039+0000 mon.smithi063 (mon.0) 962 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-04-12T05:26:40.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:39.805782+0000 mon.smithi063 (mon.0) 963 : cluster [DBG] Standby manager daemon smithi098.qrshom started 2024-04-12T05:26:41.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:40.372193+0000 mon.smithi063 (mon.0) 964 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T05:26:41.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.399303+0000 mon.smithi063 (mon.0) 965 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "mgr fail", "who": "smithi098.qrshom"}]': finished 2024-04-12T05:26:41.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:40.399409+0000 mon.smithi063 (mon.0) 966 : cluster [DBG] mgrmap e30: smithi063.ewdkhy(active, starting, since 0.862313s), standbys: smithi098.qrshom 2024-04-12T05:26:41.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.400962+0000 mon.smithi063 (mon.0) 967 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2024-04-12T05:26:41.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.401124+0000 mon.smithi063 (mon.0) 968 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:26:41.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.401493+0000 mon.smithi063 (mon.0) 969 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi063.ymeuya"}]: dispatch 2024-04-12T05:26:41.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.401719+0000 mon.smithi063 (mon.0) 970 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.wxilzu"}]: dispatch 2024-04-12T05:26:41.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.402876+0000 mon.smithi063 (mon.0) 971 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr metadata", "who": "smithi063.ewdkhy", "id": "smithi063.ewdkhy"}]: dispatch 2024-04-12T05:26:41.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.403093+0000 mon.smithi063 (mon.0) 972 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr metadata", "who": "smithi098.qrshom", "id": "smithi098.qrshom"}]: dispatch 2024-04-12T05:26:41.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.403340+0000 mon.smithi063 (mon.0) 973 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:26:41.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.403586+0000 mon.smithi063 (mon.0) 974 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:26:41.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.403825+0000 mon.smithi063 (mon.0) 975 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:26:41.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.404034+0000 mon.smithi063 (mon.0) 976 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:26:41.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.404247+0000 mon.smithi063 (mon.0) 977 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:26:41.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.404511+0000 mon.smithi063 (mon.0) 978 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:26:41.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.404739+0000 mon.smithi063 (mon.0) 979 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T05:26:41.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.405028+0000 mon.smithi063 (mon.0) 980 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T05:26:41.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.405363+0000 mon.smithi063 (mon.0) 981 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T05:26:41.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.405608+0000 mon.smithi063 (mon.0) 982 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T05:26:41.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.406123+0000 mon.smithi063 (mon.0) 983 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T05:26:41.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:40.437712+0000 mon.smithi063 (mon.0) 984 : cluster [INF] Manager daemon smithi063.ewdkhy is now available 2024-04-12T05:26:41.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.462474+0000 mon.smithi063 (mon.0) 985 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:26:41.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.487931+0000 mon.smithi063 (mon.0) 986 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:41.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.489405+0000 mon.smithi063 (mon.0) 987 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:26:41.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.507669+0000 mon.smithi063 (mon.0) 988 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:26:41.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:41 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:40.518576+0000 mon.smithi063 (mon.0) 989 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:26:41.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:40.372193+0000 mon.smithi063 (mon.0) 964 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T05:26:41.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.399303+0000 mon.smithi063 (mon.0) 965 : audit [INF] from='mgr.24449 ' entity='mgr.smithi098.qrshom' cmd='[{"prefix": "mgr fail", "who": "smithi098.qrshom"}]': finished 2024-04-12T05:26:41.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:40.399409+0000 mon.smithi063 (mon.0) 966 : cluster [DBG] mgrmap e30: smithi063.ewdkhy(active, starting, since 0.862313s), standbys: smithi098.qrshom 2024-04-12T05:26:41.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.400962+0000 mon.smithi063 (mon.0) 967 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2024-04-12T05:26:41.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.401124+0000 mon.smithi063 (mon.0) 968 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:26:41.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.401493+0000 mon.smithi063 (mon.0) 969 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi063.ymeuya"}]: dispatch 2024-04-12T05:26:41.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.401719+0000 mon.smithi063 (mon.0) 970 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.wxilzu"}]: dispatch 2024-04-12T05:26:41.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.402876+0000 mon.smithi063 (mon.0) 971 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr metadata", "who": "smithi063.ewdkhy", "id": "smithi063.ewdkhy"}]: dispatch 2024-04-12T05:26:41.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.403093+0000 mon.smithi063 (mon.0) 972 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr metadata", "who": "smithi098.qrshom", "id": "smithi098.qrshom"}]: dispatch 2024-04-12T05:26:41.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.403340+0000 mon.smithi063 (mon.0) 973 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:26:41.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.403586+0000 mon.smithi063 (mon.0) 974 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:26:41.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.403825+0000 mon.smithi063 (mon.0) 975 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:26:41.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.404034+0000 mon.smithi063 (mon.0) 976 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:26:41.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.404247+0000 mon.smithi063 (mon.0) 977 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:26:41.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.404511+0000 mon.smithi063 (mon.0) 978 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:26:41.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.404739+0000 mon.smithi063 (mon.0) 979 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T05:26:41.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.405028+0000 mon.smithi063 (mon.0) 980 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T05:26:41.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.405363+0000 mon.smithi063 (mon.0) 981 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T05:26:41.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.405608+0000 mon.smithi063 (mon.0) 982 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T05:26:41.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.406123+0000 mon.smithi063 (mon.0) 983 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T05:26:41.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:40.437712+0000 mon.smithi063 (mon.0) 984 : cluster [INF] Manager daemon smithi063.ewdkhy is now available 2024-04-12T05:26:41.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.462474+0000 mon.smithi063 (mon.0) 985 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:26:41.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.487931+0000 mon.smithi063 (mon.0) 986 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:41.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.489405+0000 mon.smithi063 (mon.0) 987 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:26:41.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.507669+0000 mon.smithi063 (mon.0) 988 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:26:41.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:40.518576+0000 mon.smithi063 (mon.0) 989 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:26:42.042 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:26:42.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:42 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:40.835830+0000 mgr.smithi063.ewdkhy (mgr.15204) 1 : cephadm [INF] [12/Apr/2024:05:26:40] ENGINE Bus STARTING 2024-04-12T05:26:42.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:42 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:40.958256+0000 mgr.smithi063.ewdkhy (mgr.15204) 2 : cephadm [INF] [12/Apr/2024:05:26:40] ENGINE Serving on https://172.21.15.63:7150 2024-04-12T05:26:42.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:42 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:41.059422+0000 mgr.smithi063.ewdkhy (mgr.15204) 3 : cephadm [INF] [12/Apr/2024:05:26:41] ENGINE Serving on http://172.21.15.63:8765 2024-04-12T05:26:42.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:42 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:41.059698+0000 mgr.smithi063.ewdkhy (mgr.15204) 4 : cephadm [INF] [12/Apr/2024:05:26:41] ENGINE Bus STARTED 2024-04-12T05:26:42.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:42 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:41.402341+0000 mon.smithi063 (mon.0) 990 : cluster [DBG] mgrmap e31: smithi063.ewdkhy(active, since 1.86524s), standbys: smithi098.qrshom 2024-04-12T05:26:42.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:42 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:41.409857+0000 mgr.smithi063.ewdkhy (mgr.15204) 5 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:26:42.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:40.835830+0000 mgr.smithi063.ewdkhy (mgr.15204) 1 : cephadm [INF] [12/Apr/2024:05:26:40] ENGINE Bus STARTING 2024-04-12T05:26:42.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:40.958256+0000 mgr.smithi063.ewdkhy (mgr.15204) 2 : cephadm [INF] [12/Apr/2024:05:26:40] ENGINE Serving on https://172.21.15.63:7150 2024-04-12T05:26:42.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:41.059422+0000 mgr.smithi063.ewdkhy (mgr.15204) 3 : cephadm [INF] [12/Apr/2024:05:26:41] ENGINE Serving on http://172.21.15.63:8765 2024-04-12T05:26:42.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:41.059698+0000 mgr.smithi063.ewdkhy (mgr.15204) 4 : cephadm [INF] [12/Apr/2024:05:26:41] ENGINE Bus STARTED 2024-04-12T05:26:42.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:41.402341+0000 mon.smithi063 (mon.0) 990 : cluster [DBG] mgrmap e31: smithi063.ewdkhy(active, since 1.86524s), standbys: smithi098.qrshom 2024-04-12T05:26:42.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:41.409857+0000 mgr.smithi063.ewdkhy (mgr.15204) 5 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:26:42.722 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:26:42.723 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (8m) 7s ago 19m 19.0M - 0.20.0 0881eb8f169f bb7b02859510 2024-04-12T05:26:42.723 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (19m) 7s ago 19m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:26:42.723 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (18m) 9s ago 18m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:26:42.723 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (6m) 7s ago 18m 34.2M - 6.7.4 557c83e11646 0c5fa841843c 2024-04-12T05:26:42.723 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (13m) 7s ago 13m 37.1M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:26:42.723 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (13m) 9s ago 13m 15.3M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:26:42.723 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:8443,9283,8765 running (14s) 7s ago 20m 74.8M - 18.2.2-1187-gd540ebac bb2c5eac26a4 0961e9643022 2024-04-12T05:26:42.723 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283 running (11m) 9s ago 18m 511M - 18.2.2-1187-gd540ebac bb2c5eac26a4 fac32e2d95ea 2024-04-12T05:26:42.723 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (20m) 7s ago 20m 71.0M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:26:42.723 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (18m) 9s ago 18m 49.7M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:26:42.723 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (11m) 7s ago 11m 81.9M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:26:42.723 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (11m) 9s ago 11m 78.5M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:26:42.724 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (4m) 7s ago 18m 17.2M - 0.18.1 e5a616e4b9cf 9eeec583abdd 2024-04-12T05:26:42.724 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (19s) 9s ago 17m 4702k - 0.18.1 e5a616e4b9cf b09200a95cd0 2024-04-12T05:26:42.724 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (17m) 7s ago 17m 378M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:26:42.724 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (17m) 7s ago 17m 290M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:26:42.724 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (16m) 7s ago 16m 256M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:26:42.724 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (16m) 7s ago 16m 345M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:26:42.724 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (16m) 9s ago 16m 368M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:26:42.724 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (15m) 9s ago 15m 374M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:26:42.724 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (15m) 9s ago 15m 321M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:26:42.724 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (15m) 9s ago 15m 446M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:26:42.724 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 error 7s ago 18m - - 2024-04-12T05:26:43.148 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:26:43.148 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:26:43.148 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:26:43.148 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:26:43.148 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:26:43.148 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:26:43.149 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:26:43.149 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:26:43.149 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:26:43.149 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:26:43.149 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:26:43.149 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:26:43.149 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:26:43.149 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:26:43.149 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 12, 2024-04-12T05:26:43.149 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:26:43.149 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:26:43.149 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:26:43.504 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:26:43.505 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:26:43.505 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:26:43.505 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:26:43.505 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [ 2024-04-12T05:26:43.505 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr" 2024-04-12T05:26:43.505 INFO:teuthology.orchestra.run.smithi063.stdout: ], 2024-04-12T05:26:43.505 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "2/23 daemons upgraded", 2024-04-12T05:26:43.505 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:26:43.505 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:26:43.505 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:26:43.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:42.028564+0000 mgr.smithi063.ewdkhy (mgr.15204) 6 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:26:43.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:42.369286+0000 mgr.smithi063.ewdkhy (mgr.15204) 7 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:26:43.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:42.395908+0000 mon.smithi063 (mon.0) 991 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T05:26:43.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:42.395936+0000 mon.smithi063 (mon.0) 992 : cluster [INF] Cluster is now healthy 2024-04-12T05:26:43.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:42.405591+0000 mgr.smithi063.ewdkhy (mgr.15204) 8 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:26:43.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:42.408306+0000 mon.smithi063 (mon.0) 993 : cluster [DBG] mgrmap e32: smithi063.ewdkhy(active, since 2s), standbys: smithi098.qrshom 2024-04-12T05:26:43.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:42.710367+0000 mgr.smithi063.ewdkhy (mgr.15204) 9 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:26:43.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:43 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:43.146464+0000 mon.smithi098 (mon.1) 155 : audit [DBG] from='client.? 172.21.15.63:0/2031769454' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:26:43.825 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:42.028564+0000 mgr.smithi063.ewdkhy (mgr.15204) 6 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:26:43.825 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:42.369286+0000 mgr.smithi063.ewdkhy (mgr.15204) 7 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:26:43.825 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:42.395908+0000 mon.smithi063 (mon.0) 991 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T05:26:43.825 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:42.395936+0000 mon.smithi063 (mon.0) 992 : cluster [INF] Cluster is now healthy 2024-04-12T05:26:43.825 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:42.405591+0000 mgr.smithi063.ewdkhy (mgr.15204) 8 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:26:43.826 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:42.408306+0000 mon.smithi063 (mon.0) 993 : cluster [DBG] mgrmap e32: smithi063.ewdkhy(active, since 2s), standbys: smithi098.qrshom 2024-04-12T05:26:43.826 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:42.710367+0000 mgr.smithi063.ewdkhy (mgr.15204) 9 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:26:43.826 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:43.146464+0000 mon.smithi098 (mon.1) 155 : audit [DBG] from='client.? 172.21.15.63:0/2031769454' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:26:43.928 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:26:44.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:43.502841+0000 mgr.smithi063.ewdkhy (mgr.15204) 10 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:26:44.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:43.926956+0000 mon.smithi098 (mon.1) 156 : audit [DBG] from='client.? 172.21.15.63:0/2735397470' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:26:44.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:43.502841+0000 mgr.smithi063.ewdkhy (mgr.15204) 10 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:26:44.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:43.926956+0000 mon.smithi098 (mon.1) 156 : audit [DBG] from='client.? 172.21.15.63:0/2735397470' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:26:45.383 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:26:45.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:44.405952+0000 mgr.smithi063.ewdkhy (mgr.15204) 11 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:26:45.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:44.417920+0000 mon.smithi063 (mon.0) 994 : cluster [DBG] mgrmap e33: smithi063.ewdkhy(active, since 4s), standbys: smithi098.qrshom 2024-04-12T05:26:45.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:45.265785+0000 mon.smithi063 (mon.0) 995 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:45.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:45.272045+0000 mon.smithi063 (mon.0) 996 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:45.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:44.405952+0000 mgr.smithi063.ewdkhy (mgr.15204) 11 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:26:45.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:44.417920+0000 mon.smithi063 (mon.0) 994 : cluster [DBG] mgrmap e33: smithi063.ewdkhy(active, since 4s), standbys: smithi098.qrshom 2024-04-12T05:26:45.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:45.265785+0000 mon.smithi063 (mon.0) 995 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:45.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:45 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:45.272045+0000 mon.smithi063 (mon.0) 996 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:47.234 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:45.905366+0000 mon.smithi063 (mon.0) 997 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:47.234 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:45.910910+0000 mon.smithi063 (mon.0) 998 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:47.234 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:46.406287+0000 mgr.smithi063.ewdkhy (mgr.15204) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:26:47.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:45.905366+0000 mon.smithi063 (mon.0) 997 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:47.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:45.910910+0000 mon.smithi063 (mon.0) 998 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:47.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:46.406287+0000 mgr.smithi063.ewdkhy (mgr.15204) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:26:48.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:46.990868+0000 mon.smithi063 (mon.0) 999 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:48.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:46.997506+0000 mon.smithi063 (mon.0) 1000 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:48.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:47.552075+0000 mon.smithi063 (mon.0) 1001 : cluster [DBG] Standby manager daemon smithi098.qrshom restarted 2024-04-12T05:26:48.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:47.552188+0000 mon.smithi063 (mon.0) 1002 : cluster [DBG] Standby manager daemon smithi098.qrshom started 2024-04-12T05:26:48.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:47.553672+0000 mon.smithi098 (mon.1) 157 : audit [DBG] from='mgr.? 172.21.15.98:0/2654088548' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/crt"}]: dispatch 2024-04-12T05:26:48.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:47.554836+0000 mon.smithi098 (mon.1) 158 : audit [DBG] from='mgr.? 172.21.15.98:0/2654088548' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T05:26:48.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:47.556905+0000 mon.smithi098 (mon.1) 159 : audit [DBG] from='mgr.? 172.21.15.98:0/2654088548' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/key"}]: dispatch 2024-04-12T05:26:48.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:47.557193+0000 mon.smithi098 (mon.1) 160 : audit [DBG] from='mgr.? 172.21.15.98:0/2654088548' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T05:26:48.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:47.630075+0000 mon.smithi063 (mon.0) 1003 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:48.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:47.633918+0000 mon.smithi063 (mon.0) 1004 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:48.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:46.990868+0000 mon.smithi063 (mon.0) 999 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:48.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:46.997506+0000 mon.smithi063 (mon.0) 1000 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:48.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:47.552075+0000 mon.smithi063 (mon.0) 1001 : cluster [DBG] Standby manager daemon smithi098.qrshom restarted 2024-04-12T05:26:48.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:47.552188+0000 mon.smithi063 (mon.0) 1002 : cluster [DBG] Standby manager daemon smithi098.qrshom started 2024-04-12T05:26:48.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:47.553672+0000 mon.smithi098 (mon.1) 157 : audit [DBG] from='mgr.? 172.21.15.98:0/2654088548' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/crt"}]: dispatch 2024-04-12T05:26:48.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:47.554836+0000 mon.smithi098 (mon.1) 158 : audit [DBG] from='mgr.? 172.21.15.98:0/2654088548' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T05:26:48.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:47.556905+0000 mon.smithi098 (mon.1) 159 : audit [DBG] from='mgr.? 172.21.15.98:0/2654088548' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/key"}]: dispatch 2024-04-12T05:26:48.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:47.557193+0000 mon.smithi098 (mon.1) 160 : audit [DBG] from='mgr.? 172.21.15.98:0/2654088548' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T05:26:48.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:47.630075+0000 mon.smithi063 (mon.0) 1003 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:48.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:47.633918+0000 mon.smithi063 (mon.0) 1004 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:49.199 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:49 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:48.005477+0000 mon.smithi063 (mon.0) 1005 : cluster [DBG] mgrmap e34: smithi063.ewdkhy(active, since 8s), standbys: smithi098.qrshom 2024-04-12T05:26:49.200 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:49 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:48.406844+0000 mgr.smithi063.ewdkhy (mgr.15204) 13 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 146 B/s wr, 17 op/s 2024-04-12T05:26:49.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:49 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:48.005477+0000 mon.smithi063 (mon.0) 1005 : cluster [DBG] mgrmap e34: smithi063.ewdkhy(active, since 8s), standbys: smithi098.qrshom 2024-04-12T05:26:49.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:49 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:48.406844+0000 mgr.smithi063.ewdkhy (mgr.15204) 13 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 146 B/s wr, 17 op/s 2024-04-12T05:26:50.421 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:26:51.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:50.407157+0000 mgr.smithi063.ewdkhy (mgr.15204) 14 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-04-12T05:26:51.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:51.111640+0000 mon.smithi063 (mon.0) 1006 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:51.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:51.118015+0000 mon.smithi063 (mon.0) 1007 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:51.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:51.119277+0000 mon.smithi063 (mon.0) 1008 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:26:51.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:51.119929+0000 mon.smithi063 (mon.0) 1009 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:26:51.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:50.407157+0000 mgr.smithi063.ewdkhy (mgr.15204) 14 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-04-12T05:26:51.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:51.111640+0000 mon.smithi063 (mon.0) 1006 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:51.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:51.118015+0000 mon.smithi063 (mon.0) 1007 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:51.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:51.119277+0000 mon.smithi063 (mon.0) 1008 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:26:51.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:51.119929+0000 mon.smithi063 (mon.0) 1009 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:26:52.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:51.120901+0000 mgr.smithi063.ewdkhy (mgr.15204) 15 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-04-12T05:26:52.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:51.121151+0000 mgr.smithi063.ewdkhy (mgr.15204) 16 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-04-12T05:26:52.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:51.385485+0000 mgr.smithi063.ewdkhy (mgr.15204) 17 : cephadm [INF] Updating smithi098:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T05:26:52.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:51.385623+0000 mgr.smithi063.ewdkhy (mgr.15204) 18 : cephadm [INF] Updating smithi063:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T05:26:52.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:51.649529+0000 mgr.smithi063.ewdkhy (mgr.15204) 19 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:26:52.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:51.649702+0000 mgr.smithi063.ewdkhy (mgr.15204) 20 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:26:52.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:52.182209+0000 mon.smithi063 (mon.0) 1010 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:52.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:52.184309+0000 mon.smithi063 (mon.0) 1011 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:52.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:52.187624+0000 mon.smithi063 (mon.0) 1012 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:52.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:52.192936+0000 mon.smithi063 (mon.0) 1013 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:52.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:52.199134+0000 mon.smithi063 (mon.0) 1014 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:52.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:52 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:52.207349+0000 mon.smithi063 (mon.0) 1015 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:52.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:51.120901+0000 mgr.smithi063.ewdkhy (mgr.15204) 15 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-04-12T05:26:52.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:51.121151+0000 mgr.smithi063.ewdkhy (mgr.15204) 16 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-04-12T05:26:52.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:51.385485+0000 mgr.smithi063.ewdkhy (mgr.15204) 17 : cephadm [INF] Updating smithi098:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T05:26:52.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:51.385623+0000 mgr.smithi063.ewdkhy (mgr.15204) 18 : cephadm [INF] Updating smithi063:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T05:26:52.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:51.649529+0000 mgr.smithi063.ewdkhy (mgr.15204) 19 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:26:52.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:51.649702+0000 mgr.smithi063.ewdkhy (mgr.15204) 20 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:26:52.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:52.182209+0000 mon.smithi063 (mon.0) 1010 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:52.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:52.184309+0000 mon.smithi063 (mon.0) 1011 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:52.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:52.187624+0000 mon.smithi063 (mon.0) 1012 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:52.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:52.192936+0000 mon.smithi063 (mon.0) 1013 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:52.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:52.199134+0000 mon.smithi063 (mon.0) 1014 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:52.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:52.207349+0000 mon.smithi063 (mon.0) 1015 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:53.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:51.913609+0000 mgr.smithi063.ewdkhy (mgr.15204) 21 : cephadm [INF] Updating smithi098:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T05:26:53.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:51.913766+0000 mgr.smithi063.ewdkhy (mgr.15204) 22 : cephadm [INF] Updating smithi063:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T05:26:53.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:52.194002+0000 mgr.smithi063.ewdkhy (mgr.15204) 23 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 189 B/s wr, 11 op/s 2024-04-12T05:26:53.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:52.304595+0000 mgr.smithi063.ewdkhy (mgr.15204) 24 : cephadm [INF] Reconfiguring prometheus.smithi063 (dependencies changed)... 2024-04-12T05:26:53.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:52.555611+0000 mgr.smithi063.ewdkhy (mgr.15204) 25 : cephadm [INF] Reconfiguring daemon prometheus.smithi063 on smithi063 2024-04-12T05:26:53.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:53.191742+0000 mon.smithi063 (mon.0) 1016 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T05:26:53.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:51.913609+0000 mgr.smithi063.ewdkhy (mgr.15204) 21 : cephadm [INF] Updating smithi098:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T05:26:53.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:51.913766+0000 mgr.smithi063.ewdkhy (mgr.15204) 22 : cephadm [INF] Updating smithi063:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T05:26:53.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:52.194002+0000 mgr.smithi063.ewdkhy (mgr.15204) 23 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 189 B/s wr, 11 op/s 2024-04-12T05:26:53.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:52.304595+0000 mgr.smithi063.ewdkhy (mgr.15204) 24 : cephadm [INF] Reconfiguring prometheus.smithi063 (dependencies changed)... 2024-04-12T05:26:53.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:52.555611+0000 mgr.smithi063.ewdkhy (mgr.15204) 25 : cephadm [INF] Reconfiguring daemon prometheus.smithi063 on smithi063 2024-04-12T05:26:53.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:53.191742+0000 mon.smithi063 (mon.0) 1016 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T05:26:55.461 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:26:55.794 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:55 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:54.194376+0000 mgr.smithi063.ewdkhy (mgr.15204) 26 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 173 B/s wr, 10 op/s 2024-04-12T05:26:55.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:55 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:54.194376+0000 mgr.smithi063.ewdkhy (mgr.15204) 26 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 173 B/s wr, 10 op/s 2024-04-12T05:26:56.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:56 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:55.484536+0000 mon.smithi063 (mon.0) 1017 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:26:56.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:55.484536+0000 mon.smithi063 (mon.0) 1017 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:26:57.576 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:56.194721+0000 mgr.smithi063.ewdkhy (mgr.15204) 27 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 173 B/s wr, 10 op/s 2024-04-12T05:26:57.576 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:56.478466+0000 mon.smithi063 (mon.0) 1018 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:57.577 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:56.482490+0000 mon.smithi063 (mon.0) 1019 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:57.577 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:56.782556+0000 mon.smithi063 (mon.0) 1020 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T05:26:57.577 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:56.783108+0000 mgr.smithi063.ewdkhy (mgr.15204) 28 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T05:26:57.577 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:56.789140+0000 mon.smithi063 (mon.0) 1021 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:26:57.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:56.194721+0000 mgr.smithi063.ewdkhy (mgr.15204) 27 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 173 B/s wr, 10 op/s 2024-04-12T05:26:57.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:56.478466+0000 mon.smithi063 (mon.0) 1018 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:57.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:56.482490+0000 mon.smithi063 (mon.0) 1019 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:26:57.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:56.782556+0000 mon.smithi063 (mon.0) 1020 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T05:26:57.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:56.783108+0000 mgr.smithi063.ewdkhy (mgr.15204) 28 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T05:26:57.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:57 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:56.789140+0000 mon.smithi063 (mon.0) 1021 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:26:58.811 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:58.158678+0000 mon.smithi063 (mon.0) 1022 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.qrshom", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:26:58.811 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:58.159683+0000 mon.smithi063 (mon.0) 1023 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T05:26:58.811 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:26:58.160570+0000 mon.smithi063 (mon.0) 1024 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:26:58.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:58.158678+0000 mon.smithi063 (mon.0) 1022 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.qrshom", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:26:58.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:58.159683+0000 mon.smithi063 (mon.0) 1023 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T05:26:58.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:26:58.160570+0000 mon.smithi063 (mon.0) 1024 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:26:59.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:58.158172+0000 mgr.smithi063.ewdkhy (mgr.15204) 29 : cephadm [INF] Upgrade: Updating mgr.smithi098.qrshom 2024-04-12T05:26:59.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:26:58.161539+0000 mgr.smithi063.ewdkhy (mgr.15204) 30 : cephadm [INF] Deploying daemon mgr.smithi098.qrshom on smithi098 2024-04-12T05:26:59.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:26:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:26:58.195672+0000 mgr.smithi063.ewdkhy (mgr.15204) 31 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 260 B/s wr, 10 op/s 2024-04-12T05:26:59.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:58.158172+0000 mgr.smithi063.ewdkhy (mgr.15204) 29 : cephadm [INF] Upgrade: Updating mgr.smithi098.qrshom 2024-04-12T05:26:59.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:26:58.161539+0000 mgr.smithi063.ewdkhy (mgr.15204) 30 : cephadm [INF] Deploying daemon mgr.smithi098.qrshom on smithi098 2024-04-12T05:26:59.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:26:59 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:26:58.195672+0000 mgr.smithi063.ewdkhy (mgr.15204) 31 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 260 B/s wr, 10 op/s 2024-04-12T05:27:00.502 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:27:01.785 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:00.196244+0000 mgr.smithi063.ewdkhy (mgr.15204) 32 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 173 B/s wr, 0 op/s 2024-04-12T05:27:01.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:01 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:27:00.196244+0000 mgr.smithi063.ewdkhy (mgr.15204) 32 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 173 B/s wr, 0 op/s 2024-04-12T05:27:03.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:01.848495+0000 mon.smithi063 (mon.0) 1025 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:03.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:01.852963+0000 mon.smithi063 (mon.0) 1026 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:03.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:01.884488+0000 mon.smithi063 (mon.0) 1027 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:27:03.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:02 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:27:02.196842+0000 mgr.smithi063.ewdkhy (mgr.15204) 33 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 260 B/s rd, 260 B/s wr, 0 op/s 2024-04-12T05:27:03.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:02 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:01.848495+0000 mon.smithi063 (mon.0) 1025 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:03.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:02 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:01.852963+0000 mon.smithi063 (mon.0) 1026 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:03.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:02 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:01.884488+0000 mon.smithi063 (mon.0) 1027 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:27:03.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:02 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:02.196842+0000 mgr.smithi063.ewdkhy (mgr.15204) 33 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 260 B/s rd, 260 B/s wr, 0 op/s 2024-04-12T05:27:05.539 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:27:05.607 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:05 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:04.197273+0000 mgr.smithi063.ewdkhy (mgr.15204) 34 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:27:05.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:05 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:27:04.197273+0000 mgr.smithi063.ewdkhy (mgr.15204) 34 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:27:07.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:27:06.197669+0000 mgr.smithi063.ewdkhy (mgr.15204) 35 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:27:07.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:06.212870+0000 mon.smithi063 (mon.0) 1028 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:07.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:06.217807+0000 mon.smithi063 (mon.0) 1029 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:07.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:06.851705+0000 mon.smithi063 (mon.0) 1030 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:07.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:07 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:06.856655+0000 mon.smithi063 (mon.0) 1031 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:06.197669+0000 mgr.smithi063.ewdkhy (mgr.15204) 35 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:27:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:06.212870+0000 mon.smithi063 (mon.0) 1028 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:07.513 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:06.217807+0000 mon.smithi063 (mon.0) 1029 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:06.851705+0000 mon.smithi063 (mon.0) 1030 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:07.514 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:06.856655+0000 mon.smithi063 (mon.0) 1031 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:09.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:27:08.198308+0000 mgr.smithi063.ewdkhy (mgr.15204) 36 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:27:09.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:27:08.947618+0000 mon.smithi063 (mon.0) 1032 : cluster [DBG] Standby manager daemon smithi098.qrshom restarted 2024-04-12T05:27:09.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:27:08.947735+0000 mon.smithi063 (mon.0) 1033 : cluster [DBG] Standby manager daemon smithi098.qrshom started 2024-04-12T05:27:09.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:08.950200+0000 mon.smithi098 (mon.1) 161 : audit [DBG] from='mgr.? 172.21.15.98:0/1805088463' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/crt"}]: dispatch 2024-04-12T05:27:09.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:08.950731+0000 mon.smithi098 (mon.1) 162 : audit [DBG] from='mgr.? 172.21.15.98:0/1805088463' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T05:27:09.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:08.952549+0000 mon.smithi098 (mon.1) 163 : audit [DBG] from='mgr.? 172.21.15.98:0/1805088463' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/key"}]: dispatch 2024-04-12T05:27:09.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:08.953446+0000 mon.smithi098 (mon.1) 164 : audit [DBG] from='mgr.? 172.21.15.98:0/1805088463' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T05:27:09.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:09.021225+0000 mon.smithi063 (mon.0) 1034 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:09.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:09.027618+0000 mon.smithi063 (mon.0) 1035 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:09.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:08.198308+0000 mgr.smithi063.ewdkhy (mgr.15204) 36 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:27:09.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:08.947618+0000 mon.smithi063 (mon.0) 1032 : cluster [DBG] Standby manager daemon smithi098.qrshom restarted 2024-04-12T05:27:09.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:08.947735+0000 mon.smithi063 (mon.0) 1033 : cluster [DBG] Standby manager daemon smithi098.qrshom started 2024-04-12T05:27:09.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:08.950200+0000 mon.smithi098 (mon.1) 161 : audit [DBG] from='mgr.? 172.21.15.98:0/1805088463' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/crt"}]: dispatch 2024-04-12T05:27:09.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:08.950731+0000 mon.smithi098 (mon.1) 162 : audit [DBG] from='mgr.? 172.21.15.98:0/1805088463' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T05:27:09.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:08.952549+0000 mon.smithi098 (mon.1) 163 : audit [DBG] from='mgr.? 172.21.15.98:0/1805088463' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/key"}]: dispatch 2024-04-12T05:27:09.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:08.953446+0000 mon.smithi098 (mon.1) 164 : audit [DBG] from='mgr.? 172.21.15.98:0/1805088463' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T05:27:09.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:09.021225+0000 mon.smithi063 (mon.0) 1034 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:09.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:09.027618+0000 mon.smithi063 (mon.0) 1035 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:10.579 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:27:10.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:27:09.223816+0000 mon.smithi063 (mon.0) 1036 : cluster [DBG] mgrmap e35: smithi063.ewdkhy(active, since 29s), standbys: smithi098.qrshom 2024-04-12T05:27:10.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:10 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:09.223816+0000 mon.smithi063 (mon.0) 1036 : cluster [DBG] mgrmap e35: smithi063.ewdkhy(active, since 29s), standbys: smithi098.qrshom 2024-04-12T05:27:11.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:27:10.198740+0000 mgr.smithi063.ewdkhy (mgr.15204) 37 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:27:11.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:10.282595+0000 mon.smithi063 (mon.0) 1037 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:11.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:10.286784+0000 mon.smithi063 (mon.0) 1038 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:11.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:10.287733+0000 mon.smithi063 (mon.0) 1039 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:11.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:10.288693+0000 mon.smithi063 (mon.0) 1040 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:27:11.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:27:10.290295+0000 mgr.smithi063.ewdkhy (mgr.15204) 38 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 202 B/s wr, 0 op/s 2024-04-12T05:27:11.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:27:10.290509+0000 mgr.smithi063.ewdkhy (mgr.15204) 39 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 126 B/s rd, 126 B/s wr, 0 op/s 2024-04-12T05:27:11.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:10.294542+0000 mon.smithi063 (mon.0) 1041 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:11.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:10.302788+0000 mon.smithi063 (mon.0) 1042 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:11.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:10.438966+0000 mon.smithi063 (mon.0) 1043 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:27:11.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:10.441595+0000 mon.smithi063 (mon.0) 1044 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:27:11.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:27:10.442275+0000 mgr.smithi063.ewdkhy (mgr.15204) 40 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-04-12T05:27:11.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:10.446728+0000 mon.smithi063 (mon.0) 1045 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:11.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:10.447543+0000 mon.smithi063 (mon.0) 1046 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi063.ewdkhy"}]: dispatch 2024-04-12T05:27:11.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:10.450674+0000 mon.smithi063 (mon.0) 1047 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi063.ewdkhy"}]': finished 2024-04-12T05:27:11.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:10.451318+0000 mon.smithi063 (mon.0) 1048 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi098.qrshom"}]: dispatch 2024-04-12T05:27:11.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:10.454586+0000 mon.smithi063 (mon.0) 1049 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi098.qrshom"}]': finished 2024-04-12T05:27:11.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:10.455591+0000 mon.smithi063 (mon.0) 1050 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-12T05:27:11.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:11 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:10.484895+0000 mon.smithi063 (mon.0) 1051 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:27:11.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:10.198740+0000 mgr.smithi063.ewdkhy (mgr.15204) 37 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:27:11.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:10.282595+0000 mon.smithi063 (mon.0) 1037 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:11.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:10.286784+0000 mon.smithi063 (mon.0) 1038 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:11.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:10.287733+0000 mon.smithi063 (mon.0) 1039 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:11.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:10.288693+0000 mon.smithi063 (mon.0) 1040 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:27:11.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:10.290295+0000 mgr.smithi063.ewdkhy (mgr.15204) 38 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 202 B/s wr, 0 op/s 2024-04-12T05:27:11.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:10.290509+0000 mgr.smithi063.ewdkhy (mgr.15204) 39 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 126 B/s rd, 126 B/s wr, 0 op/s 2024-04-12T05:27:11.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:10.294542+0000 mon.smithi063 (mon.0) 1041 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:11.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:10.302788+0000 mon.smithi063 (mon.0) 1042 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:11.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:10.438966+0000 mon.smithi063 (mon.0) 1043 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:27:11.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:10.441595+0000 mon.smithi063 (mon.0) 1044 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:27:11.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:27:10.442275+0000 mgr.smithi063.ewdkhy (mgr.15204) 40 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-04-12T05:27:11.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:10.446728+0000 mon.smithi063 (mon.0) 1045 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:11.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:10.447543+0000 mon.smithi063 (mon.0) 1046 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi063.ewdkhy"}]: dispatch 2024-04-12T05:27:11.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:10.450674+0000 mon.smithi063 (mon.0) 1047 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi063.ewdkhy"}]': finished 2024-04-12T05:27:11.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:10.451318+0000 mon.smithi063 (mon.0) 1048 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi098.qrshom"}]: dispatch 2024-04-12T05:27:11.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:10.454586+0000 mon.smithi063 (mon.0) 1049 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi098.qrshom"}]': finished 2024-04-12T05:27:11.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:10.455591+0000 mon.smithi063 (mon.0) 1050 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-12T05:27:11.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:11 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:10.484895+0000 mon.smithi063 (mon.0) 1051 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:27:13.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:27:12.073911+0000 mgr.smithi063.ewdkhy (mgr.15204) 41 : cephadm [INF] Upgrade: Updating mon.smithi063 2024-04-12T05:27:13.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:12.078118+0000 mon.smithi063 (mon.0) 1052 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:13.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:12.078754+0000 mon.smithi063 (mon.0) 1053 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T05:27:13.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:12.079358+0000 mon.smithi063 (mon.0) 1054 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T05:27:13.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: audit 2024-04-12T05:27:12.079921+0000 mon.smithi063 (mon.0) 1055 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:13.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cephadm 2024-04-12T05:27:12.080618+0000 mgr.smithi063.ewdkhy (mgr.15204) 42 : cephadm [INF] Deploying daemon mon.smithi063 on smithi063 2024-04-12T05:27:13.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: cluster 2024-04-12T05:27:12.291270+0000 mgr.smithi063.ewdkhy (mgr.15204) 43 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 253 B/s rd, 253 B/s wr, 0 op/s 2024-04-12T05:27:13.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:27:12.073911+0000 mgr.smithi063.ewdkhy (mgr.15204) 41 : cephadm [INF] Upgrade: Updating mon.smithi063 2024-04-12T05:27:13.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:12.078118+0000 mon.smithi063 (mon.0) 1052 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:13.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:12.078754+0000 mon.smithi063 (mon.0) 1053 : audit [INF] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T05:27:13.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:12.079358+0000 mon.smithi063 (mon.0) 1054 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T05:27:13.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:12.079921+0000 mon.smithi063 (mon.0) 1055 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:13.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:27:12.080618+0000 mgr.smithi063.ewdkhy (mgr.15204) 42 : cephadm [INF] Deploying daemon mon.smithi063 on smithi063 2024-04-12T05:27:13.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:13 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:12.291270+0000 mgr.smithi063.ewdkhy (mgr.15204) 43 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 253 B/s rd, 253 B/s wr, 0 op/s 2024-04-12T05:27:13.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:13 smithi063 systemd[1]: Stopping Ceph mon.smithi063 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:27:14.293 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:27:14.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:27:13.943+0000 7fb778813700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi063 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-12T05:27:14.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:13 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063[35322]: debug 2024-04-12T05:27:13.943+0000 7fb778813700 -1 mon.smithi063@0(leader) e2 *** Got Signal Terminated *** 2024-04-12T05:27:14.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:14 smithi063 bash[92047]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi063 2024-04-12T05:27:14.972 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:27:14.972 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (9m) 5s ago 19m 19.0M - 0.20.0 0881eb8f169f bb7b02859510 2024-04-12T05:27:14.972 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (19m) 5s ago 19m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:27:14.972 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (18m) 8s ago 18m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:27:14.972 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (7m) 5s ago 19m 34.2M - 6.7.4 557c83e11646 0c5fa841843c 2024-04-12T05:27:14.972 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (14m) 5s ago 14m 37.6M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:27:14.972 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (14m) 8s ago 14m 15.7M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:27:14.972 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:8443,9283,8765 running (46s) 5s ago 21m 495M - 18.2.2-1187-gd540ebac bb2c5eac26a4 0961e9643022 2024-04-12T05:27:14.972 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283,8765 running (13s) 8s ago 18m 51.4M - 18.2.2-1187-gd540ebac bb2c5eac26a4 ab061c2f1b7e 2024-04-12T05:27:14.973 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (21m) 5s ago 21m 78.9M 2048M 16.2.5 6933c2a0b7dd dc8c95965680 2024-04-12T05:27:14.973 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (18m) 8s ago 18m 59.2M 2048M 16.2.5 6933c2a0b7dd 014dd414b128 2024-04-12T05:27:14.973 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (11m) 5s ago 11m 82.2M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:27:14.973 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (11m) 8s ago 11m 78.8M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:27:14.973 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (5m) 5s ago 19m 17.2M - 0.18.1 e5a616e4b9cf 9eeec583abdd 2024-04-12T05:27:14.973 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (51s) 8s ago 18m 4702k - 0.18.1 e5a616e4b9cf b09200a95cd0 2024-04-12T05:27:14.973 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (18m) 5s ago 18m 379M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:27:14.973 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (17m) 5s ago 17m 291M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:27:14.973 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (17m) 5s ago 17m 256M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:27:14.973 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (17m) 5s ago 16m 345M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:27:14.973 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (16m) 8s ago 16m 368M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:27:14.973 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (16m) 8s ago 16m 375M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:27:14.973 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (16m) 8s ago 16m 321M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:27:14.973 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (15m) 8s ago 15m 447M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:27:14.973 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 unknown 5s ago 19m - - 2024-04-12T05:27:15.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:14 smithi063 systemd[1]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mon.smithi063.service: Succeeded. 2024-04-12T05:27:15.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:14 smithi063 systemd[1]: Stopped Ceph mon.smithi063 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:27:15.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 systemd[1]: Starting Ceph mon.smithi063 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:27:15.401 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:27:15.401 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:27:15.402 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:27:15.402 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:27:15.402 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:27:15.402 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:27:15.402 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:27:15.402 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:27:15.402 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:27:15.402 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:27:15.402 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:27:15.402 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:27:15.402 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:27:15.402 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:27:15.402 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 12, 2024-04-12T05:27:15.403 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:27:15.403 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:27:15.403 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:27:15.621 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:27:15.731 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: set uid:gid to 167:167 (ceph:ceph) 2024-04-12T05:27:15.732 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable), process ceph-mon, pid 7 2024-04-12T05:27:15.732 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: pidfile_write: ignore empty --pid-file 2024-04-12T05:27:15.732 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: load: jerasure load: lrc 2024-04-12T05:27:15.732 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: RocksDB version: 7.9.2 2024-04-12T05:27:15.732 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Git sha 0 2024-04-12T05:27:15.732 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Compile date 2024-04-08 23:21:21 2024-04-12T05:27:15.732 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: DB SUMMARY 2024-04-12T05:27:15.732 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: DB Session ID: AY3YJPHC3D108LQLA63D 2024-04-12T05:27:15.732 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: CURRENT file: CURRENT 2024-04-12T05:27:15.732 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: IDENTITY file: IDENTITY 2024-04-12T05:27:15.732 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: MANIFEST file: MANIFEST-000008 size: 1725 Bytes 2024-04-12T05:27:15.732 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi063/store.db dir, Total Num: 1, files: 000035.sst 2024-04-12T05:27:15.732 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi063/store.db: 000033.log size: 4549923 ; 2024-04-12T05:27:15.733 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.error_if_exists: 0 2024-04-12T05:27:15.733 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.create_if_missing: 0 2024-04-12T05:27:15.733 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.paranoid_checks: 1 2024-04-12T05:27:15.733 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-12T05:27:15.733 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-12T05:27:15.733 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-12T05:27:15.733 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.env: 0x55f1aae427a0 2024-04-12T05:27:15.733 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.fs: PosixFileSystem 2024-04-12T05:27:15.733 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.info_log: 0x55f1ae2913a0 2024-04-12T05:27:15.733 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_file_opening_threads: 16 2024-04-12T05:27:15.733 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.statistics: (nil) 2024-04-12T05:27:15.733 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.use_fsync: 0 2024-04-12T05:27:15.733 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_log_file_size: 0 2024-04-12T05:27:15.733 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-12T05:27:15.733 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-12T05:27:15.734 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.keep_log_file_num: 1000 2024-04-12T05:27:15.734 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.recycle_log_file_num: 0 2024-04-12T05:27:15.734 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.allow_fallocate: 1 2024-04-12T05:27:15.734 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.allow_mmap_reads: 0 2024-04-12T05:27:15.734 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.allow_mmap_writes: 0 2024-04-12T05:27:15.734 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.use_direct_reads: 0 2024-04-12T05:27:15.734 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-12T05:27:15.734 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.create_missing_column_families: 0 2024-04-12T05:27:15.734 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.db_log_dir: 2024-04-12T05:27:15.734 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.wal_dir: 2024-04-12T05:27:15.734 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-12T05:27:15.735 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-12T05:27:15.735 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-12T05:27:15.735 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-12T05:27:15.735 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-12T05:27:15.735 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-12T05:27:15.735 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.advise_random_on_open: 1 2024-04-12T05:27:15.735 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.db_write_buffer_size: 0 2024-04-12T05:27:15.735 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.write_buffer_manager: 0x55f1ad506140 2024-04-12T05:27:15.735 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-12T05:27:15.735 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-12T05:27:15.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-12T05:27:15.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.rate_limiter: (nil) 2024-04-12T05:27:15.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-12T05:27:15.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.wal_recovery_mode: 2 2024-04-12T05:27:15.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.enable_thread_tracking: 0 2024-04-12T05:27:15.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.enable_pipelined_write: 0 2024-04-12T05:27:15.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.unordered_write: 0 2024-04-12T05:27:15.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-12T05:27:15.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-12T05:27:15.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-12T05:27:15.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-12T05:27:15.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.row_cache: None 2024-04-12T05:27:15.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.wal_filter: None 2024-04-12T05:27:15.736 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-12T05:27:15.737 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.allow_ingest_behind: 0 2024-04-12T05:27:15.737 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.two_write_queues: 0 2024-04-12T05:27:15.737 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.manual_wal_flush: 0 2024-04-12T05:27:15.737 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.wal_compression: 0 2024-04-12T05:27:15.737 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.atomic_flush: 0 2024-04-12T05:27:15.737 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-12T05:27:15.737 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-12T05:27:15.737 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-12T05:27:15.737 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.log_readahead_size: 0 2024-04-12T05:27:15.737 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-12T05:27:15.737 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.best_efforts_recovery: 0 2024-04-12T05:27:15.737 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-12T05:27:15.737 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-12T05:27:15.738 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.allow_data_in_errors: 0 2024-04-12T05:27:15.738 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.db_host_id: __hostname__ 2024-04-12T05:27:15.738 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-12T05:27:15.738 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_background_jobs: 2 2024-04-12T05:27:15.738 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_background_compactions: -1 2024-04-12T05:27:15.738 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_subcompactions: 1 2024-04-12T05:27:15.738 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-12T05:27:15.738 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-12T05:27:15.738 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-12T05:27:15.738 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_total_wal_size: 0 2024-04-12T05:27:15.738 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-12T05:27:15.738 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-12T05:27:15.738 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-12T05:27:15.738 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-12T05:27:15.739 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_open_files: -1 2024-04-12T05:27:15.759 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:27:15.759 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:27:15.759 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:27:15.759 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:27:15.759 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [ 2024-04-12T05:27:15.759 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr" 2024-04-12T05:27:15.759 INFO:teuthology.orchestra.run.smithi063.stdout: ], 2024-04-12T05:27:15.759 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "2/23 daemons upgraded", 2024-04-12T05:27:15.759 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "Currently upgrading mon daemons", 2024-04-12T05:27:15.759 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:27:15.759 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:27:16.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.bytes_per_sync: 0 2024-04-12T05:27:16.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-12T05:27:16.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-12T05:27:16.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compaction_readahead_size: 0 2024-04-12T05:27:16.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_background_flushes: -1 2024-04-12T05:27:16.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Compression algorithms supported: 2024-04-12T05:27:16.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-12T05:27:16.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: kZSTD supported: 0 2024-04-12T05:27:16.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: kXpressCompression supported: 0 2024-04-12T05:27:16.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: kLZ4HCCompression supported: 1 2024-04-12T05:27:16.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: kZlibCompression supported: 1 2024-04-12T05:27:16.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: kSnappyCompression supported: 1 2024-04-12T05:27:16.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: kLZ4Compression supported: 1 2024-04-12T05:27:16.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: kBZip2Compression supported: 0 2024-04-12T05:27:16.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-12T05:27:16.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-12T05:27:16.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi063/store.db/MANIFEST-000008 2024-04-12T05:27:16.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-12T05:27:16.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-12T05:27:16.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.merge_operator: 2024-04-12T05:27:16.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compaction_filter: None 2024-04-12T05:27:16.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compaction_filter_factory: None 2024-04-12T05:27:16.126 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.sst_partitioner_factory: None 2024-04-12T05:27:16.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-12T05:27:16.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-12T05:27:16.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f1ae2914c0) 2024-04-12T05:27:16.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: cache_index_and_filter_blocks: 1 2024-04-12T05:27:16.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-12T05:27:16.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-12T05:27:16.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: pin_top_level_index_and_filter: 1 2024-04-12T05:27:16.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: index_type: 0 2024-04-12T05:27:16.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: data_block_index_type: 0 2024-04-12T05:27:16.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: index_shortening: 1 2024-04-12T05:27:16.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-12T05:27:16.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: checksum: 4 2024-04-12T05:27:16.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: no_block_cache: 0 2024-04-12T05:27:16.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: block_cache: 0x55f1ad5a71f0 2024-04-12T05:27:16.127 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: block_cache_name: BinnedLRUCache 2024-04-12T05:27:16.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: block_cache_options: 2024-04-12T05:27:16.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: capacity : 536870912 2024-04-12T05:27:16.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: num_shard_bits : 4 2024-04-12T05:27:16.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: strict_capacity_limit : 0 2024-04-12T05:27:16.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: high_pri_pool_ratio: 0.000 2024-04-12T05:27:16.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: block_cache_compressed: (nil) 2024-04-12T05:27:16.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: persistent_cache: (nil) 2024-04-12T05:27:16.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: block_size: 4096 2024-04-12T05:27:16.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: block_size_deviation: 10 2024-04-12T05:27:16.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: block_restart_interval: 16 2024-04-12T05:27:16.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: index_block_restart_interval: 1 2024-04-12T05:27:16.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: metadata_block_size: 4096 2024-04-12T05:27:16.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: partition_filters: 0 2024-04-12T05:27:16.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: use_delta_encoding: 1 2024-04-12T05:27:16.128 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: filter_policy: bloomfilter 2024-04-12T05:27:16.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: whole_key_filtering: 1 2024-04-12T05:27:16.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: verify_compression: 0 2024-04-12T05:27:16.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: read_amp_bytes_per_bit: 0 2024-04-12T05:27:16.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: format_version: 5 2024-04-12T05:27:16.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: enable_index_compression: 1 2024-04-12T05:27:16.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: block_align: 0 2024-04-12T05:27:16.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: max_auto_readahead_size: 262144 2024-04-12T05:27:16.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: prepopulate_block_cache: 0 2024-04-12T05:27:16.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: initial_auto_readahead_size: 8192 2024-04-12T05:27:16.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: num_file_reads_for_auto_readahead: 2 2024-04-12T05:27:16.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.write_buffer_size: 33554432 2024-04-12T05:27:16.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_write_buffer_number: 2 2024-04-12T05:27:16.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compression: NoCompression 2024-04-12T05:27:16.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.bottommost_compression: Disabled 2024-04-12T05:27:16.129 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.prefix_extractor: nullptr 2024-04-12T05:27:16.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-12T05:27:16.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.num_levels: 7 2024-04-12T05:27:16.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-12T05:27:16.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-12T05:27:16.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-12T05:27:16.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-12T05:27:16.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-12T05:27:16.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-12T05:27:16.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-12T05:27:16.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-12T05:27:16.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-12T05:27:16.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-12T05:27:16.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-12T05:27:16.130 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-12T05:27:16.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-12T05:27:16.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compression_opts.level: 32767 2024-04-12T05:27:16.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compression_opts.strategy: 0 2024-04-12T05:27:16.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-12T05:27:16.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-12T05:27:16.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-12T05:27:16.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-12T05:27:16.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compression_opts.enabled: false 2024-04-12T05:27:16.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-12T05:27:16.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-12T05:27:16.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-12T05:27:16.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-12T05:27:16.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.target_file_size_base: 67108864 2024-04-12T05:27:16.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-12T05:27:16.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-12T05:27:16.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-12T05:27:16.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-12T05:27:16.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-12T05:27:16.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-12T05:27:16.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-12T05:27:16.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-12T05:27:16.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-12T05:27:16.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-12T05:27:16.133 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-12T05:27:16.133 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-12T05:27:16.133 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-12T05:27:16.133 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-12T05:27:16.133 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.arena_block_size: 1048576 2024-04-12T05:27:16.133 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-12T05:27:16.133 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-12T05:27:16.133 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.disable_auto_compactions: 0 2024-04-12T05:27:16.133 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-12T05:27:16.133 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-12T05:27:16.133 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-12T05:27:16.134 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-12T05:27:16.134 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-12T05:27:16.134 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-12T05:27:16.134 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-12T05:27:16.134 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-12T05:27:16.134 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-12T05:27:16.134 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-12T05:27:16.134 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.table_properties_collectors: 2024-04-12T05:27:16.134 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.inplace_update_support: 0 2024-04-12T05:27:16.134 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-12T05:27:16.134 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-12T05:27:16.135 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-12T05:27:16.136 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-12T05:27:16.136 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.bloom_locality: 0 2024-04-12T05:27:16.136 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.max_successive_merges: 0 2024-04-12T05:27:16.136 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-12T05:27:16.136 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.paranoid_file_checks: 0 2024-04-12T05:27:16.136 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.force_consistency_checks: 1 2024-04-12T05:27:16.136 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.report_bg_io_stats: 0 2024-04-12T05:27:16.136 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.ttl: 2592000 2024-04-12T05:27:16.136 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-12T05:27:16.136 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-12T05:27:16.136 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-12T05:27:16.136 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.enable_blob_files: false 2024-04-12T05:27:16.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.min_blob_size: 0 2024-04-12T05:27:16.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.blob_file_size: 268435456 2024-04-12T05:27:16.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-12T05:27:16.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-12T05:27:16.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-12T05:27:16.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-12T05:27:16.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-12T05:27:16.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.blob_file_starting_level: 0 2024-04-12T05:27:16.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-12T05:27:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 35.sst 2024-04-12T05:27:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi063/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 37, last_sequence is 18626, log_number is 33,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-12T05:27:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 33 2024-04-12T05:27:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: cb6fc3bb-f24c-4947-8260-1292d7fac43c 2024-04-12T05:27:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712899635727263, "job": 1, "event": "recovery_started", "wal_files": [33]} 2024-04-12T05:27:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #33 mode 2 2024-04-12T05:27:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712899635738777, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 38, "file_size": 4351001, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 18627, "largest_seqno": 19437, "table_properties": {"data_size": 4345460, "index_size": 3818, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 709, "raw_key_size": 5738, "raw_average_key_size": 20, "raw_value_size": 4337332, "raw_average_value_size": 15772, "num_data_blocks": 172, "num_entries": 275, "num_filter_entries": 275, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1712899635, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "cb6fc3bb-f24c-4947-8260-1292d7fac43c", "db_session_id": "AY3YJPHC3D108LQLA63D", "orig_file_number": 38, "seqno_to_time_mapping": "N/A"}} 2024-04-12T05:27:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712899635738888, "job": 1, "event": "recovery_finished"} 2024-04-12T05:27:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: [db/version_set.cc:5047] Creating manifest 40 2024-04-12T05:27:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi063/store.db/000033.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-12T05:27:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f1ad646000 2024-04-12T05:27:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: DB pointer 0x55f1ad634000 2024-04-12T05:27:16.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-12T05:27:16.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-12T05:27:16.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: ** DB Stats ** 2024-04-12T05:27:16.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T05:27:16.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-12T05:27:16.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T05:27:16.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T05:27:16.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-12T05:27:16.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T05:27:16.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T05:27:16.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: 2024-04-12T05:27:16.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: ** Compaction Stats [default] ** 2024-04-12T05:27:16.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-12T05:27:16.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-12T05:27:16.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: L0 1/0 4.15 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 760.0 0.01 0.00 1 0.005 0 0 0.0 0.0 2024-04-12T05:27:16.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: L6 1/0 29.41 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-12T05:27:16.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: Sum 2/0 33.56 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 760.0 0.01 0.00 1 0.005 0 0 0.0 0.0 2024-04-12T05:27:16.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 760.0 0.01 0.00 1 0.005 0 0 0.0 0.0 2024-04-12T05:27:16.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: 2024-04-12T05:27:16.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: ** Compaction Stats [default] ** 2024-04-12T05:27:16.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-12T05:27:16.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:27:16.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 760.0 0.01 0.00 1 0.005 0 0 0.0 0.0 2024-04-12T05:27:16.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: 2024-04-12T05:27:16.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-12T05:27:16.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: 2024-04-12T05:27:16.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T05:27:16.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: Flush(GB): cumulative 0.004, interval 0.004 2024-04-12T05:27:16.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T05:27:16.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-12T05:27:16.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T05:27:16.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-12T05:27:16.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: Cumulative compaction: 0.00 GB write, 292.69 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T05:27:16.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: Interval compaction: 0.00 GB write, 292.69 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T05:27:16.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-12T05:27:16.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: Block cache BinnedLRUCache@0x55f1ad5a71f0#7 capacity: 512.00 MB usage: 4.86 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-04-12T05:27:16.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.78 KB,0.000149012%) IndexBlock(1,4.08 KB,0.000777841%) Misc(1,0.00 KB,0%) 2024-04-12T05:27:16.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: 2024-04-12T05:27:16.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-12T05:27:16.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: starting mon.smithi063 rank 0 at public addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] at bind addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi063 fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:27:16.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: mon.smithi063@-1(???) e2 preinit fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:27:16.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: mon.smithi063@-1(???).mds e8 new map 2024-04-12T05:27:16.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: mon.smithi063@-1(???).mds e8 print_map 2024-04-12T05:27:16.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: e8 2024-04-12T05:27:16.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-12T05:27:16.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-04-12T05:27:16.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: legacy client fscid: 1 2024-04-12T05:27:16.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: 2024-04-12T05:27:16.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: Filesystem 'foofs' (1) 2024-04-12T05:27:16.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: fs_name foofs 2024-04-12T05:27:16.143 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: epoch 5 2024-04-12T05:27:16.143 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-04-12T05:27:16.143 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: created 2024-04-12T05:12:58.879133+0000 2024-04-12T05:27:16.143 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: modified 2024-04-12T05:13:03.901945+0000 2024-04-12T05:27:16.143 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: tableserver 0 2024-04-12T05:27:16.143 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: root 0 2024-04-12T05:27:16.143 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: session_timeout 60 2024-04-12T05:27:16.143 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: session_autoclose 300 2024-04-12T05:27:16.143 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: max_file_size 1099511627776 2024-04-12T05:27:16.143 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: max_xattr_size 65536 2024-04-12T05:27:16.143 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: required_client_features {} 2024-04-12T05:27:16.143 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: last_failure 0 2024-04-12T05:27:16.143 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: last_failure_osd_epoch 0 2024-04-12T05:27:16.144 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-04-12T05:27:16.144 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: max_mds 1 2024-04-12T05:27:16.144 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: in 0 2024-04-12T05:27:16.144 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: up {0=14486} 2024-04-12T05:27:16.144 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: failed 2024-04-12T05:27:16.144 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: damaged 2024-04-12T05:27:16.144 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: stopped 2024-04-12T05:27:16.144 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: data_pools [3] 2024-04-12T05:27:16.144 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: metadata_pool 2 2024-04-12T05:27:16.144 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: inline_data disabled 2024-04-12T05:27:16.144 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: balancer 2024-04-12T05:27:16.144 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: bal_rank_mask -1 2024-04-12T05:27:16.144 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: standby_count_wanted 1 2024-04-12T05:27:16.145 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: [mds.foofs.smithi063.ymeuya{0:14486} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.63:6834/2344043023,v1:172.21.15.63:6835/2344043023] compat {c=[1],r=[1],i=[7ff]}] 2024-04-12T05:27:16.145 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: 2024-04-12T05:27:16.145 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: 2024-04-12T05:27:16.145 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: Standby daemons: 2024-04-12T05:27:16.145 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: 2024-04-12T05:27:16.145 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout: [mds.foofs.smithi098.wxilzu{-1:24299} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.98:6832/1418045549,v1:172.21.15.98:6833/1418045549] compat {c=[1],r=[1],i=[7ff]}] 2024-04-12T05:27:16.145 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: mon.smithi063@-1(???).osd e74 crush map has features 3314933000854323200, adjusting msgr requires 2024-04-12T05:27:16.145 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: mon.smithi063@-1(???).osd e74 crush map has features 432629239337189376, adjusting msgr requires 2024-04-12T05:27:16.145 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: mon.smithi063@-1(???).osd e74 crush map has features 432629239337189376, adjusting msgr requires 2024-04-12T05:27:16.145 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: mon.smithi063@-1(???).osd e74 crush map has features 432629239337189376, adjusting msgr requires 2024-04-12T05:27:16.145 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 ceph-mon[92400]: mon.smithi063@-1(???).paxosservice(auth 1..45) refresh upgraded, format 0 -> 3 2024-04-12T05:27:16.145 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 bash[92319]: 8c771d476bff8dabd926fa50918e340882f1f5a412b123b980dfd04fcf0d9d32 2024-04-12T05:27:16.145 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:15 smithi063 systemd[1]: Started Ceph mon.smithi063 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:27:16.169 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T05:27:16.169 INFO:teuthology.orchestra.run.smithi063.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:27:16.169 INFO:teuthology.orchestra.run.smithi063.stdout: daemon prometheus.smithi063 on smithi063 is in unknown state 2024-04-12T05:27:17.525 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:13.951897+0000 mon.smithi098 (mon.1) 165 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2024-04-12T05:27:17.525 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:13.952679+0000 mon.smithi098 (mon.1) 166 : audit [DBG] from='mgr.15204 172.21.15.63:0/2247706117' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:27:17.525 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:14.278670+0000 mgr.smithi063.ewdkhy (mgr.15204) 44 : audit [DBG] from='client.24929 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:27:17.525 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:14.291606+0000 mgr.smithi063.ewdkhy (mgr.15204) 45 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 253 B/s rd, 253 B/s wr, 0 op/s 2024-04-12T05:27:17.525 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:14.623604+0000 mgr.smithi063.ewdkhy (mgr.15204) 46 : audit [DBG] from='client.24933 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:27:17.525 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:14.960782+0000 mgr.smithi063.ewdkhy (mgr.15204) 47 : audit [DBG] from='client.24937 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:27:17.525 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:15.398628+0000 mon.smithi098 (mon.1) 167 : audit [DBG] from='client.? 172.21.15.63:0/1669530607' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:27:17.525 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:15.757105+0000 mgr.smithi063.ewdkhy (mgr.15204) 48 : audit [DBG] from='client.24945 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:27:17.525 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:16.167402+0000 mon.smithi098 (mon.1) 168 : audit [DBG] from='client.? 172.21.15.63:0/1307416432' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:27:17.526 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:16.292097+0000 mgr.smithi063.ewdkhy (mgr.15204) 49 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 126 B/s rd, 126 B/s wr, 0 op/s 2024-04-12T05:27:17.526 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:17.153219+0000 mon.smithi063 (mon.0) 1 : cluster [INF] mon.smithi063 calling monitor election 2024-04-12T05:27:17.526 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:17.166209+0000 mon.smithi063 (mon.0) 2 : cluster [INF] mon.smithi063 is new leader, mons smithi063,smithi098 in quorum (ranks 0,1) 2024-04-12T05:27:17.526 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:17.171755+0000 mon.smithi063 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi063=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-12T05:27:17.526 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:17.172388+0000 mon.smithi063 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi063.ymeuya=up:active} 1 up:standby 2024-04-12T05:27:17.526 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:17.172438+0000 mon.smithi063 (mon.0) 5 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-04-12T05:27:17.526 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:17.173658+0000 mon.smithi063 (mon.0) 6 : cluster [DBG] mgrmap e35: smithi063.ewdkhy(active, since 37s), standbys: smithi098.qrshom 2024-04-12T05:27:17.526 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:17.174152+0000 mon.smithi063 (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T05:27:17.526 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:17.174180+0000 mon.smithi063 (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:27:17.526 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:17.174195+0000 mon.smithi063 (mon.0) 9 : cluster [WRN] daemon prometheus.smithi063 on smithi063 is in unknown state 2024-04-12T05:27:17.526 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:17.185767+0000 mon.smithi063 (mon.0) 10 : cluster [DBG] mgrmap e36: smithi063.ewdkhy(active, since 37s), standbys: smithi098.qrshom 2024-04-12T05:27:17.526 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:17.185894+0000 mon.smithi063 (mon.0) 11 : audit [INF] from='mgr.15204 ' entity='' 2024-04-12T05:27:19.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:19 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:18.188182+0000 mon.smithi063 (mon.0) 12 : cluster [DBG] mgrmap e37: smithi063.ewdkhy(active, since 38s), standbys: smithi098.qrshom 2024-04-12T05:27:20.658 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:27:24.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:23.968774+0000 mon.smithi063 (mon.0) 13 : cluster [DBG] Standby manager daemon smithi098.qrshom restarted 2024-04-12T05:27:24.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:23.968875+0000 mon.smithi063 (mon.0) 14 : cluster [DBG] Standby manager daemon smithi098.qrshom started 2024-04-12T05:27:24.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:23.971485+0000 mon.smithi098 (mon.1) 169 : audit [DBG] from='mgr.? 172.21.15.98:0/3405540576' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/crt"}]: dispatch 2024-04-12T05:27:24.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:23.972215+0000 mon.smithi098 (mon.1) 170 : audit [DBG] from='mgr.? 172.21.15.98:0/3405540576' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T05:27:24.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:23.974036+0000 mon.smithi098 (mon.1) 171 : audit [DBG] from='mgr.? 172.21.15.98:0/3405540576' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/key"}]: dispatch 2024-04-12T05:27:24.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:24 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:23.974346+0000 mon.smithi098 (mon.1) 172 : audit [DBG] from='mgr.? 172.21.15.98:0/3405540576' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T05:27:25.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:24.025854+0000 mon.smithi063 (mon.0) 15 : cluster [DBG] mgrmap e38: smithi063.ewdkhy(active, since 44s), standbys: smithi098.qrshom 2024-04-12T05:27:25.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:24.406635+0000 mon.smithi063 (mon.0) 16 : cluster [INF] Active manager daemon smithi063.ewdkhy restarted 2024-04-12T05:27:25.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:24.406969+0000 mon.smithi063 (mon.0) 17 : cluster [INF] Activating manager daemon smithi063.ewdkhy 2024-04-12T05:27:25.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:24.414365+0000 mon.smithi063 (mon.0) 18 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-04-12T05:27:25.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:24.414648+0000 mon.smithi063 (mon.0) 19 : cluster [DBG] mgrmap e39: smithi063.ewdkhy(active, starting, since 0.0077658s), standbys: smithi098.qrshom 2024-04-12T05:27:25.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:24.418057+0000 mon.smithi063 (mon.0) 20 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2024-04-12T05:27:25.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:24.418216+0000 mon.smithi063 (mon.0) 21 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:27:25.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:24.418541+0000 mon.smithi063 (mon.0) 22 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi063.ymeuya"}]: dispatch 2024-04-12T05:27:25.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:24.418855+0000 mon.smithi063 (mon.0) 23 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.wxilzu"}]: dispatch 2024-04-12T05:27:25.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:24.419731+0000 mon.smithi063 (mon.0) 24 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr metadata", "who": "smithi063.ewdkhy", "id": "smithi063.ewdkhy"}]: dispatch 2024-04-12T05:27:25.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:24.419928+0000 mon.smithi063 (mon.0) 25 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr metadata", "who": "smithi098.qrshom", "id": "smithi098.qrshom"}]: dispatch 2024-04-12T05:27:25.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:24.420263+0000 mon.smithi063 (mon.0) 26 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:27:25.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:24.420582+0000 mon.smithi063 (mon.0) 27 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:27:25.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:24.420989+0000 mon.smithi063 (mon.0) 28 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:27:25.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:24.421274+0000 mon.smithi063 (mon.0) 29 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:27:25.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:24.421486+0000 mon.smithi063 (mon.0) 30 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:27:25.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:24.421705+0000 mon.smithi063 (mon.0) 31 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:27:25.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:24.421949+0000 mon.smithi063 (mon.0) 32 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T05:27:25.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:24.422116+0000 mon.smithi063 (mon.0) 33 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T05:27:25.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:24.422325+0000 mon.smithi063 (mon.0) 34 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T05:27:25.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:24.422834+0000 mon.smithi063 (mon.0) 35 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T05:27:25.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:24.423357+0000 mon.smithi063 (mon.0) 36 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T05:27:25.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:24.441500+0000 mon.smithi063 (mon.0) 37 : cluster [INF] Manager daemon smithi063.ewdkhy is now available 2024-04-12T05:27:25.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:24.463159+0000 mon.smithi063 (mon.0) 38 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:27:25.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:24.489001+0000 mon.smithi063 (mon.0) 39 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:27:25.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:24.499122+0000 mon.smithi063 (mon.0) 40 : audit [INF] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:27:25.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:25 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:24.518505+0000 mon.smithi063 (mon.0) 41 : audit [INF] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:27:25.702 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:27:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:27:25.152781+0000 mgr.smithi063.ewdkhy (mgr.34104) 1 : cephadm [INF] [12/Apr/2024:05:27:25] ENGINE Bus STARTING 2024-04-12T05:27:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:26 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:25.416748+0000 mon.smithi063 (mon.0) 42 : cluster [DBG] mgrmap e40: smithi063.ewdkhy(active, since 1.00986s), standbys: smithi098.qrshom 2024-04-12T05:27:27.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:27 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:27:25.254788+0000 mgr.smithi063.ewdkhy (mgr.34104) 2 : cephadm [INF] [12/Apr/2024:05:27:25] ENGINE Serving on http://172.21.15.63:8765 2024-04-12T05:27:27.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:27 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:27:25.371371+0000 mgr.smithi063.ewdkhy (mgr.34104) 3 : cephadm [INF] [12/Apr/2024:05:27:25] ENGINE Serving on https://172.21.15.63:7150 2024-04-12T05:27:27.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:27 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:27:25.371599+0000 mgr.smithi063.ewdkhy (mgr.34104) 4 : cephadm [INF] [12/Apr/2024:05:27:25] ENGINE Bus STARTED 2024-04-12T05:27:27.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:27 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:25.423718+0000 mgr.smithi063.ewdkhy (mgr.34104) 5 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:27:27.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:27 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:26.411735+0000 mon.smithi063 (mon.0) 43 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T05:27:27.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:27 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:26.411760+0000 mon.smithi063 (mon.0) 44 : cluster [INF] Cluster is now healthy 2024-04-12T05:27:28.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:26.422366+0000 mgr.smithi063.ewdkhy (mgr.34104) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:27:28.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:28 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:27.420464+0000 mon.smithi063 (mon.0) 45 : cluster [DBG] mgrmap e41: smithi063.ewdkhy(active, since 3s), standbys: smithi098.qrshom 2024-04-12T05:27:30.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:28.422887+0000 mgr.smithi063.ewdkhy (mgr.34104) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:27:30.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:28.860435+0000 mon.smithi063 (mon.0) 46 : audit [INF] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:30.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:28.864718+0000 mon.smithi063 (mon.0) 47 : audit [INF] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:30.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:29.044711+0000 mon.smithi063 (mon.0) 48 : cluster [DBG] mgrmap e42: smithi063.ewdkhy(active, since 4s), standbys: smithi098.qrshom 2024-04-12T05:27:30.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:29.499988+0000 mon.smithi063 (mon.0) 49 : audit [INF] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:30.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:29.505798+0000 mon.smithi063 (mon.0) 50 : audit [INF] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:30.734 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:27:32.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:31 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:30.423400+0000 mgr.smithi063.ewdkhy (mgr.34104) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 204 B/s wr, 23 op/s 2024-04-12T05:27:33.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:31.868967+0000 mon.smithi063 (mon.0) 51 : audit [INF] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:33.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:31.874156+0000 mon.smithi063 (mon.0) 52 : audit [INF] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:33.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:32.506733+0000 mon.smithi063 (mon.0) 53 : audit [INF] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:33.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:32.511430+0000 mon.smithi063 (mon.0) 54 : audit [INF] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:33.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:32.731197+0000 mon.smithi063 (mon.0) 55 : audit [INF] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:33.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:32.735612+0000 mon.smithi063 (mon.0) 56 : audit [INF] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:33.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:32.736766+0000 mon.smithi063 (mon.0) 57 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:33.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:32 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:32.737412+0000 mon.smithi063 (mon.0) 58 : audit [INF] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:27:34.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:33 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:32.423749+0000 mgr.smithi063.ewdkhy (mgr.34104) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 146 B/s wr, 16 op/s 2024-04-12T05:27:34.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:33 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:27:32.738328+0000 mgr.smithi063.ewdkhy (mgr.34104) 10 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-04-12T05:27:34.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:33 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:27:32.738487+0000 mgr.smithi063.ewdkhy (mgr.34104) 11 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-04-12T05:27:34.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:33 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:27:33.002783+0000 mgr.smithi063.ewdkhy (mgr.34104) 12 : cephadm [INF] Updating smithi098:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T05:27:34.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:33 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:27:33.002923+0000 mgr.smithi063.ewdkhy (mgr.34104) 13 : cephadm [INF] Updating smithi063:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T05:27:34.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:33 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:33.799636+0000 mon.smithi063 (mon.0) 59 : audit [INF] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:34.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:33 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:33.806132+0000 mon.smithi063 (mon.0) 60 : audit [INF] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:34.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:33 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:33.851086+0000 mon.smithi063 (mon.0) 61 : audit [INF] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:34.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:33 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:33.857381+0000 mon.smithi063 (mon.0) 62 : audit [INF] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:34.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:33 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:33.861053+0000 mon.smithi063 (mon.0) 63 : audit [INF] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:34.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:33 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:33.866728+0000 mon.smithi063 (mon.0) 64 : audit [INF] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:35.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:27:33.266983+0000 mgr.smithi063.ewdkhy (mgr.34104) 14 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:27:35.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:27:33.267119+0000 mgr.smithi063.ewdkhy (mgr.34104) 15 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:27:35.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:27:33.531107+0000 mgr.smithi063.ewdkhy (mgr.34104) 16 : cephadm [INF] Updating smithi063:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T05:27:35.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:27:33.531642+0000 mgr.smithi063.ewdkhy (mgr.34104) 17 : cephadm [INF] Updating smithi098:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T05:27:35.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:33.858362+0000 mgr.smithi063.ewdkhy (mgr.34104) 18 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 121 B/s wr, 14 op/s 2024-04-12T05:27:35.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:33.970174+0000 mon.smithi063 (mon.0) 65 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:27:35.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:33.972318+0000 mon.smithi063 (mon.0) 66 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:27:35.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:33.973348+0000 mon.smithi063 (mon.0) 67 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-12T05:27:35.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:34.856079+0000 mon.smithi063 (mon.0) 68 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T05:27:35.779 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:27:36.802 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:27:35.441111+0000 mgr.smithi063.ewdkhy (mgr.34104) 19 : cephadm [INF] Upgrade: Updating mon.smithi098 2024-04-12T05:27:36.802 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:35.445971+0000 mon.smithi063 (mon.0) 69 : audit [INF] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:36.803 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:35.446875+0000 mon.smithi063 (mon.0) 70 : audit [INF] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T05:27:36.803 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:35.447606+0000 mon.smithi063 (mon.0) 71 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T05:27:36.803 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: audit 2024-04-12T05:27:35.448341+0000 mon.smithi063 (mon.0) 72 : audit [DBG] from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:36.803 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cephadm 2024-04-12T05:27:35.449331+0000 mgr.smithi063.ewdkhy (mgr.34104) 20 : cephadm [INF] Deploying daemon mon.smithi098 on smithi098 2024-04-12T05:27:36.803 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: cluster 2024-04-12T05:27:35.859149+0000 mgr.smithi063.ewdkhy (mgr.34104) 21 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 196 B/s wr, 11 op/s 2024-04-12T05:27:37.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:37 smithi098 systemd[1]: Stopping Ceph mon.smithi098 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:27:37.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: debug 2024-04-12T05:27:37.280+0000 7f2d45ebe700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi098 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-12T05:27:37.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098[38641]: debug 2024-04-12T05:27:37.280+0000 7f2d45ebe700 -1 mon.smithi098@1(peon) e2 *** Got Signal Terminated *** 2024-04-12T05:27:37.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:37 smithi098 bash[67536]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon.smithi098 2024-04-12T05:27:38.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 systemd[1]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mon.smithi098.service: Succeeded. 2024-04-12T05:27:38.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 systemd[1]: Stopped Ceph mon.smithi098 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:27:38.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 systemd[1]: Starting Ceph mon.smithi098 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:27:38.878 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: set uid:gid to 167:167 (ceph:ceph) 2024-04-12T05:27:38.878 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable), process ceph-mon, pid 7 2024-04-12T05:27:38.879 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: pidfile_write: ignore empty --pid-file 2024-04-12T05:27:38.879 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: load: jerasure load: lrc 2024-04-12T05:27:38.879 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: RocksDB version: 7.9.2 2024-04-12T05:27:38.879 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Git sha 0 2024-04-12T05:27:38.879 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Compile date 2024-04-08 23:21:21 2024-04-12T05:27:38.879 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: DB SUMMARY 2024-04-12T05:27:38.879 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: DB Session ID: 29TBP5F5MJ4AQEMPPQC2 2024-04-12T05:27:38.879 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: CURRENT file: CURRENT 2024-04-12T05:27:38.879 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: IDENTITY file: IDENTITY 2024-04-12T05:27:38.879 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: MANIFEST file: MANIFEST-000005 size: 2053 Bytes 2024-04-12T05:27:38.880 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi098/store.db dir, Total Num: 1, files: 000038.sst 2024-04-12T05:27:38.880 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi098/store.db: 000036.log size: 126042 ; 2024-04-12T05:27:38.880 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.error_if_exists: 0 2024-04-12T05:27:38.880 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.create_if_missing: 0 2024-04-12T05:27:38.880 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.paranoid_checks: 1 2024-04-12T05:27:38.880 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-12T05:27:38.880 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-12T05:27:38.880 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-12T05:27:38.880 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.env: 0x5591a44c67a0 2024-04-12T05:27:38.880 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.fs: PosixFileSystem 2024-04-12T05:27:38.881 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.info_log: 0x5591a6e2b3a0 2024-04-12T05:27:38.881 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_file_opening_threads: 16 2024-04-12T05:27:38.881 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.statistics: (nil) 2024-04-12T05:27:38.881 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.use_fsync: 0 2024-04-12T05:27:38.881 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_log_file_size: 0 2024-04-12T05:27:38.881 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-12T05:27:38.881 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-12T05:27:38.881 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.keep_log_file_num: 1000 2024-04-12T05:27:38.881 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.recycle_log_file_num: 0 2024-04-12T05:27:38.881 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.allow_fallocate: 1 2024-04-12T05:27:38.881 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.allow_mmap_reads: 0 2024-04-12T05:27:38.881 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.allow_mmap_writes: 0 2024-04-12T05:27:38.882 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.use_direct_reads: 0 2024-04-12T05:27:38.882 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-12T05:27:38.882 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.create_missing_column_families: 0 2024-04-12T05:27:38.882 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.db_log_dir: 2024-04-12T05:27:38.882 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.wal_dir: 2024-04-12T05:27:38.882 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-12T05:27:38.882 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-12T05:27:38.882 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-12T05:27:38.882 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-12T05:27:38.882 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-12T05:27:38.883 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-12T05:27:38.883 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.advise_random_on_open: 1 2024-04-12T05:27:38.883 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.db_write_buffer_size: 0 2024-04-12T05:27:38.883 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.write_buffer_manager: 0x5591a60a0140 2024-04-12T05:27:38.883 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-12T05:27:38.883 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-12T05:27:38.883 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-12T05:27:38.883 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.rate_limiter: (nil) 2024-04-12T05:27:38.883 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-12T05:27:38.883 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.wal_recovery_mode: 2 2024-04-12T05:27:38.883 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.enable_thread_tracking: 0 2024-04-12T05:27:38.883 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.enable_pipelined_write: 0 2024-04-12T05:27:38.884 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.unordered_write: 0 2024-04-12T05:27:38.884 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-12T05:27:38.884 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-12T05:27:38.884 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-12T05:27:38.884 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-12T05:27:38.884 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.row_cache: None 2024-04-12T05:27:38.884 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.wal_filter: None 2024-04-12T05:27:38.884 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-12T05:27:38.884 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.allow_ingest_behind: 0 2024-04-12T05:27:38.884 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.two_write_queues: 0 2024-04-12T05:27:38.885 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.manual_wal_flush: 0 2024-04-12T05:27:38.885 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.wal_compression: 0 2024-04-12T05:27:38.885 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.atomic_flush: 0 2024-04-12T05:27:38.885 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-12T05:27:38.885 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-12T05:27:38.885 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-12T05:27:38.885 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.log_readahead_size: 0 2024-04-12T05:27:38.885 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-12T05:27:38.885 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.best_efforts_recovery: 0 2024-04-12T05:27:38.885 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-12T05:27:38.885 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-12T05:27:38.886 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.allow_data_in_errors: 0 2024-04-12T05:27:38.886 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.db_host_id: __hostname__ 2024-04-12T05:27:38.886 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-12T05:27:38.886 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_background_jobs: 2 2024-04-12T05:27:38.886 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_background_compactions: -1 2024-04-12T05:27:38.886 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_subcompactions: 1 2024-04-12T05:27:38.886 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-12T05:27:38.886 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-12T05:27:38.886 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-12T05:27:38.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_total_wal_size: 0 2024-04-12T05:27:38.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-12T05:27:38.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-12T05:27:38.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-12T05:27:38.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-12T05:27:38.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_open_files: -1 2024-04-12T05:27:38.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.bytes_per_sync: 0 2024-04-12T05:27:38.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-12T05:27:38.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-12T05:27:38.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compaction_readahead_size: 0 2024-04-12T05:27:38.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_background_flushes: -1 2024-04-12T05:27:38.888 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Compression algorithms supported: 2024-04-12T05:27:38.888 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-12T05:27:38.888 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: kZSTD supported: 0 2024-04-12T05:27:38.888 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: kXpressCompression supported: 0 2024-04-12T05:27:38.888 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: kLZ4HCCompression supported: 1 2024-04-12T05:27:38.888 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: kZlibCompression supported: 1 2024-04-12T05:27:38.888 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: kSnappyCompression supported: 1 2024-04-12T05:27:38.888 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: kLZ4Compression supported: 1 2024-04-12T05:27:38.888 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: kBZip2Compression supported: 0 2024-04-12T05:27:38.888 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-12T05:27:38.888 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-12T05:27:38.889 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi098/store.db/MANIFEST-000005 2024-04-12T05:27:38.889 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-12T05:27:38.889 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-12T05:27:38.889 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.merge_operator: 2024-04-12T05:27:38.889 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compaction_filter: None 2024-04-12T05:27:38.889 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compaction_filter_factory: None 2024-04-12T05:27:38.889 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.sst_partitioner_factory: None 2024-04-12T05:27:38.889 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-12T05:27:38.889 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-12T05:27:38.890 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5591a6e2b4c0) 2024-04-12T05:27:38.890 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: cache_index_and_filter_blocks: 1 2024-04-12T05:27:38.890 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-12T05:27:38.890 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-12T05:27:38.890 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: pin_top_level_index_and_filter: 1 2024-04-12T05:27:38.890 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: index_type: 0 2024-04-12T05:27:38.890 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: data_block_index_type: 0 2024-04-12T05:27:38.890 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: index_shortening: 1 2024-04-12T05:27:38.890 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-12T05:27:38.891 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: checksum: 4 2024-04-12T05:27:38.891 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: no_block_cache: 0 2024-04-12T05:27:38.891 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_cache: 0x5591a61411f0 2024-04-12T05:27:38.891 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_cache_name: BinnedLRUCache 2024-04-12T05:27:38.891 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_cache_options: 2024-04-12T05:27:38.891 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: capacity : 536870912 2024-04-12T05:27:38.891 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: num_shard_bits : 4 2024-04-12T05:27:38.891 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: strict_capacity_limit : 0 2024-04-12T05:27:38.891 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: high_pri_pool_ratio: 0.000 2024-04-12T05:27:38.892 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_cache_compressed: (nil) 2024-04-12T05:27:38.892 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: persistent_cache: (nil) 2024-04-12T05:27:38.892 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_size: 4096 2024-04-12T05:27:38.892 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_size_deviation: 10 2024-04-12T05:27:38.892 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_restart_interval: 16 2024-04-12T05:27:38.892 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: index_block_restart_interval: 1 2024-04-12T05:27:38.892 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: metadata_block_size: 4096 2024-04-12T05:27:38.892 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: partition_filters: 0 2024-04-12T05:27:38.892 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: use_delta_encoding: 1 2024-04-12T05:27:38.892 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: filter_policy: bloomfilter 2024-04-12T05:27:38.892 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: whole_key_filtering: 1 2024-04-12T05:27:38.893 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: verify_compression: 0 2024-04-12T05:27:38.893 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: read_amp_bytes_per_bit: 0 2024-04-12T05:27:38.893 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: format_version: 5 2024-04-12T05:27:38.893 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: enable_index_compression: 1 2024-04-12T05:27:38.893 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_align: 0 2024-04-12T05:27:38.893 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: max_auto_readahead_size: 262144 2024-04-12T05:27:38.893 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: prepopulate_block_cache: 0 2024-04-12T05:27:38.893 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: initial_auto_readahead_size: 8192 2024-04-12T05:27:38.893 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: num_file_reads_for_auto_readahead: 2 2024-04-12T05:27:38.893 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.write_buffer_size: 33554432 2024-04-12T05:27:38.893 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_write_buffer_number: 2 2024-04-12T05:27:38.893 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compression: NoCompression 2024-04-12T05:27:38.893 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.bottommost_compression: Disabled 2024-04-12T05:27:38.894 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.prefix_extractor: nullptr 2024-04-12T05:27:38.894 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-12T05:27:38.894 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.num_levels: 7 2024-04-12T05:27:38.894 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-12T05:27:38.894 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-12T05:27:38.894 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-12T05:27:38.894 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-12T05:27:38.894 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-12T05:27:38.894 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-12T05:27:38.894 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-12T05:27:38.894 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-12T05:27:38.894 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-12T05:27:38.895 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-12T05:27:38.895 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-12T05:27:38.895 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-12T05:27:38.895 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-12T05:27:38.895 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compression_opts.level: 32767 2024-04-12T05:27:38.895 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compression_opts.strategy: 0 2024-04-12T05:27:38.895 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-12T05:27:38.895 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-12T05:27:38.895 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-12T05:27:38.895 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-12T05:27:38.895 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compression_opts.enabled: false 2024-04-12T05:27:38.895 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-12T05:27:38.895 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-12T05:27:38.896 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-12T05:27:38.896 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-12T05:27:38.896 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.target_file_size_base: 67108864 2024-04-12T05:27:38.896 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-12T05:27:38.896 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-12T05:27:38.896 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-12T05:27:38.896 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-12T05:27:38.896 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-12T05:27:38.896 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-12T05:27:38.896 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-12T05:27:38.896 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-12T05:27:38.896 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-12T05:27:38.897 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-12T05:27:38.897 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-12T05:27:38.897 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-12T05:27:38.897 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-12T05:27:38.897 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-12T05:27:38.897 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.arena_block_size: 1048576 2024-04-12T05:27:38.897 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-12T05:27:38.897 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-12T05:27:38.897 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.disable_auto_compactions: 0 2024-04-12T05:27:38.897 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-12T05:27:38.897 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-12T05:27:38.897 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-12T05:27:38.897 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-12T05:27:38.898 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-12T05:27:38.898 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-12T05:27:38.898 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-12T05:27:38.898 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-12T05:27:38.898 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-12T05:27:38.898 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-12T05:27:38.898 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.table_properties_collectors: 2024-04-12T05:27:38.898 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.inplace_update_support: 0 2024-04-12T05:27:38.898 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-12T05:27:38.898 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-12T05:27:38.898 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-12T05:27:38.898 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-12T05:27:38.898 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.bloom_locality: 0 2024-04-12T05:27:38.899 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.max_successive_merges: 0 2024-04-12T05:27:38.899 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-12T05:27:38.899 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.paranoid_file_checks: 0 2024-04-12T05:27:38.899 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.force_consistency_checks: 1 2024-04-12T05:27:38.899 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.report_bg_io_stats: 0 2024-04-12T05:27:38.899 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.ttl: 2592000 2024-04-12T05:27:38.899 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-12T05:27:38.899 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-12T05:27:38.899 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-12T05:27:38.899 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.enable_blob_files: false 2024-04-12T05:27:38.899 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.min_blob_size: 0 2024-04-12T05:27:38.899 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.blob_file_size: 268435456 2024-04-12T05:27:38.899 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-12T05:27:38.899 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-12T05:27:38.899 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-12T05:27:38.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-12T05:27:38.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-12T05:27:38.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.blob_file_starting_level: 0 2024-04-12T05:27:38.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-12T05:27:38.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 38.sst 2024-04-12T05:27:38.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi098/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 40, last_sequence is 21460, log_number is 36,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-12T05:27:38.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 36 2024-04-12T05:27:38.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e0674821-35eb-42d7-aa8e-62c5e671709f 2024-04-12T05:27:38.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712899658665190, "job": 1, "event": "recovery_started", "wal_files": [36]} 2024-04-12T05:27:38.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #36 mode 2 2024-04-12T05:27:38.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712899658666008, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 41, "file_size": 85246, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 21465, "largest_seqno": 21478, "table_properties": {"data_size": 84058, "index_size": 115, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 305, "raw_average_key_size": 23, "raw_value_size": 83671, "raw_average_value_size": 6436, "num_data_blocks": 5, "num_entries": 13, "num_filter_entries": 13, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1712899658, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e0674821-35eb-42d7-aa8e-62c5e671709f", "db_session_id": "29TBP5F5MJ4AQEMPPQC2", "orig_file_number": 41, "seqno_to_time_mapping": "N/A"}} 2024-04-12T05:27:38.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712899658666087, "job": 1, "event": "recovery_finished"} 2024-04-12T05:27:38.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: [db/version_set.cc:5047] Creating manifest 43 2024-04-12T05:27:38.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi098/store.db/000036.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-12T05:27:38.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5591a61e0000 2024-04-12T05:27:38.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: DB pointer 0x5591a61ce000 2024-04-12T05:27:38.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-12T05:27:38.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-12T05:27:38.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: ** DB Stats ** 2024-04-12T05:27:38.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T05:27:38.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-12T05:27:38.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T05:27:38.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T05:27:38.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-12T05:27:38.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T05:27:38.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T05:27:38.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2024-04-12T05:27:38.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: ** Compaction Stats [default] ** 2024-04-12T05:27:38.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-12T05:27:38.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-12T05:27:38.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: L0 1/0 83.25 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 152.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T05:27:38.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: L6 1/0 34.99 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-12T05:27:38.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Sum 2/0 35.07 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 152.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T05:27:38.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 152.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T05:27:38.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2024-04-12T05:27:38.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: ** Compaction Stats [default] ** 2024-04-12T05:27:38.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-12T05:27:38.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:27:38.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 152.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T05:27:38.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2024-04-12T05:27:38.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-12T05:27:38.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2024-04-12T05:27:38.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T05:27:38.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-12T05:27:38.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T05:27:38.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-12T05:27:38.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T05:27:38.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-12T05:27:38.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Cumulative compaction: 0.00 GB write, 28.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T05:27:38.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Interval compaction: 0.00 GB write, 28.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T05:27:38.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-12T05:27:38.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Block cache BinnedLRUCache@0x5591a61411f0#7 capacity: 512.00 MB usage: 0.31 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-04-12T05:27:38.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.20 KB,3.8743e-05%) Misc(1,0.00 KB,0%) 2024-04-12T05:27:38.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2024-04-12T05:27:38.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-12T05:27:38.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: starting mon.smithi098 rank 1 at public addrs [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] at bind addrs [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi098 fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:27:38.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: mon.smithi098@-1(???) e2 preinit fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:27:38.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: mon.smithi098@-1(???).mds e8 new map 2024-04-12T05:27:38.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: mon.smithi098@-1(???).mds e8 print_map 2024-04-12T05:27:38.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: e8 2024-04-12T05:27:38.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-12T05:27:38.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-04-12T05:27:38.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: legacy client fscid: 1 2024-04-12T05:27:38.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2024-04-12T05:27:38.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Filesystem 'foofs' (1) 2024-04-12T05:27:38.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: fs_name foofs 2024-04-12T05:27:38.904 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: epoch 5 2024-04-12T05:27:38.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-04-12T05:27:38.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: created 2024-04-12T05:12:58.879133+0000 2024-04-12T05:27:38.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: modified 2024-04-12T05:13:03.901945+0000 2024-04-12T05:27:38.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: tableserver 0 2024-04-12T05:27:38.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: root 0 2024-04-12T05:27:38.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: session_timeout 60 2024-04-12T05:27:38.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: session_autoclose 300 2024-04-12T05:27:38.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: max_file_size 1099511627776 2024-04-12T05:27:38.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: max_xattr_size 65536 2024-04-12T05:27:38.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: required_client_features {} 2024-04-12T05:27:38.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: last_failure 0 2024-04-12T05:27:38.905 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: last_failure_osd_epoch 0 2024-04-12T05:27:38.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-04-12T05:27:38.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: max_mds 1 2024-04-12T05:27:38.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: in 0 2024-04-12T05:27:38.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: up {0=14486} 2024-04-12T05:27:38.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: failed 2024-04-12T05:27:38.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: damaged 2024-04-12T05:27:38.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: stopped 2024-04-12T05:27:38.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: data_pools [3] 2024-04-12T05:27:38.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: metadata_pool 2 2024-04-12T05:27:38.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: inline_data disabled 2024-04-12T05:27:38.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: balancer 2024-04-12T05:27:38.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: bal_rank_mask -1 2024-04-12T05:27:38.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: standby_count_wanted 1 2024-04-12T05:27:38.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: [mds.foofs.smithi063.ymeuya{0:14486} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.63:6834/2344043023,v1:172.21.15.63:6835/2344043023] compat {c=[1],r=[1],i=[7ff]}] 2024-04-12T05:27:38.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2024-04-12T05:27:38.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2024-04-12T05:27:38.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Standby daemons: 2024-04-12T05:27:38.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2024-04-12T05:27:38.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: [mds.foofs.smithi098.wxilzu{-1:24299} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.98:6832/1418045549,v1:172.21.15.98:6833/1418045549] compat {c=[1],r=[1],i=[7ff]}] 2024-04-12T05:27:38.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: mon.smithi098@-1(???).osd e75 crush map has features 3314933000854323200, adjusting msgr requires 2024-04-12T05:27:38.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: mon.smithi098@-1(???).osd e75 crush map has features 432629239337189376, adjusting msgr requires 2024-04-12T05:27:38.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: mon.smithi098@-1(???).osd e75 crush map has features 432629239337189376, adjusting msgr requires 2024-04-12T05:27:38.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: mon.smithi098@-1(???).osd e75 crush map has features 432629239337189376, adjusting msgr requires 2024-04-12T05:27:38.908 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 ceph-mon[67743]: mon.smithi098@-1(???).paxosservice(auth 1..46) refresh upgraded, format 0 -> 3 2024-04-12T05:27:38.908 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 bash[67706]: 604d852b1c69baa0a9f4f1d7f4f2688b09dbe677ec90bf8f023e0ddc872632a3 2024-04-12T05:27:38.908 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:38 smithi098 systemd[1]: Started Ceph mon.smithi098 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:27:40.357 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: mkfs 40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:27:40.357 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: mkfs 40f4d9f0-f88a-11ee-bc8c-c7b262605968 2024-04-12T05:27:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Reconfiguring daemon alertmanager.smithi063 on smithi063 2024-04-12T05:27:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Reconfiguring grafana.smithi063 (dependencies changed)... 2024-04-12T05:27:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Regenerating cephadm self-signed grafana TLS certificates 2024-04-12T05:27:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Reconfiguring daemon grafana.smithi063 on smithi063 2024-04-12T05:27:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Reconfiguring node-exporter.smithi063 (dependencies changed)... 2024-04-12T05:27:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Reconfiguring daemon node-exporter.smithi063 on smithi063 2024-04-12T05:27:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Reconfiguring prometheus.smithi063 (dependencies changed)... 2024-04-12T05:27:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Reconfiguring daemon prometheus.smithi063 on smithi063 2024-04-12T05:27:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Reconfiguring node-exporter.smithi098 (dependencies changed)... 2024-04-12T05:27:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Reconfiguring daemon node-exporter.smithi098 on smithi098 2024-04-12T05:27:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Upgrade: Need to upgrade myself (mgr.smithi098.qrshom) 2024-04-12T05:27:40.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Upgrade: Need to upgrade myself (mgr.smithi098.qrshom) 2024-04-12T05:27:40.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Upgrade: Updating mgr.smithi063.ewdkhy 2024-04-12T05:27:40.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Deploying daemon mgr.smithi063.ewdkhy on smithi063 2024-04-12T05:27:40.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Upgrade: Need to upgrade myself (mgr.smithi098.qrshom) 2024-04-12T05:27:40.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Upgrade: Need to upgrade myself (mgr.smithi098.qrshom) 2024-04-12T05:27:40.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Failing over to other MGR 2024-04-12T05:27:40.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: [12/Apr/2024:05:26:40] ENGINE Bus STARTING 2024-04-12T05:27:40.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: [12/Apr/2024:05:26:40] ENGINE Serving on https://172.21.15.63:7150 2024-04-12T05:27:40.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: [12/Apr/2024:05:26:41] ENGINE Serving on http://172.21.15.63:8765 2024-04-12T05:27:40.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: [12/Apr/2024:05:26:41] ENGINE Bus STARTED 2024-04-12T05:27:40.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Updating smithi063:/etc/ceph/ceph.conf 2024-04-12T05:27:40.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Updating smithi098:/etc/ceph/ceph.conf 2024-04-12T05:27:40.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Updating smithi098:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T05:27:40.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Updating smithi063:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T05:27:40.626 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:27:40.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:27:40.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Updating smithi098:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T05:27:40.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Updating smithi063:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T05:27:40.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Reconfiguring prometheus.smithi063 (dependencies changed)... 2024-04-12T05:27:40.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Reconfiguring daemon prometheus.smithi063 on smithi063 2024-04-12T05:27:40.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T05:27:40.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v10: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 173 B/s wr, 10 op/s 2024-04-12T05:27:40.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v11: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 173 B/s wr, 10 op/s 2024-04-12T05:27:40.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Upgrade: Updating mgr.smithi098.qrshom 2024-04-12T05:27:40.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Deploying daemon mgr.smithi098.qrshom on smithi098 2024-04-12T05:27:40.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v12: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 260 B/s wr, 10 op/s 2024-04-12T05:27:40.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v13: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 173 B/s wr, 0 op/s 2024-04-12T05:27:40.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v14: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 260 B/s rd, 260 B/s wr, 0 op/s 2024-04-12T05:27:40.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v15: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:27:40.627 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v16: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:27:40.628 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v17: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:27:40.628 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Standby manager daemon smithi098.qrshom restarted 2024-04-12T05:27:40.628 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Standby manager daemon smithi098.qrshom started 2024-04-12T05:27:40.628 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: mgrmap e35: smithi063.ewdkhy(active, since 29s), standbys: smithi098.qrshom 2024-04-12T05:27:40.628 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v18: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:27:40.628 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v19: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 202 B/s wr, 0 op/s 2024-04-12T05:27:40.628 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v20: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 126 B/s rd, 126 B/s wr, 0 op/s 2024-04-12T05:27:40.628 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Upgrade: Setting container_image for all mgr 2024-04-12T05:27:40.628 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Upgrade: Updating mon.smithi063 2024-04-12T05:27:40.628 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Deploying daemon mon.smithi063 on smithi063 2024-04-12T05:27:40.628 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v21: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 253 B/s rd, 253 B/s wr, 0 op/s 2024-04-12T05:27:40.628 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v22: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 253 B/s rd, 253 B/s wr, 0 op/s 2024-04-12T05:27:40.628 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v23: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 126 B/s rd, 126 B/s wr, 0 op/s 2024-04-12T05:27:40.628 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: mon.smithi063 calling monitor election 2024-04-12T05:27:40.628 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: mon.smithi063 is new leader, mons smithi063,smithi098 in quorum (ranks 0,1) 2024-04-12T05:27:40.629 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: monmap e2: 2 mons at {smithi063=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-12T05:27:40.629 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: fsmap foofs:1 {0=foofs.smithi063.ymeuya=up:active} 1 up:standby 2024-04-12T05:27:40.629 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: osdmap e74: 8 total, 8 up, 8 in 2024-04-12T05:27:40.629 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: mgrmap e35: smithi063.ewdkhy(active, since 37s), standbys: smithi098.qrshom 2024-04-12T05:27:40.629 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T05:27:40.629 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:27:40.629 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: daemon prometheus.smithi063 on smithi063 is in unknown state 2024-04-12T05:27:40.629 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: mgrmap e36: smithi063.ewdkhy(active, since 37s), standbys: smithi098.qrshom 2024-04-12T05:27:40.629 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: mgrmap e37: smithi063.ewdkhy(active, since 38s), standbys: smithi098.qrshom 2024-04-12T05:27:40.629 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Standby manager daemon smithi098.qrshom restarted 2024-04-12T05:27:40.629 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Standby manager daemon smithi098.qrshom started 2024-04-12T05:27:40.629 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.? 172.21.15.98:0/3405540576' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/crt"}]: dispatch 2024-04-12T05:27:40.629 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.? 172.21.15.98:0/3405540576' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T05:27:40.629 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.? 172.21.15.98:0/3405540576' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/key"}]: dispatch 2024-04-12T05:27:40.629 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.? 172.21.15.98:0/3405540576' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T05:27:40.630 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: mgrmap e38: smithi063.ewdkhy(active, since 44s), standbys: smithi098.qrshom 2024-04-12T05:27:40.630 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Active manager daemon smithi063.ewdkhy restarted 2024-04-12T05:27:40.630 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Activating manager daemon smithi063.ewdkhy 2024-04-12T05:27:40.630 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: osdmap e75: 8 total, 8 up, 8 in 2024-04-12T05:27:40.630 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: mgrmap e39: smithi063.ewdkhy(active, starting, since 0.0077658s), standbys: smithi098.qrshom 2024-04-12T05:27:40.630 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2024-04-12T05:27:40.630 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:27:40.630 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi063.ymeuya"}]: dispatch 2024-04-12T05:27:40.630 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.wxilzu"}]: dispatch 2024-04-12T05:27:40.630 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr metadata", "who": "smithi063.ewdkhy", "id": "smithi063.ewdkhy"}]: dispatch 2024-04-12T05:27:40.630 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr metadata", "who": "smithi098.qrshom", "id": "smithi098.qrshom"}]: dispatch 2024-04-12T05:27:40.630 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:27:40.630 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:27:40.630 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:27:40.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:27:40.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:27:40.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:27:40.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T05:27:40.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T05:27:40.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T05:27:40.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T05:27:40.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T05:27:40.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Manager daemon smithi063.ewdkhy is now available 2024-04-12T05:27:40.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:27:40.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:27:40.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:27:40.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:27:40.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: [12/Apr/2024:05:27:25] ENGINE Bus STARTING 2024-04-12T05:27:40.631 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: [12/Apr/2024:05:27:25] ENGINE Serving on http://172.21.15.63:8765 2024-04-12T05:27:40.632 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: [12/Apr/2024:05:27:25] ENGINE Serving on https://172.21.15.63:7150 2024-04-12T05:27:40.632 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: [12/Apr/2024:05:27:25] ENGINE Bus STARTED 2024-04-12T05:27:40.632 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: mgrmap e40: smithi063.ewdkhy(active, since 1.00986s), standbys: smithi098.qrshom 2024-04-12T05:27:40.632 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v3: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:27:40.632 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T05:27:40.632 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Cluster is now healthy 2024-04-12T05:27:40.632 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v4: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:27:40.632 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: mgrmap e41: smithi063.ewdkhy(active, since 3s), standbys: smithi098.qrshom 2024-04-12T05:27:40.632 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v5: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:27:40.632 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.632 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.632 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: mgrmap e42: smithi063.ewdkhy(active, since 4s), standbys: smithi098.qrshom 2024-04-12T05:27:40.632 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.632 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.632 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v6: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 204 B/s wr, 23 op/s 2024-04-12T05:27:40.633 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.633 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.633 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v7: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 146 B/s wr, 16 op/s 2024-04-12T05:27:40.633 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.633 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.633 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.633 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.633 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:40.633 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:27:40.633 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Updating smithi063:/etc/ceph/ceph.conf 2024-04-12T05:27:40.633 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Updating smithi098:/etc/ceph/ceph.conf 2024-04-12T05:27:40.633 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Updating smithi098:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T05:27:40.633 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Updating smithi063:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T05:27:40.633 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:27:40.633 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:27:40.634 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Updating smithi063:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T05:27:40.634 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Updating smithi098:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T05:27:40.634 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.634 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.634 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.634 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.634 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v8: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 121 B/s wr, 14 op/s 2024-04-12T05:27:40.634 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.634 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.634 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:27:40.634 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:27:40.634 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-12T05:27:40.634 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T05:27:40.634 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Upgrade: Updating mon.smithi098 2024-04-12T05:27:40.634 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.635 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T05:27:40.635 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T05:27:40.635 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:40.635 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Deploying daemon mon.smithi098 on smithi098 2024-04-12T05:27:40.635 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v9: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 196 B/s wr, 11 op/s 2024-04-12T05:27:40.635 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2024-04-12T05:27:40.635 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:27:40.635 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: mon.smithi063 calling monitor election 2024-04-12T05:27:40.635 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: mon.smithi098 calling monitor election 2024-04-12T05:27:40.635 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: mon.smithi063 is new leader, mons smithi063,smithi098 in quorum (ranks 0,1) 2024-04-12T05:27:40.635 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: monmap e3: 2 mons at {smithi063=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-12T05:27:40.635 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: fsmap foofs:1 {0=foofs.smithi063.ymeuya=up:active} 1 up:standby 2024-04-12T05:27:40.635 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: osdmap e75: 8 total, 8 up, 8 in 2024-04-12T05:27:40.635 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: mgrmap e42: smithi063.ewdkhy(active, since 14s), standbys: smithi098.qrshom 2024-04-12T05:27:40.635 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T05:27:40.636 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:27:40.636 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: daemon prometheus.smithi063 on smithi063 is in unknown state 2024-04-12T05:27:40.636 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.636 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.636 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:27:40.636 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:27:40.636 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:40 smithi063 ceph-mon[92400]: pgmap v11: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 179 B/s wr, 10 op/s 2024-04-12T05:27:40.637 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Reconfiguring daemon alertmanager.smithi063 on smithi063 2024-04-12T05:27:40.637 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Reconfiguring grafana.smithi063 (dependencies changed)... 2024-04-12T05:27:40.637 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Regenerating cephadm self-signed grafana TLS certificates 2024-04-12T05:27:40.637 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Reconfiguring daemon grafana.smithi063 on smithi063 2024-04-12T05:27:40.637 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Reconfiguring node-exporter.smithi063 (dependencies changed)... 2024-04-12T05:27:40.637 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Reconfiguring daemon node-exporter.smithi063 on smithi063 2024-04-12T05:27:40.637 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Reconfiguring prometheus.smithi063 (dependencies changed)... 2024-04-12T05:27:40.637 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Reconfiguring daemon prometheus.smithi063 on smithi063 2024-04-12T05:27:40.638 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Reconfiguring node-exporter.smithi098 (dependencies changed)... 2024-04-12T05:27:40.638 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Reconfiguring daemon node-exporter.smithi098 on smithi098 2024-04-12T05:27:40.638 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Upgrade: Need to upgrade myself (mgr.smithi098.qrshom) 2024-04-12T05:27:40.638 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Upgrade: Need to upgrade myself (mgr.smithi098.qrshom) 2024-04-12T05:27:40.638 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Upgrade: Updating mgr.smithi063.ewdkhy 2024-04-12T05:27:40.638 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Deploying daemon mgr.smithi063.ewdkhy on smithi063 2024-04-12T05:27:40.638 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Upgrade: Need to upgrade myself (mgr.smithi098.qrshom) 2024-04-12T05:27:40.638 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Upgrade: Need to upgrade myself (mgr.smithi098.qrshom) 2024-04-12T05:27:40.638 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Failing over to other MGR 2024-04-12T05:27:40.638 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: [12/Apr/2024:05:26:40] ENGINE Bus STARTING 2024-04-12T05:27:40.638 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: [12/Apr/2024:05:26:40] ENGINE Serving on https://172.21.15.63:7150 2024-04-12T05:27:40.638 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: [12/Apr/2024:05:26:41] ENGINE Serving on http://172.21.15.63:8765 2024-04-12T05:27:40.638 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: [12/Apr/2024:05:26:41] ENGINE Bus STARTED 2024-04-12T05:27:40.638 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Updating smithi063:/etc/ceph/ceph.conf 2024-04-12T05:27:40.638 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Updating smithi098:/etc/ceph/ceph.conf 2024-04-12T05:27:40.639 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Updating smithi098:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T05:27:40.639 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Updating smithi063:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T05:27:40.639 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:27:40.639 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:27:40.639 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Updating smithi098:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T05:27:40.639 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Updating smithi063:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T05:27:40.639 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Reconfiguring prometheus.smithi063 (dependencies changed)... 2024-04-12T05:27:40.639 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Reconfiguring daemon prometheus.smithi063 on smithi063 2024-04-12T05:27:40.639 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T05:27:40.639 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v10: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 173 B/s wr, 10 op/s 2024-04-12T05:27:40.639 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v11: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 173 B/s wr, 10 op/s 2024-04-12T05:27:40.639 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Upgrade: Updating mgr.smithi098.qrshom 2024-04-12T05:27:40.639 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Deploying daemon mgr.smithi098.qrshom on smithi098 2024-04-12T05:27:40.639 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v12: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 260 B/s wr, 10 op/s 2024-04-12T05:27:40.640 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v13: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 173 B/s wr, 0 op/s 2024-04-12T05:27:40.640 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v14: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 260 B/s rd, 260 B/s wr, 0 op/s 2024-04-12T05:27:40.640 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v15: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:27:40.640 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v16: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:27:40.640 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v17: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:27:40.640 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Standby manager daemon smithi098.qrshom restarted 2024-04-12T05:27:40.640 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Standby manager daemon smithi098.qrshom started 2024-04-12T05:27:40.640 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: mgrmap e35: smithi063.ewdkhy(active, since 29s), standbys: smithi098.qrshom 2024-04-12T05:27:40.640 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v18: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:27:40.640 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v19: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 202 B/s wr, 0 op/s 2024-04-12T05:27:40.640 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v20: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 126 B/s rd, 126 B/s wr, 0 op/s 2024-04-12T05:27:40.640 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Upgrade: Setting container_image for all mgr 2024-04-12T05:27:40.640 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Upgrade: Updating mon.smithi063 2024-04-12T05:27:40.640 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Deploying daemon mon.smithi063 on smithi063 2024-04-12T05:27:40.640 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v21: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 253 B/s rd, 253 B/s wr, 0 op/s 2024-04-12T05:27:40.641 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v22: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 253 B/s rd, 253 B/s wr, 0 op/s 2024-04-12T05:27:40.641 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v23: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 126 B/s rd, 126 B/s wr, 0 op/s 2024-04-12T05:27:40.641 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: mon.smithi063 calling monitor election 2024-04-12T05:27:40.641 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: mon.smithi063 is new leader, mons smithi063,smithi098 in quorum (ranks 0,1) 2024-04-12T05:27:40.641 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: monmap e2: 2 mons at {smithi063=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-12T05:27:40.641 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: fsmap foofs:1 {0=foofs.smithi063.ymeuya=up:active} 1 up:standby 2024-04-12T05:27:40.641 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: osdmap e74: 8 total, 8 up, 8 in 2024-04-12T05:27:40.641 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: mgrmap e35: smithi063.ewdkhy(active, since 37s), standbys: smithi098.qrshom 2024-04-12T05:27:40.641 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T05:27:40.641 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:27:40.641 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: daemon prometheus.smithi063 on smithi063 is in unknown state 2024-04-12T05:27:40.641 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: mgrmap e36: smithi063.ewdkhy(active, since 37s), standbys: smithi098.qrshom 2024-04-12T05:27:40.641 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: mgrmap e37: smithi063.ewdkhy(active, since 38s), standbys: smithi098.qrshom 2024-04-12T05:27:40.641 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Standby manager daemon smithi098.qrshom restarted 2024-04-12T05:27:40.641 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Standby manager daemon smithi098.qrshom started 2024-04-12T05:27:40.642 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.? 172.21.15.98:0/3405540576' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/crt"}]: dispatch 2024-04-12T05:27:40.642 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.? 172.21.15.98:0/3405540576' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T05:27:40.642 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.? 172.21.15.98:0/3405540576' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.qrshom/key"}]: dispatch 2024-04-12T05:27:40.642 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.? 172.21.15.98:0/3405540576' entity='mgr.smithi098.qrshom' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T05:27:40.642 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: mgrmap e38: smithi063.ewdkhy(active, since 44s), standbys: smithi098.qrshom 2024-04-12T05:27:40.642 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Active manager daemon smithi063.ewdkhy restarted 2024-04-12T05:27:40.642 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Activating manager daemon smithi063.ewdkhy 2024-04-12T05:27:40.642 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: osdmap e75: 8 total, 8 up, 8 in 2024-04-12T05:27:40.642 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: mgrmap e39: smithi063.ewdkhy(active, starting, since 0.0077658s), standbys: smithi098.qrshom 2024-04-12T05:27:40.642 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2024-04-12T05:27:40.642 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:27:40.642 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi063.ymeuya"}]: dispatch 2024-04-12T05:27:40.642 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.wxilzu"}]: dispatch 2024-04-12T05:27:40.642 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr metadata", "who": "smithi063.ewdkhy", "id": "smithi063.ewdkhy"}]: dispatch 2024-04-12T05:27:40.643 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr metadata", "who": "smithi098.qrshom", "id": "smithi098.qrshom"}]: dispatch 2024-04-12T05:27:40.643 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:27:40.643 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:27:40.643 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:27:40.643 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:27:40.643 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:27:40.643 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:27:40.643 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T05:27:40.643 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T05:27:40.643 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T05:27:40.643 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T05:27:40.643 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T05:27:40.643 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Manager daemon smithi063.ewdkhy is now available 2024-04-12T05:27:40.643 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:27:40.643 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:27:40.644 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:27:40.644 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.ewdkhy/trash_purge_schedule"}]: dispatch 2024-04-12T05:27:40.644 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: [12/Apr/2024:05:27:25] ENGINE Bus STARTING 2024-04-12T05:27:40.644 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: [12/Apr/2024:05:27:25] ENGINE Serving on http://172.21.15.63:8765 2024-04-12T05:27:40.644 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: [12/Apr/2024:05:27:25] ENGINE Serving on https://172.21.15.63:7150 2024-04-12T05:27:40.644 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: [12/Apr/2024:05:27:25] ENGINE Bus STARTED 2024-04-12T05:27:40.644 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: mgrmap e40: smithi063.ewdkhy(active, since 1.00986s), standbys: smithi098.qrshom 2024-04-12T05:27:40.644 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v3: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:27:40.644 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T05:27:40.644 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Cluster is now healthy 2024-04-12T05:27:40.644 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v4: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:27:40.644 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: mgrmap e41: smithi063.ewdkhy(active, since 3s), standbys: smithi098.qrshom 2024-04-12T05:27:40.644 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v5: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:27:40.644 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.645 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.645 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: mgrmap e42: smithi063.ewdkhy(active, since 4s), standbys: smithi098.qrshom 2024-04-12T05:27:40.645 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.645 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.645 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v6: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 204 B/s wr, 23 op/s 2024-04-12T05:27:40.645 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.645 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.645 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v7: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 146 B/s wr, 16 op/s 2024-04-12T05:27:40.645 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.645 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.645 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.645 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.645 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:40.645 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:27:40.645 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Updating smithi063:/etc/ceph/ceph.conf 2024-04-12T05:27:40.645 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Updating smithi098:/etc/ceph/ceph.conf 2024-04-12T05:27:40.646 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Updating smithi098:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T05:27:40.646 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Updating smithi063:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T05:27:40.646 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:27:40.646 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:27:40.646 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Updating smithi063:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T05:27:40.646 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Updating smithi098:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T05:27:40.646 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.646 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.646 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.646 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.646 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v8: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 121 B/s wr, 14 op/s 2024-04-12T05:27:40.647 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.647 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.647 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:27:40.647 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:27:40.647 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-12T05:27:40.647 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T05:27:40.647 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Upgrade: Updating mon.smithi098 2024-04-12T05:27:40.647 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.647 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T05:27:40.647 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T05:27:40.647 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:40.647 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Deploying daemon mon.smithi098 on smithi098 2024-04-12T05:27:40.648 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v9: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 196 B/s wr, 11 op/s 2024-04-12T05:27:40.648 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2024-04-12T05:27:40.648 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2024-04-12T05:27:40.648 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: mon.smithi063 calling monitor election 2024-04-12T05:27:40.648 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: mon.smithi098 calling monitor election 2024-04-12T05:27:40.648 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: mon.smithi063 is new leader, mons smithi063,smithi098 in quorum (ranks 0,1) 2024-04-12T05:27:40.648 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: monmap e3: 2 mons at {smithi063=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0],smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-12T05:27:40.648 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: fsmap foofs:1 {0=foofs.smithi063.ymeuya=up:active} 1 up:standby 2024-04-12T05:27:40.648 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: osdmap e75: 8 total, 8 up, 8 in 2024-04-12T05:27:40.648 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: mgrmap e42: smithi063.ewdkhy(active, since 14s), standbys: smithi098.qrshom 2024-04-12T05:27:40.648 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T05:27:40.648 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:27:40.648 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: daemon prometheus.smithi063 on smithi063 is in unknown state 2024-04-12T05:27:40.648 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.648 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:40.649 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:27:40.649 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:27:40.649 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:40 smithi098 ceph-mon[67743]: pgmap v11: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 179 B/s wr, 10 op/s 2024-04-12T05:27:40.820 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:27:43.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:42 smithi063 ceph-mon[92400]: pgmap v12: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 179 B/s wr, 0 op/s 2024-04-12T05:27:43.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:42 smithi098 ceph-mon[67743]: pgmap v12: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 179 B/s wr, 0 op/s 2024-04-12T05:27:44.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:44 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:44.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:44 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:44.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:44 smithi063 ceph-mon[92400]: pgmap v13: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 179 B/s wr, 0 op/s 2024-04-12T05:27:44.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:44 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:44.875 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:44 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:44.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:44 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:44.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:44 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:44.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:44 smithi098 ceph-mon[67743]: pgmap v13: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 179 B/s wr, 0 op/s 2024-04-12T05:27:44.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:44 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:44.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:44 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:45.855 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:27:46.541 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:27:47.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:46 smithi098 ceph-mon[67743]: pgmap v14: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:27:47.209 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:27:47.209 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (9m) 15s ago 20m 19.0M - 0.20.0 0881eb8f169f bb7b02859510 2024-04-12T05:27:47.209 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (20m) 15s ago 20m 6391k - 16.2.5 6933c2a0b7dd 5cbb255fc299 2024-04-12T05:27:47.209 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (19m) 3s ago 19m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:27:47.210 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (7m) 15s ago 19m 34.3M - 6.7.4 557c83e11646 0c5fa841843c 2024-04-12T05:27:47.210 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (14m) 15s ago 14m 37.7M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:27:47.210 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (14m) 3s ago 14m 16.0M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:27:47.210 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:8443,9283,8765 running (78s) 15s ago 21m 470M - 18.2.2-1187-gd540ebac bb2c5eac26a4 0961e9643022 2024-04-12T05:27:47.210 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283,8765 running (45s) 3s ago 19m 447M - 18.2.2-1187-gd540ebac bb2c5eac26a4 ab061c2f1b7e 2024-04-12T05:27:47.210 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (31s) 15s ago 21m 30.3M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 8c771d476bff 2024-04-12T05:27:47.210 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (8s) 3s ago 19m 17.9M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 604d852b1c69 2024-04-12T05:27:47.210 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (12m) 15s ago 12m 82.6M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:27:47.210 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (12m) 3s ago 12m 78.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:27:47.210 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (5m) 15s ago 19m 17.2M - 0.18.1 e5a616e4b9cf 9eeec583abdd 2024-04-12T05:27:47.210 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (84s) 3s ago 19m 10.7M - 0.18.1 e5a616e4b9cf b09200a95cd0 2024-04-12T05:27:47.211 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (18m) 15s ago 18m 379M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:27:47.211 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (18m) 15s ago 18m 291M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:27:47.211 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (17m) 15s ago 17m 256M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:27:47.211 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (17m) 15s ago 17m 345M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:27:47.211 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (17m) 3s ago 17m 369M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:27:47.211 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (16m) 3s ago 16m 375M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:27:47.211 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (16m) 3s ago 16m 322M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:27:47.211 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (16m) 3s ago 16m 446M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:27:47.211 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 unknown 15s ago 19m - - 2024-04-12T05:27:47.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:46 smithi063 ceph-mon[92400]: pgmap v14: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:27:47.622 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:27:47.622 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:27:47.622 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:27:47.622 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:27:47.622 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:27:47.622 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:27:47.622 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:27:47.622 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:27:47.622 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:27:47.622 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:27:47.622 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:27:47.623 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:27:47.623 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:27:47.623 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:27:47.623 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10, 2024-04-12T05:27:47.623 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 4 2024-04-12T05:27:47.623 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:27:47.623 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:27:47.982 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:27:47.982 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:27:47.982 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:27:47.983 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:27:47.983 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [ 2024-04-12T05:27:47.983 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr", 2024-04-12T05:27:47.983 INFO:teuthology.orchestra.run.smithi063.stdout: "mon" 2024-04-12T05:27:47.983 INFO:teuthology.orchestra.run.smithi063.stdout: ], 2024-04-12T05:27:47.983 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "4/23 daemons upgraded", 2024-04-12T05:27:47.983 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "Currently upgrading mon daemons", 2024-04-12T05:27:47.983 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:27:47.984 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:27:48.187 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:47 smithi063 ceph-mon[92400]: from='client.34130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:27:48.187 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:47 smithi063 ceph-mon[92400]: from='client.34134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:27:48.187 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:47 smithi063 ceph-mon[92400]: from='client.34138 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:27:48.187 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:47 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:48.188 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:47 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:48.188 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:47 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:48.188 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:47 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:27:48.188 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:47 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:48.188 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:47 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:48.188 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:47 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/3523103678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:27:48.188 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:47 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T05:27:48.188 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:47 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T05:27:48.188 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:47 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:48.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:47 smithi098 ceph-mon[67743]: from='client.34130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:27:48.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:47 smithi098 ceph-mon[67743]: from='client.34134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:27:48.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:47 smithi098 ceph-mon[67743]: from='client.34138 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:27:48.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:47 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:48.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:47 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:48.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:47 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:48.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:47 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:27:48.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:47 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:48.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:47 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:48.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:47 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/3523103678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:27:48.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:47 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T05:27:48.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:47 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T05:27:48.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:47 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:48.398 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T05:27:48.398 INFO:teuthology.orchestra.run.smithi063.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:27:48.398 INFO:teuthology.orchestra.run.smithi063.stdout: daemon prometheus.smithi063 on smithi063 is in unknown state 2024-04-12T05:27:49.111 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:48 smithi063 ceph-mon[92400]: pgmap v15: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 174 B/s wr, 0 op/s 2024-04-12T05:27:49.111 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:48 smithi063 ceph-mon[92400]: pgmap v16: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 210 B/s wr, 0 op/s 2024-04-12T05:27:49.111 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:48 smithi063 ceph-mon[92400]: Reconfiguring mon.smithi063 (monmap changed)... 2024-04-12T05:27:49.112 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:48 smithi063 ceph-mon[92400]: Reconfiguring daemon mon.smithi063 on smithi063 2024-04-12T05:27:49.112 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:48 smithi063 ceph-mon[92400]: from='client.34146 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:27:49.112 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:48 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/923262682' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:27:49.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:48 smithi098 ceph-mon[67743]: pgmap v15: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 174 B/s wr, 0 op/s 2024-04-12T05:27:49.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:48 smithi098 ceph-mon[67743]: pgmap v16: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 210 B/s wr, 0 op/s 2024-04-12T05:27:49.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:48 smithi098 ceph-mon[67743]: Reconfiguring mon.smithi063 (monmap changed)... 2024-04-12T05:27:49.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:48 smithi098 ceph-mon[67743]: Reconfiguring daemon mon.smithi063 on smithi063 2024-04-12T05:27:49.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:48 smithi098 ceph-mon[67743]: from='client.34146 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:27:49.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:48 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/923262682' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:27:50.357 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:50 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:50.357 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:50 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:50.357 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:50 smithi063 ceph-mon[92400]: Reconfiguring mgr.smithi063.ewdkhy (monmap changed)... 2024-04-12T05:27:50.357 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:50 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi063.ewdkhy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:27:50.357 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:50 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T05:27:50.357 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:50 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:50.357 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:50 smithi063 ceph-mon[92400]: Reconfiguring daemon mgr.smithi063.ewdkhy on smithi063 2024-04-12T05:27:50.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:50 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:50.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:50 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:50.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:50 smithi098 ceph-mon[67743]: Reconfiguring mgr.smithi063.ewdkhy (monmap changed)... 2024-04-12T05:27:50.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:50 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi063.ewdkhy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:27:50.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:50 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T05:27:50.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:50 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:50.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:50 smithi098 ceph-mon[67743]: Reconfiguring daemon mgr.smithi063.ewdkhy on smithi063 2024-04-12T05:27:50.893 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:27:51.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:51 smithi063 ceph-mon[92400]: pgmap v17: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 210 B/s wr, 0 op/s 2024-04-12T05:27:51.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:51 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:51.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:51 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:51.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:51 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi063", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T05:27:51.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:51 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:51.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:51 smithi098 ceph-mon[67743]: pgmap v17: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 210 B/s wr, 0 op/s 2024-04-12T05:27:51.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:51 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:51.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:51 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:51.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:51 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi063", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T05:27:51.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:51 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:52.587 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:52 smithi063 ceph-mon[92400]: Reconfiguring crash.smithi063 (monmap changed)... 2024-04-12T05:27:52.587 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:52 smithi063 ceph-mon[92400]: Reconfiguring daemon crash.smithi063 on smithi063 2024-04-12T05:27:52.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:52 smithi098 ceph-mon[67743]: Reconfiguring crash.smithi063 (monmap changed)... 2024-04-12T05:27:52.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:52 smithi098 ceph-mon[67743]: Reconfiguring daemon crash.smithi063 on smithi063 2024-04-12T05:27:53.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:53 smithi063 ceph-mon[92400]: pgmap v18: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 210 B/s wr, 0 op/s 2024-04-12T05:27:53.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:53 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:53.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:53 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:53.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:53 smithi063 ceph-mon[92400]: Reconfiguring osd.0 (monmap changed)... 2024-04-12T05:27:53.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:53 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T05:27:53.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:53 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:53.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:53 smithi063 ceph-mon[92400]: Reconfiguring daemon osd.0 on smithi063 2024-04-12T05:27:53.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:53 smithi098 ceph-mon[67743]: pgmap v18: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 210 B/s wr, 0 op/s 2024-04-12T05:27:53.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:53 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:53.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:53 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:53.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:53 smithi098 ceph-mon[67743]: Reconfiguring osd.0 (monmap changed)... 2024-04-12T05:27:53.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:53 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T05:27:53.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:53 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:53.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:53 smithi098 ceph-mon[67743]: Reconfiguring daemon osd.0 on smithi063 2024-04-12T05:27:55.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:55 smithi063 ceph-mon[92400]: pgmap v19: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 210 B/s wr, 0 op/s 2024-04-12T05:27:55.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:55 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:55.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:55 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:55.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:55 smithi063 ceph-mon[92400]: Reconfiguring osd.1 (monmap changed)... 2024-04-12T05:27:55.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:55 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T05:27:55.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:55 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:55.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:55 smithi063 ceph-mon[92400]: Reconfiguring daemon osd.1 on smithi063 2024-04-12T05:27:55.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:55 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:27:55.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:55 smithi098 ceph-mon[67743]: pgmap v19: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 210 B/s wr, 0 op/s 2024-04-12T05:27:55.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:55 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:55.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:55 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:55.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:55 smithi098 ceph-mon[67743]: Reconfiguring osd.1 (monmap changed)... 2024-04-12T05:27:55.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:55 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T05:27:55.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:55 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:55.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:55 smithi098 ceph-mon[67743]: Reconfiguring daemon osd.1 on smithi063 2024-04-12T05:27:55.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:55 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:27:55.943 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:27:57.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:56 smithi063 ceph-mon[92400]: pgmap v20: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 210 B/s wr, 0 op/s 2024-04-12T05:27:57.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:56 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:57.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:56 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:57.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:56 smithi063 ceph-mon[92400]: Reconfiguring osd.2 (monmap changed)... 2024-04-12T05:27:57.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:56 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T05:27:57.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:56 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:57.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:56 smithi063 ceph-mon[92400]: Reconfiguring daemon osd.2 on smithi063 2024-04-12T05:27:57.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:56 smithi098 ceph-mon[67743]: pgmap v20: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 210 B/s wr, 0 op/s 2024-04-12T05:27:57.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:56 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:57.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:56 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:57.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:56 smithi098 ceph-mon[67743]: Reconfiguring osd.2 (monmap changed)... 2024-04-12T05:27:57.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:56 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T05:27:57.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:56 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:57.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:56 smithi098 ceph-mon[67743]: Reconfiguring daemon osd.2 on smithi063 2024-04-12T05:27:58.833 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:58 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:58.833 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:58 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:58.834 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:58 smithi063 ceph-mon[92400]: Reconfiguring osd.3 (monmap changed)... 2024-04-12T05:27:58.834 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:58 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-12T05:27:58.834 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:58 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:58.834 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:58 smithi063 ceph-mon[92400]: Reconfiguring daemon osd.3 on smithi063 2024-04-12T05:27:58.834 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:58 smithi063 ceph-mon[92400]: pgmap v21: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T05:27:58.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:58 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:58.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:58 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:27:58.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:58 smithi098 ceph-mon[67743]: Reconfiguring osd.3 (monmap changed)... 2024-04-12T05:27:58.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:58 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-12T05:27:58.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:58 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:27:58.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:58 smithi098 ceph-mon[67743]: Reconfiguring daemon osd.3 on smithi063 2024-04-12T05:27:58.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:58 smithi098 ceph-mon[67743]: pgmap v21: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T05:28:00.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:59 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:00.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:59 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:00.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:59 smithi063 ceph-mon[92400]: Reconfiguring mds.foofs.smithi063.ymeuya (monmap changed)... 2024-04-12T05:28:00.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:59 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi063.ymeuya", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T05:28:00.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:59 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:00.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:27:59 smithi063 ceph-mon[92400]: Reconfiguring daemon mds.foofs.smithi063.ymeuya on smithi063 2024-04-12T05:28:00.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:59 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:00.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:59 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:00.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:59 smithi098 ceph-mon[67743]: Reconfiguring mds.foofs.smithi063.ymeuya (monmap changed)... 2024-04-12T05:28:00.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:59 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi063.ymeuya", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T05:28:00.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:59 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:00.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:27:59 smithi098 ceph-mon[67743]: Reconfiguring daemon mds.foofs.smithi063.ymeuya on smithi063 2024-04-12T05:28:00.986 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:28:01.305 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:01 smithi098 ceph-mon[67743]: pgmap v22: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:01.305 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:01 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:01.305 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:01 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:01.306 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:01 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T05:28:01.306 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:01 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:01.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:01 smithi063 ceph-mon[92400]: pgmap v22: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:01.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:01 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:01.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:01 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:01.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:01 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T05:28:01.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:01 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:02.322 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:02 smithi098 ceph-mon[67743]: Reconfiguring crash.smithi098 (monmap changed)... 2024-04-12T05:28:02.322 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:02 smithi098 ceph-mon[67743]: Reconfiguring daemon crash.smithi098 on smithi098 2024-04-12T05:28:02.322 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:02 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:02.322 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:02 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:02.322 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:02 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.qrshom", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:28:02.322 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:02 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T05:28:02.322 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:02 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:02.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:02 smithi063 ceph-mon[92400]: Reconfiguring crash.smithi098 (monmap changed)... 2024-04-12T05:28:02.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:02 smithi063 ceph-mon[92400]: Reconfiguring daemon crash.smithi098 on smithi098 2024-04-12T05:28:02.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:02 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:02.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:02 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:02.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:02 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.qrshom", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:28:02.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:02 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T05:28:02.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:02 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:03.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:03 smithi063 ceph-mon[92400]: pgmap v23: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:28:03.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:03 smithi063 ceph-mon[92400]: Reconfiguring mgr.smithi098.qrshom (monmap changed)... 2024-04-12T05:28:03.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:03 smithi063 ceph-mon[92400]: Reconfiguring daemon mgr.smithi098.qrshom on smithi098 2024-04-12T05:28:03.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:03 smithi098 ceph-mon[67743]: pgmap v23: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:28:03.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:03 smithi098 ceph-mon[67743]: Reconfiguring mgr.smithi098.qrshom (monmap changed)... 2024-04-12T05:28:03.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:03 smithi098 ceph-mon[67743]: Reconfiguring daemon mgr.smithi098.qrshom on smithi098 2024-04-12T05:28:04.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:04 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:04.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:04 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:04.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:04 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T05:28:04.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:04 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T05:28:04.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:04 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:04.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:04 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:04.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:04 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:04.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:04 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T05:28:04.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:04 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T05:28:04.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:04 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:05.516 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:05 smithi063 ceph-mon[92400]: Reconfiguring mon.smithi098 (monmap changed)... 2024-04-12T05:28:05.516 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:05 smithi063 ceph-mon[92400]: Reconfiguring daemon mon.smithi098 on smithi098 2024-04-12T05:28:05.516 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:05 smithi063 ceph-mon[92400]: pgmap v24: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:05.516 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:05 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:05.516 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:05 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:05.516 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:05 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-12T05:28:05.517 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:05 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:05.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:05 smithi098 ceph-mon[67743]: Reconfiguring mon.smithi098 (monmap changed)... 2024-04-12T05:28:05.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:05 smithi098 ceph-mon[67743]: Reconfiguring daemon mon.smithi098 on smithi098 2024-04-12T05:28:05.629 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:05 smithi098 ceph-mon[67743]: pgmap v24: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:05.629 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:05 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:05.629 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:05 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:05.629 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:05 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-12T05:28:05.629 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:05 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:06.031 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:28:06.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:06 smithi063 ceph-mon[92400]: Reconfiguring osd.4 (monmap changed)... 2024-04-12T05:28:06.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:06 smithi063 ceph-mon[92400]: Reconfiguring daemon osd.4 on smithi098 2024-04-12T05:28:06.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:06 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:06.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:06 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:06.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:06 smithi098 ceph-mon[67743]: Reconfiguring osd.4 (monmap changed)... 2024-04-12T05:28:06.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:06 smithi098 ceph-mon[67743]: Reconfiguring daemon osd.4 on smithi098 2024-04-12T05:28:06.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:06 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:06.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:06 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:07.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:07 smithi063 ceph-mon[92400]: pgmap v25: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:28:07.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:07 smithi063 ceph-mon[92400]: Reconfiguring osd.5 (monmap changed)... 2024-04-12T05:28:07.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:07 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-12T05:28:07.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:07 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:07.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:07 smithi063 ceph-mon[92400]: Reconfiguring daemon osd.5 on smithi098 2024-04-12T05:28:07.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:07 smithi098 ceph-mon[67743]: pgmap v25: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:28:07.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:07 smithi098 ceph-mon[67743]: Reconfiguring osd.5 (monmap changed)... 2024-04-12T05:28:07.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:07 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-12T05:28:07.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:07 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:07.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:07 smithi098 ceph-mon[67743]: Reconfiguring daemon osd.5 on smithi098 2024-04-12T05:28:09.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:08 smithi063 ceph-mon[92400]: pgmap v26: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:09.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:09.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:09.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:08 smithi063 ceph-mon[92400]: Reconfiguring osd.6 (monmap changed)... 2024-04-12T05:28:09.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-12T05:28:09.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:09.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:08 smithi063 ceph-mon[92400]: Reconfiguring daemon osd.6 on smithi098 2024-04-12T05:28:09.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:08 smithi098 ceph-mon[67743]: pgmap v26: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:09.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:09.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:09.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:08 smithi098 ceph-mon[67743]: Reconfiguring osd.6 (monmap changed)... 2024-04-12T05:28:09.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-12T05:28:09.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:09.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:08 smithi098 ceph-mon[67743]: Reconfiguring daemon osd.6 on smithi098 2024-04-12T05:28:10.575 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:10 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:10.575 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:10 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:10.576 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:10 smithi098 ceph-mon[67743]: Reconfiguring osd.7 (monmap changed)... 2024-04-12T05:28:10.576 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:10 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-12T05:28:10.576 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:10 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:10.576 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:10 smithi098 ceph-mon[67743]: Reconfiguring daemon osd.7 on smithi098 2024-04-12T05:28:10.576 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:10 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:28:10.576 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:10 smithi098 ceph-mon[67743]: pgmap v27: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:10.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:10 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:10.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:10 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:10.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:10 smithi063 ceph-mon[92400]: Reconfiguring osd.7 (monmap changed)... 2024-04-12T05:28:10.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:10 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-12T05:28:10.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:10 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:10.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:10 smithi063 ceph-mon[92400]: Reconfiguring daemon osd.7 on smithi098 2024-04-12T05:28:10.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:10 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:28:10.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:10 smithi063 ceph-mon[92400]: pgmap v27: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:11.070 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:28:11.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:11 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:11.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:11 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:11.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:11 smithi098 ceph-mon[67743]: Reconfiguring mds.foofs.smithi098.wxilzu (monmap changed)... 2024-04-12T05:28:11.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:11 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.wxilzu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T05:28:11.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:11 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:11.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:11 smithi098 ceph-mon[67743]: Reconfiguring daemon mds.foofs.smithi098.wxilzu on smithi098 2024-04-12T05:28:12.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:11 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:12.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:11 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:12.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:11 smithi063 ceph-mon[92400]: Reconfiguring mds.foofs.smithi098.wxilzu (monmap changed)... 2024-04-12T05:28:12.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:11 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.wxilzu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T05:28:12.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:11 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:12.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:11 smithi063 ceph-mon[92400]: Reconfiguring daemon mds.foofs.smithi098.wxilzu on smithi098 2024-04-12T05:28:13.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:12 smithi063 ceph-mon[92400]: pgmap v28: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:28:13.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:12 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:13.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:12 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:13.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:12 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:28:13.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:12 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:28:13.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:12 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:28:13.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:12 smithi063 ceph-mon[92400]: Upgrade: Setting container_image for all mon 2024-04-12T05:28:13.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:12 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:13.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:12 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi063"}]: dispatch 2024-04-12T05:28:13.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:12 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi063"}]': finished 2024-04-12T05:28:13.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:12 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi098"}]: dispatch 2024-04-12T05:28:13.125 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:12 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi098"}]': finished 2024-04-12T05:28:13.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:12 smithi098 ceph-mon[67743]: pgmap v28: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:28:13.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:12 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:13.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:12 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:13.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:12 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:28:13.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:12 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:28:13.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:12 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:28:13.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:12 smithi098 ceph-mon[67743]: Upgrade: Setting container_image for all mon 2024-04-12T05:28:13.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:12 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:13.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:12 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi063"}]: dispatch 2024-04-12T05:28:13.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:12 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi063"}]': finished 2024-04-12T05:28:13.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:12 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi098"}]: dispatch 2024-04-12T05:28:13.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:12 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi098"}]': finished 2024-04-12T05:28:14.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:14 smithi063 ceph-mon[92400]: Upgrade: Updating crash.smithi063 (1/2) 2024-04-12T05:28:14.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:14 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:14.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:14 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi063", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T05:28:14.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:14 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:14.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:14 smithi063 ceph-mon[92400]: Deploying daemon crash.smithi063 on smithi063 2024-04-12T05:28:14.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:14 smithi063 ceph-mon[92400]: pgmap v29: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:14.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:14 smithi098 ceph-mon[67743]: Upgrade: Updating crash.smithi063 (1/2) 2024-04-12T05:28:14.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:14 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:14.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:14 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi063", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T05:28:14.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:14 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:14.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:14 smithi098 ceph-mon[67743]: Deploying daemon crash.smithi063 on smithi063 2024-04-12T05:28:14.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:14 smithi098 ceph-mon[67743]: pgmap v29: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:16.104 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:28:16.956 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:16 smithi063 ceph-mon[92400]: pgmap v30: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:28:17.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:16 smithi098 ceph-mon[67743]: pgmap v30: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:28:18.764 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:28:18.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:18 smithi098 ceph-mon[67743]: pgmap v31: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:18.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:18 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:18.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:18 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:19.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:18 smithi063 ceph-mon[92400]: pgmap v31: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:19.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:18 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:19.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:18 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:19.433 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:28:19.433 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (10m) 47s ago 20m 19.0M - 0.20.0 0881eb8f169f bb7b02859510 2024-04-12T05:28:19.433 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 starting - - - - 2024-04-12T05:28:19.433 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (19m) 35s ago 19m 6391k - 16.2.5 6933c2a0b7dd 4ecdd4900053 2024-04-12T05:28:19.433 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (8m) 47s ago 20m 34.3M - 6.7.4 557c83e11646 0c5fa841843c 2024-04-12T05:28:19.433 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (15m) 47s ago 15m 37.7M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:28:19.433 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (15m) 35s ago 15m 16.0M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:28:19.433 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:8443,9283,8765 running (111s) 47s ago 22m 470M - 18.2.2-1187-gd540ebac bb2c5eac26a4 0961e9643022 2024-04-12T05:28:19.433 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283,8765 running (78s) 35s ago 19m 447M - 18.2.2-1187-gd540ebac bb2c5eac26a4 ab061c2f1b7e 2024-04-12T05:28:19.433 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (64s) 47s ago 22m 30.3M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 8c771d476bff 2024-04-12T05:28:19.433 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (41s) 35s ago 19m 17.9M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 604d852b1c69 2024-04-12T05:28:19.434 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (12m) 47s ago 12m 82.6M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:28:19.434 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (12m) 35s ago 12m 78.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:28:19.434 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (6m) 47s ago 20m 17.2M - 0.18.1 e5a616e4b9cf 9eeec583abdd 2024-04-12T05:28:19.434 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (116s) 35s ago 19m 10.7M - 0.18.1 e5a616e4b9cf b09200a95cd0 2024-04-12T05:28:19.434 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (19m) 47s ago 19m 379M 1944M 16.2.5 6933c2a0b7dd 3db491b208ef 2024-04-12T05:28:19.434 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (18m) 47s ago 18m 291M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:28:19.434 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (18m) 47s ago 18m 256M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:28:19.434 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (18m) 47s ago 18m 345M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:28:19.434 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (17m) 35s ago 17m 369M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:28:19.434 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (17m) 35s ago 17m 375M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:28:19.434 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (17m) 35s ago 17m 322M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:28:19.434 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (16m) 35s ago 16m 446M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:28:19.434 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 unknown 47s ago 20m - - 2024-04-12T05:28:19.841 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:28:19.841 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:28:19.841 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:28:19.841 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:28:19.841 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:28:19.842 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:28:19.842 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:28:19.842 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:28:19.842 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T05:28:19.842 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:28:19.842 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:28:19.842 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:28:19.842 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:28:19.842 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:28:19.842 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10, 2024-04-12T05:28:19.842 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 4 2024-04-12T05:28:19.842 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:28:19.842 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:28:20.020 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:19 smithi098 ceph-mon[67743]: from='client.34154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:28:20.020 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:19 smithi098 ceph-mon[67743]: from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:28:20.020 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:19 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:20.020 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:19 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T05:28:20.020 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:19 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:20.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:19 smithi063 ceph-mon[92400]: from='client.34154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:28:20.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:19 smithi063 ceph-mon[92400]: from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:28:20.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:19 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:20.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:19 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T05:28:20.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:19 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:20.179 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:28:20.179 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:28:20.179 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:28:20.179 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:28:20.179 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [ 2024-04-12T05:28:20.179 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr", 2024-04-12T05:28:20.180 INFO:teuthology.orchestra.run.smithi063.stdout: "mon" 2024-04-12T05:28:20.180 INFO:teuthology.orchestra.run.smithi063.stdout: ], 2024-04-12T05:28:20.180 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "4/23 daemons upgraded", 2024-04-12T05:28:20.180 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "Currently upgrading crash daemons", 2024-04-12T05:28:20.180 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:28:20.180 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:28:20.585 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T05:28:20.585 INFO:teuthology.orchestra.run.smithi063.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:28:20.585 INFO:teuthology.orchestra.run.smithi063.stdout: daemon prometheus.smithi063 on smithi063 is in unknown state 2024-04-12T05:28:21.083 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:20 smithi098 ceph-mon[67743]: Upgrade: Updating crash.smithi098 (2/2) 2024-04-12T05:28:21.084 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:20 smithi098 ceph-mon[67743]: Deploying daemon crash.smithi098 on smithi098 2024-04-12T05:28:21.084 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:20 smithi098 ceph-mon[67743]: from='client.34162 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:28:21.084 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:20 smithi098 ceph-mon[67743]: pgmap v32: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:21.084 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:20 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/1131153217' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:28:21.084 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:20 smithi098 ceph-mon[67743]: from='client.34170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:28:21.084 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:20 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/296175539' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:28:21.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:20 smithi063 ceph-mon[92400]: Upgrade: Updating crash.smithi098 (2/2) 2024-04-12T05:28:21.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:20 smithi063 ceph-mon[92400]: Deploying daemon crash.smithi098 on smithi098 2024-04-12T05:28:21.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:20 smithi063 ceph-mon[92400]: from='client.34162 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:28:21.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:20 smithi063 ceph-mon[92400]: pgmap v32: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:21.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:20 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/1131153217' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:28:21.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:20 smithi063 ceph-mon[92400]: from='client.34170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:28:21.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:20 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/296175539' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:28:21.141 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:28:22.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:22 smithi098 ceph-mon[67743]: pgmap v33: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:28:22.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:22 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:22.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:22 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:22.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:22 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:28:23.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:22 smithi063 ceph-mon[92400]: pgmap v33: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:28:23.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:22 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:23.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:22 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:23.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:22 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:28:25.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:24 smithi063 ceph-mon[92400]: pgmap v34: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:25.115 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:24 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:28:25.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:24 smithi098 ceph-mon[67743]: pgmap v34: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:25.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:24 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:28:26.182 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:28:27.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:26 smithi063 ceph-mon[92400]: pgmap v35: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:28:27.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:26 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:27.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:26 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:27.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:26 smithi098 ceph-mon[67743]: pgmap v35: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:28:27.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:26 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:27.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:26 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:28.549 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:28 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:28.549 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:28 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:28.549 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:28 smithi098 ceph-mon[67743]: pgmap v36: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:28.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:28 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:28.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:28 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:28.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:28 smithi063 ceph-mon[92400]: pgmap v36: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:31.217 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:28:31.318 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:30 smithi063 ceph-mon[92400]: pgmap v37: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:31.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:31.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:31.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:31.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:31.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:31.319 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:31.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:30 smithi098 ceph-mon[67743]: pgmap v37: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:31.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:31.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:31.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:31.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:31.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:31.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:33.306 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:32 smithi063 ceph-mon[92400]: pgmap v38: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:28:33.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:32 smithi098 ceph-mon[67743]: pgmap v38: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:28:35.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: pgmap v39: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:35.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:35.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:35.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:35.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:28:35.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: pgmap v40: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 197 B/s wr, 0 op/s 2024-04-12T05:28:35.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: pgmap v41: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 122 B/s wr, 0 op/s 2024-04-12T05:28:35.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:35.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:35.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:28:35.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:28:35.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:28:35.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:28:35.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: Upgrade: Setting container_image for all crash 2024-04-12T05:28:35.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:35.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi063"}]: dispatch 2024-04-12T05:28:35.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi063"}]': finished 2024-04-12T05:28:35.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi098"}]: dispatch 2024-04-12T05:28:35.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi098"}]': finished 2024-04-12T05:28:35.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-04-12T05:28:35.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-04-12T05:28:35.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:34 smithi063 ceph-mon[92400]: Upgrade: osd.0 is safe to restart 2024-04-12T05:28:35.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: pgmap v39: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:28:35.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:35.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:35.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:35.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:28:35.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: pgmap v40: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 197 B/s wr, 0 op/s 2024-04-12T05:28:35.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: pgmap v41: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 122 B/s wr, 0 op/s 2024-04-12T05:28:35.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:35.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:35.379 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:28:35.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:28:35.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:28:35.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:28:35.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: Upgrade: Setting container_image for all crash 2024-04-12T05:28:35.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:35.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi063"}]: dispatch 2024-04-12T05:28:35.381 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi063"}]': finished 2024-04-12T05:28:35.381 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi098"}]: dispatch 2024-04-12T05:28:35.381 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi098"}]': finished 2024-04-12T05:28:35.381 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-04-12T05:28:35.381 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-04-12T05:28:35.381 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:34 smithi098 ceph-mon[67743]: Upgrade: osd.0 is safe to restart 2024-04-12T05:28:36.256 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:28:37.285 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:36 smithi063 ceph-mon[92400]: Upgrade: Updating osd.0 2024-04-12T05:28:37.285 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:36 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:37.286 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:36 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T05:28:37.286 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:36 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:37.286 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:36 smithi063 ceph-mon[92400]: Deploying daemon osd.0 on smithi063 2024-04-12T05:28:37.286 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:36 smithi063 ceph-mon[92400]: pgmap v42: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 244 B/s wr, 0 op/s 2024-04-12T05:28:37.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:36 smithi098 ceph-mon[67743]: Upgrade: Updating osd.0 2024-04-12T05:28:37.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:36 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:37.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:36 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T05:28:37.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:36 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:37.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:36 smithi098 ceph-mon[67743]: Deploying daemon osd.0 on smithi063 2024-04-12T05:28:37.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:36 smithi098 ceph-mon[67743]: pgmap v42: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 244 B/s wr, 0 op/s 2024-04-12T05:28:39.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:39 smithi063 ceph-mon[92400]: pgmap v43: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 244 B/s wr, 0 op/s 2024-04-12T05:28:39.374 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:38 smithi063 systemd[1]: Stopping Ceph osd.0 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:28:39.374 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:39 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.0[46052]: debug 2024-04-12T05:28:39.109+0000 7f59ff3fa700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-12T05:28:39.374 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:39 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.0[46052]: debug 2024-04-12T05:28:39.109+0000 7f59ff3fa700 -1 osd.0 75 *** Got signal Terminated *** 2024-04-12T05:28:39.374 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:39 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.0[46052]: debug 2024-04-12T05:28:39.109+0000 7f59ff3fa700 -1 osd.0 75 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T05:28:39.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:39 smithi098 ceph-mon[67743]: pgmap v43: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 244 B/s wr, 0 op/s 2024-04-12T05:28:39.914 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:39 smithi063 bash[100026]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.0 2024-04-12T05:28:40.297 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.2 2024-04-12T05:28:40.297 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 failed (root=default,host=smithi063) (connection refused reported by osd.2) 2024-04-12T05:28:40.298 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.1 2024-04-12T05:28:40.298 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.3 2024-04-12T05:28:40.298 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.2 2024-04-12T05:28:40.298 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.1 2024-04-12T05:28:40.298 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.3 2024-04-12T05:28:40.298 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.5 2024-04-12T05:28:40.298 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.4 2024-04-12T05:28:40.298 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.6 2024-04-12T05:28:40.298 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.7 2024-04-12T05:28:40.299 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.5 2024-04-12T05:28:40.299 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.4 2024-04-12T05:28:40.299 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.6 2024-04-12T05:28:40.299 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.7 2024-04-12T05:28:40.299 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:28:40.299 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.2 2024-04-12T05:28:40.299 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.1 2024-04-12T05:28:40.299 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.3 2024-04-12T05:28:40.299 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.2 2024-04-12T05:28:40.299 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.1 2024-04-12T05:28:40.299 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.3 2024-04-12T05:28:40.299 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.5 2024-04-12T05:28:40.300 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.4 2024-04-12T05:28:40.300 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.6 2024-04-12T05:28:40.300 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.7 2024-04-12T05:28:40.300 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.5 2024-04-12T05:28:40.300 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.4 2024-04-12T05:28:40.300 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.6 2024-04-12T05:28:40.300 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:40 smithi063 ceph-mon[92400]: osd.0 reported immediately failed by osd.7 2024-04-12T05:28:40.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.2 2024-04-12T05:28:40.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 failed (root=default,host=smithi063) (connection refused reported by osd.2) 2024-04-12T05:28:40.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.1 2024-04-12T05:28:40.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.3 2024-04-12T05:28:40.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.2 2024-04-12T05:28:40.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.1 2024-04-12T05:28:40.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.3 2024-04-12T05:28:40.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.5 2024-04-12T05:28:40.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.4 2024-04-12T05:28:40.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.6 2024-04-12T05:28:40.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.7 2024-04-12T05:28:40.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.5 2024-04-12T05:28:40.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.4 2024-04-12T05:28:40.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.6 2024-04-12T05:28:40.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.7 2024-04-12T05:28:40.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:28:40.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.2 2024-04-12T05:28:40.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.1 2024-04-12T05:28:40.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.3 2024-04-12T05:28:40.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.2 2024-04-12T05:28:40.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.1 2024-04-12T05:28:40.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.3 2024-04-12T05:28:40.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.5 2024-04-12T05:28:40.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.4 2024-04-12T05:28:40.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.6 2024-04-12T05:28:40.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.7 2024-04-12T05:28:40.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.5 2024-04-12T05:28:40.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.4 2024-04-12T05:28:40.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.6 2024-04-12T05:28:40.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:40 smithi098 ceph-mon[67743]: osd.0 reported immediately failed by osd.7 2024-04-12T05:28:41.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:41 smithi063 ceph-mon[92400]: pgmap v44: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 122 B/s wr, 0 op/s 2024-04-12T05:28:41.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:41 smithi063 ceph-mon[92400]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T05:28:41.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:41 smithi063 ceph-mon[92400]: osdmap e76: 8 total, 7 up, 8 in 2024-04-12T05:28:41.294 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:28:41.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:41 smithi098 ceph-mon[67743]: pgmap v44: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 122 B/s wr, 0 op/s 2024-04-12T05:28:41.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:41 smithi098 ceph-mon[67743]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T05:28:41.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:41 smithi098 ceph-mon[67743]: osdmap e76: 8 total, 7 up, 8 in 2024-04-12T05:28:42.215 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:42 smithi063 ceph-mon[92400]: osdmap e77: 8 total, 7 up, 8 in 2024-04-12T05:28:42.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:42 smithi098 ceph-mon[67743]: osdmap e77: 8 total, 7 up, 8 in 2024-04-12T05:28:42.623 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:42 smithi063 systemd[1]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.0.service: Succeeded. 2024-04-12T05:28:42.623 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:42 smithi063 systemd[1]: Stopped Ceph osd.0 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:28:42.623 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:42 smithi063 systemd[1]: Starting Ceph osd.0 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:28:43.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:43 smithi063 ceph-mon[92400]: pgmap v47: 129 pgs: 49 peering, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-12T05:28:43.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:43 smithi063 ceph-mon[92400]: Health check failed: Reduced data availability: 7 pgs inactive, 49 pgs peering (PG_AVAILABILITY) 2024-04-12T05:28:43.373 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:43 smithi063 bash[100426]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-04-12T05:28:43.373 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:43 smithi063 bash[100426]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-04-12T05:28:43.374 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:43 smithi063 bash[100426]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-04-12T05:28:43.374 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:43 smithi063 bash[100426]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-04-12T05:28:43.374 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:43 smithi063 bash[100426]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-04-12T05:28:43.374 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:43 smithi063 bash[100426]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-04-12T05:28:43.374 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:43 smithi063 bash[100426]: --> ceph-volume raw activate successful for osd ID: 0 2024-04-12T05:28:43.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:43 smithi098 ceph-mon[67743]: pgmap v47: 129 pgs: 49 peering, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-12T05:28:43.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:43 smithi098 ceph-mon[67743]: Health check failed: Reduced data availability: 7 pgs inactive, 49 pgs peering (PG_AVAILABILITY) 2024-04-12T05:28:44.623 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:44 smithi063 ceph-osd[100750]: -- 172.21.15.63:0/2521475924 <== mon.0 v2:172.21.15.63:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563544c411e0 con 0x563544c11000 2024-04-12T05:28:44.623 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:44 smithi063 bash[100711]: 46885c19f3c9c7c21099c75cd10c7c9fc588ed3887fe17eb94d001804a920133 2024-04-12T05:28:44.623 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:44 smithi063 systemd[1]: Started Ceph osd.0 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:28:45.123 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:44 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-0[100726]: 2024-04-12T05:28:44.847+0000 7fb0efcda7c0 -1 Falling back to public interface 2024-04-12T05:28:45.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:45 smithi063 ceph-mon[92400]: pgmap v48: 129 pgs: 49 peering, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-04-12T05:28:45.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:45 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:45.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:45 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:45.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:45 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:28:45.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:45 smithi098 ceph-mon[67743]: pgmap v48: 129 pgs: 49 peering, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-04-12T05:28:45.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:45 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:45.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:45 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:45.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:45 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:28:46.332 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:28:46.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:46 smithi063 ceph-mon[92400]: Health check failed: Degraded data redundancy: 227/1614 objects degraded (14.064%), 30 pgs degraded (PG_DEGRADED) 2024-04-12T05:28:46.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:46 smithi063 ceph-mon[92400]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs inactive, 49 pgs peering) 2024-04-12T05:28:46.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:46 smithi098 ceph-mon[67743]: Health check failed: Degraded data redundancy: 227/1614 objects degraded (14.064%), 30 pgs degraded (PG_DEGRADED) 2024-04-12T05:28:46.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:46 smithi098 ceph-mon[67743]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs inactive, 49 pgs peering) 2024-04-12T05:28:47.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:47 smithi063 ceph-mon[92400]: pgmap v49: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 227/1614 objects degraded (14.064%) 2024-04-12T05:28:47.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:47 smithi098 ceph-mon[67743]: pgmap v49: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 227/1614 objects degraded (14.064%) 2024-04-12T05:28:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:49 smithi063 ceph-mon[92400]: pgmap v50: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 227/1614 objects degraded (14.064%) 2024-04-12T05:28:49.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:49 smithi098 ceph-mon[67743]: pgmap v50: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 227/1614 objects degraded (14.064%) 2024-04-12T05:28:49.873 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:49 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-0[100726]: 2024-04-12T05:28:49.604+0000 7fb0efcda7c0 -1 osd.0 0 read_superblock omap replica is missing. 2024-04-12T05:28:50.373 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:50 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-0[100726]: 2024-04-12T05:28:50.112+0000 7fb0efcda7c0 -1 osd.0 75 log_to_monitors true 2024-04-12T05:28:50.971 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:28:51.262 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:51 smithi063 ceph-mon[92400]: pgmap v51: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 227/1614 objects degraded (14.064%) 2024-04-12T05:28:51.263 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:51 smithi063 ceph-mon[92400]: from='osd.0 [v2:172.21.15.63:6802/2015666439,v1:172.21.15.63:6803/2015666439]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-12T05:28:51.263 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:51 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:51.263 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:51 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:51.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:51 smithi098 ceph-mon[67743]: pgmap v51: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 227/1614 objects degraded (14.064%) 2024-04-12T05:28:51.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:51 smithi098 ceph-mon[67743]: from='osd.0 [v2:172.21.15.63:6802/2015666439,v1:172.21.15.63:6803/2015666439]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-12T05:28:51.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:51 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:51.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:51 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:51.494 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:28:51.751 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:28:51.751 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (11m) 1s ago 21m 19.0M - 0.20.0 0881eb8f169f bb7b02859510 2024-04-12T05:28:51.751 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (35s) 1s ago 21m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 e2f6d0fe796d 2024-04-12T05:28:51.751 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (29s) 24s ago 20m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 aa9a3c02a4c8 2024-04-12T05:28:51.751 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (8m) 1s ago 21m 34.5M - 6.7.4 557c83e11646 0c5fa841843c 2024-04-12T05:28:51.751 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (15m) 1s ago 15m 37.9M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:28:51.751 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (15m) 24s ago 15m 16.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:28:51.752 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:8443,9283,8765 running (2m) 1s ago 22m 496M - 18.2.2-1187-gd540ebac bb2c5eac26a4 0961e9643022 2024-04-12T05:28:51.752 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283,8765 running (110s) 24s ago 20m 448M - 18.2.2-1187-gd540ebac bb2c5eac26a4 ab061c2f1b7e 2024-04-12T05:28:51.752 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (96s) 1s ago 23m 49.0M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 8c771d476bff 2024-04-12T05:28:51.752 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (73s) 24s ago 20m 38.0M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 604d852b1c69 2024-04-12T05:28:51.752 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (13m) 1s ago 13m 82.7M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:28:51.752 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (13m) 24s ago 13m 78.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:28:51.752 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (6m) 1s ago 20m 17.2M - 0.18.1 e5a616e4b9cf 9eeec583abdd 2024-04-12T05:28:51.752 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (2m) 24s ago 20m 10.7M - 0.18.1 e5a616e4b9cf b09200a95cd0 2024-04-12T05:28:51.752 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (7s) 1s ago 19m 11.3M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46885c19f3c9 2024-04-12T05:28:51.752 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (19m) 1s ago 19m 291M 1944M 16.2.5 6933c2a0b7dd b4fbdf32c2f7 2024-04-12T05:28:51.752 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (18m) 1s ago 18m 257M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:28:51.752 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (18m) 1s ago 18m 345M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:28:51.752 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (18m) 24s ago 18m 369M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:28:51.752 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (18m) 24s ago 17m 375M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:28:51.752 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (17m) 24s ago 17m 322M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:28:51.753 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (17m) 24s ago 17m 446M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:28:51.753 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 unknown 1s ago 20m - - 2024-04-12T05:28:51.826 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:28:51 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-0[100726]: 2024-04-12T05:28:51.619+0000 7fb0dd12c700 -1 osd.0 75 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T05:28:52.161 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:28:52.161 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:28:52.161 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:28:52.161 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:28:52.161 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:28:52.161 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:28:52.161 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:28:52.161 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:28:52.161 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7 2024-04-12T05:28:52.161 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:28:52.161 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:28:52.161 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:28:52.161 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:28:52.162 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:28:52.162 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 9, 2024-04-12T05:28:52.162 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 4 2024-04-12T05:28:52.162 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:28:52.162 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:28:52.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:52 smithi063 ceph-mon[92400]: from='client.34182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:28:52.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:52 smithi063 ceph-mon[92400]: from='osd.0 [v2:172.21.15.63:6802/2015666439,v1:172.21.15.63:6803/2015666439]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-12T05:28:52.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:52 smithi063 ceph-mon[92400]: osdmap e78: 8 total, 7 up, 8 in 2024-04-12T05:28:52.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:52 smithi063 ceph-mon[92400]: from='osd.0 [v2:172.21.15.63:6802/2015666439,v1:172.21.15.63:6803/2015666439]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-04-12T05:28:52.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:52 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:52.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:52 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:52.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:52 smithi063 ceph-mon[92400]: from='osd.0 [v2:172.21.15.63:6802/2015666439,v1:172.21.15.63:6803/2015666439]' entity='osd.0' 2024-04-12T05:28:52.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:52 smithi098 ceph-mon[67743]: from='client.34182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:28:52.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:52 smithi098 ceph-mon[67743]: from='osd.0 [v2:172.21.15.63:6802/2015666439,v1:172.21.15.63:6803/2015666439]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-12T05:28:52.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:52 smithi098 ceph-mon[67743]: osdmap e78: 8 total, 7 up, 8 in 2024-04-12T05:28:52.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:52 smithi098 ceph-mon[67743]: from='osd.0 [v2:172.21.15.63:6802/2015666439,v1:172.21.15.63:6803/2015666439]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-04-12T05:28:52.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:52 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:52.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:52 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:52.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:52 smithi098 ceph-mon[67743]: from='osd.0 [v2:172.21.15.63:6802/2015666439,v1:172.21.15.63:6803/2015666439]' entity='osd.0' 2024-04-12T05:28:52.516 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:28:52.516 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:28:52.516 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:28:52.516 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:28:52.516 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [ 2024-04-12T05:28:52.516 INFO:teuthology.orchestra.run.smithi063.stdout: "crash", 2024-04-12T05:28:52.517 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr", 2024-04-12T05:28:52.517 INFO:teuthology.orchestra.run.smithi063.stdout: "mon" 2024-04-12T05:28:52.517 INFO:teuthology.orchestra.run.smithi063.stdout: ], 2024-04-12T05:28:52.517 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "7/23 daemons upgraded", 2024-04-12T05:28:52.517 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "Currently upgrading osd daemons", 2024-04-12T05:28:52.517 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:28:52.517 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:28:52.954 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_WARN 1 failed cephadm daemon(s); Degraded data redundancy: 227/1614 objects degraded (14.064%), 30 pgs degraded 2024-04-12T05:28:52.954 INFO:teuthology.orchestra.run.smithi063.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:28:52.954 INFO:teuthology.orchestra.run.smithi063.stdout: daemon prometheus.smithi063 on smithi063 is in unknown state 2024-04-12T05:28:52.954 INFO:teuthology.orchestra.run.smithi063.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 227/1614 objects degraded (14.064%), 30 pgs degraded 2024-04-12T05:28:52.954 INFO:teuthology.orchestra.run.smithi063.stdout: pg 1.0 is active+undersized+degraded, acting [7,6] 2024-04-12T05:28:52.954 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.0 is active+undersized+degraded, acting [7,1] 2024-04-12T05:28:52.954 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.1 is active+undersized+degraded, acting [2,3] 2024-04-12T05:28:52.955 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.4 is active+undersized+degraded, acting [1,7] 2024-04-12T05:28:52.955 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.5 is active+undersized+degraded, acting [7,4] 2024-04-12T05:28:52.955 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.8 is active+undersized+degraded, acting [7,1] 2024-04-12T05:28:52.955 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.c is active+undersized+degraded, acting [2,5] 2024-04-12T05:28:52.955 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.f is active+undersized+degraded, acting [4,7] 2024-04-12T05:28:52.955 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.10 is active+undersized+degraded, acting [2,1] 2024-04-12T05:28:52.955 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.13 is active+undersized+degraded, acting [4,3] 2024-04-12T05:28:52.955 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.15 is active+undersized+degraded, acting [1,5] 2024-04-12T05:28:52.955 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.19 is active+undersized+degraded, acting [3,6] 2024-04-12T05:28:52.955 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.1d is active+undersized+degraded, acting [7,6] 2024-04-12T05:28:52.955 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.1e is active+undersized+degraded, acting [3,5] 2024-04-12T05:28:52.955 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.1f is active+undersized+degraded, acting [7,4] 2024-04-12T05:28:52.955 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.1 is active+undersized+degraded, acting [4,3] 2024-04-12T05:28:52.955 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.3 is active+undersized+degraded, acting [4,6] 2024-04-12T05:28:52.955 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.6 is active+undersized+degraded, acting [1,4] 2024-04-12T05:28:52.956 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.7 is active+undersized+degraded, acting [3,7] 2024-04-12T05:28:52.956 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.b is active+undersized+degraded, acting [3,4] 2024-04-12T05:28:52.956 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.f is active+undersized+degraded, acting [7,4] 2024-04-12T05:28:52.956 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.10 is active+undersized+degraded, acting [6,5] 2024-04-12T05:28:52.956 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.12 is active+undersized+degraded, acting [7,3] 2024-04-12T05:28:52.956 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.17 is active+undersized+degraded, acting [5,3] 2024-04-12T05:28:52.956 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.18 is active+undersized+degraded, acting [3,1] 2024-04-12T05:28:52.956 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.1b is active+undersized+degraded, acting [4,7] 2024-04-12T05:28:52.956 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.1f is active+undersized+degraded, acting [5,2] 2024-04-12T05:28:52.956 INFO:teuthology.orchestra.run.smithi063.stdout: pg 4.0 is active+undersized+degraded, acting [3,7] 2024-04-12T05:28:52.956 INFO:teuthology.orchestra.run.smithi063.stdout: pg 4.19 is active+undersized+degraded, acting [3,2] 2024-04-12T05:28:52.956 INFO:teuthology.orchestra.run.smithi063.stdout: pg 5.5 is active+undersized+degraded, acting [1,4] 2024-04-12T05:28:53.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:53 smithi098 ceph-mon[67743]: from='client.34186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:28:53.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:53 smithi098 ceph-mon[67743]: from='client.34190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:28:53.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:53 smithi098 ceph-mon[67743]: pgmap v53: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 227/1614 objects degraded (14.064%) 2024-04-12T05:28:53.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:53 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/99557202' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:28:53.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:53 smithi098 ceph-mon[67743]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T05:28:53.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:53 smithi098 ceph-mon[67743]: osd.0 [v2:172.21.15.63:6802/2015666439,v1:172.21.15.63:6803/2015666439] boot 2024-04-12T05:28:53.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:53 smithi098 ceph-mon[67743]: osdmap e79: 8 total, 8 up, 8 in 2024-04-12T05:28:53.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:53 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:28:53.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:53 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/3214535192' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:28:53.464 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:53 smithi063 ceph-mon[92400]: from='client.34186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:28:53.464 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:53 smithi063 ceph-mon[92400]: from='client.34190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:28:53.464 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:53 smithi063 ceph-mon[92400]: pgmap v53: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 227/1614 objects degraded (14.064%) 2024-04-12T05:28:53.464 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:53 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/99557202' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:28:53.464 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:53 smithi063 ceph-mon[92400]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T05:28:53.464 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:53 smithi063 ceph-mon[92400]: osd.0 [v2:172.21.15.63:6802/2015666439,v1:172.21.15.63:6803/2015666439] boot 2024-04-12T05:28:53.464 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:53 smithi063 ceph-mon[92400]: osdmap e79: 8 total, 8 up, 8 in 2024-04-12T05:28:53.464 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:53 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:28:53.465 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:53 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/3214535192' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:28:54.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:54 smithi098 ceph-mon[67743]: from='client.34198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:28:54.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:54 smithi098 ceph-mon[67743]: osdmap e80: 8 total, 8 up, 8 in 2024-04-12T05:28:54.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:54 smithi063 ceph-mon[92400]: from='client.34198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:28:54.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:54 smithi063 ceph-mon[92400]: osdmap e80: 8 total, 8 up, 8 in 2024-04-12T05:28:55.321 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:55 smithi063 ceph-mon[92400]: pgmap v56: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 227/1614 objects degraded (14.064%) 2024-04-12T05:28:55.321 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:55 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:55.321 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:55 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:28:55.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:55 smithi098 ceph-mon[67743]: pgmap v56: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 227/1614 objects degraded (14.064%) 2024-04-12T05:28:55.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:55 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:55.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:55 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:28:56.543 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:28:56.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:56 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:56.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:56 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:56.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:56 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:56.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:56 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:28:56.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:56 smithi063 ceph-mon[92400]: pgmap v57: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 189 B/s wr, 0 op/s; 227/1614 objects degraded (14.064%) 2024-04-12T05:28:56.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:56 smithi063 ceph-mon[92400]: pgmap v58: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 227/1614 objects degraded (14.064%) 2024-04-12T05:28:56.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:56 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:56.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:56 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:56.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:56 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:28:56.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:56 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:28:56.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:56 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:28:56.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:56 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:28:56.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:56 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-12T05:28:56.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:56 smithi063 ceph-mon[92400]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-12T05:28:56.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:56 smithi063 ceph-mon[92400]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-04-12T05:28:56.874 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:56 smithi063 ceph-mon[92400]: mgrmap e43: smithi063.ewdkhy(active, since 91s), standbys: smithi098.qrshom 2024-04-12T05:28:56.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:56 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:56.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:56 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:56.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:56 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:28:56.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:56 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:28:56.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:56 smithi098 ceph-mon[67743]: pgmap v57: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 189 B/s wr, 0 op/s; 227/1614 objects degraded (14.064%) 2024-04-12T05:28:56.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:56 smithi098 ceph-mon[67743]: pgmap v58: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 227/1614 objects degraded (14.064%) 2024-04-12T05:28:56.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:56 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:56.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:56 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:28:56.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:56 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:28:56.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:56 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:28:56.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:56 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:28:56.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:56 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:28:56.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:56 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-12T05:28:56.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:56 smithi098 ceph-mon[67743]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-12T05:28:56.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:56 smithi098 ceph-mon[67743]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-04-12T05:28:56.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:56 smithi098 ceph-mon[67743]: mgrmap e43: smithi063.ewdkhy(active, since 91s), standbys: smithi098.qrshom 2024-04-12T05:28:57.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:57 smithi063 ceph-mon[92400]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 227/1614 objects degraded (14.064%), 30 pgs degraded) 2024-04-12T05:28:57.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:57 smithi098 ceph-mon[67743]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 227/1614 objects degraded (14.064%), 30 pgs degraded) 2024-04-12T05:28:58.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:28:58 smithi063 ceph-mon[92400]: pgmap v59: 129 pgs: 129 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 757 B/s wr, 1 op/s 2024-04-12T05:28:58.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:28:58 smithi098 ceph-mon[67743]: pgmap v59: 129 pgs: 129 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 757 B/s wr, 1 op/s 2024-04-12T05:29:00.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:00 smithi063 ceph-mon[92400]: pgmap v60: 129 pgs: 129 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 150 B/s rd, 603 B/s wr, 0 op/s 2024-04-12T05:29:00.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:00 smithi098 ceph-mon[67743]: pgmap v60: 129 pgs: 129 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 150 B/s rd, 603 B/s wr, 0 op/s 2024-04-12T05:29:01.582 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:29:02.781 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:02 smithi063 ceph-mon[92400]: pgmap v61: 129 pgs: 129 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 263 B/s rd, 658 B/s wr, 1 op/s 2024-04-12T05:29:02.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:02 smithi098 ceph-mon[67743]: pgmap v61: 129 pgs: 129 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 263 B/s rd, 658 B/s wr, 1 op/s 2024-04-12T05:29:04.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:04 smithi063 ceph-mon[92400]: pgmap v62: 129 pgs: 129 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 217 B/s rd, 544 B/s wr, 0 op/s 2024-04-12T05:29:04.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:04 smithi098 ceph-mon[67743]: pgmap v62: 129 pgs: 129 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 217 B/s rd, 544 B/s wr, 0 op/s 2024-04-12T05:29:05.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:05 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:05.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:05 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:06.627 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:29:06.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:06 smithi063 ceph-mon[92400]: pgmap v63: 129 pgs: 129 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 511 B/s wr, 0 op/s 2024-04-12T05:29:06.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:06 smithi098 ceph-mon[67743]: pgmap v63: 129 pgs: 129 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 511 B/s wr, 0 op/s 2024-04-12T05:29:08.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:08 smithi063 ceph-mon[92400]: pgmap v64: 129 pgs: 129 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-12T05:29:08.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:08 smithi098 ceph-mon[67743]: pgmap v64: 129 pgs: 129 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-04-12T05:29:10.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:10 smithi063 ceph-mon[92400]: pgmap v65: 129 pgs: 129 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:29:10.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:10 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:10.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:10 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:29:10.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:10 smithi098 ceph-mon[67743]: pgmap v65: 129 pgs: 129 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:29:10.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:10 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:10.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:10 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:29:11.663 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:29:11.786 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:11 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-12T05:29:11.786 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:11 smithi063 ceph-mon[92400]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-12T05:29:11.786 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:11 smithi063 ceph-mon[92400]: Upgrade: osd.1 is safe to restart 2024-04-12T05:29:11.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:11 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-12T05:29:11.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:11 smithi098 ceph-mon[67743]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-12T05:29:11.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:11 smithi098 ceph-mon[67743]: Upgrade: osd.1 is safe to restart 2024-04-12T05:29:13.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:13 smithi063 ceph-mon[92400]: pgmap v66: 129 pgs: 129 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:29:13.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:13 smithi063 ceph-mon[92400]: Upgrade: Updating osd.1 2024-04-12T05:29:13.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:13.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T05:29:13.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:29:13.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:13 smithi063 ceph-mon[92400]: Deploying daemon osd.1 on smithi063 2024-04-12T05:29:13.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:13 smithi098 ceph-mon[67743]: pgmap v66: 129 pgs: 129 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:29:13.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:13 smithi098 ceph-mon[67743]: Upgrade: Updating osd.1 2024-04-12T05:29:13.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:13.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T05:29:13.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:29:13.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:13 smithi098 ceph-mon[67743]: Deploying daemon osd.1 on smithi063 2024-04-12T05:29:15.213 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:15 smithi063 ceph-mon[92400]: pgmap v67: 129 pgs: 129 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:29:15.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:15 smithi098 ceph-mon[67743]: pgmap v67: 129 pgs: 129 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:29:16.373 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:15 smithi063 systemd[1]: Stopping Ceph osd.1 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:29:16.373 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.1[49382]: debug 2024-04-12T05:29:16.157+0000 7fe7c1a2e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-12T05:29:16.373 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.1[49382]: debug 2024-04-12T05:29:16.157+0000 7fe7c1a2e700 -1 osd.1 80 *** Got signal Terminated *** 2024-04-12T05:29:16.373 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.1[49382]: debug 2024-04-12T05:29:16.157+0000 7fe7c1a2e700 -1 osd.1 80 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T05:29:16.706 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:29:16.872 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:16 smithi063 bash[103695]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.1 2024-04-12T05:29:17.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: pgmap v68: 129 pgs: 129 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:29:17.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.3 2024-04-12T05:29:17.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 failed (root=default,host=smithi063) (connection refused reported by osd.3) 2024-04-12T05:29:17.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.3 2024-04-12T05:29:17.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.2 2024-04-12T05:29:17.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.0 2024-04-12T05:29:17.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.2 2024-04-12T05:29:17.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.0 2024-04-12T05:29:17.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.6 2024-04-12T05:29:17.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.7 2024-04-12T05:29:17.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.5 2024-04-12T05:29:17.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.4 2024-04-12T05:29:17.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.6 2024-04-12T05:29:17.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.7 2024-04-12T05:29:17.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.5 2024-04-12T05:29:17.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.4 2024-04-12T05:29:17.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.0 2024-04-12T05:29:17.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.3 2024-04-12T05:29:17.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.2 2024-04-12T05:29:17.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.0 2024-04-12T05:29:17.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.4 2024-04-12T05:29:17.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.6 2024-04-12T05:29:17.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.7 2024-04-12T05:29:17.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.3 2024-04-12T05:29:17.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.2 2024-04-12T05:29:17.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.5 2024-04-12T05:29:17.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.4 2024-04-12T05:29:17.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.6 2024-04-12T05:29:17.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.7 2024-04-12T05:29:17.375 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:17 smithi063 ceph-mon[92400]: osd.1 reported immediately failed by osd.5 2024-04-12T05:29:17.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: pgmap v68: 129 pgs: 129 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:29:17.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.3 2024-04-12T05:29:17.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 failed (root=default,host=smithi063) (connection refused reported by osd.3) 2024-04-12T05:29:17.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.3 2024-04-12T05:29:17.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.2 2024-04-12T05:29:17.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.0 2024-04-12T05:29:17.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.2 2024-04-12T05:29:17.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.0 2024-04-12T05:29:17.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.6 2024-04-12T05:29:17.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.7 2024-04-12T05:29:17.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.5 2024-04-12T05:29:17.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.4 2024-04-12T05:29:17.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.6 2024-04-12T05:29:17.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.7 2024-04-12T05:29:17.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.5 2024-04-12T05:29:17.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.4 2024-04-12T05:29:17.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.0 2024-04-12T05:29:17.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.3 2024-04-12T05:29:17.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.2 2024-04-12T05:29:17.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.0 2024-04-12T05:29:17.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.4 2024-04-12T05:29:17.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.6 2024-04-12T05:29:17.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.7 2024-04-12T05:29:17.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.3 2024-04-12T05:29:17.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.2 2024-04-12T05:29:17.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.5 2024-04-12T05:29:17.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.4 2024-04-12T05:29:17.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.6 2024-04-12T05:29:17.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.7 2024-04-12T05:29:17.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:17 smithi098 ceph-mon[67743]: osd.1 reported immediately failed by osd.5 2024-04-12T05:29:18.346 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:18 smithi063 ceph-mon[92400]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T05:29:18.346 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:18 smithi063 ceph-mon[92400]: osdmap e81: 8 total, 7 up, 8 in 2024-04-12T05:29:18.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:18 smithi098 ceph-mon[67743]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T05:29:18.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:18 smithi098 ceph-mon[67743]: osdmap e81: 8 total, 7 up, 8 in 2024-04-12T05:29:19.086 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:18 smithi063 systemd[1]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.1.service: Succeeded. 2024-04-12T05:29:19.086 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:18 smithi063 systemd[1]: Stopped Ceph osd.1 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:29:19.086 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:18 smithi063 systemd[1]: Starting Ceph osd.1 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:29:19.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:19 smithi063 ceph-mon[92400]: pgmap v70: 129 pgs: 18 stale+active+clean, 111 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T05:29:19.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:19 smithi063 ceph-mon[92400]: osdmap e82: 8 total, 7 up, 8 in 2024-04-12T05:29:19.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:19 smithi098 ceph-mon[67743]: pgmap v70: 129 pgs: 18 stale+active+clean, 111 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T05:29:19.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:19 smithi098 ceph-mon[67743]: osdmap e82: 8 total, 7 up, 8 in 2024-04-12T05:29:20.123 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:19 smithi063 bash[103999]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-04-12T05:29:20.123 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:19 smithi063 bash[103999]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-04-12T05:29:20.123 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:19 smithi063 bash[103999]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-04-12T05:29:20.123 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:19 smithi063 bash[103999]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-04-12T05:29:20.123 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:19 smithi063 bash[103999]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-04-12T05:29:20.123 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:19 smithi063 bash[103999]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-04-12T05:29:20.123 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:19 smithi063 bash[103999]: --> ceph-volume raw activate successful for osd ID: 1 2024-04-12T05:29:21.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:21 smithi063 ceph-mon[92400]: pgmap v72: 129 pgs: 18 stale+active+clean, 111 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2024-04-12T05:29:21.373 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:21 smithi063 ceph-osd[104298]: -- 172.21.15.63:0/749084691 <== mon.0 v2:172.21.15.63:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55bfbadb71e0 con 0x55bfbad86c00 2024-04-12T05:29:21.373 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:21 smithi063 bash[104261]: 95dbd86f0cc55d43afec7cd428761d19c35219ac9feb36a2775a5263a80673e1 2024-04-12T05:29:21.374 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:21 smithi063 systemd[1]: Started Ceph osd.1 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:29:21.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:21 smithi098 ceph-mon[67743]: pgmap v72: 129 pgs: 18 stale+active+clean, 111 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2024-04-12T05:29:21.756 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:29:21.848 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:21 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-1[104275]: 2024-04-12T05:29:21.517+0000 7fee78c377c0 -1 Falling back to public interface 2024-04-12T05:29:22.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:22 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:22.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:22 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:22.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:22 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:29:22.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:22 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:22.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:22 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:22.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:22 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:29:23.329 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:29:23.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:23 smithi063 ceph-mon[92400]: pgmap v73: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 172/1614 objects degraded (10.657%) 2024-04-12T05:29:23.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:23 smithi063 ceph-mon[92400]: Health check failed: Degraded data redundancy: 172/1614 objects degraded (10.657%), 26 pgs degraded (PG_DEGRADED) 2024-04-12T05:29:23.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:23 smithi098 ceph-mon[67743]: pgmap v73: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 172/1614 objects degraded (10.657%) 2024-04-12T05:29:23.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:23 smithi098 ceph-mon[67743]: Health check failed: Degraded data redundancy: 172/1614 objects degraded (10.657%), 26 pgs degraded (PG_DEGRADED) 2024-04-12T05:29:24.023 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:29:24.023 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (11m) 33s ago 21m 19.0M - 0.20.0 0881eb8f169f bb7b02859510 2024-04-12T05:29:24.023 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (67s) 33s ago 21m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 e2f6d0fe796d 2024-04-12T05:29:24.023 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (61s) 57s ago 21m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 aa9a3c02a4c8 2024-04-12T05:29:24.023 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (9m) 33s ago 21m 34.5M - 6.7.4 557c83e11646 0c5fa841843c 2024-04-12T05:29:24.023 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (16m) 33s ago 16m 37.9M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:29:24.023 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (16m) 57s ago 16m 16.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:29:24.023 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:8443,9283,8765 running (2m) 33s ago 23m 496M - 18.2.2-1187-gd540ebac bb2c5eac26a4 0961e9643022 2024-04-12T05:29:24.023 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283,8765 running (2m) 57s ago 20m 448M - 18.2.2-1187-gd540ebac bb2c5eac26a4 ab061c2f1b7e 2024-04-12T05:29:24.023 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (2m) 33s ago 23m 49.0M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 8c771d476bff 2024-04-12T05:29:24.023 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (105s) 57s ago 20m 38.0M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 604d852b1c69 2024-04-12T05:29:24.023 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (13m) 33s ago 13m 82.7M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:29:24.024 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (13m) 57s ago 13m 78.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:29:24.024 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (7m) 33s ago 21m 17.2M - 0.18.1 e5a616e4b9cf 9eeec583abdd 2024-04-12T05:29:24.024 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (3m) 57s ago 20m 10.7M - 0.18.1 e5a616e4b9cf b09200a95cd0 2024-04-12T05:29:24.024 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (40s) 33s ago 20m 11.3M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46885c19f3c9 2024-04-12T05:29:24.024 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 starting - - - 1944M 2024-04-12T05:29:24.024 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (19m) 33s ago 19m 257M 1944M 16.2.5 6933c2a0b7dd c34ba04804ba 2024-04-12T05:29:24.024 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (19m) 33s ago 19m 345M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:29:24.024 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (18m) 57s ago 18m 369M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:29:24.024 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (18m) 57s ago 18m 375M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:29:24.024 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (18m) 57s ago 18m 322M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:29:24.024 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (17m) 57s ago 17m 446M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:29:24.024 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 unknown 33s ago 21m - - 2024-04-12T05:29:24.452 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:29:24.452 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:29:24.453 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:29:24.453 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:29:24.453 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:29:24.453 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:29:24.453 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:29:24.453 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:29:24.453 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2024-04-12T05:29:24.453 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T05:29:24.453 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:29:24.453 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:29:24.453 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:29:24.453 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:29:24.453 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:29:24.453 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8, 2024-04-12T05:29:24.454 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 5 2024-04-12T05:29:24.454 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:29:24.454 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:29:24.808 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:29:24.808 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:29:24.808 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:29:24.808 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:29:24.808 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [ 2024-04-12T05:29:24.808 INFO:teuthology.orchestra.run.smithi063.stdout: "crash", 2024-04-12T05:29:24.808 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr", 2024-04-12T05:29:24.808 INFO:teuthology.orchestra.run.smithi063.stdout: "mon" 2024-04-12T05:29:24.809 INFO:teuthology.orchestra.run.smithi063.stdout: ], 2024-04-12T05:29:24.809 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "7/23 daemons upgraded", 2024-04-12T05:29:24.809 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "Currently upgrading osd daemons", 2024-04-12T05:29:24.809 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:29:24.809 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:29:25.257 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 172/1614 objects degraded (10.657%), 26 pgs degraded 2024-04-12T05:29:25.258 INFO:teuthology.orchestra.run.smithi063.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:29:25.258 INFO:teuthology.orchestra.run.smithi063.stdout: daemon prometheus.smithi063 on smithi063 is in unknown state 2024-04-12T05:29:25.258 INFO:teuthology.orchestra.run.smithi063.stdout:[WRN] OSD_DOWN: 1 osds down 2024-04-12T05:29:25.258 INFO:teuthology.orchestra.run.smithi063.stdout: osd.1 (root=default,host=smithi063) is down 2024-04-12T05:29:25.258 INFO:teuthology.orchestra.run.smithi063.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 172/1614 objects degraded (10.657%), 26 pgs degraded 2024-04-12T05:29:25.258 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.0 is active+undersized+degraded, acting [7,0] 2024-04-12T05:29:25.258 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.2 is active+undersized+degraded, acting [5,6] 2024-04-12T05:29:25.258 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.4 is active+undersized+degraded, acting [0,7] 2024-04-12T05:29:25.258 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.6 is active+undersized+degraded, acting [6,4] 2024-04-12T05:29:25.258 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.8 is active+undersized+degraded, acting [7,0] 2024-04-12T05:29:25.258 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.9 is active+undersized+degraded, acting [7,3] 2024-04-12T05:29:25.258 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.a is active+undersized+degraded, acting [3,7] 2024-04-12T05:29:25.258 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.d is active+undersized+degraded, acting [4,3] 2024-04-12T05:29:25.259 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.10 is active+undersized+degraded, acting [2,0] 2024-04-12T05:29:25.259 INFO:teuthology.orchestra.run.smithi063.stdout: pg 2.15 is active+undersized+degraded, acting [5,0] 2024-04-12T05:29:25.259 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.0 is active+undersized+degraded, acting [2,6] 2024-04-12T05:29:25.259 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.4 is active+undersized+degraded, acting [2,5] 2024-04-12T05:29:25.259 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.6 is active+undersized+degraded, acting [0,4] 2024-04-12T05:29:25.259 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.8 is active+undersized+degraded, acting [3,7] 2024-04-12T05:29:25.259 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.a is active+undersized+degraded, acting [6,4] 2024-04-12T05:29:25.259 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.e is active+undersized+degraded, acting [7,4] 2024-04-12T05:29:25.259 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.16 is active+undersized+degraded, acting [5,7] 2024-04-12T05:29:25.259 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.18 is active+undersized+degraded, acting [3,0] 2024-04-12T05:29:25.259 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.19 is active+undersized+degraded, acting [3,4] 2024-04-12T05:29:25.259 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.1a is active+undersized+degraded, acting [4,2] 2024-04-12T05:29:25.259 INFO:teuthology.orchestra.run.smithi063.stdout: pg 3.1c is active+undersized+degraded, acting [5,4] 2024-04-12T05:29:25.260 INFO:teuthology.orchestra.run.smithi063.stdout: pg 4.a is active+undersized+degraded, acting [6,7] 2024-04-12T05:29:25.260 INFO:teuthology.orchestra.run.smithi063.stdout: pg 4.14 is active+undersized+degraded, acting [3,7] 2024-04-12T05:29:25.260 INFO:teuthology.orchestra.run.smithi063.stdout: pg 5.0 is active+undersized+degraded, acting [3,4] 2024-04-12T05:29:25.260 INFO:teuthology.orchestra.run.smithi063.stdout: pg 5.5 is active+undersized+degraded, acting [0,4] 2024-04-12T05:29:25.260 INFO:teuthology.orchestra.run.smithi063.stdout: pg 5.19 is active+undersized+degraded, acting [5,7] 2024-04-12T05:29:25.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:25 smithi063 ceph-mon[92400]: from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:29:25.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:25 smithi063 ceph-mon[92400]: pgmap v74: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 172/1614 objects degraded (10.657%) 2024-04-12T05:29:25.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:25 smithi063 ceph-mon[92400]: from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:29:25.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:25 smithi063 ceph-mon[92400]: from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:29:25.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:25 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/2132486674' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:29:25.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:25.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:29:25.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:25 smithi098 ceph-mon[67743]: from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:29:25.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:25 smithi098 ceph-mon[67743]: pgmap v74: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 172/1614 objects degraded (10.657%) 2024-04-12T05:29:25.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:25 smithi098 ceph-mon[67743]: from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:29:25.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:25 smithi098 ceph-mon[67743]: from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:29:25.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:25 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/2132486674' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:29:25.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:25.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:29:26.373 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:25 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-1[104275]: 2024-04-12T05:29:25.918+0000 7fee78c377c0 -1 osd.1 0 read_superblock omap replica is missing. 2024-04-12T05:29:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:26 smithi063 ceph-mon[92400]: from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:29:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:26 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/3396776103' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:29:26.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:26 smithi098 ceph-mon[67743]: from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:29:26.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:26 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/3396776103' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:29:26.802 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:29:26.872 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:26 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-1[104275]: 2024-04-12T05:29:26.400+0000 7fee78c377c0 -1 osd.1 80 log_to_monitors true 2024-04-12T05:29:27.131 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:27 smithi063 ceph-mon[92400]: pgmap v75: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 123 B/s wr, 0 op/s; 172/1614 objects degraded (10.657%) 2024-04-12T05:29:27.132 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:27 smithi063 ceph-mon[92400]: from='osd.1 [v2:172.21.15.63:6810/4035231702,v1:172.21.15.63:6811/4035231702]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T05:29:27.623 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:29:27 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-1[104275]: 2024-04-12T05:29:27.144+0000 7fee6a091700 -1 osd.1 80 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T05:29:27.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:27 smithi098 ceph-mon[67743]: pgmap v75: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 123 B/s wr, 0 op/s; 172/1614 objects degraded (10.657%) 2024-04-12T05:29:27.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:27 smithi098 ceph-mon[67743]: from='osd.1 [v2:172.21.15.63:6810/4035231702,v1:172.21.15.63:6811/4035231702]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T05:29:28.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:28 smithi063 ceph-mon[92400]: from='osd.1 [v2:172.21.15.63:6810/4035231702,v1:172.21.15.63:6811/4035231702]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-12T05:29:28.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:28 smithi063 ceph-mon[92400]: osdmap e83: 8 total, 7 up, 8 in 2024-04-12T05:29:28.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:28 smithi063 ceph-mon[92400]: from='osd.1 [v2:172.21.15.63:6810/4035231702,v1:172.21.15.63:6811/4035231702]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-04-12T05:29:28.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:28 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:28.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:28 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:28.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:28 smithi098 ceph-mon[67743]: from='osd.1 [v2:172.21.15.63:6810/4035231702,v1:172.21.15.63:6811/4035231702]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-12T05:29:28.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:28 smithi098 ceph-mon[67743]: osdmap e83: 8 total, 7 up, 8 in 2024-04-12T05:29:28.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:28 smithi098 ceph-mon[67743]: from='osd.1 [v2:172.21.15.63:6810/4035231702,v1:172.21.15.63:6811/4035231702]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-04-12T05:29:28.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:28 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:28.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:28 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:29.492 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:29 smithi063 ceph-mon[92400]: pgmap v77: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 219 B/s wr, 0 op/s; 172/1614 objects degraded (10.657%) 2024-04-12T05:29:29.492 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:29 smithi063 ceph-mon[92400]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T05:29:29.492 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:29 smithi063 ceph-mon[92400]: osd.1 [v2:172.21.15.63:6810/4035231702,v1:172.21.15.63:6811/4035231702] boot 2024-04-12T05:29:29.492 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:29 smithi063 ceph-mon[92400]: osdmap e84: 8 total, 8 up, 8 in 2024-04-12T05:29:29.493 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:29 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:29:29.493 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:29 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:29.493 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:29 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:29.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:29 smithi098 ceph-mon[67743]: pgmap v77: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 219 B/s wr, 0 op/s; 172/1614 objects degraded (10.657%) 2024-04-12T05:29:29.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:29 smithi098 ceph-mon[67743]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T05:29:29.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:29 smithi098 ceph-mon[67743]: osd.1 [v2:172.21.15.63:6810/4035231702,v1:172.21.15.63:6811/4035231702] boot 2024-04-12T05:29:29.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:29 smithi098 ceph-mon[67743]: osdmap e84: 8 total, 8 up, 8 in 2024-04-12T05:29:29.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:29 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:29:29.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:29 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:29.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:29 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:30.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:30 smithi063 ceph-mon[92400]: osdmap e85: 8 total, 8 up, 8 in 2024-04-12T05:29:30.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:30 smithi098 ceph-mon[67743]: osdmap e85: 8 total, 8 up, 8 in 2024-04-12T05:29:31.416 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:31 smithi063 ceph-mon[92400]: pgmap v80: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 172/1614 objects degraded (10.657%) 2024-04-12T05:29:31.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:31 smithi098 ceph-mon[67743]: pgmap v80: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 172/1614 objects degraded (10.657%) 2024-04-12T05:29:31.842 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:29:32.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:32 smithi063 ceph-mon[92400]: Health check update: Degraded data redundancy: 58/1614 objects degraded (3.594%), 10 pgs degraded (PG_DEGRADED) 2024-04-12T05:29:32.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:32 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:32.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:32 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:32.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:32 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:29:32.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:32 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:29:32.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:32 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:32.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:32 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:32.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:32 smithi098 ceph-mon[67743]: Health check update: Degraded data redundancy: 58/1614 objects degraded (3.594%), 10 pgs degraded (PG_DEGRADED) 2024-04-12T05:29:32.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:32 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:32.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:32 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:32.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:32 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:29:32.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:32 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:29:32.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:32 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:32.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:32 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:33.309 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:33 smithi063 ceph-mon[92400]: pgmap v81: 129 pgs: 10 active+undersized+degraded, 8 active+undersized, 111 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 58/1614 objects degraded (3.594%) 2024-04-12T05:29:33.309 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:33 smithi063 ceph-mon[92400]: pgmap v82: 129 pgs: 129 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 202 B/s wr, 0 op/s 2024-04-12T05:29:33.309 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:33 smithi063 ceph-mon[92400]: pgmap v83: 129 pgs: 129 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 214 B/s rd, 214 B/s wr, 0 op/s 2024-04-12T05:29:33.309 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:33 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:29:33.309 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:33 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:29:33.309 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:33 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:29:33.309 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:33 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:29:33.309 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:33 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-12T05:29:33.309 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:33 smithi063 ceph-mon[92400]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 58/1614 objects degraded (3.594%), 10 pgs degraded) 2024-04-12T05:29:33.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:33 smithi098 ceph-mon[67743]: pgmap v81: 129 pgs: 10 active+undersized+degraded, 8 active+undersized, 111 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 58/1614 objects degraded (3.594%) 2024-04-12T05:29:33.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:33 smithi098 ceph-mon[67743]: pgmap v82: 129 pgs: 129 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 202 B/s wr, 0 op/s 2024-04-12T05:29:33.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:33 smithi098 ceph-mon[67743]: pgmap v83: 129 pgs: 129 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 214 B/s rd, 214 B/s wr, 0 op/s 2024-04-12T05:29:33.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:33 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:29:33.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:33 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:29:33.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:33 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:29:33.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:33 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:29:33.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:33 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-12T05:29:33.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:33 smithi098 ceph-mon[67743]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 58/1614 objects degraded (3.594%), 10 pgs degraded) 2024-04-12T05:29:34.403 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:34 smithi063 ceph-mon[92400]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-12T05:29:34.404 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:34 smithi063 ceph-mon[92400]: Upgrade: osd.2 is safe to restart 2024-04-12T05:29:34.404 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:34 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:34.404 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:34 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T05:29:34.404 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:34 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:29:34.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:34 smithi098 ceph-mon[67743]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-12T05:29:34.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:34 smithi098 ceph-mon[67743]: Upgrade: osd.2 is safe to restart 2024-04-12T05:29:34.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:34 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:34.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:34 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T05:29:34.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:34 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:29:35.336 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:35 smithi063 ceph-mon[92400]: Upgrade: Updating osd.2 2024-04-12T05:29:35.336 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:35 smithi063 ceph-mon[92400]: Deploying daemon osd.2 on smithi063 2024-04-12T05:29:35.336 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:35 smithi063 ceph-mon[92400]: pgmap v84: 129 pgs: 129 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 169 B/s rd, 169 B/s wr, 0 op/s 2024-04-12T05:29:35.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:35 smithi098 ceph-mon[67743]: Upgrade: Updating osd.2 2024-04-12T05:29:35.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:35 smithi098 ceph-mon[67743]: Deploying daemon osd.2 on smithi063 2024-04-12T05:29:35.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:35 smithi098 ceph-mon[67743]: pgmap v84: 129 pgs: 129 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 169 B/s rd, 169 B/s wr, 0 op/s 2024-04-12T05:29:37.123 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:29:36 smithi063 systemd[1]: Stopping Ceph osd.2 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:29:37.123 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:29:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.2[52896]: debug 2024-04-12T05:29:36.829+0000 7f5b7cd8b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-12T05:29:37.123 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:29:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.2[52896]: debug 2024-04-12T05:29:36.829+0000 7f5b7cd8b700 -1 osd.2 85 *** Got signal Terminated *** 2024-04-12T05:29:37.123 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:29:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.2[52896]: debug 2024-04-12T05:29:36.829+0000 7f5b7cd8b700 -1 osd.2 85 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T05:29:37.534 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:29:37 smithi063 bash[106921]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.2 2024-04-12T05:29:37.534 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:37 smithi063 ceph-mon[92400]: pgmap v85: 129 pgs: 129 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 291 B/s rd, 291 B/s wr, 0 op/s 2024-04-12T05:29:37.534 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:37 smithi063 ceph-mon[92400]: osd.2 reported immediately failed by osd.0 2024-04-12T05:29:37.534 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:37 smithi063 ceph-mon[92400]: osd.2 failed (root=default,host=smithi063) (connection refused reported by osd.0) 2024-04-12T05:29:37.534 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:37 smithi063 ceph-mon[92400]: osd.2 reported immediately failed by osd.3 2024-04-12T05:29:37.534 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:37 smithi063 ceph-mon[92400]: osd.2 reported immediately failed by osd.0 2024-04-12T05:29:37.534 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:37 smithi063 ceph-mon[92400]: osd.2 reported immediately failed by osd.1 2024-04-12T05:29:37.534 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:37 smithi063 ceph-mon[92400]: osd.2 reported immediately failed by osd.3 2024-04-12T05:29:37.535 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:37 smithi063 ceph-mon[92400]: osd.2 reported immediately failed by osd.5 2024-04-12T05:29:37.535 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:37 smithi063 ceph-mon[92400]: osd.2 reported immediately failed by osd.1 2024-04-12T05:29:37.535 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:37 smithi063 ceph-mon[92400]: osd.2 reported immediately failed by osd.4 2024-04-12T05:29:37.535 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:37 smithi063 ceph-mon[92400]: osd.2 reported immediately failed by osd.6 2024-04-12T05:29:37.535 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:37 smithi063 ceph-mon[92400]: osd.2 reported immediately failed by osd.7 2024-04-12T05:29:37.535 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:37 smithi063 ceph-mon[92400]: osd.2 reported immediately failed by osd.5 2024-04-12T05:29:37.535 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:37 smithi063 ceph-mon[92400]: osd.2 reported immediately failed by osd.4 2024-04-12T05:29:37.535 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:37 smithi063 ceph-mon[92400]: osd.2 reported immediately failed by osd.6 2024-04-12T05:29:37.535 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:37 smithi063 ceph-mon[92400]: osd.2 reported immediately failed by osd.7 2024-04-12T05:29:37.535 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:37 smithi063 ceph-mon[92400]: osd.2 reported immediately failed by osd.1 2024-04-12T05:29:37.535 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:37 smithi063 ceph-mon[92400]: osd.2 reported immediately failed by osd.0 2024-04-12T05:29:37.535 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:37 smithi063 ceph-mon[92400]: osd.2 reported immediately failed by osd.4 2024-04-12T05:29:37.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:37 smithi098 ceph-mon[67743]: pgmap v85: 129 pgs: 129 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 291 B/s rd, 291 B/s wr, 0 op/s 2024-04-12T05:29:37.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:37 smithi098 ceph-mon[67743]: osd.2 reported immediately failed by osd.0 2024-04-12T05:29:37.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:37 smithi098 ceph-mon[67743]: osd.2 failed (root=default,host=smithi063) (connection refused reported by osd.0) 2024-04-12T05:29:37.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:37 smithi098 ceph-mon[67743]: osd.2 reported immediately failed by osd.3 2024-04-12T05:29:37.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:37 smithi098 ceph-mon[67743]: osd.2 reported immediately failed by osd.0 2024-04-12T05:29:37.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:37 smithi098 ceph-mon[67743]: osd.2 reported immediately failed by osd.1 2024-04-12T05:29:37.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:37 smithi098 ceph-mon[67743]: osd.2 reported immediately failed by osd.3 2024-04-12T05:29:37.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:37 smithi098 ceph-mon[67743]: osd.2 reported immediately failed by osd.5 2024-04-12T05:29:37.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:37 smithi098 ceph-mon[67743]: osd.2 reported immediately failed by osd.1 2024-04-12T05:29:37.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:37 smithi098 ceph-mon[67743]: osd.2 reported immediately failed by osd.4 2024-04-12T05:29:37.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:37 smithi098 ceph-mon[67743]: osd.2 reported immediately failed by osd.6 2024-04-12T05:29:37.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:37 smithi098 ceph-mon[67743]: osd.2 reported immediately failed by osd.7 2024-04-12T05:29:37.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:37 smithi098 ceph-mon[67743]: osd.2 reported immediately failed by osd.5 2024-04-12T05:29:37.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:37 smithi098 ceph-mon[67743]: osd.2 reported immediately failed by osd.4 2024-04-12T05:29:37.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:37 smithi098 ceph-mon[67743]: osd.2 reported immediately failed by osd.6 2024-04-12T05:29:37.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:37 smithi098 ceph-mon[67743]: osd.2 reported immediately failed by osd.7 2024-04-12T05:29:37.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:37 smithi098 ceph-mon[67743]: osd.2 reported immediately failed by osd.1 2024-04-12T05:29:37.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:37 smithi098 ceph-mon[67743]: osd.2 reported immediately failed by osd.0 2024-04-12T05:29:37.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:37 smithi098 ceph-mon[67743]: osd.2 reported immediately failed by osd.4 2024-04-12T05:29:38.280 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:29:38.562 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:38 smithi063 ceph-mon[92400]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T05:29:38.562 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:38 smithi063 ceph-mon[92400]: osdmap e86: 8 total, 7 up, 8 in 2024-04-12T05:29:38.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:38 smithi098 ceph-mon[67743]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T05:29:38.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:38 smithi098 ceph-mon[67743]: osdmap e86: 8 total, 7 up, 8 in 2024-04-12T05:29:39.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:39 smithi063 ceph-mon[92400]: pgmap v87: 129 pgs: 10 stale+active+clean, 119 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 151 B/s rd, 151 B/s wr, 0 op/s 2024-04-12T05:29:39.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:39 smithi063 ceph-mon[92400]: osdmap e87: 8 total, 7 up, 8 in 2024-04-12T05:29:39.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:39 smithi098 ceph-mon[67743]: pgmap v87: 129 pgs: 10 stale+active+clean, 119 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 151 B/s rd, 151 B/s wr, 0 op/s 2024-04-12T05:29:39.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:39 smithi098 ceph-mon[67743]: osdmap e87: 8 total, 7 up, 8 in 2024-04-12T05:29:40.373 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:29:39 smithi063 systemd[1]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.2.service: Succeeded. 2024-04-12T05:29:40.373 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:29:39 smithi063 systemd[1]: Stopped Ceph osd.2 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:29:40.373 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:29:40 smithi063 systemd[1]: Starting Ceph osd.2 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:29:40.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:40.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:29:40.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:40.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:40 smithi063 ceph-mon[92400]: pgmap v89: 129 pgs: 10 stale+active+clean, 119 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2024-04-12T05:29:40.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:40.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:29:40.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:40.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:40 smithi098 ceph-mon[67743]: pgmap v89: 129 pgs: 10 stale+active+clean, 119 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2024-04-12T05:29:41.373 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:29:41 smithi063 bash[107330]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-04-12T05:29:41.373 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:29:41 smithi063 bash[107330]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-04-12T05:29:41.373 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:29:41 smithi063 bash[107330]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-04-12T05:29:41.373 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:29:41 smithi063 bash[107330]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-04-12T05:29:41.373 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:29:41 smithi063 bash[107330]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-04-12T05:29:41.373 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:29:41 smithi063 bash[107330]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-04-12T05:29:41.373 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:29:41 smithi063 bash[107330]: --> ceph-volume raw activate successful for osd ID: 2 2024-04-12T05:29:42.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:42 smithi063 ceph-mon[92400]: pgmap v90: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 148/1614 objects degraded (9.170%) 2024-04-12T05:29:42.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:42 smithi063 ceph-mon[92400]: Health check failed: Degraded data redundancy: 148/1614 objects degraded (9.170%), 21 pgs degraded (PG_DEGRADED) 2024-04-12T05:29:42.623 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:29:42 smithi063 bash[107589]: 04a2e64cacdad9be62d851e656cca5a9352f35e83fd78285a62d61c350946375 2024-04-12T05:29:42.623 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:29:42 smithi063 systemd[1]: Started Ceph osd.2 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:29:42.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:42 smithi098 ceph-mon[67743]: pgmap v90: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 148/1614 objects degraded (9.170%) 2024-04-12T05:29:42.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:42 smithi098 ceph-mon[67743]: Health check failed: Degraded data redundancy: 148/1614 objects degraded (9.170%), 21 pgs degraded (PG_DEGRADED) 2024-04-12T05:29:43.122 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:29:42 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-2[107604]: 2024-04-12T05:29:42.752+0000 7f2405b1a7c0 -1 Falling back to public interface 2024-04-12T05:29:43.319 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:29:43.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:43 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:43.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:43 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:43.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:43 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:29:43.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:43 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:43.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:43 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:43.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:43 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:29:44.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:44 smithi063 ceph-mon[92400]: pgmap v91: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 148/1614 objects degraded (9.170%) 2024-04-12T05:29:44.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:44 smithi098 ceph-mon[67743]: pgmap v91: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 148/1614 objects degraded (9.170%) 2024-04-12T05:29:47.061 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:29:46 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-2[107604]: 2024-04-12T05:29:46.706+0000 7f2405b1a7c0 -1 osd.2 0 read_superblock omap replica is missing. 2024-04-12T05:29:47.061 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:29:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-2[107604]: 2024-04-12T05:29:47.060+0000 7f2405b1a7c0 -1 osd.2 85 log_to_monitors true 2024-04-12T05:29:47.372 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:29:47 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-2[107604]: 2024-04-12T05:29:47.247+0000 7f23f6f74700 -1 osd.2 85 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T05:29:47.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:47 smithi063 ceph-mon[92400]: pgmap v92: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 228 B/s wr, 0 op/s; 148/1614 objects degraded (9.170%) 2024-04-12T05:29:47.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:47 smithi063 ceph-mon[92400]: from='osd.2 [v2:172.21.15.63:6818/1185046458,v1:172.21.15.63:6819/1185046458]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T05:29:47.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:47 smithi098 ceph-mon[67743]: pgmap v92: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 315 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 228 B/s wr, 0 op/s; 148/1614 objects degraded (9.170%) 2024-04-12T05:29:47.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:47 smithi098 ceph-mon[67743]: from='osd.2 [v2:172.21.15.63:6818/1185046458,v1:172.21.15.63:6819/1185046458]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T05:29:48.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:48 smithi063 ceph-mon[92400]: from='osd.2 [v2:172.21.15.63:6818/1185046458,v1:172.21.15.63:6819/1185046458]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-12T05:29:48.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:48 smithi063 ceph-mon[92400]: osdmap e88: 8 total, 7 up, 8 in 2024-04-12T05:29:48.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:48 smithi063 ceph-mon[92400]: from='osd.2 [v2:172.21.15.63:6818/1185046458,v1:172.21.15.63:6819/1185046458]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-04-12T05:29:48.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:48 smithi098 ceph-mon[67743]: from='osd.2 [v2:172.21.15.63:6818/1185046458,v1:172.21.15.63:6819/1185046458]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-12T05:29:48.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:48 smithi098 ceph-mon[67743]: osdmap e88: 8 total, 7 up, 8 in 2024-04-12T05:29:48.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:48 smithi098 ceph-mon[67743]: from='osd.2 [v2:172.21.15.63:6818/1185046458,v1:172.21.15.63:6819/1185046458]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-04-12T05:29:49.314 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:29:49.524 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:49 smithi063 ceph-mon[92400]: pgmap v94: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 315 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 205 B/s wr, 0 op/s; 148/1614 objects degraded (9.170%) 2024-04-12T05:29:49.524 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:49 smithi063 ceph-mon[92400]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T05:29:49.524 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:49 smithi063 ceph-mon[92400]: osd.2 [v2:172.21.15.63:6818/1185046458,v1:172.21.15.63:6819/1185046458] boot 2024-04-12T05:29:49.524 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:49 smithi063 ceph-mon[92400]: osdmap e89: 8 total, 8 up, 8 in 2024-04-12T05:29:49.524 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:49 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:29:49.524 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:49 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:49.524 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:49 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:49.524 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:49 smithi063 ceph-mon[92400]: osdmap e90: 8 total, 8 up, 8 in 2024-04-12T05:29:49.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:49 smithi098 ceph-mon[67743]: pgmap v94: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 315 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 205 B/s wr, 0 op/s; 148/1614 objects degraded (9.170%) 2024-04-12T05:29:49.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:49 smithi098 ceph-mon[67743]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T05:29:49.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:49 smithi098 ceph-mon[67743]: osd.2 [v2:172.21.15.63:6818/1185046458,v1:172.21.15.63:6819/1185046458] boot 2024-04-12T05:29:49.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:49 smithi098 ceph-mon[67743]: osdmap e89: 8 total, 8 up, 8 in 2024-04-12T05:29:49.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:49 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:29:49.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:49 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:49.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:49 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:49.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:49 smithi098 ceph-mon[67743]: osdmap e90: 8 total, 8 up, 8 in 2024-04-12T05:29:51.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:51 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:51.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:51 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:51.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:51 smithi063 ceph-mon[92400]: pgmap v97: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 315 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 148/1614 objects degraded (9.170%) 2024-04-12T05:29:51.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:51 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:51.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:51 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:51.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:51 smithi098 ceph-mon[67743]: pgmap v97: 129 pgs: 21 active+undersized+degraded, 14 active+undersized, 94 active+clean; 315 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 148/1614 objects degraded (9.170%) 2024-04-12T05:29:52.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:52 smithi063 ceph-mon[92400]: pgmap v98: 129 pgs: 5 active+undersized+degraded, 5 active+undersized, 119 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 23/1614 objects degraded (1.425%) 2024-04-12T05:29:52.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:52 smithi063 ceph-mon[92400]: Health check update: Degraded data redundancy: 23/1614 objects degraded (1.425%), 5 pgs degraded (PG_DEGRADED) 2024-04-12T05:29:52.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:52 smithi098 ceph-mon[67743]: pgmap v98: 129 pgs: 5 active+undersized+degraded, 5 active+undersized, 119 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 23/1614 objects degraded (1.425%) 2024-04-12T05:29:52.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:52 smithi098 ceph-mon[67743]: Health check update: Degraded data redundancy: 23/1614 objects degraded (1.425%), 5 pgs degraded (PG_DEGRADED) 2024-04-12T05:29:54.356 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:29:54.762 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:54 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:54.762 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:54 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:54.763 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:54 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:29:54.763 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:54 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:29:54.763 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:54 smithi063 ceph-mon[92400]: pgmap v99: 129 pgs: 129 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 164 B/s rd, 164 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:29:54.763 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:54 smithi063 ceph-mon[92400]: pgmap v100: 129 pgs: 129 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 194 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:29:54.763 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:54 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:54.763 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:54 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:54.763 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:54 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:29:54.763 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:54 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:29:54.763 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:54 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:29:54.763 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:54 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:29:54.763 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:54 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-12T05:29:54.763 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:54 smithi063 ceph-mon[92400]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-12T05:29:54.763 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:54 smithi063 ceph-mon[92400]: Upgrade: osd.3 is safe to restart 2024-04-12T05:29:54.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:54 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:54.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:54 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:54.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:54 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:29:54.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:54 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:29:54.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:54 smithi098 ceph-mon[67743]: pgmap v99: 129 pgs: 129 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 164 B/s rd, 164 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:29:54.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:54 smithi098 ceph-mon[67743]: pgmap v100: 129 pgs: 129 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 194 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:29:54.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:54 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:54.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:54 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:54.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:54 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:29:54.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:54 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:29:54.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:54 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:29:54.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:54 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:29:54.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:54 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-12T05:29:54.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:54 smithi098 ceph-mon[67743]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-12T05:29:54.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:54 smithi098 ceph-mon[67743]: Upgrade: osd.3 is safe to restart 2024-04-12T05:29:55.636 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:29:55.777 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:55 smithi063 ceph-mon[92400]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 23/1614 objects degraded (1.425%), 5 pgs degraded) 2024-04-12T05:29:55.777 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:55 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:55.777 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:55 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:29:55.777 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:55 smithi063 ceph-mon[92400]: Upgrade: Updating osd.3 2024-04-12T05:29:55.777 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:55 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:55.778 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:55 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-12T05:29:55.778 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:55 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:29:55.778 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:55 smithi063 ceph-mon[92400]: Deploying daemon osd.3 on smithi063 2024-04-12T05:29:55.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:55 smithi098 ceph-mon[67743]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 23/1614 objects degraded (1.425%), 5 pgs degraded) 2024-04-12T05:29:55.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:55 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:55.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:55 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:29:55.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:55 smithi098 ceph-mon[67743]: Upgrade: Updating osd.3 2024-04-12T05:29:55.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:55 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:29:55.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:55 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-12T05:29:55.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:55 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:29:55.876 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:55 smithi098 ceph-mon[67743]: Deploying daemon osd.3 on smithi063 2024-04-12T05:29:56.325 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:29:56.325 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (12m) 7s ago 22m 19.0M - 0.20.0 0881eb8f169f bb7b02859510 2024-04-12T05:29:56.325 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (99s) 7s ago 22m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 e2f6d0fe796d 2024-04-12T05:29:56.325 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (94s) 89s ago 21m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 aa9a3c02a4c8 2024-04-12T05:29:56.325 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (9m) 7s ago 22m 34.7M - 6.7.4 557c83e11646 0c5fa841843c 2024-04-12T05:29:56.325 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (16m) 7s ago 16m 38.0M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:29:56.325 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (16m) 89s ago 16m 16.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:29:56.325 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:8443,9283,8765 running (3m) 7s ago 23m 499M - 18.2.2-1187-gd540ebac bb2c5eac26a4 0961e9643022 2024-04-12T05:29:56.325 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283,8765 running (2m) 89s ago 21m 448M - 18.2.2-1187-gd540ebac bb2c5eac26a4 ab061c2f1b7e 2024-04-12T05:29:56.325 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (2m) 7s ago 24m 52.3M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 8c771d476bff 2024-04-12T05:29:56.325 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (2m) 89s ago 21m 38.0M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 604d852b1c69 2024-04-12T05:29:56.325 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (14m) 7s ago 14m 83.3M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:29:56.326 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (14m) 89s ago 14m 78.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:29:56.326 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (7m) 7s ago 21m 17.2M - 0.18.1 e5a616e4b9cf 9eeec583abdd 2024-04-12T05:29:56.326 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (3m) 89s ago 21m 10.7M - 0.18.1 e5a616e4b9cf b09200a95cd0 2024-04-12T05:29:56.326 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (72s) 7s ago 20m 121M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46885c19f3c9 2024-04-12T05:29:56.326 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (35s) 7s ago 20m 104M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 95dbd86f0cc5 2024-04-12T05:29:56.326 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (14s) 7s ago 20m 12.0M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 04a2e64cacda 2024-04-12T05:29:56.326 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (19m) 7s ago 19m 346M 1944M 16.2.5 6933c2a0b7dd 68bbb4a4e2f3 2024-04-12T05:29:56.326 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (19m) 89s ago 19m 369M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:29:56.326 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (19m) 89s ago 19m 375M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:29:56.326 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (18m) 89s ago 18m 322M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:29:56.326 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (18m) 89s ago 18m 446M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:29:56.326 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 unknown 7s ago 21m - - 2024-04-12T05:29:56.743 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:29:56.743 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:29:56.743 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:29:56.743 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:29:56.743 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:29:56.743 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:29:56.744 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:29:56.744 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:29:56.744 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2024-04-12T05:29:56.744 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 3 2024-04-12T05:29:56.744 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:29:56.744 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:29:56.744 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:29:56.744 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:29:56.744 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:29:56.744 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7, 2024-04-12T05:29:56.744 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 7 2024-04-12T05:29:56.744 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:29:56.744 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:29:56.991 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:56 smithi063 ceph-mon[92400]: pgmap v101: 129 pgs: 129 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 284 B/s rd, 142 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:29:56.991 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:56 smithi063 ceph-mon[92400]: from='client.34234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:29:56.991 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:56 smithi063 ceph-mon[92400]: from='client.34238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:29:56.991 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:56 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/909138222' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:29:57.097 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:29:57.098 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:29:57.098 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:29:57.098 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:29:57.098 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [ 2024-04-12T05:29:57.099 INFO:teuthology.orchestra.run.smithi063.stdout: "crash", 2024-04-12T05:29:57.099 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr", 2024-04-12T05:29:57.099 INFO:teuthology.orchestra.run.smithi063.stdout: "mon" 2024-04-12T05:29:57.099 INFO:teuthology.orchestra.run.smithi063.stdout: ], 2024-04-12T05:29:57.099 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "9/23 daemons upgraded", 2024-04-12T05:29:57.099 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "Currently upgrading osd daemons", 2024-04-12T05:29:57.099 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:29:57.099 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:29:57.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:56 smithi098 ceph-mon[67743]: pgmap v101: 129 pgs: 129 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 284 B/s rd, 142 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:29:57.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:56 smithi098 ceph-mon[67743]: from='client.34234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:29:57.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:56 smithi098 ceph-mon[67743]: from='client.34238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:29:57.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:56 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/909138222' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:29:57.524 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T05:29:57.524 INFO:teuthology.orchestra.run.smithi063.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:29:57.524 INFO:teuthology.orchestra.run.smithi063.stdout: daemon prometheus.smithi063 on smithi063 is in unknown state 2024-04-12T05:29:58.095 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:57 smithi063 ceph-mon[92400]: from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:29:58.095 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:57 smithi063 ceph-mon[92400]: from='client.34250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:29:58.096 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:57 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/2688345151' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:29:58.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:57 smithi098 ceph-mon[67743]: from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:29:58.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:57 smithi098 ceph-mon[67743]: from='client.34250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:29:58.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:57 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/2688345151' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:29:59.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:58 smithi063 ceph-mon[92400]: pgmap v102: 129 pgs: 129 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 249 B/s rd, 249 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:29:59.123 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:29:58 smithi063 systemd[1]: Stopping Ceph osd.3 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:29:59.123 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:29:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.3[56430]: debug 2024-04-12T05:29:58.876+0000 7fa1d6e48700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-12T05:29:59.123 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:29:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.3[56430]: debug 2024-04-12T05:29:58.876+0000 7fa1d6e48700 -1 osd.3 90 *** Got signal Terminated *** 2024-04-12T05:29:59.123 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:29:58 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.3[56430]: debug 2024-04-12T05:29:58.876+0000 7fa1d6e48700 -1 osd.3 90 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T05:29:59.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:58 smithi098 ceph-mon[67743]: pgmap v102: 129 pgs: 129 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 249 B/s rd, 249 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:29:59.622 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:29:59 smithi063 bash[110234]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.3 2024-04-12T05:30:00.050 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.4 2024-04-12T05:30:00.050 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 failed (root=default,host=smithi063) (connection refused reported by osd.4) 2024-04-12T05:30:00.050 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.2 2024-04-12T05:30:00.050 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.2 2024-04-12T05:30:00.050 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.0 2024-04-12T05:30:00.050 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.1 2024-04-12T05:30:00.050 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.0 2024-04-12T05:30:00.050 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.1 2024-04-12T05:30:00.051 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.5 2024-04-12T05:30:00.051 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.7 2024-04-12T05:30:00.051 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.7 2024-04-12T05:30:00.051 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.5 2024-04-12T05:30:00.051 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.4 2024-04-12T05:30:00.051 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.6 2024-04-12T05:30:00.051 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.4 2024-04-12T05:30:00.051 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.6 2024-04-12T05:30:00.051 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.4 2024-04-12T05:30:00.051 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.2 2024-04-12T05:30:00.051 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:00.051 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.2 2024-04-12T05:30:00.051 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.1 2024-04-12T05:30:00.051 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.2 2024-04-12T05:30:00.051 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.0 2024-04-12T05:30:00.052 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.1 2024-04-12T05:30:00.052 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.0 2024-04-12T05:30:00.052 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.6 2024-04-12T05:30:00.052 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.7 2024-04-12T05:30:00.052 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.5 2024-04-12T05:30:00.052 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.4 2024-04-12T05:30:00.052 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.6 2024-04-12T05:30:00.052 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.7 2024-04-12T05:30:00.052 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.5 2024-04-12T05:30:00.052 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.4 2024-04-12T05:30:00.052 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.2 2024-04-12T05:30:00.052 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:29:59 smithi063 ceph-mon[92400]: osd.3 reported immediately failed by osd.4 2024-04-12T05:30:00.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.4 2024-04-12T05:30:00.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 failed (root=default,host=smithi063) (connection refused reported by osd.4) 2024-04-12T05:30:00.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.2 2024-04-12T05:30:00.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.2 2024-04-12T05:30:00.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.0 2024-04-12T05:30:00.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.1 2024-04-12T05:30:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.0 2024-04-12T05:30:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.1 2024-04-12T05:30:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.5 2024-04-12T05:30:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.7 2024-04-12T05:30:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.7 2024-04-12T05:30:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.5 2024-04-12T05:30:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.4 2024-04-12T05:30:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.6 2024-04-12T05:30:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.4 2024-04-12T05:30:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.6 2024-04-12T05:30:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.4 2024-04-12T05:30:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.2 2024-04-12T05:30:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.2 2024-04-12T05:30:00.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.1 2024-04-12T05:30:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.2 2024-04-12T05:30:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.0 2024-04-12T05:30:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.1 2024-04-12T05:30:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.0 2024-04-12T05:30:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.6 2024-04-12T05:30:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.7 2024-04-12T05:30:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.5 2024-04-12T05:30:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.4 2024-04-12T05:30:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.6 2024-04-12T05:30:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.7 2024-04-12T05:30:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.5 2024-04-12T05:30:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.4 2024-04-12T05:30:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.2 2024-04-12T05:30:00.127 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:29:59 smithi098 ceph-mon[67743]: osd.3 reported immediately failed by osd.4 2024-04-12T05:30:00.839 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:30:01.106 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:00 smithi063 ceph-mon[92400]: pgmap v103: 129 pgs: 129 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 220 B/s rd, 220 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:30:01.106 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:00 smithi063 ceph-mon[92400]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T05:30:01.106 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:00 smithi063 ceph-mon[92400]: osdmap e91: 8 total, 7 up, 8 in 2024-04-12T05:30:01.106 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:00 smithi063 ceph-mon[92400]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down 2024-04-12T05:30:01.106 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:00 smithi063 ceph-mon[92400]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:30:01.106 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:00 smithi063 ceph-mon[92400]: daemon prometheus.smithi063 on smithi063 is in unknown state 2024-04-12T05:30:01.106 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:00 smithi063 ceph-mon[92400]: [WRN] OSD_DOWN: 1 osds down 2024-04-12T05:30:01.106 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:00 smithi063 ceph-mon[92400]: osd.3 (root=default,host=smithi063) is down 2024-04-12T05:30:01.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:00 smithi098 ceph-mon[67743]: pgmap v103: 129 pgs: 129 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 220 B/s rd, 220 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:30:01.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:00 smithi098 ceph-mon[67743]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T05:30:01.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:00 smithi098 ceph-mon[67743]: osdmap e91: 8 total, 7 up, 8 in 2024-04-12T05:30:01.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:00 smithi098 ceph-mon[67743]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down 2024-04-12T05:30:01.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:00 smithi098 ceph-mon[67743]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:30:01.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:00 smithi098 ceph-mon[67743]: daemon prometheus.smithi063 on smithi063 is in unknown state 2024-04-12T05:30:01.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:00 smithi098 ceph-mon[67743]: [WRN] OSD_DOWN: 1 osds down 2024-04-12T05:30:01.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:00 smithi098 ceph-mon[67743]: osd.3 (root=default,host=smithi063) is down 2024-04-12T05:30:02.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:01 smithi063 ceph-mon[92400]: osdmap e92: 8 total, 7 up, 8 in 2024-04-12T05:30:02.123 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:30:01 smithi063 systemd[1]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.3.service: Succeeded. 2024-04-12T05:30:02.123 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:30:01 smithi063 systemd[1]: Stopped Ceph osd.3 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:30:02.123 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:30:01 smithi063 systemd[1]: Starting Ceph osd.3 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:30:02.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:01 smithi098 ceph-mon[67743]: osdmap e92: 8 total, 7 up, 8 in 2024-04-12T05:30:02.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:02 smithi063 ceph-mon[92400]: pgmap v106: 129 pgs: 7 active+undersized+degraded, 23 peering, 6 stale+active+clean, 3 active+undersized, 90 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 72/1614 objects degraded (4.461%) 2024-04-12T05:30:02.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:02 smithi063 ceph-mon[92400]: Health check failed: Reduced data availability: 2 pgs inactive, 9 pgs peering (PG_AVAILABILITY) 2024-04-12T05:30:02.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:02 smithi063 ceph-mon[92400]: Health check failed: Degraded data redundancy: 72/1614 objects degraded (4.461%), 7 pgs degraded (PG_DEGRADED) 2024-04-12T05:30:03.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:02 smithi098 ceph-mon[67743]: pgmap v106: 129 pgs: 7 active+undersized+degraded, 23 peering, 6 stale+active+clean, 3 active+undersized, 90 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 72/1614 objects degraded (4.461%) 2024-04-12T05:30:03.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:02 smithi098 ceph-mon[67743]: Health check failed: Reduced data availability: 2 pgs inactive, 9 pgs peering (PG_AVAILABILITY) 2024-04-12T05:30:03.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:02 smithi098 ceph-mon[67743]: Health check failed: Degraded data redundancy: 72/1614 objects degraded (4.461%), 7 pgs degraded (PG_DEGRADED) 2024-04-12T05:30:03.538 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:30:03 smithi063 bash[110652]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-04-12T05:30:03.539 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:30:03 smithi063 bash[110652]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-04-12T05:30:03.539 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:30:03 smithi063 bash[110652]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-04-12T05:30:03.539 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:30:03 smithi063 bash[110652]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-04-12T05:30:03.539 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:30:03 smithi063 bash[110652]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-04-12T05:30:03.539 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:30:03 smithi063 bash[110652]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-04-12T05:30:03.539 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:30:03 smithi063 bash[110652]: --> ceph-volume raw activate successful for osd ID: 3 2024-04-12T05:30:04.622 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:30:04 smithi063 ceph-osd[110971]: -- 172.21.15.63:0/1808514304 <== mon.0 v2:172.21.15.63:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5615c4e851e0 con 0x5615c4e55000 2024-04-12T05:30:04.622 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:30:04 smithi063 bash[110933]: bd28f6c7a1a4fb2e702ce963a8acb4ba03ca421a5bcac0040264194f95dceafb 2024-04-12T05:30:04.622 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:30:04 smithi063 systemd[1]: Started Ceph osd.3 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:30:05.098 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:30:04 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-3[110948]: 2024-04-12T05:30:04.797+0000 7efeffcec7c0 -1 Falling back to public interface 2024-04-12T05:30:05.098 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:04 smithi063 ceph-mon[92400]: pgmap v107: 129 pgs: 18 active+undersized+degraded, 23 peering, 9 active+undersized, 79 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 114/1614 objects degraded (7.063%) 2024-04-12T05:30:05.098 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:04 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:05.098 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:04 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:05.098 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:04 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:30:05.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:04 smithi098 ceph-mon[67743]: pgmap v107: 129 pgs: 18 active+undersized+degraded, 23 peering, 9 active+undersized, 79 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 114/1614 objects degraded (7.063%) 2024-04-12T05:30:05.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:04 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:05.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:04 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:05.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:04 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:30:05.872 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:30:06.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:05 smithi063 ceph-mon[92400]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 9 pgs peering) 2024-04-12T05:30:06.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:05 smithi098 ceph-mon[67743]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 9 pgs peering) 2024-04-12T05:30:07.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:06 smithi063 ceph-mon[92400]: pgmap v108: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 207/1614 objects degraded (12.825%) 2024-04-12T05:30:07.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:06 smithi098 ceph-mon[67743]: pgmap v108: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 207/1614 objects degraded (12.825%) 2024-04-12T05:30:09.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:08 smithi063 ceph-mon[92400]: pgmap v109: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 207/1614 objects degraded (12.825%) 2024-04-12T05:30:09.123 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:30:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-3[110948]: 2024-04-12T05:30:09.089+0000 7efeffcec7c0 -1 osd.3 0 read_superblock omap replica is missing. 2024-04-12T05:30:09.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:08 smithi098 ceph-mon[67743]: pgmap v109: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 207/1614 objects degraded (12.825%) 2024-04-12T05:30:09.872 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:30:09 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-3[110948]: 2024-04-12T05:30:09.598+0000 7efeffcec7c0 -1 osd.3 90 log_to_monitors true 2024-04-12T05:30:10.872 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:30:10 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-3[110948]: 2024-04-12T05:30:10.526+0000 7efef1146700 -1 osd.3 90 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T05:30:10.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:10 smithi063 ceph-mon[92400]: pgmap v110: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 212 B/s wr, 0 op/s; 207/1614 objects degraded (12.825%) 2024-04-12T05:30:10.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:10 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:10.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:10 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:30:10.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:10 smithi063 ceph-mon[92400]: from='osd.3 [v2:172.21.15.63:6826/1267487067,v1:172.21.15.63:6827/1267487067]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-12T05:30:10.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:10 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:10.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:10 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:10.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:10 smithi098 ceph-mon[67743]: pgmap v110: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 212 B/s wr, 0 op/s; 207/1614 objects degraded (12.825%) 2024-04-12T05:30:10.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:10 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:10.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:10 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:30:10.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:10 smithi098 ceph-mon[67743]: from='osd.3 [v2:172.21.15.63:6826/1267487067,v1:172.21.15.63:6827/1267487067]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-12T05:30:10.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:10 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:10.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:10 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:10.918 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:30:11.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:11 smithi063 ceph-mon[92400]: from='osd.3 [v2:172.21.15.63:6826/1267487067,v1:172.21.15.63:6827/1267487067]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-12T05:30:11.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:11 smithi063 ceph-mon[92400]: osdmap e93: 8 total, 7 up, 8 in 2024-04-12T05:30:11.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:11 smithi063 ceph-mon[92400]: from='osd.3 [v2:172.21.15.63:6826/1267487067,v1:172.21.15.63:6827/1267487067]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-04-12T05:30:11.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:11 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:11.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:11 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:11.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:11 smithi063 ceph-mon[92400]: Health check update: Degraded data redundancy: 207/1614 objects degraded (12.825%), 30 pgs degraded (PG_DEGRADED) 2024-04-12T05:30:11.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:11 smithi098 ceph-mon[67743]: from='osd.3 [v2:172.21.15.63:6826/1267487067,v1:172.21.15.63:6827/1267487067]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-12T05:30:11.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:11 smithi098 ceph-mon[67743]: osdmap e93: 8 total, 7 up, 8 in 2024-04-12T05:30:11.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:11 smithi098 ceph-mon[67743]: from='osd.3 [v2:172.21.15.63:6826/1267487067,v1:172.21.15.63:6827/1267487067]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-04-12T05:30:11.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:11 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:11.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:11 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:11.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:11 smithi098 ceph-mon[67743]: Health check update: Degraded data redundancy: 207/1614 objects degraded (12.825%), 30 pgs degraded (PG_DEGRADED) 2024-04-12T05:30:12.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:12 smithi063 ceph-mon[92400]: pgmap v112: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 207/1614 objects degraded (12.825%) 2024-04-12T05:30:12.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:12 smithi063 ceph-mon[92400]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T05:30:12.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:12 smithi063 ceph-mon[92400]: osd.3 [v2:172.21.15.63:6826/1267487067,v1:172.21.15.63:6827/1267487067] boot 2024-04-12T05:30:12.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:12 smithi063 ceph-mon[92400]: osdmap e94: 8 total, 8 up, 8 in 2024-04-12T05:30:12.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:12 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:30:12.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:12 smithi063 ceph-mon[92400]: osdmap e95: 8 total, 8 up, 8 in 2024-04-12T05:30:12.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:12 smithi098 ceph-mon[67743]: pgmap v112: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 207/1614 objects degraded (12.825%) 2024-04-12T05:30:12.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:12 smithi098 ceph-mon[67743]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T05:30:12.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:12 smithi098 ceph-mon[67743]: osd.3 [v2:172.21.15.63:6826/1267487067,v1:172.21.15.63:6827/1267487067] boot 2024-04-12T05:30:12.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:12 smithi098 ceph-mon[67743]: osdmap e94: 8 total, 8 up, 8 in 2024-04-12T05:30:12.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:12 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:30:12.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:12 smithi098 ceph-mon[67743]: osdmap e95: 8 total, 8 up, 8 in 2024-04-12T05:30:14.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:14 smithi063 ceph-mon[92400]: pgmap v115: 129 pgs: 11 peering, 23 active+undersized+degraded, 16 active+undersized, 79 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 175/1614 objects degraded (10.843%) 2024-04-12T05:30:14.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:14 smithi098 ceph-mon[67743]: pgmap v115: 129 pgs: 11 peering, 23 active+undersized+degraded, 16 active+undersized, 79 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 175/1614 objects degraded (10.843%) 2024-04-12T05:30:15.968 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:30:16.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:16 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:16.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:16 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:16.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:16 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:30:16.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:16 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:30:16.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:16 smithi063 ceph-mon[92400]: pgmap v116: 129 pgs: 11 peering, 23 active+undersized+degraded, 16 active+undersized, 79 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 182 B/s wr, 0 op/s; 175/1614 objects degraded (10.843%) 2024-04-12T05:30:16.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:16 smithi063 ceph-mon[92400]: pgmap v117: 129 pgs: 11 peering, 23 active+undersized+degraded, 16 active+undersized, 79 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 224 B/s wr, 0 op/s; 175/1614 objects degraded (10.843%) 2024-04-12T05:30:16.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:16 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:16.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:16 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:16.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:16 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:30:16.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:16 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:30:16.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:16 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:30:16.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:16 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:30:16.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:16 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-12T05:30:16.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:16 smithi063 ceph-mon[92400]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-12T05:30:16.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:16 smithi063 ceph-mon[92400]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-04-12T05:30:16.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:16 smithi063 ceph-mon[92400]: Health check update: Degraded data redundancy: 175/1614 objects degraded (10.843%), 23 pgs degraded (PG_DEGRADED) 2024-04-12T05:30:16.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:16 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:16.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:16 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:16.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:16 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:30:16.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:16 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:30:16.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:16 smithi098 ceph-mon[67743]: pgmap v116: 129 pgs: 11 peering, 23 active+undersized+degraded, 16 active+undersized, 79 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 182 B/s wr, 0 op/s; 175/1614 objects degraded (10.843%) 2024-04-12T05:30:16.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:16 smithi098 ceph-mon[67743]: pgmap v117: 129 pgs: 11 peering, 23 active+undersized+degraded, 16 active+undersized, 79 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 224 B/s wr, 0 op/s; 175/1614 objects degraded (10.843%) 2024-04-12T05:30:16.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:16 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:16.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:16 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:16.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:16 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:30:16.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:16 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:30:16.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:16 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:30:16.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:16 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:30:16.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:16 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-12T05:30:16.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:16 smithi098 ceph-mon[67743]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-12T05:30:16.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:16 smithi098 ceph-mon[67743]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-04-12T05:30:16.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:16 smithi098 ceph-mon[67743]: Health check update: Degraded data redundancy: 175/1614 objects degraded (10.843%), 23 pgs degraded (PG_DEGRADED) 2024-04-12T05:30:17.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:17 smithi063 ceph-mon[92400]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 175/1614 objects degraded (10.843%), 23 pgs degraded) 2024-04-12T05:30:17.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:17 smithi098 ceph-mon[67743]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 175/1614 objects degraded (10.843%), 23 pgs degraded) 2024-04-12T05:30:18.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:18 smithi063 ceph-mon[92400]: pgmap v118: 129 pgs: 11 peering, 118 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 182 B/s wr, 30 op/s 2024-04-12T05:30:18.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:18 smithi098 ceph-mon[67743]: pgmap v118: 129 pgs: 11 peering, 118 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 182 B/s wr, 30 op/s 2024-04-12T05:30:20.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:20 smithi063 ceph-mon[92400]: pgmap v119: 129 pgs: 129 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 270 B/s wr, 23 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:30:20.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:20 smithi098 ceph-mon[67743]: pgmap v119: 129 pgs: 129 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 270 B/s wr, 23 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:30:21.008 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:30:22.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:22 smithi063 ceph-mon[92400]: pgmap v120: 129 pgs: 129 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 119 B/s wr, 20 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:30:22.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:22 smithi098 ceph-mon[67743]: pgmap v120: 129 pgs: 129 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 119 B/s wr, 20 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:30:24.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:24 smithi063 ceph-mon[92400]: pgmap v121: 129 pgs: 129 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 212 B/s wr, 18 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:30:24.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:24 smithi098 ceph-mon[67743]: pgmap v121: 129 pgs: 129 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 212 B/s wr, 18 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:30:25.862 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:25.862 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:30:25.862 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:25.862 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:25 smithi063 ceph-mon[92400]: pgmap v122: 129 pgs: 129 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 204 B/s wr, 17 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:30:25.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:25.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:30:25.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:25.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:25 smithi098 ceph-mon[67743]: pgmap v122: 129 pgs: 129 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 204 B/s wr, 17 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:30:26.046 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:30:27.891 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:30:28.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:28 smithi063 ceph-mon[92400]: pgmap v123: 129 pgs: 129 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 170 B/s wr, 14 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:30:28.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:28 smithi098 ceph-mon[67743]: pgmap v123: 129 pgs: 129 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 170 B/s wr, 14 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:30:28.556 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:30:28.556 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (12m) 18s ago 22m 18.7M - 0.20.0 0881eb8f169f bb7b02859510 2024-04-12T05:30:28.556 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (2m) 18s ago 22m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 e2f6d0fe796d 2024-04-12T05:30:28.557 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (2m) 2m ago 22m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 aa9a3c02a4c8 2024-04-12T05:30:28.557 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (10m) 18s ago 22m 34.7M - 6.7.4 557c83e11646 0c5fa841843c 2024-04-12T05:30:28.557 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (17m) 18s ago 17m 38.0M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:30:28.557 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (17m) 2m ago 17m 16.1M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:30:28.557 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:8443,9283,8765 running (4m) 18s ago 24m 500M - 18.2.2-1187-gd540ebac bb2c5eac26a4 0961e9643022 2024-04-12T05:30:28.557 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283,8765 running (3m) 2m ago 22m 448M - 18.2.2-1187-gd540ebac bb2c5eac26a4 ab061c2f1b7e 2024-04-12T05:30:28.557 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (3m) 18s ago 24m 53.7M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 8c771d476bff 2024-04-12T05:30:28.557 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (2m) 2m ago 21m 38.0M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 604d852b1c69 2024-04-12T05:30:28.557 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (14m) 18s ago 14m 83.5M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:30:28.557 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (14m) 2m ago 14m 78.9M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:30:28.557 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (8m) 18s ago 22m 17.2M - 0.18.1 e5a616e4b9cf 9eeec583abdd 2024-04-12T05:30:28.557 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (4m) 2m ago 21m 10.7M - 0.18.1 e5a616e4b9cf b09200a95cd0 2024-04-12T05:30:28.557 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (104s) 18s ago 21m 121M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46885c19f3c9 2024-04-12T05:30:28.557 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (67s) 18s ago 20m 105M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 95dbd86f0cc5 2024-04-12T05:30:28.557 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (46s) 18s ago 20m 89.3M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 04a2e64cacda 2024-04-12T05:30:28.557 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (24s) 18s ago 20m 13.0M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 bd28f6c7a1a4 2024-04-12T05:30:28.558 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (19m) 2m ago 19m 369M 2712M 16.2.5 6933c2a0b7dd 471a68c90e85 2024-04-12T05:30:28.558 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (19m) 2m ago 19m 375M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:30:28.558 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (19m) 2m ago 19m 322M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:30:28.558 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (18m) 2m ago 18m 446M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:30:28.558 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 unknown 18s ago 22m - - 2024-04-12T05:30:28.965 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:30:28.965 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:30:28.965 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:30:28.965 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:30:28.965 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:30:28.965 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:30:28.965 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:30:28.965 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:30:28.965 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2024-04-12T05:30:28.965 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 4 2024-04-12T05:30:28.965 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:30:28.966 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:30:28.966 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:30:28.966 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:30:28.966 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:30:28.966 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2024-04-12T05:30:28.966 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 8 2024-04-12T05:30:28.966 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:30:28.966 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:30:29.306 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:30:29.306 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:30:29.307 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:30:29.307 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:30:29.307 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [ 2024-04-12T05:30:29.307 INFO:teuthology.orchestra.run.smithi063.stdout: "crash", 2024-04-12T05:30:29.307 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr", 2024-04-12T05:30:29.307 INFO:teuthology.orchestra.run.smithi063.stdout: "mon" 2024-04-12T05:30:29.307 INFO:teuthology.orchestra.run.smithi063.stdout: ], 2024-04-12T05:30:29.307 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "10/23 daemons upgraded", 2024-04-12T05:30:29.307 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "Currently upgrading osd daemons", 2024-04-12T05:30:29.307 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:30:29.307 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:30:29.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:29 smithi063 ceph-mon[92400]: from='client.34262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:30:29.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:29 smithi063 ceph-mon[92400]: from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:30:29.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:29 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/2497276679' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:30:29.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:29 smithi098 ceph-mon[67743]: from='client.34262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:30:29.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:29 smithi098 ceph-mon[67743]: from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:30:29.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:29 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/2497276679' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:30:29.709 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T05:30:29.709 INFO:teuthology.orchestra.run.smithi063.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:30:29.709 INFO:teuthology.orchestra.run.smithi063.stdout: daemon prometheus.smithi063 on smithi063 is in unknown state 2024-04-12T05:30:30.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:30 smithi063 ceph-mon[92400]: from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:30:30.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:30 smithi063 ceph-mon[92400]: pgmap v124: 129 pgs: 129 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:30:30.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:30 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/3521043442' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:30:30.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:30 smithi098 ceph-mon[67743]: from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:30:30.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:30 smithi098 ceph-mon[67743]: pgmap v124: 129 pgs: 129 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:30:30.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:30 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/3521043442' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:30:31.096 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:30:31.354 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:31 smithi098 ceph-mon[67743]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:30:31.354 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:31 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-12T05:30:31.354 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:31 smithi098 ceph-mon[67743]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-12T05:30:31.354 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:31 smithi098 ceph-mon[67743]: Upgrade: osd.4 is safe to restart 2024-04-12T05:30:31.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:31 smithi063 ceph-mon[92400]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:30:31.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:31 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-12T05:30:31.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:31 smithi063 ceph-mon[92400]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-12T05:30:31.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:31 smithi063 ceph-mon[92400]: Upgrade: osd.4 is safe to restart 2024-04-12T05:30:32.474 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:32 smithi098 ceph-mon[67743]: pgmap v125: 129 pgs: 129 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:30:32.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:32 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:32.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:32 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-12T05:30:32.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:32 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:30:32.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:32 smithi063 ceph-mon[92400]: pgmap v125: 129 pgs: 129 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:30:32.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:32 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:32.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:32 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-12T05:30:32.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:32 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:30:33.530 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:33 smithi098 ceph-mon[67743]: Upgrade: Updating osd.4 2024-04-12T05:30:33.530 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:33 smithi098 ceph-mon[67743]: Deploying daemon osd.4 on smithi098 2024-04-12T05:30:33.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:33 smithi063 ceph-mon[92400]: Upgrade: Updating osd.4 2024-04-12T05:30:33.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:33 smithi063 ceph-mon[92400]: Deploying daemon osd.4 on smithi098 2024-04-12T05:30:34.275 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:34 smithi098 ceph-mon[67743]: pgmap v126: 129 pgs: 129 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:30:34.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:34 smithi063 ceph-mon[92400]: pgmap v126: 129 pgs: 129 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:30:35.125 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:34 smithi098 systemd[1]: Stopping Ceph osd.4 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:30:35.125 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.4[42556]: debug 2024-04-12T05:30:35.010+0000 7f5a76619700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-12T05:30:35.125 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.4[42556]: debug 2024-04-12T05:30:35.010+0000 7f5a76619700 -1 osd.4 95 *** Got signal Terminated *** 2024-04-12T05:30:35.125 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.4[42556]: debug 2024-04-12T05:30:35.010+0000 7f5a76619700 -1 osd.4 95 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T05:30:35.713 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:35 smithi098 bash[73073]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.4 2024-04-12T05:30:36.147 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: pgmap v127: 129 pgs: 129 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:30:36.147 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.5 2024-04-12T05:30:36.147 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 failed (root=default,host=smithi098) (connection refused reported by osd.5) 2024-04-12T05:30:36.148 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.7 2024-04-12T05:30:36.148 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.5 2024-04-12T05:30:36.148 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.0 2024-04-12T05:30:36.148 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.1 2024-04-12T05:30:36.411 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.2 2024-04-12T05:30:36.411 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.3 2024-04-12T05:30:36.411 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.6 2024-04-12T05:30:36.411 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.7 2024-04-12T05:30:36.411 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.0 2024-04-12T05:30:36.411 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.1 2024-04-12T05:30:36.411 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.2 2024-04-12T05:30:36.411 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.3 2024-04-12T05:30:36.412 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.6 2024-04-12T05:30:36.412 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.5 2024-04-12T05:30:36.412 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.3 2024-04-12T05:30:36.412 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.6 2024-04-12T05:30:36.412 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.7 2024-04-12T05:30:36.412 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.5 2024-04-12T05:30:36.412 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.0 2024-04-12T05:30:36.412 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.1 2024-04-12T05:30:36.412 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.2 2024-04-12T05:30:36.412 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.3 2024-04-12T05:30:36.412 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.6 2024-04-12T05:30:36.412 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.7 2024-04-12T05:30:36.412 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.0 2024-04-12T05:30:36.413 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.1 2024-04-12T05:30:36.413 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.2 2024-04-12T05:30:36.413 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.7 2024-04-12T05:30:36.413 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.5 2024-04-12T05:30:36.413 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.2 2024-04-12T05:30:36.413 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.5 2024-04-12T05:30:36.413 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:36 smithi063 ceph-mon[92400]: osd.4 reported immediately failed by osd.7 2024-04-12T05:30:36.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: pgmap v127: 129 pgs: 129 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:30:36.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.5 2024-04-12T05:30:36.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 failed (root=default,host=smithi098) (connection refused reported by osd.5) 2024-04-12T05:30:36.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.7 2024-04-12T05:30:36.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.5 2024-04-12T05:30:36.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.0 2024-04-12T05:30:36.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.1 2024-04-12T05:30:36.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.2 2024-04-12T05:30:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.3 2024-04-12T05:30:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.6 2024-04-12T05:30:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.7 2024-04-12T05:30:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.0 2024-04-12T05:30:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.1 2024-04-12T05:30:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.2 2024-04-12T05:30:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.3 2024-04-12T05:30:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.6 2024-04-12T05:30:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.5 2024-04-12T05:30:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.3 2024-04-12T05:30:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.6 2024-04-12T05:30:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.7 2024-04-12T05:30:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.5 2024-04-12T05:30:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.0 2024-04-12T05:30:36.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.1 2024-04-12T05:30:36.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.2 2024-04-12T05:30:36.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.3 2024-04-12T05:30:36.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.6 2024-04-12T05:30:36.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.7 2024-04-12T05:30:36.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.0 2024-04-12T05:30:36.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.1 2024-04-12T05:30:36.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.2 2024-04-12T05:30:36.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.7 2024-04-12T05:30:36.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.5 2024-04-12T05:30:36.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.2 2024-04-12T05:30:36.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.5 2024-04-12T05:30:36.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:36 smithi098 ceph-mon[67743]: osd.4 reported immediately failed by osd.7 2024-04-12T05:30:37.196 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:30:37.273 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:37 smithi098 ceph-mon[67743]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T05:30:37.273 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:37 smithi098 ceph-mon[67743]: osdmap e96: 8 total, 7 up, 8 in 2024-04-12T05:30:37.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:37 smithi063 ceph-mon[92400]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T05:30:37.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:37 smithi063 ceph-mon[92400]: osdmap e96: 8 total, 7 up, 8 in 2024-04-12T05:30:37.624 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:37 smithi098 systemd[1]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.4.service: Succeeded. 2024-04-12T05:30:37.624 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:37 smithi098 systemd[1]: Stopped Ceph osd.4 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:30:37.624 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:37 smithi098 systemd[1]: Starting Ceph osd.4 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:30:38.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:38 smithi063 ceph-mon[92400]: pgmap v129: 129 pgs: 18 stale+active+clean, 111 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T05:30:38.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:38 smithi063 ceph-mon[92400]: osdmap e97: 8 total, 7 up, 8 in 2024-04-12T05:30:38.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:38 smithi098 ceph-mon[67743]: pgmap v129: 129 pgs: 18 stale+active+clean, 111 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T05:30:38.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:38 smithi098 ceph-mon[67743]: osdmap e97: 8 total, 7 up, 8 in 2024-04-12T05:30:38.625 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:38 smithi098 bash[73353]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-04-12T05:30:38.625 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:38 smithi098 bash[73353]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-04-12T05:30:38.625 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:38 smithi098 bash[73353]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-04-12T05:30:38.625 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:38 smithi098 bash[73353]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-04-12T05:30:38.625 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:38 smithi098 bash[73353]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-04-12T05:30:38.625 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:38 smithi098 bash[73353]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-04-12T05:30:38.625 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:38 smithi098 bash[73353]: --> ceph-volume raw activate successful for osd ID: 4 2024-04-12T05:30:39.539 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:39 smithi098 ceph-mon[67743]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-04-12T05:30:39.540 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:39 smithi098 ceph-mon[67743]: Health check failed: Degraded data redundancy: 14/1614 objects degraded (0.867%), 2 pgs degraded (PG_DEGRADED) 2024-04-12T05:30:39.540 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:39 smithi098 ceph-osd[73642]: -- 172.21.15.98:0/2203879509 <== mon.1 v2:172.21.15.98:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55651c2bf1e0 con 0x55651c28ec00 2024-04-12T05:30:39.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:39 smithi063 ceph-mon[92400]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-04-12T05:30:39.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:39 smithi063 ceph-mon[92400]: Health check failed: Degraded data redundancy: 14/1614 objects degraded (0.867%), 2 pgs degraded (PG_DEGRADED) 2024-04-12T05:30:39.874 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:39 smithi098 bash[73605]: 56220f994f00732aacbf10ebe99e204c50e1801ab08ed1a015aa14e8d5af29ca 2024-04-12T05:30:39.875 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:39 smithi098 systemd[1]: Started Ceph osd.4 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:30:40.338 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4[73619]: 2024-04-12T05:30:39.983+0000 7f7ad64157c0 -1 Falling back to public interface 2024-04-12T05:30:40.339 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:40 smithi098 ceph-mon[67743]: pgmap v131: 129 pgs: 2 active+undersized+degraded, 8 peering, 14 stale+active+clean, 2 active+undersized, 103 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 14/1614 objects degraded (0.867%) 2024-04-12T05:30:40.339 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:40.339 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:30:40.339 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:40.339 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:40.339 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:30:40.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:40 smithi063 ceph-mon[92400]: pgmap v131: 129 pgs: 2 active+undersized+degraded, 8 peering, 14 stale+active+clean, 2 active+undersized, 103 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 14/1614 objects degraded (0.867%) 2024-04-12T05:30:40.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:40.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:30:40.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:40.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:40.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:30:42.243 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:30:42.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:42 smithi063 ceph-mon[92400]: pgmap v132: 129 pgs: 19 active+undersized+degraded, 8 peering, 2 stale+active+clean, 20 active+undersized, 80 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 160/1614 objects degraded (9.913%) 2024-04-12T05:30:42.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:42 smithi098 ceph-mon[67743]: pgmap v132: 129 pgs: 19 active+undersized+degraded, 8 peering, 2 stale+active+clean, 20 active+undersized, 80 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 160/1614 objects degraded (9.913%) 2024-04-12T05:30:43.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:43 smithi063 ceph-mon[92400]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-04-12T05:30:43.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:43 smithi098 ceph-mon[67743]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-04-12T05:30:44.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:44 smithi063 ceph-mon[92400]: pgmap v133: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 266/1614 objects degraded (16.481%) 2024-04-12T05:30:44.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:44 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:44.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:44 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:44.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:44 smithi098 ceph-mon[67743]: pgmap v133: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 266/1614 objects degraded (16.481%) 2024-04-12T05:30:44.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:44 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:44.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:44 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:45.057 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4[73619]: 2024-04-12T05:30:44.799+0000 7f7ad64157c0 -1 osd.4 0 read_superblock omap replica is missing. 2024-04-12T05:30:45.496 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4[73619]: 2024-04-12T05:30:45.352+0000 7f7ad64157c0 -1 osd.4 95 log_to_monitors true 2024-04-12T05:30:45.496 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:45 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:45.496 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:45 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:45.497 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:45 smithi098 ceph-mon[67743]: pgmap v134: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 229 B/s wr, 0 op/s; 266/1614 objects degraded (16.481%) 2024-04-12T05:30:45.497 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:45 smithi098 ceph-mon[67743]: from='osd.4 [v2:172.21.15.98:6800/3452529591,v1:172.21.15.98:6801/3452529591]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T05:30:45.497 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:45 smithi098 ceph-mon[67743]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T05:30:45.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:45 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:45.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:45 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:45.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:45 smithi063 ceph-mon[92400]: pgmap v134: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 315 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 229 B/s wr, 0 op/s; 266/1614 objects degraded (16.481%) 2024-04-12T05:30:45.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:45 smithi063 ceph-mon[92400]: from='osd.4 [v2:172.21.15.98:6800/3452529591,v1:172.21.15.98:6801/3452529591]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T05:30:45.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:45 smithi063 ceph-mon[92400]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T05:30:45.874 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:30:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4[73619]: 2024-04-12T05:30:45.495+0000 7f7ac786f700 -1 osd.4 95 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T05:30:46.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:46 smithi098 ceph-mon[67743]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-12T05:30:46.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:46 smithi098 ceph-mon[67743]: osdmap e98: 8 total, 7 up, 8 in 2024-04-12T05:30:46.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:46 smithi098 ceph-mon[67743]: from='osd.4 [v2:172.21.15.98:6800/3452529591,v1:172.21.15.98:6801/3452529591]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:30:46.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:46 smithi098 ceph-mon[67743]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:30:46.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:46 smithi098 ceph-mon[67743]: Health check update: Degraded data redundancy: 266/1614 objects degraded (16.481%), 31 pgs degraded (PG_DEGRADED) 2024-04-12T05:30:46.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:46 smithi063 ceph-mon[92400]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-12T05:30:46.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:46 smithi063 ceph-mon[92400]: osdmap e98: 8 total, 7 up, 8 in 2024-04-12T05:30:46.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:46 smithi063 ceph-mon[92400]: from='osd.4 [v2:172.21.15.98:6800/3452529591,v1:172.21.15.98:6801/3452529591]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:30:46.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:46 smithi063 ceph-mon[92400]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:30:46.873 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:46 smithi063 ceph-mon[92400]: Health check update: Degraded data redundancy: 266/1614 objects degraded (16.481%), 31 pgs degraded (PG_DEGRADED) 2024-04-12T05:30:47.529 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:30:47.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:47 smithi098 ceph-mon[67743]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T05:30:47.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:47 smithi098 ceph-mon[67743]: osd.4 [v2:172.21.15.98:6800/3452529591,v1:172.21.15.98:6801/3452529591] boot 2024-04-12T05:30:47.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:47 smithi098 ceph-mon[67743]: osdmap e99: 8 total, 8 up, 8 in 2024-04-12T05:30:47.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:47 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:30:47.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:47 smithi098 ceph-mon[67743]: pgmap v137: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 266/1614 objects degraded (16.481%) 2024-04-12T05:30:47.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:47 smithi098 ceph-mon[67743]: osdmap e100: 8 total, 8 up, 8 in 2024-04-12T05:30:47.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:47 smithi063 ceph-mon[92400]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T05:30:47.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:47 smithi063 ceph-mon[92400]: osd.4 [v2:172.21.15.98:6800/3452529591,v1:172.21.15.98:6801/3452529591] boot 2024-04-12T05:30:47.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:47 smithi063 ceph-mon[92400]: osdmap e99: 8 total, 8 up, 8 in 2024-04-12T05:30:47.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:47 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:30:47.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:47 smithi063 ceph-mon[92400]: pgmap v137: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 266/1614 objects degraded (16.481%) 2024-04-12T05:30:47.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:47 smithi063 ceph-mon[92400]: osdmap e100: 8 total, 8 up, 8 in 2024-04-12T05:30:49.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:48 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:48 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:48 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:30:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:48 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:30:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:48 smithi063 ceph-mon[92400]: pgmap v139: 129 pgs: 8 peering, 27 active+undersized+degraded, 21 active+undersized, 73 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 420 B/s rd, 0 op/s; 248/1614 objects degraded (15.366%) 2024-04-12T05:30:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:48 smithi063 ceph-mon[92400]: pgmap v140: 129 pgs: 8 peering, 27 active+undersized+degraded, 21 active+undersized, 73 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 712 B/s rd, 0 op/s; 248/1614 objects degraded (15.366%) 2024-04-12T05:30:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:48 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:48 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:48 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:30:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:48 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:30:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:48 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:30:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:48 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:30:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:48 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-12T05:30:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:48 smithi063 ceph-mon[92400]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-12T05:30:49.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:48 smithi063 ceph-mon[92400]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-04-12T05:30:49.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:48 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:49.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:48 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:49.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:48 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:30:49.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:48 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:30:49.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:48 smithi098 ceph-mon[67743]: pgmap v139: 129 pgs: 8 peering, 27 active+undersized+degraded, 21 active+undersized, 73 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 420 B/s rd, 0 op/s; 248/1614 objects degraded (15.366%) 2024-04-12T05:30:49.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:48 smithi098 ceph-mon[67743]: pgmap v140: 129 pgs: 8 peering, 27 active+undersized+degraded, 21 active+undersized, 73 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 712 B/s rd, 0 op/s; 248/1614 objects degraded (15.366%) 2024-04-12T05:30:49.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:48 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:49.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:48 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:49.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:48 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:30:49.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:48 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:30:49.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:48 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:30:49.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:48 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:30:49.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:48 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-12T05:30:49.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:48 smithi098 ceph-mon[67743]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-12T05:30:49.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:48 smithi098 ceph-mon[67743]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-04-12T05:30:50.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:50 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:50.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:50 smithi063 ceph-mon[92400]: pgmap v141: 129 pgs: 8 peering, 27 active+undersized+degraded, 21 active+undersized, 73 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 456 B/s rd, 0 op/s; 248/1614 objects degraded (15.366%) 2024-04-12T05:30:50.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:50 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:50.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:50 smithi098 ceph-mon[67743]: pgmap v141: 129 pgs: 8 peering, 27 active+undersized+degraded, 21 active+undersized, 73 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 456 B/s rd, 0 op/s; 248/1614 objects degraded (15.366%) 2024-04-12T05:30:51.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:51 smithi063 ceph-mon[92400]: Health check update: Degraded data redundancy: 248/1614 objects degraded (15.366%), 27 pgs degraded (PG_DEGRADED) 2024-04-12T05:30:51.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:51 smithi098 ceph-mon[67743]: Health check update: Degraded data redundancy: 248/1614 objects degraded (15.366%), 27 pgs degraded (PG_DEGRADED) 2024-04-12T05:30:52.589 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:30:52.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:52 smithi063 ceph-mon[92400]: pgmap v142: 129 pgs: 8 peering, 121 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:30:52.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:52 smithi098 ceph-mon[67743]: pgmap v142: 129 pgs: 8 peering, 121 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail 2024-04-12T05:30:53.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:53 smithi063 ceph-mon[92400]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 248/1614 objects degraded (15.366%), 27 pgs degraded) 2024-04-12T05:30:53.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:53 smithi098 ceph-mon[67743]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 248/1614 objects degraded (15.366%), 27 pgs degraded) 2024-04-12T05:30:54.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:54 smithi063 ceph-mon[92400]: pgmap v143: 129 pgs: 129 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 148 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:30:54.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:54 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:54.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:54 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:30:54.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:54 smithi098 ceph-mon[67743]: pgmap v143: 129 pgs: 129 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 148 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:30:54.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:54 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:30:54.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:54 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:30:57.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:57 smithi063 ceph-mon[92400]: pgmap v144: 129 pgs: 129 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 120 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:30:57.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:57 smithi098 ceph-mon[67743]: pgmap v144: 129 pgs: 129 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 120 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:30:57.630 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:30:59.284 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:30:59 smithi063 ceph-mon[92400]: pgmap v145: 129 pgs: 129 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:30:59.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:30:59 smithi098 ceph-mon[67743]: pgmap v145: 129 pgs: 129 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:31:00.074 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:31:00.741 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:31:00.741 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (13m) 50s ago 23m 18.7M - 0.20.0 0881eb8f169f bb7b02859510 2024-04-12T05:31:00.741 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (2m) 50s ago 23m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 e2f6d0fe796d 2024-04-12T05:31:00.742 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (2m) 16s ago 22m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 aa9a3c02a4c8 2024-04-12T05:31:00.742 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (10m) 50s ago 23m 34.7M - 6.7.4 557c83e11646 0c5fa841843c 2024-04-12T05:31:00.742 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (17m) 50s ago 17m 38.0M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:31:00.742 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (17m) 16s ago 17m 16.6M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:31:00.742 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:8443,9283,8765 running (4m) 50s ago 25m 500M - 18.2.2-1187-gd540ebac bb2c5eac26a4 0961e9643022 2024-04-12T05:31:00.742 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283,8765 running (3m) 16s ago 22m 450M - 18.2.2-1187-gd540ebac bb2c5eac26a4 ab061c2f1b7e 2024-04-12T05:31:00.742 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (3m) 50s ago 25m 53.7M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 8c771d476bff 2024-04-12T05:31:00.742 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (3m) 16s ago 22m 44.1M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 604d852b1c69 2024-04-12T05:31:00.742 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (15m) 50s ago 15m 83.5M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:31:00.742 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (15m) 16s ago 15m 79.2M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:31:00.742 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (8m) 50s ago 23m 17.2M - 0.18.1 e5a616e4b9cf 9eeec583abdd 2024-04-12T05:31:00.742 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (4m) 16s ago 22m 10.7M - 0.18.1 e5a616e4b9cf b09200a95cd0 2024-04-12T05:31:00.742 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (2m) 50s ago 21m 121M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46885c19f3c9 2024-04-12T05:31:00.742 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (100s) 50s ago 21m 105M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 95dbd86f0cc5 2024-04-12T05:31:00.743 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (78s) 50s ago 21m 89.3M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 04a2e64cacda 2024-04-12T05:31:00.743 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (56s) 50s ago 20m 13.0M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 bd28f6c7a1a4 2024-04-12T05:31:00.743 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (21s) 16s ago 20m 10.7M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 56220f994f00 2024-04-12T05:31:00.743 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (20m) 16s ago 20m 375M 2712M 16.2.5 6933c2a0b7dd d722cd1ac749 2024-04-12T05:31:00.743 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (19m) 16s ago 19m 322M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:31:00.743 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (19m) 16s ago 19m 446M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:31:00.743 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 unknown 50s ago 22m - - 2024-04-12T05:31:00.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:00 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:00.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:00 smithi063 ceph-mon[92400]: pgmap v146: 129 pgs: 129 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:31:00.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:00 smithi063 ceph-mon[92400]: from='client.34288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:31:00.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:00 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:00.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:00 smithi098 ceph-mon[67743]: pgmap v146: 129 pgs: 129 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:31:00.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:00 smithi098 ceph-mon[67743]: from='client.34288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:31:01.145 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:31:01.145 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:31:01.145 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:31:01.145 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:31:01.145 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:31:01.145 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:31:01.145 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:31:01.145 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:31:01.146 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2024-04-12T05:31:01.146 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 5 2024-04-12T05:31:01.146 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:31:01.146 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:31:01.146 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:31:01.146 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:31:01.146 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:31:01.146 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2024-04-12T05:31:01.146 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 9 2024-04-12T05:31:01.146 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:31:01.146 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:31:01.485 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:31:01.485 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:31:01.485 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:31:01.485 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:31:01.485 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [ 2024-04-12T05:31:01.485 INFO:teuthology.orchestra.run.smithi063.stdout: "crash", 2024-04-12T05:31:01.485 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr", 2024-04-12T05:31:01.485 INFO:teuthology.orchestra.run.smithi063.stdout: "mon" 2024-04-12T05:31:01.485 INFO:teuthology.orchestra.run.smithi063.stdout: ], 2024-04-12T05:31:01.485 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "11/23 daemons upgraded", 2024-04-12T05:31:01.485 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "Currently upgrading osd daemons", 2024-04-12T05:31:01.486 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:31:01.486 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:31:01.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:01 smithi063 ceph-mon[92400]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:31:01.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:01 smithi063 ceph-mon[92400]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:31:01.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:01 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/687007435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:31:01.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:01 smithi098 ceph-mon[67743]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:31:01.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:01 smithi098 ceph-mon[67743]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:31:01.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:01 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/687007435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:31:01.889 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T05:31:01.889 INFO:teuthology.orchestra.run.smithi063.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:31:01.890 INFO:teuthology.orchestra.run.smithi063.stdout: daemon prometheus.smithi063 on smithi063 is in unknown state 2024-04-12T05:31:02.680 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:31:02.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:02 smithi098 ceph-mon[67743]: from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:31:02.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:02 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/827705369' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:31:02.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:02 smithi098 ceph-mon[67743]: pgmap v147: 129 pgs: 129 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:31:03.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:02 smithi063 ceph-mon[92400]: from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:31:03.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:02 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/827705369' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:31:03.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:02 smithi063 ceph-mon[92400]: pgmap v147: 129 pgs: 129 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:31:03.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:03 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-12T05:31:03.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:03 smithi098 ceph-mon[67743]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-12T05:31:03.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:03 smithi098 ceph-mon[67743]: Upgrade: osd.5 is safe to restart 2024-04-12T05:31:04.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:03 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-12T05:31:04.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:03 smithi063 ceph-mon[92400]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-12T05:31:04.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:03 smithi063 ceph-mon[92400]: Upgrade: osd.5 is safe to restart 2024-04-12T05:31:04.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:04 smithi098 ceph-mon[67743]: pgmap v148: 129 pgs: 129 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:31:04.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:04 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:04.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:04 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-12T05:31:04.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:04 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:31:05.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:04 smithi063 ceph-mon[92400]: pgmap v148: 129 pgs: 129 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T05:31:05.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:04 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:05.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:04 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-12T05:31:05.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:04 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:31:05.909 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:05 smithi098 ceph-mon[67743]: Upgrade: Updating osd.5 2024-04-12T05:31:05.910 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:05 smithi098 ceph-mon[67743]: Deploying daemon osd.5 on smithi098 2024-04-12T05:31:06.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:05 smithi063 ceph-mon[92400]: Upgrade: Updating osd.5 2024-04-12T05:31:06.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:05 smithi063 ceph-mon[92400]: Deploying daemon osd.5 on smithi098 2024-04-12T05:31:06.835 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:06 smithi098 ceph-mon[67743]: pgmap v149: 129 pgs: 129 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:31:07.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:06 smithi063 ceph-mon[92400]: pgmap v149: 129 pgs: 129 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:31:07.404 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:07 smithi098 systemd[1]: Stopping Ceph osd.5 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:31:07.715 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:31:07.874 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.5[45432]: debug 2024-04-12T05:31:07.588+0000 7fc0d18b7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-12T05:31:07.874 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.5[45432]: debug 2024-04-12T05:31:07.588+0000 7fc0d18b7700 -1 osd.5 100 *** Got signal Terminated *** 2024-04-12T05:31:07.874 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.5[45432]: debug 2024-04-12T05:31:07.588+0000 7fc0d18b7700 -1 osd.5 100 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T05:31:08.273 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:08 smithi098 bash[75752]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.5 2024-04-12T05:31:08.273 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:07 smithi098 ceph-mon[67743]: osd.5 reported immediately failed by osd.3 2024-04-12T05:31:08.273 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:07 smithi098 ceph-mon[67743]: osd.5 failed (root=default,host=smithi098) (connection refused reported by osd.3) 2024-04-12T05:31:08.274 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:07 smithi098 ceph-mon[67743]: osd.5 reported immediately failed by osd.3 2024-04-12T05:31:08.274 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:07 smithi098 ceph-mon[67743]: osd.5 reported immediately failed by osd.0 2024-04-12T05:31:08.274 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:07 smithi098 ceph-mon[67743]: osd.5 reported immediately failed by osd.1 2024-04-12T05:31:08.274 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:07 smithi098 ceph-mon[67743]: osd.5 reported immediately failed by osd.2 2024-04-12T05:31:08.274 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:07 smithi098 ceph-mon[67743]: osd.5 reported immediately failed by osd.0 2024-04-12T05:31:08.274 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:07 smithi098 ceph-mon[67743]: osd.5 reported immediately failed by osd.1 2024-04-12T05:31:08.274 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:07 smithi098 ceph-mon[67743]: osd.5 reported immediately failed by osd.2 2024-04-12T05:31:08.274 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:07 smithi098 ceph-mon[67743]: osd.5 reported immediately failed by osd.4 2024-04-12T05:31:08.274 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:07 smithi098 ceph-mon[67743]: osd.5 reported immediately failed by osd.6 2024-04-12T05:31:08.274 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:07 smithi098 ceph-mon[67743]: osd.5 reported immediately failed by osd.7 2024-04-12T05:31:08.274 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:07 smithi098 ceph-mon[67743]: osd.5 reported immediately failed by osd.4 2024-04-12T05:31:08.275 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:07 smithi098 ceph-mon[67743]: osd.5 reported immediately failed by osd.6 2024-04-12T05:31:08.275 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:07 smithi098 ceph-mon[67743]: osd.5 reported immediately failed by osd.7 2024-04-12T05:31:08.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:07 smithi063 ceph-mon[92400]: osd.5 reported immediately failed by osd.3 2024-04-12T05:31:08.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:07 smithi063 ceph-mon[92400]: osd.5 failed (root=default,host=smithi098) (connection refused reported by osd.3) 2024-04-12T05:31:08.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:07 smithi063 ceph-mon[92400]: osd.5 reported immediately failed by osd.3 2024-04-12T05:31:08.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:07 smithi063 ceph-mon[92400]: osd.5 reported immediately failed by osd.0 2024-04-12T05:31:08.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:07 smithi063 ceph-mon[92400]: osd.5 reported immediately failed by osd.1 2024-04-12T05:31:08.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:07 smithi063 ceph-mon[92400]: osd.5 reported immediately failed by osd.2 2024-04-12T05:31:08.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:07 smithi063 ceph-mon[92400]: osd.5 reported immediately failed by osd.0 2024-04-12T05:31:08.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:07 smithi063 ceph-mon[92400]: osd.5 reported immediately failed by osd.1 2024-04-12T05:31:08.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:07 smithi063 ceph-mon[92400]: osd.5 reported immediately failed by osd.2 2024-04-12T05:31:08.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:07 smithi063 ceph-mon[92400]: osd.5 reported immediately failed by osd.4 2024-04-12T05:31:08.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:07 smithi063 ceph-mon[92400]: osd.5 reported immediately failed by osd.6 2024-04-12T05:31:08.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:07 smithi063 ceph-mon[92400]: osd.5 reported immediately failed by osd.7 2024-04-12T05:31:08.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:07 smithi063 ceph-mon[92400]: osd.5 reported immediately failed by osd.4 2024-04-12T05:31:08.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:07 smithi063 ceph-mon[92400]: osd.5 reported immediately failed by osd.6 2024-04-12T05:31:08.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:07 smithi063 ceph-mon[92400]: osd.5 reported immediately failed by osd.7 2024-04-12T05:31:09.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:08 smithi098 ceph-mon[67743]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T05:31:09.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:08 smithi098 ceph-mon[67743]: osdmap e101: 8 total, 7 up, 8 in 2024-04-12T05:31:09.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:08 smithi098 ceph-mon[67743]: pgmap v151: 129 pgs: 17 stale+active+clean, 112 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T05:31:09.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:08 smithi098 ceph-mon[67743]: osdmap e102: 8 total, 7 up, 8 in 2024-04-12T05:31:09.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:08 smithi063 ceph-mon[92400]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T05:31:09.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:08 smithi063 ceph-mon[92400]: osdmap e101: 8 total, 7 up, 8 in 2024-04-12T05:31:09.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:08 smithi063 ceph-mon[92400]: pgmap v151: 129 pgs: 17 stale+active+clean, 112 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T05:31:09.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:08 smithi063 ceph-mon[92400]: osdmap e102: 8 total, 7 up, 8 in 2024-04-12T05:31:10.125 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:09 smithi098 systemd[1]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.5.service: Succeeded. 2024-04-12T05:31:10.125 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:09 smithi098 systemd[1]: Stopped Ceph osd.5 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:31:10.125 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:09 smithi098 systemd[1]: Starting Ceph osd.5 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:31:10.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:10 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:10.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:10 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:31:10.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:10 smithi098 ceph-mon[67743]: pgmap v153: 129 pgs: 17 stale+active+clean, 112 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:31:10.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:10 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:10.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:10 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:31:10.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:10 smithi063 ceph-mon[92400]: pgmap v153: 129 pgs: 17 stale+active+clean, 112 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:31:11.337 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:10 smithi098 bash[76044]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-04-12T05:31:11.337 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:10 smithi098 bash[76044]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-04-12T05:31:11.337 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:10 smithi098 bash[76044]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-04-12T05:31:11.338 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:10 smithi098 bash[76044]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-04-12T05:31:11.338 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:10 smithi098 bash[76044]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-04-12T05:31:11.338 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:10 smithi098 bash[76044]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-04-12T05:31:11.338 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:10 smithi098 bash[76044]: --> ceph-volume raw activate successful for osd ID: 5 2024-04-12T05:31:12.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:12 smithi063 ceph-mon[92400]: Health check failed: Degraded data redundancy: 155/1614 objects degraded (9.603%), 19 pgs degraded (PG_DEGRADED) 2024-04-12T05:31:12.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:12 smithi098 ceph-mon[67743]: Health check failed: Degraded data redundancy: 155/1614 objects degraded (9.603%), 19 pgs degraded (PG_DEGRADED) 2024-04-12T05:31:12.374 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:12 smithi098 ceph-osd[76341]: -- 172.21.15.98:0/2530376385 <== mon.1 v2:172.21.15.98:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55778cfad1e0 con 0x55778cf7d000 2024-04-12T05:31:12.374 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:12 smithi098 bash[76303]: f1c5d8565a3f614841f5768d7b728881979b51de002649f2c97d302c3f56cab3 2024-04-12T05:31:12.374 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:12 smithi098 systemd[1]: Started Ceph osd.5 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:31:12.756 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:31:12.874 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:31:12.589+0000 7f9b5d4b57c0 -1 Falling back to public interface 2024-04-12T05:31:13.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:13 smithi098 ceph-mon[67743]: pgmap v154: 129 pgs: 19 active+undersized+degraded, 4 stale+active+clean, 12 active+undersized, 94 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 155/1614 objects degraded (9.603%) 2024-04-12T05:31:13.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:13.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:13.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:31:13.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:13 smithi063 ceph-mon[92400]: pgmap v154: 129 pgs: 19 active+undersized+degraded, 4 stale+active+clean, 12 active+undersized, 94 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 155/1614 objects degraded (9.603%) 2024-04-12T05:31:13.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:13.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:13.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:31:15.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:15 smithi063 ceph-mon[92400]: pgmap v155: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 184/1614 objects degraded (11.400%) 2024-04-12T05:31:15.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:15 smithi098 ceph-mon[67743]: pgmap v155: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 184/1614 objects degraded (11.400%) 2024-04-12T05:31:17.541 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:17 smithi098 ceph-mon[67743]: pgmap v156: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 184/1614 objects degraded (11.400%) 2024-04-12T05:31:17.541 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:17 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:17.541 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:17 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:17.541 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:17 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:17.541 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:17 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:17.542 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:31:17.302+0000 7f9b5d4b57c0 -1 osd.5 0 read_superblock omap replica is missing. 2024-04-12T05:31:17.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:17 smithi063 ceph-mon[92400]: pgmap v156: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 184/1614 objects degraded (11.400%) 2024-04-12T05:31:17.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:17 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:17.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:17 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:17.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:17 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:17.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:17 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:17.800 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:31:17.874 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:31:17.737+0000 7f9b5d4b57c0 -1 osd.5 100 log_to_monitors true 2024-04-12T05:31:18.342 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:18 smithi098 ceph-mon[67743]: from='osd.5 [v2:172.21.15.98:6808/1326685056,v1:172.21.15.98:6809/1326685056]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T05:31:18.342 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:18 smithi098 ceph-mon[67743]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T05:31:18.342 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:31:18 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:31:18.185+0000 7f9b4e90f700 -1 osd.5 100 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T05:31:18.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:18 smithi063 ceph-mon[92400]: from='osd.5 [v2:172.21.15.98:6808/1326685056,v1:172.21.15.98:6809/1326685056]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T05:31:18.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:18 smithi063 ceph-mon[92400]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T05:31:19.499 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:19 smithi098 ceph-mon[67743]: pgmap v157: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 184/1614 objects degraded (11.400%) 2024-04-12T05:31:19.500 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:19 smithi098 ceph-mon[67743]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-12T05:31:19.500 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:19 smithi098 ceph-mon[67743]: osdmap e103: 8 total, 7 up, 8 in 2024-04-12T05:31:19.500 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:19 smithi098 ceph-mon[67743]: from='osd.5 [v2:172.21.15.98:6808/1326685056,v1:172.21.15.98:6809/1326685056]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:31:19.500 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:19 smithi098 ceph-mon[67743]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:31:19.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:19 smithi063 ceph-mon[92400]: pgmap v157: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 315 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 184/1614 objects degraded (11.400%) 2024-04-12T05:31:19.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:19 smithi063 ceph-mon[92400]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-12T05:31:19.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:19 smithi063 ceph-mon[92400]: osdmap e103: 8 total, 7 up, 8 in 2024-04-12T05:31:19.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:19 smithi063 ceph-mon[92400]: from='osd.5 [v2:172.21.15.98:6808/1326685056,v1:172.21.15.98:6809/1326685056]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:31:19.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:19 smithi063 ceph-mon[92400]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:31:20.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:20 smithi098 ceph-mon[67743]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T05:31:20.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:20 smithi098 ceph-mon[67743]: osd.5 [v2:172.21.15.98:6808/1326685056,v1:172.21.15.98:6809/1326685056] boot 2024-04-12T05:31:20.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:20 smithi098 ceph-mon[67743]: osdmap e104: 8 total, 8 up, 8 in 2024-04-12T05:31:20.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:20 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:31:20.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:20 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:20.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:20 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:20.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:20 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:31:20.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:20 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:31:20.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:20 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:20.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:20 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:20.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:20 smithi098 ceph-mon[67743]: osdmap e105: 8 total, 8 up, 8 in 2024-04-12T05:31:20.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:20 smithi063 ceph-mon[92400]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T05:31:20.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:20 smithi063 ceph-mon[92400]: osd.5 [v2:172.21.15.98:6808/1326685056,v1:172.21.15.98:6809/1326685056] boot 2024-04-12T05:31:20.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:20 smithi063 ceph-mon[92400]: osdmap e104: 8 total, 8 up, 8 in 2024-04-12T05:31:20.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:20 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:31:20.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:20 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:20.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:20 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:20.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:20 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:31:20.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:20 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:31:20.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:20 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:20.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:20 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:20.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:20 smithi063 ceph-mon[92400]: osdmap e105: 8 total, 8 up, 8 in 2024-04-12T05:31:21.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:21 smithi063 ceph-mon[92400]: pgmap v160: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 184/1614 objects degraded (11.400%) 2024-04-12T05:31:21.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:21 smithi063 ceph-mon[92400]: pgmap v161: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 330 B/s rd, 165 B/s wr, 0 op/s; 184/1614 objects degraded (11.400%) 2024-04-12T05:31:21.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:21 smithi063 ceph-mon[92400]: pgmap v162: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 244 B/s wr, 0 op/s; 184/1614 objects degraded (11.400%) 2024-04-12T05:31:21.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:21 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:31:21.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:21 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:31:21.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:21 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:31:21.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:21 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:31:21.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:21 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-12T05:31:21.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:21 smithi063 ceph-mon[92400]: Health check update: Degraded data redundancy: 184/1614 objects degraded (11.400%), 25 pgs degraded (PG_DEGRADED) 2024-04-12T05:31:21.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:21 smithi098 ceph-mon[67743]: pgmap v160: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 184/1614 objects degraded (11.400%) 2024-04-12T05:31:21.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:21 smithi098 ceph-mon[67743]: pgmap v161: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 330 B/s rd, 165 B/s wr, 0 op/s; 184/1614 objects degraded (11.400%) 2024-04-12T05:31:21.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:21 smithi098 ceph-mon[67743]: pgmap v162: 129 pgs: 25 active+undersized+degraded, 20 active+undersized, 84 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 244 B/s wr, 0 op/s; 184/1614 objects degraded (11.400%) 2024-04-12T05:31:21.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:21 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:31:21.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:21 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:31:21.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:21 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:31:21.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:21 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:31:21.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:21 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-12T05:31:21.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:21 smithi098 ceph-mon[67743]: Health check update: Degraded data redundancy: 184/1614 objects degraded (11.400%), 25 pgs degraded (PG_DEGRADED) 2024-04-12T05:31:22.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:22 smithi063 ceph-mon[92400]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-12T05:31:22.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:22 smithi063 ceph-mon[92400]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-04-12T05:31:22.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:22 smithi098 ceph-mon[67743]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-12T05:31:22.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:22 smithi098 ceph-mon[67743]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-04-12T05:31:22.840 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:31:23.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:23 smithi063 ceph-mon[92400]: pgmap v164: 129 pgs: 14 active+undersized+degraded, 13 active+undersized, 102 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 101/1614 objects degraded (6.258%) 2024-04-12T05:31:23.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:23 smithi098 ceph-mon[67743]: pgmap v164: 129 pgs: 14 active+undersized+degraded, 13 active+undersized, 102 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 101/1614 objects degraded (6.258%) 2024-04-12T05:31:24.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:24 smithi063 ceph-mon[92400]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 101/1614 objects degraded (6.258%), 14 pgs degraded) 2024-04-12T05:31:24.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:24 smithi098 ceph-mon[67743]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 101/1614 objects degraded (6.258%), 14 pgs degraded) 2024-04-12T05:31:25.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:25 smithi063 ceph-mon[92400]: pgmap v165: 129 pgs: 129 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 205 B/s wr, 0 op/s 2024-04-12T05:31:25.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:25.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:31:25.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:25 smithi098 ceph-mon[67743]: pgmap v165: 129 pgs: 129 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 205 B/s wr, 0 op/s 2024-04-12T05:31:25.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:25.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:31:27.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:27 smithi063 ceph-mon[92400]: pgmap v166: 129 pgs: 129 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 330 B/s rd, 165 B/s wr, 0 op/s 2024-04-12T05:31:27.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:27 smithi098 ceph-mon[67743]: pgmap v166: 129 pgs: 129 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 330 B/s rd, 165 B/s wr, 0 op/s 2024-04-12T05:31:27.878 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:31:29.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:29 smithi063 ceph-mon[92400]: pgmap v167: 129 pgs: 129 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:31:29.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:29 smithi098 ceph-mon[67743]: pgmap v167: 129 pgs: 129 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:31:31.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:31.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:30 smithi063 ceph-mon[92400]: pgmap v168: 129 pgs: 129 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T05:31:31.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:31.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:30 smithi098 ceph-mon[67743]: pgmap v168: 129 pgs: 129 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T05:31:32.257 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:31:32.915 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:31:32.926 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:31:32.926 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (13m) 82s ago 24m 18.7M - 0.20.0 0881eb8f169f bb7b02859510 2024-04-12T05:31:32.926 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (3m) 82s ago 24m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 e2f6d0fe796d 2024-04-12T05:31:32.926 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (3m) 16s ago 23m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 aa9a3c02a4c8 2024-04-12T05:31:32.926 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (11m) 82s ago 23m 34.7M - 6.7.4 557c83e11646 0c5fa841843c 2024-04-12T05:31:32.926 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (18m) 82s ago 18m 38.0M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:31:32.926 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (18m) 16s ago 18m 16.7M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:31:32.927 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:8443,9283,8765 running (5m) 82s ago 25m 500M - 18.2.2-1187-gd540ebac bb2c5eac26a4 0961e9643022 2024-04-12T05:31:32.927 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283,8765 running (4m) 16s ago 23m 450M - 18.2.2-1187-gd540ebac bb2c5eac26a4 ab061c2f1b7e 2024-04-12T05:31:32.927 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (4m) 82s ago 25m 53.7M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 8c771d476bff 2024-04-12T05:31:32.927 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (3m) 16s ago 23m 45.0M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 604d852b1c69 2024-04-12T05:31:32.927 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (16m) 82s ago 16m 83.5M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:31:32.927 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (15m) 16s ago 15m 79.2M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:31:32.927 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (9m) 82s ago 23m 17.2M - 0.18.1 e5a616e4b9cf 9eeec583abdd 2024-04-12T05:31:32.927 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (5m) 16s ago 22m 10.7M - 0.18.1 e5a616e4b9cf b09200a95cd0 2024-04-12T05:31:32.927 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (2m) 82s ago 22m 121M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46885c19f3c9 2024-04-12T05:31:32.927 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (2m) 82s ago 22m 105M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 95dbd86f0cc5 2024-04-12T05:31:32.927 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (111s) 82s ago 21m 89.3M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 04a2e64cacda 2024-04-12T05:31:32.927 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (88s) 82s ago 21m 13.0M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 bd28f6c7a1a4 2024-04-12T05:31:32.927 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (53s) 16s ago 21m 120M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 56220f994f00 2024-04-12T05:31:32.927 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (21s) 16s ago 20m 11.4M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 f1c5d8565a3f 2024-04-12T05:31:32.928 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (20m) 16s ago 20m 323M 2712M 16.2.5 6933c2a0b7dd d778813c5f18 2024-04-12T05:31:32.928 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (20m) 16s ago 20m 446M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:31:32.928 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 unknown 82s ago 23m - - 2024-04-12T05:31:33.326 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:31:33.326 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:31:33.326 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:31:33.327 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:31:33.327 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:31:33.327 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:31:33.327 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:31:33.327 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:31:33.327 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2, 2024-04-12T05:31:33.327 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 6 2024-04-12T05:31:33.327 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:31:33.327 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:31:33.327 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:31:33.327 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:31:33.328 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:31:33.328 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2024-04-12T05:31:33.328 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 10 2024-04-12T05:31:33.328 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:31:33.328 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:31:33.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:33 smithi063 ceph-mon[92400]: pgmap v169: 129 pgs: 129 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:31:33.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:33 smithi063 ceph-mon[92400]: from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:31:33.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:33 smithi098 ceph-mon[67743]: pgmap v169: 129 pgs: 129 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:31:33.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:33 smithi098 ceph-mon[67743]: from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:31:33.665 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:31:33.665 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:31:33.665 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:31:33.665 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:31:33.665 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [ 2024-04-12T05:31:33.665 INFO:teuthology.orchestra.run.smithi063.stdout: "crash", 2024-04-12T05:31:33.666 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr", 2024-04-12T05:31:33.666 INFO:teuthology.orchestra.run.smithi063.stdout: "mon" 2024-04-12T05:31:33.666 INFO:teuthology.orchestra.run.smithi063.stdout: ], 2024-04-12T05:31:33.666 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "12/23 daemons upgraded", 2024-04-12T05:31:33.666 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "Currently upgrading osd daemons", 2024-04-12T05:31:33.666 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:31:33.666 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:31:34.066 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T05:31:34.066 INFO:teuthology.orchestra.run.smithi063.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:31:34.066 INFO:teuthology.orchestra.run.smithi063.stdout: daemon prometheus.smithi063 on smithi063 is in unknown state 2024-04-12T05:31:34.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:34 smithi063 ceph-mon[92400]: from='client.34320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:31:34.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:34 smithi063 ceph-mon[92400]: from='client.34324 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:31:34.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:34 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/2240240843' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:31:34.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:34 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/715181600' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:31:34.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:34 smithi098 ceph-mon[67743]: from='client.34320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:31:34.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:34 smithi098 ceph-mon[67743]: from='client.34324 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:31:34.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:34 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/2240240843' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:31:34.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:34 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/715181600' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:31:35.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:35 smithi063 ceph-mon[92400]: from='client.34332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:31:35.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:35 smithi063 ceph-mon[92400]: pgmap v170: 129 pgs: 129 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:31:35.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:35 smithi098 ceph-mon[67743]: from='client.34332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:31:35.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:35 smithi098 ceph-mon[67743]: pgmap v170: 129 pgs: 129 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:31:36.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:36 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-12T05:31:36.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:36 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-12T05:31:37.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:37 smithi063 ceph-mon[92400]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-12T05:31:37.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:37 smithi063 ceph-mon[92400]: Upgrade: osd.6 is safe to restart 2024-04-12T05:31:37.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:37 smithi063 ceph-mon[92400]: pgmap v171: 129 pgs: 129 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:31:37.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:37 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:37.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:37 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-12T05:31:37.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:37 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:31:37.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:37 smithi098 ceph-mon[67743]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-12T05:31:37.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:37 smithi098 ceph-mon[67743]: Upgrade: osd.6 is safe to restart 2024-04-12T05:31:37.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:37 smithi098 ceph-mon[67743]: pgmap v171: 129 pgs: 129 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:31:37.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:37 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:37.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:37 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-12T05:31:37.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:37 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:31:37.965 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:31:38.296 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:38 smithi098 ceph-mon[67743]: Upgrade: Updating osd.6 2024-04-12T05:31:38.296 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:38 smithi098 ceph-mon[67743]: Deploying daemon osd.6 on smithi098 2024-04-12T05:31:38.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:38 smithi063 ceph-mon[92400]: Upgrade: Updating osd.6 2024-04-12T05:31:38.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:38 smithi063 ceph-mon[92400]: Deploying daemon osd.6 on smithi098 2024-04-12T05:31:39.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:39 smithi098 ceph-mon[67743]: pgmap v172: 129 pgs: 129 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:31:39.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:39 smithi063 ceph-mon[92400]: pgmap v172: 129 pgs: 129 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:31:40.084 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:39 smithi098 systemd[1]: Stopping Ceph osd.6 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:31:40.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:31:40.374 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.6[48294]: debug 2024-04-12T05:31:40.082+0000 7fcefbf6b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-12T05:31:40.375 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.6[48294]: debug 2024-04-12T05:31:40.082+0000 7fcefbf6b700 -1 osd.6 105 *** Got signal Terminated *** 2024-04-12T05:31:40.375 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.6[48294]: debug 2024-04-12T05:31:40.082+0000 7fcefbf6b700 -1 osd.6 105 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T05:31:40.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:31:40.860 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:40 smithi098 bash[78474]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.6 2024-04-12T05:31:41.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: pgmap v173: 129 pgs: 129 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:31:41.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.7 2024-04-12T05:31:41.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 failed (root=default,host=smithi098) (connection refused reported by osd.7) 2024-04-12T05:31:41.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.7 2024-04-12T05:31:41.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.5 2024-04-12T05:31:41.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.4 2024-04-12T05:31:41.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.0 2024-04-12T05:31:41.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.1 2024-04-12T05:31:41.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.2 2024-04-12T05:31:41.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.3 2024-04-12T05:31:41.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.5 2024-04-12T05:31:41.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.0 2024-04-12T05:31:41.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.1 2024-04-12T05:31:41.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.2 2024-04-12T05:31:41.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.3 2024-04-12T05:31:41.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.4 2024-04-12T05:31:41.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.3 2024-04-12T05:31:41.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.3 2024-04-12T05:31:41.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.7 2024-04-12T05:31:41.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.7 2024-04-12T05:31:41.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.5 2024-04-12T05:31:41.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.4 2024-04-12T05:31:41.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.0 2024-04-12T05:31:41.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.1 2024-04-12T05:31:41.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.2 2024-04-12T05:31:41.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.3 2024-04-12T05:31:41.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.5 2024-04-12T05:31:41.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.0 2024-04-12T05:31:41.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.1 2024-04-12T05:31:41.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.2 2024-04-12T05:31:41.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.3 2024-04-12T05:31:41.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.4 2024-04-12T05:31:41.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:41 smithi063 ceph-mon[92400]: osd.6 reported immediately failed by osd.3 2024-04-12T05:31:41.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: pgmap v173: 129 pgs: 129 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:31:41.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.7 2024-04-12T05:31:41.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 failed (root=default,host=smithi098) (connection refused reported by osd.7) 2024-04-12T05:31:41.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.7 2024-04-12T05:31:41.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.5 2024-04-12T05:31:41.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.4 2024-04-12T05:31:41.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.0 2024-04-12T05:31:41.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.1 2024-04-12T05:31:41.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.2 2024-04-12T05:31:41.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.3 2024-04-12T05:31:41.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.5 2024-04-12T05:31:41.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.0 2024-04-12T05:31:41.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.1 2024-04-12T05:31:41.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.2 2024-04-12T05:31:41.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.3 2024-04-12T05:31:41.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.4 2024-04-12T05:31:41.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.3 2024-04-12T05:31:41.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.3 2024-04-12T05:31:41.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.7 2024-04-12T05:31:41.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.7 2024-04-12T05:31:41.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.5 2024-04-12T05:31:41.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.4 2024-04-12T05:31:41.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.0 2024-04-12T05:31:41.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.1 2024-04-12T05:31:41.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.2 2024-04-12T05:31:41.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.3 2024-04-12T05:31:41.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.5 2024-04-12T05:31:41.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.0 2024-04-12T05:31:41.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.1 2024-04-12T05:31:41.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.2 2024-04-12T05:31:41.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.3 2024-04-12T05:31:41.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.4 2024-04-12T05:31:41.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:41 smithi098 ceph-mon[67743]: osd.6 reported immediately failed by osd.3 2024-04-12T05:31:42.453 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:42 smithi098 ceph-mon[67743]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T05:31:42.453 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:42 smithi098 ceph-mon[67743]: osdmap e106: 8 total, 7 up, 8 in 2024-04-12T05:31:42.453 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:42 smithi098 ceph-mon[67743]: osdmap e107: 8 total, 7 up, 8 in 2024-04-12T05:31:42.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:42 smithi063 ceph-mon[92400]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T05:31:42.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:42 smithi063 ceph-mon[92400]: osdmap e106: 8 total, 7 up, 8 in 2024-04-12T05:31:42.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:42 smithi063 ceph-mon[92400]: osdmap e107: 8 total, 7 up, 8 in 2024-04-12T05:31:42.874 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:42 smithi098 systemd[1]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.6.service: Succeeded. 2024-04-12T05:31:42.874 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:42 smithi098 systemd[1]: Stopped Ceph osd.6 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:31:42.874 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:42 smithi098 systemd[1]: Starting Ceph osd.6 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:31:43.003 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:31:43.518 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:43 smithi098 ceph-mon[67743]: pgmap v175: 129 pgs: 13 stale+active+clean, 116 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T05:31:43.518 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:43 smithi098 bash[78764]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-04-12T05:31:43.519 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:43 smithi098 bash[78764]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-04-12T05:31:43.519 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:43 smithi098 bash[78764]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-04-12T05:31:43.519 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:43 smithi098 bash[78764]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-04-12T05:31:43.519 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:43 smithi098 bash[78764]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-04-12T05:31:43.519 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:43 smithi098 bash[78764]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-04-12T05:31:43.519 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:43 smithi098 bash[78764]: --> ceph-volume raw activate successful for osd ID: 6 2024-04-12T05:31:43.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:43 smithi063 ceph-mon[92400]: pgmap v175: 129 pgs: 13 stale+active+clean, 116 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T05:31:44.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:44 smithi063 ceph-mon[92400]: pgmap v177: 129 pgs: 5 active+undersized+degraded, 4 peering, 10 stale+active+clean, 3 active+undersized, 107 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 43/1614 objects degraded (2.664%) 2024-04-12T05:31:44.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:44 smithi063 ceph-mon[92400]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-04-12T05:31:44.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:44 smithi063 ceph-mon[92400]: Health check failed: Degraded data redundancy: 43/1614 objects degraded (2.664%), 5 pgs degraded (PG_DEGRADED) 2024-04-12T05:31:44.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:44 smithi098 ceph-mon[67743]: pgmap v177: 129 pgs: 5 active+undersized+degraded, 4 peering, 10 stale+active+clean, 3 active+undersized, 107 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 43/1614 objects degraded (2.664%) 2024-04-12T05:31:44.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:44 smithi098 ceph-mon[67743]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-04-12T05:31:44.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:44 smithi098 ceph-mon[67743]: Health check failed: Degraded data redundancy: 43/1614 objects degraded (2.664%), 5 pgs degraded (PG_DEGRADED) 2024-04-12T05:31:45.124 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:44 smithi098 ceph-osd[79084]: -- 172.21.15.98:0/2877752725 <== mon.1 v2:172.21.15.98:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563c0fc471e0 con 0x563c0fc17000 2024-04-12T05:31:45.124 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:44 smithi098 bash[79046]: 97d1c7fb846b80e42f943c80c2362897e530229d2815596a7005163fb25ab7a7 2024-04-12T05:31:45.124 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:44 smithi098 systemd[1]: Started Ceph osd.6 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:31:45.624 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:31:45.310+0000 7f97fec2f7c0 -1 Falling back to public interface 2024-04-12T05:31:46.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:45 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:46.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:45 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:46.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:45 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:31:46.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:45 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:46.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:45 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:46.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:45 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:31:47.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:46 smithi063 ceph-mon[92400]: pgmap v178: 129 pgs: 21 active+undersized+degraded, 4 peering, 2 stale+active+clean, 15 active+undersized, 87 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 155/1614 objects degraded (9.603%) 2024-04-12T05:31:47.492 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:46 smithi098 ceph-mon[67743]: pgmap v178: 129 pgs: 21 active+undersized+degraded, 4 peering, 2 stale+active+clean, 15 active+undersized, 87 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 155/1614 objects degraded (9.603%) 2024-04-12T05:31:48.036 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:31:48.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:48 smithi063 ceph-mon[92400]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-04-12T05:31:48.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:48 smithi098 ceph-mon[67743]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-04-12T05:31:49.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:49 smithi063 ceph-mon[92400]: pgmap v179: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 181/1614 objects degraded (11.214%) 2024-04-12T05:31:49.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:49 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:49.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:49 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:49.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:49 smithi098 ceph-mon[67743]: pgmap v179: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 181/1614 objects degraded (11.214%) 2024-04-12T05:31:49.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:49 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:49.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:49 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:49.897 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:49 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:31:49.642+0000 7f97fec2f7c0 -1 osd.6 0 read_superblock omap replica is missing. 2024-04-12T05:31:50.354 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:31:50.029+0000 7f97fec2f7c0 -1 osd.6 105 log_to_monitors true 2024-04-12T05:31:50.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:50 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:50.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:50 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:50.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:50 smithi063 ceph-mon[92400]: from='osd.6 [v2:172.21.15.98:6816/1368333671,v1:172.21.15.98:6817/1368333671]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-12T05:31:50.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:50 smithi063 ceph-mon[92400]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-12T05:31:50.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:50 smithi063 ceph-mon[92400]: pgmap v180: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 229 B/s wr, 0 op/s; 181/1614 objects degraded (11.214%) 2024-04-12T05:31:50.623 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:31:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:31:50.393+0000 7f97f0089700 -1 osd.6 105 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T05:31:50.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:50 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:50.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:50 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:50.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:50 smithi098 ceph-mon[67743]: from='osd.6 [v2:172.21.15.98:6816/1368333671,v1:172.21.15.98:6817/1368333671]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-12T05:31:50.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:50 smithi098 ceph-mon[67743]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-12T05:31:50.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:50 smithi098 ceph-mon[67743]: pgmap v180: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 229 B/s wr, 0 op/s; 181/1614 objects degraded (11.214%) 2024-04-12T05:31:51.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:51 smithi063 ceph-mon[92400]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-12T05:31:51.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:51 smithi063 ceph-mon[92400]: osdmap e108: 8 total, 7 up, 8 in 2024-04-12T05:31:51.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:51 smithi063 ceph-mon[92400]: from='osd.6 [v2:172.21.15.98:6816/1368333671,v1:172.21.15.98:6817/1368333671]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:31:51.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:51 smithi063 ceph-mon[92400]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:31:51.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:51 smithi063 ceph-mon[92400]: Health check update: Degraded data redundancy: 181/1614 objects degraded (11.214%), 25 pgs degraded (PG_DEGRADED) 2024-04-12T05:31:51.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:51 smithi098 ceph-mon[67743]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-12T05:31:51.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:51 smithi098 ceph-mon[67743]: osdmap e108: 8 total, 7 up, 8 in 2024-04-12T05:31:51.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:51 smithi098 ceph-mon[67743]: from='osd.6 [v2:172.21.15.98:6816/1368333671,v1:172.21.15.98:6817/1368333671]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:31:51.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:51 smithi098 ceph-mon[67743]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:31:51.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:51 smithi098 ceph-mon[67743]: Health check update: Degraded data redundancy: 181/1614 objects degraded (11.214%), 25 pgs degraded (PG_DEGRADED) 2024-04-12T05:31:52.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:52 smithi098 ceph-mon[67743]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T05:31:52.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:52 smithi098 ceph-mon[67743]: osd.6 [v2:172.21.15.98:6816/1368333671,v1:172.21.15.98:6817/1368333671] boot 2024-04-12T05:31:52.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:52 smithi098 ceph-mon[67743]: osdmap e109: 8 total, 8 up, 8 in 2024-04-12T05:31:52.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:52 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T05:31:52.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:52 smithi098 ceph-mon[67743]: pgmap v183: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 181/1614 objects degraded (11.214%) 2024-04-12T05:31:52.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:52 smithi098 ceph-mon[67743]: osdmap e110: 8 total, 8 up, 8 in 2024-04-12T05:31:52.851 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:52 smithi063 ceph-mon[92400]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T05:31:52.851 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:52 smithi063 ceph-mon[92400]: osd.6 [v2:172.21.15.98:6816/1368333671,v1:172.21.15.98:6817/1368333671] boot 2024-04-12T05:31:52.851 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:52 smithi063 ceph-mon[92400]: osdmap e109: 8 total, 8 up, 8 in 2024-04-12T05:31:52.851 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:52 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T05:31:52.851 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:52 smithi063 ceph-mon[92400]: pgmap v183: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 181/1614 objects degraded (11.214%) 2024-04-12T05:31:52.851 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:52 smithi063 ceph-mon[92400]: osdmap e110: 8 total, 8 up, 8 in 2024-04-12T05:31:53.084 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:31:54.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:53 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:54.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:53 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:54.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:53 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:31:54.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:53 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:31:54.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:53 smithi063 ceph-mon[92400]: pgmap v185: 129 pgs: 3 peering, 23 active+undersized+degraded, 17 active+undersized, 86 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 225 B/s wr, 0 op/s; 166/1614 objects degraded (10.285%) 2024-04-12T05:31:54.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:53 smithi063 ceph-mon[92400]: pgmap v186: 129 pgs: 3 peering, 23 active+undersized+degraded, 17 active+undersized, 86 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 402 B/s wr, 0 op/s; 166/1614 objects degraded (10.285%) 2024-04-12T05:31:54.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:53 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:54.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:53 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:54.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:53 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:31:54.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:53 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:31:54.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:53 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:31:54.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:53 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:31:54.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:53 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-12T05:31:54.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:53 smithi063 ceph-mon[92400]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-12T05:31:54.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:53 smithi063 ceph-mon[92400]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-04-12T05:31:54.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:53 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:54.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:53 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:54.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:53 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:31:54.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:53 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:31:54.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:53 smithi098 ceph-mon[67743]: pgmap v185: 129 pgs: 3 peering, 23 active+undersized+degraded, 17 active+undersized, 86 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 225 B/s wr, 0 op/s; 166/1614 objects degraded (10.285%) 2024-04-12T05:31:54.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:53 smithi098 ceph-mon[67743]: pgmap v186: 129 pgs: 3 peering, 23 active+undersized+degraded, 17 active+undersized, 86 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 402 B/s wr, 0 op/s; 166/1614 objects degraded (10.285%) 2024-04-12T05:31:54.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:53 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:54.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:53 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:54.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:53 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:31:54.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:53 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:31:54.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:53 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:31:54.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:53 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:31:54.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:53 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-12T05:31:54.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:53 smithi098 ceph-mon[67743]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-12T05:31:54.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:53 smithi098 ceph-mon[67743]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-04-12T05:31:55.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:55 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:55.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:55 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:31:55.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:55 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:55.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:55 smithi063 ceph-mon[92400]: pgmap v187: 129 pgs: 3 peering, 19 active+undersized+degraded, 15 active+undersized, 92 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 236 B/s wr, 0 op/s; 124/1614 objects degraded (7.683%) 2024-04-12T05:31:55.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:55 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:55.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:55 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:31:55.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:55 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:31:55.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:55 smithi098 ceph-mon[67743]: pgmap v187: 129 pgs: 3 peering, 19 active+undersized+degraded, 15 active+undersized, 92 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 236 B/s wr, 0 op/s; 124/1614 objects degraded (7.683%) 2024-04-12T05:31:57.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:56 smithi063 ceph-mon[92400]: Health check update: Degraded data redundancy: 124/1614 objects degraded (7.683%), 19 pgs degraded (PG_DEGRADED) 2024-04-12T05:31:57.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:56 smithi098 ceph-mon[67743]: Health check update: Degraded data redundancy: 124/1614 objects degraded (7.683%), 19 pgs degraded (PG_DEGRADED) 2024-04-12T05:31:58.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:57 smithi063 ceph-mon[92400]: pgmap v188: 129 pgs: 3 peering, 126 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 384 B/s rd, 192 B/s wr, 0 op/s 2024-04-12T05:31:58.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:57 smithi098 ceph-mon[67743]: pgmap v188: 129 pgs: 3 peering, 126 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 384 B/s rd, 192 B/s wr, 0 op/s 2024-04-12T05:31:58.131 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:31:59.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:58 smithi063 ceph-mon[92400]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 124/1614 objects degraded (7.683%), 19 pgs degraded) 2024-04-12T05:31:59.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:58 smithi098 ceph-mon[67743]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 124/1614 objects degraded (7.683%), 19 pgs degraded) 2024-04-12T05:32:00.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:31:59 smithi063 ceph-mon[92400]: pgmap v189: 129 pgs: 129 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 312 B/s rd, 312 B/s wr, 0 op/s 2024-04-12T05:32:00.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:31:59 smithi098 ceph-mon[67743]: pgmap v189: 129 pgs: 129 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 312 B/s rd, 312 B/s wr, 0 op/s 2024-04-12T05:32:02.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:01 smithi063 ceph-mon[92400]: pgmap v190: 129 pgs: 129 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 245 B/s rd, 122 B/s wr, 0 op/s 2024-04-12T05:32:02.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:01 smithi098 ceph-mon[67743]: pgmap v190: 129 pgs: 129 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 245 B/s rd, 122 B/s wr, 0 op/s 2024-04-12T05:32:03.172 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:32:04.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:03 smithi063 ceph-mon[92400]: pgmap v191: 129 pgs: 129 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T05:32:04.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:03 smithi098 ceph-mon[67743]: pgmap v191: 129 pgs: 129 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T05:32:04.427 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:32:05.095 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:32:05.096 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (14m) 115s ago 24m 18.7M - 0.20.0 0881eb8f169f bb7b02859510 2024-04-12T05:32:05.096 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (3m) 115s ago 24m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 e2f6d0fe796d 2024-04-12T05:32:05.096 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (3m) 16s ago 23m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 aa9a3c02a4c8 2024-04-12T05:32:05.096 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (11m) 115s ago 24m 34.7M - 6.7.4 557c83e11646 0c5fa841843c 2024-04-12T05:32:05.096 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (19m) 115s ago 19m 38.0M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:32:05.096 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (19m) 16s ago 18m 16.8M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:32:05.096 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:8443,9283,8765 running (5m) 115s ago 26m 500M - 18.2.2-1187-gd540ebac bb2c5eac26a4 0961e9643022 2024-04-12T05:32:05.096 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283,8765 running (5m) 16s ago 23m 450M - 18.2.2-1187-gd540ebac bb2c5eac26a4 ab061c2f1b7e 2024-04-12T05:32:05.096 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (4m) 115s ago 26m 53.7M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 8c771d476bff 2024-04-12T05:32:05.096 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (4m) 16s ago 23m 44.8M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 604d852b1c69 2024-04-12T05:32:05.096 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (16m) 115s ago 16m 83.5M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:32:05.096 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (16m) 16s ago 16m 79.2M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:32:05.096 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (9m) 115s ago 24m 17.2M - 0.18.1 e5a616e4b9cf 9eeec583abdd 2024-04-12T05:32:05.096 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (5m) 16s ago 23m 10.7M - 0.18.1 e5a616e4b9cf b09200a95cd0 2024-04-12T05:32:05.097 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (3m) 115s ago 23m 121M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46885c19f3c9 2024-04-12T05:32:05.097 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (2m) 115s ago 22m 105M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 95dbd86f0cc5 2024-04-12T05:32:05.097 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (2m) 115s ago 22m 89.3M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 04a2e64cacda 2024-04-12T05:32:05.097 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (2m) 115s ago 21m 13.0M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 bd28f6c7a1a4 2024-04-12T05:32:05.097 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (86s) 16s ago 21m 122M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 56220f994f00 2024-04-12T05:32:05.097 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (53s) 16s ago 21m 116M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 f1c5d8565a3f 2024-04-12T05:32:05.097 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (20s) 16s ago 20m 11.2M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 97d1c7fb846b 2024-04-12T05:32:05.097 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (20m) 16s ago 20m 446M 2712M 16.2.5 6933c2a0b7dd 3c4d9d5d41f2 2024-04-12T05:32:05.097 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 unknown 115s ago 23m - - 2024-04-12T05:32:05.498 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:32:05.498 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:32:05.498 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:32:05.498 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:32:05.498 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:32:05.498 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:32:05.499 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:32:05.499 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:32:05.499 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:32:05.499 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 7 2024-04-12T05:32:05.499 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:32:05.499 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:32:05.499 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T05:32:05.499 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:32:05.499 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:32:05.499 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2024-04-12T05:32:05.499 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 11 2024-04-12T05:32:05.499 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:32:05.499 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:32:05.841 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:32:05.841 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:32:05.841 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:32:05.842 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:32:05.842 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [ 2024-04-12T05:32:05.842 INFO:teuthology.orchestra.run.smithi063.stdout: "crash", 2024-04-12T05:32:05.842 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr", 2024-04-12T05:32:05.842 INFO:teuthology.orchestra.run.smithi063.stdout: "mon" 2024-04-12T05:32:05.842 INFO:teuthology.orchestra.run.smithi063.stdout: ], 2024-04-12T05:32:05.842 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "13/23 daemons upgraded", 2024-04-12T05:32:05.842 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "Currently upgrading osd daemons", 2024-04-12T05:32:05.842 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:32:05.842 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:32:06.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:05 smithi063 ceph-mon[92400]: from='client.34342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:32:06.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:05 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:06.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:05 smithi063 ceph-mon[92400]: pgmap v192: 129 pgs: 129 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:32:06.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:05 smithi063 ceph-mon[92400]: from='client.34346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:32:06.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:05 smithi063 ceph-mon[92400]: from='client.34350 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:32:06.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:05 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/2292743934' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:32:06.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:05 smithi098 ceph-mon[67743]: from='client.34342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:32:06.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:05 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:06.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:05 smithi098 ceph-mon[67743]: pgmap v192: 129 pgs: 129 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:32:06.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:05 smithi098 ceph-mon[67743]: from='client.34346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:32:06.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:05 smithi098 ceph-mon[67743]: from='client.34350 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:32:06.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:05 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/2292743934' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:32:06.247 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T05:32:06.247 INFO:teuthology.orchestra.run.smithi063.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:32:06.247 INFO:teuthology.orchestra.run.smithi063.stdout: daemon prometheus.smithi063 on smithi063 is in unknown state 2024-04-12T05:32:07.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:06 smithi063 ceph-mon[92400]: from='client.34358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:32:07.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:06 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/2350914876' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:32:07.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:06 smithi098 ceph-mon[67743]: from='client.34358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:32:07.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:06 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/2350914876' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:32:08.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:07 smithi063 ceph-mon[92400]: pgmap v193: 129 pgs: 129 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:32:08.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:07 smithi098 ceph-mon[67743]: pgmap v193: 129 pgs: 129 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:32:08.213 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:32:08.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-12T05:32:08.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:08 smithi098 ceph-mon[67743]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-12T05:32:08.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:08 smithi098 ceph-mon[67743]: Upgrade: osd.7 is safe to restart 2024-04-12T05:32:09.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-12T05:32:09.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:08 smithi063 ceph-mon[92400]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-12T05:32:09.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:08 smithi063 ceph-mon[92400]: Upgrade: osd.7 is safe to restart 2024-04-12T05:32:09.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:09 smithi098 ceph-mon[67743]: pgmap v194: 129 pgs: 129 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:32:09.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:09 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:09.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:09 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:32:09.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:09 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:09.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:09 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-12T05:32:09.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:09 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:32:10.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:09 smithi063 ceph-mon[92400]: pgmap v194: 129 pgs: 129 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:32:10.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:09 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:10.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:09 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:32:10.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:09 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:10.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:09 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-12T05:32:10.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:09 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:32:10.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:10 smithi098 ceph-mon[67743]: Upgrade: Updating osd.7 2024-04-12T05:32:10.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:10 smithi098 ceph-mon[67743]: Deploying daemon osd.7 on smithi098 2024-04-12T05:32:11.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:10 smithi063 ceph-mon[92400]: Upgrade: Updating osd.7 2024-04-12T05:32:11.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:10 smithi063 ceph-mon[92400]: Deploying daemon osd.7 on smithi098 2024-04-12T05:32:11.867 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:11 smithi098 ceph-mon[67743]: pgmap v195: 129 pgs: 129 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:32:12.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:11 smithi063 ceph-mon[92400]: pgmap v195: 129 pgs: 129 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:32:12.874 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:12 smithi098 systemd[1]: Stopping Ceph osd.7 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:32:12.874 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.7[51183]: debug 2024-04-12T05:32:12.574+0000 7fa62f930700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-12T05:32:12.874 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.7[51183]: debug 2024-04-12T05:32:12.574+0000 7fa62f930700 -1 osd.7 110 *** Got signal Terminated *** 2024-04-12T05:32:12.875 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:12 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.7[51183]: debug 2024-04-12T05:32:12.574+0000 7fa62f930700 -1 osd.7 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T05:32:13.256 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:32:13.322 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:13 smithi098 bash[81171]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd.7 2024-04-12T05:32:14.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: pgmap v196: 129 pgs: 129 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:32:14.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.5 2024-04-12T05:32:14.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 failed (root=default,host=smithi098) (connection refused reported by osd.5) 2024-04-12T05:32:14.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.6 2024-04-12T05:32:14.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.0 2024-04-12T05:32:14.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.1 2024-04-12T05:32:14.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.2 2024-04-12T05:32:14.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.3 2024-04-12T05:32:14.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.4 2024-04-12T05:32:14.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.0 2024-04-12T05:32:14.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.1 2024-04-12T05:32:14.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.2 2024-04-12T05:32:14.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.3 2024-04-12T05:32:14.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.5 2024-04-12T05:32:14.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.6 2024-04-12T05:32:14.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.4 2024-04-12T05:32:14.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.5 2024-04-12T05:32:14.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.2 2024-04-12T05:32:14.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.3 2024-04-12T05:32:14.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.6 2024-04-12T05:32:14.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.0 2024-04-12T05:32:14.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.1 2024-04-12T05:32:14.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.2 2024-04-12T05:32:14.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.3 2024-04-12T05:32:14.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.4 2024-04-12T05:32:14.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.0 2024-04-12T05:32:14.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.1 2024-04-12T05:32:14.123 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.5 2024-04-12T05:32:14.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.6 2024-04-12T05:32:14.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.4 2024-04-12T05:32:14.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.0 2024-04-12T05:32:14.124 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:13 smithi063 ceph-mon[92400]: osd.7 reported immediately failed by osd.0 2024-04-12T05:32:14.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: pgmap v196: 129 pgs: 129 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T05:32:14.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.5 2024-04-12T05:32:14.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 failed (root=default,host=smithi098) (connection refused reported by osd.5) 2024-04-12T05:32:14.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.6 2024-04-12T05:32:14.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.0 2024-04-12T05:32:14.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.1 2024-04-12T05:32:14.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.2 2024-04-12T05:32:14.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.3 2024-04-12T05:32:14.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.4 2024-04-12T05:32:14.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.0 2024-04-12T05:32:14.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.1 2024-04-12T05:32:14.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.2 2024-04-12T05:32:14.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.3 2024-04-12T05:32:14.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.5 2024-04-12T05:32:14.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.6 2024-04-12T05:32:14.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.4 2024-04-12T05:32:14.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.5 2024-04-12T05:32:14.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.2 2024-04-12T05:32:14.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.3 2024-04-12T05:32:14.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.6 2024-04-12T05:32:14.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.0 2024-04-12T05:32:14.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.1 2024-04-12T05:32:14.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.2 2024-04-12T05:32:14.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.3 2024-04-12T05:32:14.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.4 2024-04-12T05:32:14.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.0 2024-04-12T05:32:14.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.1 2024-04-12T05:32:14.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.5 2024-04-12T05:32:14.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.6 2024-04-12T05:32:14.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.4 2024-04-12T05:32:14.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.0 2024-04-12T05:32:14.126 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:13 smithi098 ceph-mon[67743]: osd.7 reported immediately failed by osd.0 2024-04-12T05:32:14.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:14 smithi098 ceph-mon[67743]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T05:32:14.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:14 smithi098 ceph-mon[67743]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-04-12T05:32:14.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:14 smithi098 ceph-mon[67743]: osdmap e111: 8 total, 7 up, 8 in 2024-04-12T05:32:15.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:14 smithi063 ceph-mon[92400]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T05:32:15.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:14 smithi063 ceph-mon[92400]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-04-12T05:32:15.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:14 smithi063 ceph-mon[92400]: osdmap e111: 8 total, 7 up, 8 in 2024-04-12T05:32:15.320 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:14 smithi098 systemd[1]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.7.service: Succeeded. 2024-04-12T05:32:15.320 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:14 smithi098 systemd[1]: Stopped Ceph osd.7 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:32:15.320 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:14 smithi098 systemd[1]: Starting Ceph osd.7 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:32:16.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:15 smithi063 ceph-mon[92400]: pgmap v198: 129 pgs: 17 stale+active+clean, 112 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T05:32:16.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:15 smithi063 ceph-mon[92400]: osdmap e112: 8 total, 7 up, 8 in 2024-04-12T05:32:16.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:15 smithi098 ceph-mon[67743]: pgmap v198: 129 pgs: 17 stale+active+clean, 112 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T05:32:16.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:15 smithi098 ceph-mon[67743]: osdmap e112: 8 total, 7 up, 8 in 2024-04-12T05:32:16.124 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:15 smithi098 bash[81492]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-04-12T05:32:16.124 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:15 smithi098 bash[81492]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-04-12T05:32:16.124 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:15 smithi098 bash[81492]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-04-12T05:32:16.124 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:15 smithi098 bash[81492]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-04-12T05:32:16.124 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:15 smithi098 bash[81492]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-04-12T05:32:16.124 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:15 smithi098 bash[81492]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-04-12T05:32:16.124 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:15 smithi098 bash[81492]: --> ceph-volume raw activate successful for osd ID: 7 2024-04-12T05:32:17.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:16 smithi098 ceph-mon[67743]: Health check failed: Degraded data redundancy: 177/1614 objects degraded (10.967%), 25 pgs degraded (PG_DEGRADED) 2024-04-12T05:32:17.074 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:17 smithi098 ceph-osd[81812]: -- 172.21.15.98:0/3468925577 <== mon.1 v2:172.21.15.98:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5595c91331e0 con 0x5595c9102c00 2024-04-12T05:32:17.074 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:17 smithi098 bash[81774]: 6e2cb830700738959f2d4fe41c16dcb8d58db68b6f38f551b8f0eb81d5b70b71 2024-04-12T05:32:17.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:16 smithi063 ceph-mon[92400]: Health check failed: Degraded data redundancy: 177/1614 objects degraded (10.967%), 25 pgs degraded (PG_DEGRADED) 2024-04-12T05:32:17.373 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:17 smithi098 systemd[1]: Started Ceph osd.7 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968. 2024-04-12T05:32:17.873 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:17 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:32:17.532+0000 7f565318e7c0 -1 Falling back to public interface 2024-04-12T05:32:18.294 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:32:18.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:18 smithi063 ceph-mon[92400]: pgmap v200: 129 pgs: 25 active+undersized+degraded, 4 stale+active+clean, 13 active+undersized, 87 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 177/1614 objects degraded (10.967%) 2024-04-12T05:32:18.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:18 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:18.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:18 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:18.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:18 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:32:18.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:18 smithi098 ceph-mon[67743]: pgmap v200: 129 pgs: 25 active+undersized+degraded, 4 stale+active+clean, 13 active+undersized, 87 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 177/1614 objects degraded (10.967%) 2024-04-12T05:32:18.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:18 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:18.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:18 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:18.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:18 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:32:20.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:20 smithi098 ceph-mon[67743]: pgmap v201: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 229/1614 objects degraded (14.188%) 2024-04-12T05:32:20.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:20 smithi063 ceph-mon[92400]: pgmap v201: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 229/1614 objects degraded (14.188%) 2024-04-12T05:32:22.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:21 smithi063 ceph-mon[92400]: pgmap v202: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 229/1614 objects degraded (14.188%) 2024-04-12T05:32:22.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:21 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:22.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:21 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:22.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:21 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:22.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:21 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:22.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:21 smithi098 ceph-mon[67743]: pgmap v202: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 229/1614 objects degraded (14.188%) 2024-04-12T05:32:22.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:21 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:22.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:21 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:22.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:21 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:22.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:21 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:22.623 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:32:22.303+0000 7f565318e7c0 -1 osd.7 0 read_superblock omap replica is missing. 2024-04-12T05:32:23.040 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:22 smithi098 ceph-mon[67743]: from='osd.7 [v2:172.21.15.98:6824/2175101537,v1:172.21.15.98:6825/2175101537]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-12T05:32:23.040 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:22 smithi098 ceph-mon[67743]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-12T05:32:23.040 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:32:22.817+0000 7f565318e7c0 -1 osd.7 110 log_to_monitors true 2024-04-12T05:32:23.040 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:32:22 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:32:22.876+0000 7f56445e8700 -1 osd.7 110 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T05:32:23.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:22 smithi063 ceph-mon[92400]: from='osd.7 [v2:172.21.15.98:6824/2175101537,v1:172.21.15.98:6825/2175101537]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-12T05:32:23.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:22 smithi063 ceph-mon[92400]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-12T05:32:23.331 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:32:24.314 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:23 smithi098 ceph-mon[67743]: pgmap v203: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 229 B/s wr, 0 op/s; 229/1614 objects degraded (14.188%) 2024-04-12T05:32:24.314 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:23 smithi098 ceph-mon[67743]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-12T05:32:24.314 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:23 smithi098 ceph-mon[67743]: osdmap e113: 8 total, 7 up, 8 in 2024-04-12T05:32:24.315 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:23 smithi098 ceph-mon[67743]: from='osd.7 [v2:172.21.15.98:6824/2175101537,v1:172.21.15.98:6825/2175101537]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:32:24.315 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:23 smithi098 ceph-mon[67743]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:32:24.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:23 smithi063 ceph-mon[92400]: pgmap v203: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 315 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 229 B/s wr, 0 op/s; 229/1614 objects degraded (14.188%) 2024-04-12T05:32:24.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:23 smithi063 ceph-mon[92400]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-12T05:32:24.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:23 smithi063 ceph-mon[92400]: osdmap e113: 8 total, 7 up, 8 in 2024-04-12T05:32:24.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:23 smithi063 ceph-mon[92400]: from='osd.7 [v2:172.21.15.98:6824/2175101537,v1:172.21.15.98:6825/2175101537]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:32:24.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:23 smithi063 ceph-mon[92400]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-04-12T05:32:24.894 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:24 smithi098 ceph-mon[67743]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T05:32:24.895 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:24 smithi098 ceph-mon[67743]: osd.7 [v2:172.21.15.98:6824/2175101537,v1:172.21.15.98:6825/2175101537] boot 2024-04-12T05:32:24.895 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:24 smithi098 ceph-mon[67743]: osdmap e114: 8 total, 8 up, 8 in 2024-04-12T05:32:24.895 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:24 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T05:32:24.895 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:24 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:24.895 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:24 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:32:24.895 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:24 smithi098 ceph-mon[67743]: osdmap e115: 8 total, 8 up, 8 in 2024-04-12T05:32:25.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:24 smithi063 ceph-mon[92400]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T05:32:25.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:24 smithi063 ceph-mon[92400]: osd.7 [v2:172.21.15.98:6824/2175101537,v1:172.21.15.98:6825/2175101537] boot 2024-04-12T05:32:25.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:24 smithi063 ceph-mon[92400]: osdmap e114: 8 total, 8 up, 8 in 2024-04-12T05:32:25.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:24 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T05:32:25.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:24 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:25.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:24 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:32:25.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:24 smithi063 ceph-mon[92400]: osdmap e115: 8 total, 8 up, 8 in 2024-04-12T05:32:26.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: pgmap v206: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 229/1614 objects degraded (14.188%) 2024-04-12T05:32:26.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:26.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:26.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:32:26.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:32:26.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: pgmap v208: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 239 B/s wr, 0 op/s; 229/1614 objects degraded (14.188%) 2024-04-12T05:32:26.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: pgmap v209: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 229/1614 objects degraded (14.188%) 2024-04-12T05:32:26.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:26.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:26.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:32:26.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:32:26.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:32:26.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:32:26.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:32:26.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: Upgrade: Setting container_image for all osd 2024-04-12T05:32:26.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-04-12T05:32:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-04-12T05:32:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-04-12T05:32:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-04-12T05:32:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-04-12T05:32:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-04-12T05:32:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-04-12T05:32:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-04-12T05:32:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-04-12T05:32:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-04-12T05:32:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-04-12T05:32:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-04-12T05:32:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-04-12T05:32:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-04-12T05:32:26.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-04-12T05:32:26.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-04-12T05:32:26.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: Upgrade: Setting require_osd_release to 18 reef 2024-04-12T05:32:26.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2024-04-12T05:32:26.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:25 smithi063 ceph-mon[92400]: Health check update: Degraded data redundancy: 229/1614 objects degraded (14.188%), 37 pgs degraded (PG_DEGRADED) 2024-04-12T05:32:26.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: pgmap v206: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 229/1614 objects degraded (14.188%) 2024-04-12T05:32:26.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:26.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:26.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:32:26.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:32:26.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: pgmap v208: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 239 B/s wr, 0 op/s; 229/1614 objects degraded (14.188%) 2024-04-12T05:32:26.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: pgmap v209: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 229/1614 objects degraded (14.188%) 2024-04-12T05:32:26.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:26.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:26.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:32:26.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:32:26.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:32:26.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:32:26.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:32:26.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: Upgrade: Setting container_image for all osd 2024-04-12T05:32:26.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:26.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-04-12T05:32:26.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-04-12T05:32:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-04-12T05:32:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-04-12T05:32:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-04-12T05:32:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-04-12T05:32:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-04-12T05:32:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-04-12T05:32:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-04-12T05:32:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-04-12T05:32:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-04-12T05:32:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-04-12T05:32:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-04-12T05:32:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-04-12T05:32:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-04-12T05:32:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-04-12T05:32:26.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: Upgrade: Setting require_osd_release to 18 reef 2024-04-12T05:32:26.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2024-04-12T05:32:26.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:25 smithi098 ceph-mon[67743]: Health check update: Degraded data redundancy: 229/1614 objects degraded (14.188%), 37 pgs degraded (PG_DEGRADED) 2024-04-12T05:32:27.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:26 smithi063 ceph-mon[92400]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-04-12T05:32:27.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:26 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2024-04-12T05:32:27.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:26 smithi063 ceph-mon[92400]: osdmap e116: 8 total, 8 up, 8 in 2024-04-12T05:32:27.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:26 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi063.ymeuya"]}]: dispatch 2024-04-12T05:32:27.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:26 smithi063 ceph-mon[92400]: Upgrade: It appears safe to stop mds.foofs.smithi063.ymeuya 2024-04-12T05:32:27.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:26 smithi098 ceph-mon[67743]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-04-12T05:32:27.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:26 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2024-04-12T05:32:27.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:26 smithi098 ceph-mon[67743]: osdmap e116: 8 total, 8 up, 8 in 2024-04-12T05:32:27.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:26 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi063.ymeuya"]}]: dispatch 2024-04-12T05:32:27.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:26 smithi098 ceph-mon[67743]: Upgrade: It appears safe to stop mds.foofs.smithi063.ymeuya 2024-04-12T05:32:28.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:27 smithi063 ceph-mon[92400]: pgmap v211: 129 pgs: 22 active+undersized+degraded, 9 active+undersized, 98 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 655 B/s rd, 0 op/s; 136/1614 objects degraded (8.426%) 2024-04-12T05:32:28.378 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:27 smithi098 ceph-mon[67743]: pgmap v211: 129 pgs: 22 active+undersized+degraded, 9 active+undersized, 98 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 655 B/s rd, 0 op/s; 136/1614 objects degraded (8.426%) 2024-04-12T05:32:28.378 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:32:29.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:29 smithi063 ceph-mon[92400]: Upgrade: Updating mds.foofs.smithi063.ymeuya 2024-04-12T05:32:29.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:29 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:29.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:29 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi063.ymeuya", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T05:32:29.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:29 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:32:29.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:29 smithi063 ceph-mon[92400]: Deploying daemon mds.foofs.smithi063.ymeuya on smithi063 2024-04-12T05:32:29.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:29 smithi098 ceph-mon[67743]: Upgrade: Updating mds.foofs.smithi063.ymeuya 2024-04-12T05:32:29.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:29 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:29.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:29 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi063.ymeuya", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T05:32:29.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:29 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:32:29.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:29 smithi098 ceph-mon[67743]: Deploying daemon mds.foofs.smithi063.ymeuya on smithi063 2024-04-12T05:32:30.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:29 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon-smithi063[92356]: 2024-04-12T05:32:29.962+0000 7ff7ad91a700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-12T05:32:30.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:30 smithi063 ceph-mon[92400]: pgmap v212: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 478 B/s rd, 239 B/s wr, 0 op/s 2024-04-12T05:32:30.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:30 smithi063 ceph-mon[92400]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 136/1614 objects degraded (8.426%), 22 pgs degraded) 2024-04-12T05:32:30.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:30 smithi063 ceph-mon[92400]: daemon mds.foofs.smithi063.ymeuya compat changed unexpectedly 2024-04-12T05:32:30.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:30 smithi063 ceph-mon[92400]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-04-12T05:32:30.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:30 smithi063 ceph-mon[92400]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-12T05:32:30.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:30 smithi063 ceph-mon[92400]: osdmap e117: 8 total, 8 up, 8 in 2024-04-12T05:32:30.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:30 smithi063 ceph-mon[92400]: Standby daemon mds.foofs.smithi098.wxilzu assigned to filesystem foofs as rank 0 2024-04-12T05:32:30.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:30 smithi063 ceph-mon[92400]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-04-12T05:32:30.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:30 smithi063 ceph-mon[92400]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-12T05:32:30.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:30 smithi063 ceph-mon[92400]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-04-12T05:32:30.373 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:30 smithi063 ceph-mon[92400]: fsmap foofs:1/1 {0=foofs.smithi098.wxilzu=up:replay} 2024-04-12T05:32:30.373 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:32:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:32:29.992+0000 7f97dd864700 -1 bdev(0x563c10a10000 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 3 2024-04-12T05:32:30.373 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:32:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:32:29.993+0000 7f97dc862700 -1 bdev(0x563c10a10000 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 7 2024-04-12T05:32:30.373 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:32:29 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:32:29.994+0000 7f97db05f700 -1 bdev(0x563c10a10000 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 7 2024-04-12T05:32:30.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:30 smithi098 ceph-mon[67743]: pgmap v212: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 478 B/s rd, 239 B/s wr, 0 op/s 2024-04-12T05:32:30.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:30 smithi098 ceph-mon[67743]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 136/1614 objects degraded (8.426%), 22 pgs degraded) 2024-04-12T05:32:30.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:30 smithi098 ceph-mon[67743]: daemon mds.foofs.smithi063.ymeuya compat changed unexpectedly 2024-04-12T05:32:30.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:30 smithi098 ceph-mon[67743]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-04-12T05:32:30.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:30 smithi098 ceph-mon[67743]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-12T05:32:30.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:30 smithi098 ceph-mon[67743]: osdmap e117: 8 total, 8 up, 8 in 2024-04-12T05:32:30.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:30 smithi098 ceph-mon[67743]: Standby daemon mds.foofs.smithi098.wxilzu assigned to filesystem foofs as rank 0 2024-04-12T05:32:30.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:30 smithi098 ceph-mon[67743]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-04-12T05:32:30.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:30 smithi098 ceph-mon[67743]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-12T05:32:30.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:30 smithi098 ceph-mon[67743]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-04-12T05:32:30.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:30 smithi098 ceph-mon[67743]: fsmap foofs:1/1 {0=foofs.smithi098.wxilzu=up:replay} 2024-04-12T05:32:31.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:31 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi063.ymeuya"}]: dispatch 2024-04-12T05:32:31.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:31 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi063.ymeuya"}]: dispatch 2024-04-12T05:32:32.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:32 smithi063 ceph-mon[92400]: pgmap v214: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.0 MiB/s rd, 170 B/s wr, 3 op/s 2024-04-12T05:32:32.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:32 smithi063 ceph-mon[92400]: mds.? [v2:172.21.15.98:6832/1418045549,v1:172.21.15.98:6833/1418045549] up:reconnect 2024-04-12T05:32:32.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:32 smithi063 ceph-mon[92400]: fsmap foofs:1/1 {0=foofs.smithi098.wxilzu=up:reconnect} 2024-04-12T05:32:32.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:32 smithi098 ceph-mon[67743]: pgmap v214: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.0 MiB/s rd, 170 B/s wr, 3 op/s 2024-04-12T05:32:32.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:32 smithi098 ceph-mon[67743]: mds.? [v2:172.21.15.98:6832/1418045549,v1:172.21.15.98:6833/1418045549] up:reconnect 2024-04-12T05:32:32.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:32 smithi098 ceph-mon[67743]: fsmap foofs:1/1 {0=foofs.smithi098.wxilzu=up:reconnect} 2024-04-12T05:32:33.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:33 smithi063 ceph-mon[92400]: mds.? [v2:172.21.15.98:6832/1418045549,v1:172.21.15.98:6833/1418045549] up:rejoin 2024-04-12T05:32:33.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:33 smithi063 ceph-mon[92400]: fsmap foofs:1/1 {0=foofs.smithi098.wxilzu=up:rejoin} 2024-04-12T05:32:33.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:33 smithi063 ceph-mon[92400]: daemon mds.foofs.smithi098.wxilzu is now active in filesystem foofs as rank 0 2024-04-12T05:32:33.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:33 smithi098 ceph-mon[67743]: mds.? [v2:172.21.15.98:6832/1418045549,v1:172.21.15.98:6833/1418045549] up:rejoin 2024-04-12T05:32:33.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:33 smithi098 ceph-mon[67743]: fsmap foofs:1/1 {0=foofs.smithi098.wxilzu=up:rejoin} 2024-04-12T05:32:33.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:33 smithi098 ceph-mon[67743]: daemon mds.foofs.smithi098.wxilzu is now active in filesystem foofs as rank 0 2024-04-12T05:32:33.418 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:32:34.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:34 smithi063 ceph-mon[92400]: pgmap v215: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 255 B/s wr, 7 op/s 2024-04-12T05:32:34.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:34 smithi063 ceph-mon[92400]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-04-12T05:32:34.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:34 smithi063 ceph-mon[92400]: mds.? [v2:172.21.15.98:6832/1418045549,v1:172.21.15.98:6833/1418045549] up:active 2024-04-12T05:32:34.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:34 smithi063 ceph-mon[92400]: fsmap foofs:1 {0=foofs.smithi098.wxilzu=up:active} 2024-04-12T05:32:34.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:34 smithi098 ceph-mon[67743]: pgmap v215: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 255 B/s wr, 7 op/s 2024-04-12T05:32:34.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:34 smithi098 ceph-mon[67743]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-04-12T05:32:34.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:34 smithi098 ceph-mon[67743]: mds.? [v2:172.21.15.98:6832/1418045549,v1:172.21.15.98:6833/1418045549] up:active 2024-04-12T05:32:34.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:34 smithi098 ceph-mon[67743]: fsmap foofs:1 {0=foofs.smithi098.wxilzu=up:active} 2024-04-12T05:32:35.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:35 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:35.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:35 smithi098 ceph-mon[67743]: pgmap v216: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 232 B/s wr, 7 op/s 2024-04-12T05:32:36.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:35 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:36.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:35 smithi063 ceph-mon[92400]: pgmap v216: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 232 B/s wr, 7 op/s 2024-04-12T05:32:36.618 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:32:37.282 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:32:37.282 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (14m) 2m ago 25m 18.7M - 0.20.0 0881eb8f169f bb7b02859510 2024-04-12T05:32:37.282 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (4m) 2m ago 25m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 e2f6d0fe796d 2024-04-12T05:32:37.282 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (4m) 16s ago 24m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 aa9a3c02a4c8 2024-04-12T05:32:37.282 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (12m) 2m ago 24m 34.7M - 6.7.4 557c83e11646 0c5fa841843c 2024-04-12T05:32:37.283 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (19m) 2m ago 19m 38.0M - 16.2.5 6933c2a0b7dd 2646fbf27d38 2024-04-12T05:32:37.283 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (19m) 16s ago 19m 16.9M - 16.2.5 6933c2a0b7dd d43b46e719e2 2024-04-12T05:32:37.283 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:8443,9283,8765 running (6m) 2m ago 26m 500M - 18.2.2-1187-gd540ebac bb2c5eac26a4 0961e9643022 2024-04-12T05:32:37.283 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283,8765 running (5m) 16s ago 24m 450M - 18.2.2-1187-gd540ebac bb2c5eac26a4 ab061c2f1b7e 2024-04-12T05:32:37.283 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (5m) 2m ago 26m 53.7M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 8c771d476bff 2024-04-12T05:32:37.283 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (4m) 16s ago 24m 45.5M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 604d852b1c69 2024-04-12T05:32:37.283 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (17m) 2m ago 17m 83.5M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:32:37.283 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (17m) 16s ago 17m 79.3M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:32:37.283 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (10m) 2m ago 24m 17.2M - 0.18.1 e5a616e4b9cf 9eeec583abdd 2024-04-12T05:32:37.283 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (6m) 16s ago 23m 10.7M - 0.18.1 e5a616e4b9cf b09200a95cd0 2024-04-12T05:32:37.283 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (3m) 2m ago 23m 121M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46885c19f3c9 2024-04-12T05:32:37.283 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (3m) 2m ago 23m 105M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 95dbd86f0cc5 2024-04-12T05:32:37.283 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (2m) 2m ago 22m 89.3M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 04a2e64cacda 2024-04-12T05:32:37.283 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (2m) 2m ago 22m 13.0M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 bd28f6c7a1a4 2024-04-12T05:32:37.283 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (118s) 16s ago 22m 122M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 56220f994f00 2024-04-12T05:32:37.284 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (85s) 16s ago 21m 117M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 f1c5d8565a3f 2024-04-12T05:32:37.284 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (52s) 16s ago 21m 105M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 97d1c7fb846b 2024-04-12T05:32:37.284 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (20s) 16s ago 21m 10.2M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 6e2cb8307007 2024-04-12T05:32:37.284 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 unknown 2m ago 24m - - 2024-04-12T05:32:37.684 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:32:37.684 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:32:37.684 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:32:37.684 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:32:37.684 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:32:37.684 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:32:37.684 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:32:37.684 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:32:37.684 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 8 2024-04-12T05:32:37.684 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:32:37.684 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:32:37.685 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-04-12T05:32:37.685 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:32:37.685 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:32:37.685 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T05:32:37.685 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 12 2024-04-12T05:32:37.685 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:32:37.685 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:32:38.021 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:32:38.021 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:32:38.021 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:32:38.021 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:32:38.021 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [ 2024-04-12T05:32:38.021 INFO:teuthology.orchestra.run.smithi063.stdout: "crash", 2024-04-12T05:32:38.021 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr", 2024-04-12T05:32:38.021 INFO:teuthology.orchestra.run.smithi063.stdout: "mon", 2024-04-12T05:32:38.021 INFO:teuthology.orchestra.run.smithi063.stdout: "osd" 2024-04-12T05:32:38.022 INFO:teuthology.orchestra.run.smithi063.stdout: ], 2024-04-12T05:32:38.022 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "14/23 daemons upgraded", 2024-04-12T05:32:38.022 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "Currently upgrading mds daemons", 2024-04-12T05:32:38.022 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:32:38.022 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:32:38.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:38 smithi063 ceph-mon[92400]: from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:32:38.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:38 smithi063 ceph-mon[92400]: from='client.34372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:32:38.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:38 smithi063 ceph-mon[92400]: pgmap v217: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 7.0 KiB/s wr, 11 op/s 2024-04-12T05:32:38.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:38 smithi063 ceph-mon[92400]: from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:32:38.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:38 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/2882046400' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:32:38.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:38 smithi098 ceph-mon[67743]: from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:32:38.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:38 smithi098 ceph-mon[67743]: from='client.34372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:32:38.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:38 smithi098 ceph-mon[67743]: pgmap v217: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 7.0 KiB/s wr, 11 op/s 2024-04-12T05:32:38.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:38 smithi098 ceph-mon[67743]: from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:32:38.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:38 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/2882046400' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:32:38.425 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_WARN 1 failed cephadm daemon(s); insufficient standby MDS daemons available 2024-04-12T05:32:38.425 INFO:teuthology.orchestra.run.smithi063.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:32:38.425 INFO:teuthology.orchestra.run.smithi063.stdout: daemon prometheus.smithi063 on smithi063 is in unknown state 2024-04-12T05:32:38.426 INFO:teuthology.orchestra.run.smithi063.stdout:[WRN] MDS_INSUFFICIENT_STANDBY: insufficient standby MDS daemons available 2024-04-12T05:32:38.426 INFO:teuthology.orchestra.run.smithi063.stdout: have 0; want 1 more 2024-04-12T05:32:38.466 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:32:39.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:39 smithi063 ceph-mon[92400]: from='client.34384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:32:39.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:39 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/2119621744' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:32:39.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:39 smithi098 ceph-mon[67743]: from='client.34384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:32:39.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:39 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/2119621744' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:32:40.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:40 smithi063 ceph-mon[92400]: pgmap v218: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 7.0 KiB/s wr, 13 op/s 2024-04-12T05:32:40.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:40.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:32:40.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:40 smithi098 ceph-mon[67743]: pgmap v218: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 7.0 KiB/s wr, 13 op/s 2024-04-12T05:32:40.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:40.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:32:42.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:42.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:42.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:32:42.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:41 smithi063 ceph-mon[92400]: pgmap v219: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 6.3 KiB/s wr, 12 op/s 2024-04-12T05:32:42.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:41 smithi063 ceph-mon[92400]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-04-12T05:32:42.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:41 smithi063 ceph-mon[92400]: mds.? [v2:172.21.15.63:6834/4249269437,v1:172.21.15.63:6835/4249269437] up:boot 2024-04-12T05:32:42.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:41 smithi063 ceph-mon[92400]: fsmap foofs:1 {0=foofs.smithi098.wxilzu=up:active} 1 up:standby 2024-04-12T05:32:42.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi063.ymeuya"}]: dispatch 2024-04-12T05:32:42.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:42.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:42.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:32:42.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:41 smithi098 ceph-mon[67743]: pgmap v219: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 6.3 KiB/s wr, 12 op/s 2024-04-12T05:32:42.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:41 smithi098 ceph-mon[67743]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-04-12T05:32:42.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:41 smithi098 ceph-mon[67743]: mds.? [v2:172.21.15.63:6834/4249269437,v1:172.21.15.63:6835/4249269437] up:boot 2024-04-12T05:32:42.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:41 smithi098 ceph-mon[67743]: fsmap foofs:1 {0=foofs.smithi098.wxilzu=up:active} 1 up:standby 2024-04-12T05:32:42.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi063.ymeuya"}]: dispatch 2024-04-12T05:32:43.500 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:32:44.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:44 smithi063 ceph-mon[92400]: pgmap v220: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 7.2 KiB/s wr, 10 op/s 2024-04-12T05:32:44.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:44 smithi098 ceph-mon[67743]: pgmap v220: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 7.2 KiB/s wr, 10 op/s 2024-04-12T05:32:46.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:46 smithi063 ceph-mon[92400]: pgmap v221: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.3 MiB/s rd, 7.1 KiB/s wr, 7 op/s 2024-04-12T05:32:46.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:46 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:46.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:46 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:46.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:46 smithi098 ceph-mon[67743]: pgmap v221: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.3 MiB/s rd, 7.1 KiB/s wr, 7 op/s 2024-04-12T05:32:46.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:46 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:46.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:46 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:47.565 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:47 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:47.565 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:47 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:47.565 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:47 smithi063 ceph-mon[92400]: pgmap v222: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 345 KiB/s rd, 7.2 KiB/s wr, 6 op/s 2024-04-12T05:32:47.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:47 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:47.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:47 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:47.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:47 smithi098 ceph-mon[67743]: pgmap v222: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 345 KiB/s rd, 7.2 KiB/s wr, 6 op/s 2024-04-12T05:32:48.544 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:32:50.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:50 smithi063 ceph-mon[92400]: pgmap v223: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 2.2 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2024-04-12T05:32:50.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:50 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:50.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:50 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:50.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:50 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:32:50.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:50 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:32:50.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:50 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:50.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:50 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:50.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:50 smithi098 ceph-mon[67743]: pgmap v223: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 2.2 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2024-04-12T05:32:50.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:50 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:50.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:50 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:50.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:50 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:32:50.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:50 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:32:50.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:50 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:50.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:50 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:51.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:51 smithi098 ceph-mon[67743]: Detected new or changed devices on smithi063 2024-04-12T05:32:51.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:51 smithi098 ceph-mon[67743]: pgmap v224: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 187 B/s rd, 1.7 KiB/s wr, 1 op/s 2024-04-12T05:32:51.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:51 smithi098 ceph-mon[67743]: pgmap v225: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 229 B/s rd, 2.1 KiB/s wr, 1 op/s 2024-04-12T05:32:51.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:51 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:32:51.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:51 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:32:51.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:51 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:32:51.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:51 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:32:51.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:51 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:32:51.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:51 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi098.wxilzu"]}]: dispatch 2024-04-12T05:32:51.125 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:51 smithi098 ceph-mon[67743]: Upgrade: It appears safe to stop mds.foofs.smithi098.wxilzu 2024-04-12T05:32:51.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:51 smithi063 ceph-mon[92400]: Detected new or changed devices on smithi063 2024-04-12T05:32:51.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:51 smithi063 ceph-mon[92400]: pgmap v224: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 187 B/s rd, 1.7 KiB/s wr, 1 op/s 2024-04-12T05:32:51.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:51 smithi063 ceph-mon[92400]: pgmap v225: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 229 B/s rd, 2.1 KiB/s wr, 1 op/s 2024-04-12T05:32:51.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:51 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:32:51.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:51 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:32:51.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:51 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:32:51.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:51 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:32:51.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:51 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:32:51.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:51 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi098.wxilzu"]}]: dispatch 2024-04-12T05:32:51.372 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:51 smithi063 ceph-mon[92400]: Upgrade: It appears safe to stop mds.foofs.smithi098.wxilzu 2024-04-12T05:32:52.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:52 smithi063 ceph-mon[92400]: Upgrade: Updating mds.foofs.smithi098.wxilzu 2024-04-12T05:32:52.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:52 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:52.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:52 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.wxilzu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T05:32:52.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:52 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:32:52.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:52 smithi063 ceph-mon[92400]: Deploying daemon mds.foofs.smithi098.wxilzu on smithi098 2024-04-12T05:32:52.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:52 smithi063 ceph-mon[92400]: pgmap v226: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 229 B/s rd, 344 B/s wr, 0 op/s 2024-04-12T05:32:52.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:52 smithi098 ceph-mon[67743]: Upgrade: Updating mds.foofs.smithi098.wxilzu 2024-04-12T05:32:52.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:52 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:52.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:52 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.wxilzu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T05:32:52.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:52 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:32:52.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:52 smithi098 ceph-mon[67743]: Deploying daemon mds.foofs.smithi098.wxilzu on smithi098 2024-04-12T05:32:52.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:52 smithi098 ceph-mon[67743]: pgmap v226: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 229 B/s rd, 344 B/s wr, 0 op/s 2024-04-12T05:32:53.583 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:32:53.594 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:53 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon-smithi063[92356]: 2024-04-12T05:32:53.298+0000 7ff7ad91a700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-12T05:32:53.595 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:32:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:32:53.330+0000 7f97d7057700 -1 bdev(0x563c10a10000 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 3 2024-04-12T05:32:53.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:53 smithi063 ceph-mon[92400]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-04-12T05:32:53.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:53 smithi063 ceph-mon[92400]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-12T05:32:53.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:53 smithi063 ceph-mon[92400]: osdmap e118: 8 total, 8 up, 8 in 2024-04-12T05:32:53.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:53 smithi063 ceph-mon[92400]: Standby daemon mds.foofs.smithi063.ymeuya assigned to filesystem foofs as rank 0 2024-04-12T05:32:53.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:53 smithi063 ceph-mon[92400]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-04-12T05:32:53.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:53 smithi063 ceph-mon[92400]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-12T05:32:53.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:53 smithi063 ceph-mon[92400]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-04-12T05:32:53.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:53 smithi063 ceph-mon[92400]: fsmap foofs:1/1 {0=foofs.smithi063.ymeuya=up:replay} 2024-04-12T05:32:53.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:53 smithi098 ceph-mon[67743]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-04-12T05:32:53.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:53 smithi098 ceph-mon[67743]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-12T05:32:53.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:53 smithi098 ceph-mon[67743]: osdmap e118: 8 total, 8 up, 8 in 2024-04-12T05:32:53.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:53 smithi098 ceph-mon[67743]: Standby daemon mds.foofs.smithi063.ymeuya assigned to filesystem foofs as rank 0 2024-04-12T05:32:53.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:53 smithi098 ceph-mon[67743]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-04-12T05:32:53.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:53 smithi098 ceph-mon[67743]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-12T05:32:53.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:53 smithi098 ceph-mon[67743]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-04-12T05:32:53.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:53 smithi098 ceph-mon[67743]: fsmap foofs:1/1 {0=foofs.smithi063.ymeuya=up:replay} 2024-04-12T05:32:54.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:54 smithi063 ceph-mon[92400]: pgmap v228: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 296 B/s wr, 0 op/s 2024-04-12T05:32:54.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:54 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:54.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:54 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:32:54.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:54 smithi098 ceph-mon[67743]: pgmap v228: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 296 B/s wr, 0 op/s 2024-04-12T05:32:54.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:54 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:32:54.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:54 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:32:55.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:55 smithi063 ceph-mon[92400]: mds.? [v2:172.21.15.63:6834/4249269437,v1:172.21.15.63:6835/4249269437] up:reconnect 2024-04-12T05:32:55.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:55 smithi063 ceph-mon[92400]: fsmap foofs:1/1 {0=foofs.smithi063.ymeuya=up:reconnect} 2024-04-12T05:32:55.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:55 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.wxilzu"}]: dispatch 2024-04-12T05:32:55.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:55 smithi098 ceph-mon[67743]: mds.? [v2:172.21.15.63:6834/4249269437,v1:172.21.15.63:6835/4249269437] up:reconnect 2024-04-12T05:32:55.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:55 smithi098 ceph-mon[67743]: fsmap foofs:1/1 {0=foofs.smithi063.ymeuya=up:reconnect} 2024-04-12T05:32:55.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:55 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.wxilzu"}]: dispatch 2024-04-12T05:32:56.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:56 smithi063 ceph-mon[92400]: mds.? [v2:172.21.15.63:6834/4249269437,v1:172.21.15.63:6835/4249269437] up:rejoin 2024-04-12T05:32:56.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:56 smithi063 ceph-mon[92400]: fsmap foofs:1/1 {0=foofs.smithi063.ymeuya=up:rejoin} 2024-04-12T05:32:56.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:56 smithi063 ceph-mon[92400]: daemon mds.foofs.smithi063.ymeuya is now active in filesystem foofs as rank 0 2024-04-12T05:32:56.872 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:56 smithi063 ceph-mon[92400]: pgmap v229: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.5 MiB/s rd, 148 B/s wr, 2 op/s 2024-04-12T05:32:56.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:56 smithi098 ceph-mon[67743]: mds.? [v2:172.21.15.63:6834/4249269437,v1:172.21.15.63:6835/4249269437] up:rejoin 2024-04-12T05:32:56.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:56 smithi098 ceph-mon[67743]: fsmap foofs:1/1 {0=foofs.smithi063.ymeuya=up:rejoin} 2024-04-12T05:32:56.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:56 smithi098 ceph-mon[67743]: daemon mds.foofs.smithi063.ymeuya is now active in filesystem foofs as rank 0 2024-04-12T05:32:56.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:56 smithi098 ceph-mon[67743]: pgmap v229: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.5 MiB/s rd, 148 B/s wr, 2 op/s 2024-04-12T05:32:57.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:57 smithi063 ceph-mon[92400]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-04-12T05:32:57.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:57 smithi063 ceph-mon[92400]: mds.? [v2:172.21.15.63:6834/4249269437,v1:172.21.15.63:6835/4249269437] up:active 2024-04-12T05:32:57.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:57 smithi063 ceph-mon[92400]: fsmap foofs:1 {0=foofs.smithi063.ymeuya=up:active} 2024-04-12T05:32:57.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:57 smithi098 ceph-mon[67743]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-04-12T05:32:57.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:57 smithi098 ceph-mon[67743]: mds.? [v2:172.21.15.63:6834/4249269437,v1:172.21.15.63:6835/4249269437] up:active 2024-04-12T05:32:57.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:57 smithi098 ceph-mon[67743]: fsmap foofs:1 {0=foofs.smithi063.ymeuya=up:active} 2024-04-12T05:32:58.621 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:32:58.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:58 smithi063 ceph-mon[92400]: pgmap v230: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 255 B/s wr, 10 op/s 2024-04-12T05:32:58.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:58 smithi098 ceph-mon[67743]: pgmap v230: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 255 B/s wr, 10 op/s 2024-04-12T05:33:00.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:59 smithi063 ceph-mon[92400]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-04-12T05:33:00.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:59 smithi063 ceph-mon[92400]: mds.? [v2:172.21.15.98:6832/2068863606,v1:172.21.15.98:6833/2068863606] up:boot 2024-04-12T05:33:00.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:59 smithi063 ceph-mon[92400]: fsmap foofs:1 {0=foofs.smithi063.ymeuya=up:active} 1 up:standby 2024-04-12T05:33:00.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:32:59 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.wxilzu"}]: dispatch 2024-04-12T05:33:00.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:59 smithi098 ceph-mon[67743]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-04-12T05:33:00.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:59 smithi098 ceph-mon[67743]: mds.? [v2:172.21.15.98:6832/2068863606,v1:172.21.15.98:6833/2068863606] up:boot 2024-04-12T05:33:00.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:59 smithi098 ceph-mon[67743]: fsmap foofs:1 {0=foofs.smithi063.ymeuya=up:active} 1 up:standby 2024-04-12T05:33:00.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:32:59 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.wxilzu"}]: dispatch 2024-04-12T05:33:01.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:00 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:01.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:00 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:01.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:00 smithi098 ceph-mon[67743]: pgmap v231: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 204 B/s wr, 9 op/s 2024-04-12T05:33:01.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:00 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:33:01.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:00 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:01.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:00 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:01.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:00 smithi063 ceph-mon[92400]: pgmap v231: 129 pgs: 129 active+clean; 315 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 204 B/s wr, 9 op/s 2024-04-12T05:33:01.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:00 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:33:03.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:02 smithi063 ceph-mon[92400]: pgmap v232: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 7.6 KiB/s wr, 13 op/s 2024-04-12T05:33:03.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:02 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:03.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:02 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:03.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:02 smithi098 ceph-mon[67743]: pgmap v232: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 7.6 KiB/s wr, 13 op/s 2024-04-12T05:33:03.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:02 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:03.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:02 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:03.671 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:33:04.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:04 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:04.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:04 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:04.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:04 smithi098 ceph-mon[67743]: pgmap v233: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 7.2 KiB/s wr, 13 op/s 2024-04-12T05:33:04.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:04 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:04.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:04 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:04.871 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:04 smithi063 ceph-mon[92400]: pgmap v233: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 7.2 KiB/s wr, 13 op/s 2024-04-12T05:33:07.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:06 smithi063 ceph-mon[92400]: pgmap v234: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 6.4 KiB/s wr, 11 op/s 2024-04-12T05:33:07.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:06 smithi098 ceph-mon[67743]: pgmap v234: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 6.4 KiB/s wr, 11 op/s 2024-04-12T05:33:08.420 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: Detected new or changed devices on smithi098 2024-04-12T05:33:08.420 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:08.420 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:08.420 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:33:08.420 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:33:08.420 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: pgmap v235: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 7.4 KiB/s wr, 11 op/s 2024-04-12T05:33:08.420 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: pgmap v236: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.9 MiB/s rd, 8.9 KiB/s wr, 6 op/s 2024-04-12T05:33:08.420 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:08.421 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:08.421 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:33:08.421 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:08.421 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:08.421 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:08.421 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:08.421 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:08.421 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:08.421 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi063.ymeuya"}]: dispatch 2024-04-12T05:33:08.421 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi063.ymeuya"}]': finished 2024-04-12T05:33:08.421 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi098.wxilzu"}]: dispatch 2024-04-12T05:33:08.421 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi098.wxilzu"}]': finished 2024-04-12T05:33:08.421 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:08.421 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:08.421 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:08.422 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:08.422 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:08.422 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:08.422 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:08.422 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:08.422 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:08 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:08.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: Detected new or changed devices on smithi098 2024-04-12T05:33:08.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:08.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:08.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:33:08.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:33:08.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: pgmap v235: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 7.4 KiB/s wr, 11 op/s 2024-04-12T05:33:08.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: pgmap v236: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.9 MiB/s rd, 8.9 KiB/s wr, 6 op/s 2024-04-12T05:33:08.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:08.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:08.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:33:08.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:08.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:08.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:08.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:08.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:08.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:08.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi063.ymeuya"}]: dispatch 2024-04-12T05:33:08.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi063.ymeuya"}]': finished 2024-04-12T05:33:08.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi098.wxilzu"}]: dispatch 2024-04-12T05:33:08.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi098.wxilzu"}]': finished 2024-04-12T05:33:08.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:08.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:08.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:08.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:08.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:08.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:08.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:08.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:08.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:08 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:08.712 INFO:teuthology.orchestra.run.smithi063.stderr:mount.nfs: mounting smithi063:/fake failed, reason given by server: No such file or directory 2024-04-12T05:33:08.787 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:33:09.510 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:33:09.510 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (15m) 23s ago 25m 18.7M - 0.20.0 0881eb8f169f bb7b02859510 2024-04-12T05:33:09.510 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (4m) 23s ago 25m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 e2f6d0fe796d 2024-04-12T05:33:09.510 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (4m) 6s ago 24m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 aa9a3c02a4c8 2024-04-12T05:33:09.511 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (13m) 23s ago 25m 34.8M - 6.7.4 557c83e11646 0c5fa841843c 2024-04-12T05:33:09.511 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (29s) 23s ago 20m 12.3M - 18.2.2-1187-gd540ebac bb2c5eac26a4 eca94edaa433 2024-04-12T05:33:09.511 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (10s) 6s ago 20m 12.3M - 18.2.2-1187-gd540ebac bb2c5eac26a4 e57c0f9ae005 2024-04-12T05:33:09.511 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:8443,9283,8765 running (6m) 23s ago 27m 505M - 18.2.2-1187-gd540ebac bb2c5eac26a4 0961e9643022 2024-04-12T05:33:09.511 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283,8765 running (6m) 6s ago 24m 451M - 18.2.2-1187-gd540ebac bb2c5eac26a4 ab061c2f1b7e 2024-04-12T05:33:09.511 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (5m) 23s ago 27m 74.2M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 8c771d476bff 2024-04-12T05:33:09.511 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (5m) 6s ago 24m 52.0M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 604d852b1c69 2024-04-12T05:33:09.511 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (17m) 23s ago 17m 84.0M - 3.5 6933c2a0b7dd 9ab99eadcabf 2024-04-12T05:33:09.511 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (17m) 6s ago 17m 79.3M - 3.5 6933c2a0b7dd f9f94dae801f 2024-04-12T05:33:09.511 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (11m) 23s ago 25m 17.1M - 0.18.1 e5a616e4b9cf 9eeec583abdd 2024-04-12T05:33:09.511 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (6m) 6s ago 24m 8933k - 0.18.1 e5a616e4b9cf b09200a95cd0 2024-04-12T05:33:09.511 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (4m) 23s ago 24m 130M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46885c19f3c9 2024-04-12T05:33:09.512 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (3m) 23s ago 23m 114M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 95dbd86f0cc5 2024-04-12T05:33:09.512 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (3m) 23s ago 23m 98.4M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 04a2e64cacda 2024-04-12T05:33:09.512 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (3m) 23s ago 22m 120M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 bd28f6c7a1a4 2024-04-12T05:33:09.512 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (2m) 6s ago 22m 125M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 56220f994f00 2024-04-12T05:33:09.512 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (117s) 6s ago 22m 122M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 f1c5d8565a3f 2024-04-12T05:33:09.512 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (85s) 6s ago 21m 110M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 97d1c7fb846b 2024-04-12T05:33:09.512 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (52s) 6s ago 21m 131M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 6e2cb8307007 2024-04-12T05:33:09.512 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 error 23s ago 24m - - 2024-04-12T05:33:09.516 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:09 smithi063 ceph-mon[92400]: Upgrade: Setting container_image for all mds 2024-04-12T05:33:09.516 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:09 smithi063 ceph-mon[92400]: Upgrade: Setting container_image for all rgw 2024-04-12T05:33:09.516 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:09 smithi063 ceph-mon[92400]: Upgrade: Setting container_image for all rbd-mirror 2024-04-12T05:33:09.516 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:09 smithi063 ceph-mon[92400]: Upgrade: Setting container_image for all ceph-exporter 2024-04-12T05:33:09.516 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:09 smithi063 ceph-mon[92400]: Upgrade: Setting container_image for all iscsi 2024-04-12T05:33:09.516 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:09 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:09.516 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:09 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi063.rklvbq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T05:33:09.516 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:09 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T05:33:09.516 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:09 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-12T05:33:09.516 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:09 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:33:09.517 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:09 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T05:33:09.517 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:09 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T05:33:09.517 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:09 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi063.rklvbq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T05:33:09.517 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:09 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:33:09.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:09 smithi098 ceph-mon[67743]: Upgrade: Setting container_image for all mds 2024-04-12T05:33:09.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:09 smithi098 ceph-mon[67743]: Upgrade: Setting container_image for all rgw 2024-04-12T05:33:09.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:09 smithi098 ceph-mon[67743]: Upgrade: Setting container_image for all rbd-mirror 2024-04-12T05:33:09.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:09 smithi098 ceph-mon[67743]: Upgrade: Setting container_image for all ceph-exporter 2024-04-12T05:33:09.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:09 smithi098 ceph-mon[67743]: Upgrade: Setting container_image for all iscsi 2024-04-12T05:33:09.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:09 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:09.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:09 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi063.rklvbq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T05:33:09.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:09 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T05:33:09.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:09 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-12T05:33:09.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:09 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:33:09.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:09 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T05:33:09.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:09 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T05:33:09.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:09 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi063.rklvbq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T05:33:09.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:09 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:33:09.940 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:33:09.941 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:33:09.941 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:33:09.941 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:33:09.941 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:33:09.941 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:33:09.941 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:33:09.941 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:33:09.941 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 8 2024-04-12T05:33:09.941 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:33:09.941 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:33:09.941 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:33:09.942 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:33:09.942 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:33:09.942 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 14 2024-04-12T05:33:09.942 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:33:09.942 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:33:10.279 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:33:10.279 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:33:10.279 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:33:10.279 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:33:10.279 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [ 2024-04-12T05:33:10.279 INFO:teuthology.orchestra.run.smithi063.stdout: "crash", 2024-04-12T05:33:10.279 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr", 2024-04-12T05:33:10.279 INFO:teuthology.orchestra.run.smithi063.stdout: "mds", 2024-04-12T05:33:10.279 INFO:teuthology.orchestra.run.smithi063.stdout: "osd", 2024-04-12T05:33:10.280 INFO:teuthology.orchestra.run.smithi063.stdout: "mon" 2024-04-12T05:33:10.280 INFO:teuthology.orchestra.run.smithi063.stdout: ], 2024-04-12T05:33:10.280 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "16/23 daemons upgraded", 2024-04-12T05:33:10.280 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "Currently upgrading nfs daemons", 2024-04-12T05:33:10.280 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:33:10.280 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:33:10.584 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:10 smithi063 ceph-mon[92400]: from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:33:10.584 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:10 smithi063 ceph-mon[92400]: Upgrade: Updating nfs.foo.0.1.smithi063.rklvbq (1/2) 2024-04-12T05:33:10.584 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:10 smithi063 ceph-mon[92400]: Creating key for client.nfs.foo.0.1.smithi063.rklvbq 2024-04-12T05:33:10.584 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:10 smithi063 ceph-mon[92400]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-12T05:33:10.584 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:10 smithi063 ceph-mon[92400]: Rados config object exists: conf-nfs.foo 2024-04-12T05:33:10.584 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:10 smithi063 ceph-mon[92400]: Creating key for client.nfs.foo.0.1.smithi063.rklvbq-rgw 2024-04-12T05:33:10.584 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:10 smithi063 ceph-mon[92400]: Bind address in nfs.foo.0.1.smithi063.rklvbq's ganesha conf is defaulting to empty 2024-04-12T05:33:10.584 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:10 smithi063 ceph-mon[92400]: Deploying daemon nfs.foo.0.1.smithi063.rklvbq on smithi063 2024-04-12T05:33:10.584 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:10 smithi063 ceph-mon[92400]: pgmap v237: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 2.1 KiB/s rd, 9.0 KiB/s wr, 5 op/s 2024-04-12T05:33:10.584 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:10 smithi063 ceph-mon[92400]: from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:33:10.584 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:10 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:10.584 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:10 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:33:10.585 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:10 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/2894782980' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:10.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:10 smithi098 ceph-mon[67743]: from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:33:10.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:10 smithi098 ceph-mon[67743]: Upgrade: Updating nfs.foo.0.1.smithi063.rklvbq (1/2) 2024-04-12T05:33:10.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:10 smithi098 ceph-mon[67743]: Creating key for client.nfs.foo.0.1.smithi063.rklvbq 2024-04-12T05:33:10.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:10 smithi098 ceph-mon[67743]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-12T05:33:10.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:10 smithi098 ceph-mon[67743]: Rados config object exists: conf-nfs.foo 2024-04-12T05:33:10.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:10 smithi098 ceph-mon[67743]: Creating key for client.nfs.foo.0.1.smithi063.rklvbq-rgw 2024-04-12T05:33:10.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:10 smithi098 ceph-mon[67743]: Bind address in nfs.foo.0.1.smithi063.rklvbq's ganesha conf is defaulting to empty 2024-04-12T05:33:10.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:10 smithi098 ceph-mon[67743]: Deploying daemon nfs.foo.0.1.smithi063.rklvbq on smithi063 2024-04-12T05:33:10.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:10 smithi098 ceph-mon[67743]: pgmap v237: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 2.1 KiB/s rd, 9.0 KiB/s wr, 5 op/s 2024-04-12T05:33:10.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:10 smithi098 ceph-mon[67743]: from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:33:10.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:10 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:10.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:10 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:33:10.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:10 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/2894782980' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:10.703 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T05:33:10.703 INFO:teuthology.orchestra.run.smithi063.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:33:10.703 INFO:teuthology.orchestra.run.smithi063.stdout: daemon prometheus.smithi063 on smithi063 is in error state 2024-04-12T05:33:11.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:11 smithi063 ceph-mon[92400]: from='client.34418 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:33:11.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:11 smithi063 ceph-mon[92400]: from='client.34426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:33:11.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:11 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/1269541888' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:33:11.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:11 smithi098 ceph-mon[67743]: from='client.34418 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:33:11.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:11 smithi098 ceph-mon[67743]: from='client.34426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:33:11.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:11 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/1269541888' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:33:12.523 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:12 smithi063 ceph-mon[92400]: pgmap v238: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 332 B/s rd, 997 B/s wr, 1 op/s 2024-04-12T05:33:12.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:12 smithi098 ceph-mon[67743]: pgmap v238: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 332 B/s rd, 997 B/s wr, 1 op/s 2024-04-12T05:33:13.833 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:13.833 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:13.834 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:13 smithi098 ceph-mon[67743]: pgmap v239: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 443 B/s rd, 1.5 KiB/s wr, 1 op/s 2024-04-12T05:33:14.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:14.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:14.121 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:13 smithi063 ceph-mon[92400]: pgmap v239: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 443 B/s rd, 1.5 KiB/s wr, 1 op/s 2024-04-12T05:33:15.562 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:15 smithi098 ceph-mon[67743]: Upgrade: Updating nfs.foo.1.1.smithi098.retefr (2/2) 2024-04-12T05:33:15.562 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:15 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:15.562 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:15 smithi098 ceph-mon[67743]: Creating key for client.nfs.foo.1.1.smithi098.retefr 2024-04-12T05:33:15.562 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:15 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi098.retefr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T05:33:15.562 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:15 smithi098 ceph-mon[67743]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-12T05:33:15.562 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:15 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T05:33:15.562 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:15 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-12T05:33:15.562 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:15 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:33:15.562 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:15 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T05:33:15.562 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:15 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T05:33:15.562 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:15 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi098.retefr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T05:33:15.563 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:15 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:33:15.571 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:15 smithi063 ceph-mon[92400]: Upgrade: Updating nfs.foo.1.1.smithi098.retefr (2/2) 2024-04-12T05:33:15.571 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:15 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:15.571 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:15 smithi063 ceph-mon[92400]: Creating key for client.nfs.foo.1.1.smithi098.retefr 2024-04-12T05:33:15.571 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:15 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi098.retefr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T05:33:15.571 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:15 smithi063 ceph-mon[92400]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-12T05:33:15.571 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:15 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T05:33:15.571 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:15 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-12T05:33:15.571 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:15 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:33:15.571 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:15 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T05:33:15.571 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:15 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T05:33:15.572 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:15 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi098.retefr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T05:33:15.572 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:15 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:33:16.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:16 smithi063 ceph-mon[92400]: Rados config object exists: conf-nfs.foo 2024-04-12T05:33:16.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:16 smithi063 ceph-mon[92400]: Creating key for client.nfs.foo.1.1.smithi098.retefr-rgw 2024-04-12T05:33:16.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:16 smithi063 ceph-mon[92400]: Bind address in nfs.foo.1.1.smithi098.retefr's ganesha conf is defaulting to empty 2024-04-12T05:33:16.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:16 smithi063 ceph-mon[92400]: Deploying daemon nfs.foo.1.1.smithi098.retefr on smithi098 2024-04-12T05:33:16.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:16 smithi063 ceph-mon[92400]: pgmap v240: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 221 B/s rd, 1.4 KiB/s wr, 1 op/s 2024-04-12T05:33:16.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:16 smithi098 ceph-mon[67743]: Rados config object exists: conf-nfs.foo 2024-04-12T05:33:16.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:16 smithi098 ceph-mon[67743]: Creating key for client.nfs.foo.1.1.smithi098.retefr-rgw 2024-04-12T05:33:16.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:16 smithi098 ceph-mon[67743]: Bind address in nfs.foo.1.1.smithi098.retefr's ganesha conf is defaulting to empty 2024-04-12T05:33:16.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:16 smithi098 ceph-mon[67743]: Deploying daemon nfs.foo.1.1.smithi098.retefr on smithi098 2024-04-12T05:33:16.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:16 smithi098 ceph-mon[67743]: pgmap v240: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 221 B/s rd, 1.4 KiB/s wr, 1 op/s 2024-04-12T05:33:16.789 DEBUG:teuthology.orchestra.run.smithi063:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-04-12T05:33:16.854 INFO:teuthology.orchestra.run.smithi063.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-04-12T05:33:16.854 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:33:16.854 INFO:teuthology.orchestra.run.smithi063.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-04-12T05:33:16.855 INFO:teuthology.orchestra.run.smithi063.stdout:4 of 5 processes prepared for launch 0 sec 2024-04-12T05:33:16.955 INFO:teuthology.orchestra.run.smithi063.stdout:5 of 5 processes prepared for launch 0 sec 2024-04-12T05:33:16.955 INFO:teuthology.orchestra.run.smithi063.stdout:releasing clients 2024-04-12T05:33:17.955 INFO:teuthology.orchestra.run.smithi063.stdout: 0 1 0.00 MB/sec warmup 1 sec latency 999.905 ms 2024-04-12T05:33:18.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:18 smithi063 ceph-mon[92400]: pgmap v241: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.2 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-04-12T05:33:18.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:18 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:18.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:18 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:18.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:18 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:33:18.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:18 smithi098 ceph-mon[67743]: pgmap v241: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.2 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-04-12T05:33:18.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:18 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:18.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:18 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:18.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:18 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:33:18.955 INFO:teuthology.orchestra.run.smithi063.stdout: 0 1 0.00 MB/sec warmup 2 sec latency 1999.999 ms 2024-04-12T05:33:19.956 INFO:teuthology.orchestra.run.smithi063.stdout: 0 1 0.00 MB/sec warmup 3 sec latency 3000.094 ms 2024-04-12T05:33:20.508 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:20 smithi098 ceph-mon[67743]: pgmap v242: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 1.8 KiB/s wr, 7 op/s 2024-04-12T05:33:21.843 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:20 smithi063 ceph-mon[92400]: pgmap v242: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 1.8 KiB/s wr, 7 op/s 2024-04-12T05:33:21.843 INFO:teuthology.orchestra.run.smithi063.stdout: 0 1 0.00 MB/sec warmup 4 sec latency 4006.034 ms 2024-04-12T05:33:21.843 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:21 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:21.843 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:21 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:21.844 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:21 smithi063 ceph-mon[92400]: pgmap v243: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 2.5 KiB/s wr, 11 op/s 2024-04-12T05:33:21.844 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:21 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:21.844 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:21 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:21.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:21 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:21.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:21 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:21.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:21 smithi098 ceph-mon[67743]: pgmap v243: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 2.5 KiB/s wr, 11 op/s 2024-04-12T05:33:21.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:21 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:21.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:21 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:21.961 INFO:teuthology.orchestra.run.smithi063.stdout: 0 1 0.00 MB/sec warmup 5 sec latency 5006.068 ms 2024-04-12T05:33:22.962 INFO:teuthology.orchestra.run.smithi063.stdout: 0 1 0.00 MB/sec warmup 6 sec latency 6006.116 ms 2024-04-12T05:33:23.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:23 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:23.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:23 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:23.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:23 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:23.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:23 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:23.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:23 smithi063 ceph-mon[92400]: pgmap v244: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 3.6 KiB/s wr, 13 op/s 2024-04-12T05:33:23.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:23 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:23.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:23 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:23.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:23 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:23.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:23 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:23.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:23 smithi098 ceph-mon[67743]: pgmap v244: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 3.6 KiB/s wr, 13 op/s 2024-04-12T05:33:23.962 INFO:teuthology.orchestra.run.smithi063.stdout: 3 66 1.94 MB/sec warmup 7 sec latency 7006.143 ms 2024-04-12T05:33:25.159 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:33:25.160 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:25.160 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:25.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:33:25.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:25.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:25.969 INFO:teuthology.orchestra.run.smithi063.stdout: 5 440 26.22 MB/sec execute 1 sec latency 132.497 ms 2024-04-12T05:33:26.204 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:26 smithi063 ceph-mon[92400]: pgmap v245: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 3.1 KiB/s wr, 13 op/s 2024-04-12T05:33:26.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:26 smithi098 ceph-mon[67743]: pgmap v245: 129 pgs: 129 active+clean; 316 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 3.1 KiB/s wr, 13 op/s 2024-04-12T05:33:26.962 INFO:teuthology.orchestra.run.smithi063.stdout: 5 632 23.56 MB/sec execute 2 sec latency 133.145 ms 2024-04-12T05:33:27.962 INFO:teuthology.orchestra.run.smithi063.stdout: 5 908 19.60 MB/sec execute 3 sec latency 98.017 ms 2024-04-12T05:33:28.280 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:28 smithi063 ceph-mon[92400]: pgmap v246: 129 pgs: 129 active+clean; 333 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 3.5 MiB/s wr, 59 op/s 2024-04-12T05:33:28.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:28 smithi098 ceph-mon[67743]: pgmap v246: 129 pgs: 129 active+clean; 333 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 3.5 MiB/s wr, 59 op/s 2024-04-12T05:33:28.962 INFO:teuthology.orchestra.run.smithi063.stdout: 5 1260 17.59 MB/sec execute 4 sec latency 106.082 ms 2024-04-12T05:33:29.962 INFO:teuthology.orchestra.run.smithi063.stdout: 5 cleanup 5 sec 2024-04-12T05:33:30.325 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: pgmap v247: 129 pgs: 129 active+clean; 330 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 7.4 MiB/s wr, 195 op/s 2024-04-12T05:33:30.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:30.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:30.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:33:30.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:33:30.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:30.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:30.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:33:30.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.326 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:30.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi063.rklvbq"}]: dispatch 2024-04-12T05:33:30.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi063.rklvbq"}]': finished 2024-04-12T05:33:30.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi098.retefr"}]: dispatch 2024-04-12T05:33:30.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi098.retefr"}]': finished 2024-04-12T05:33:30.328 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.328 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:30 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:30.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: pgmap v247: 129 pgs: 129 active+clean; 330 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 7.4 MiB/s wr, 195 op/s 2024-04-12T05:33:30.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:30.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:30.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:33:30.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:33:30.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:30.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:30.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:33:30.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:30.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi063.rklvbq"}]: dispatch 2024-04-12T05:33:30.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi063.rklvbq"}]': finished 2024-04-12T05:33:30.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi098.retefr"}]: dispatch 2024-04-12T05:33:30.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi098.retefr"}]': finished 2024-04-12T05:33:30.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:30.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:30 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:33:30.962 INFO:teuthology.orchestra.run.smithi063.stdout: 2 cleanup 6 sec 2024-04-12T05:33:31.253 INFO:teuthology.orchestra.run.smithi063.stdout:[1789] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000449a00000025' failed - Device or resource busy 2024-04-12T05:33:31.315 INFO:teuthology.orchestra.run.smithi063.stdout:[1789] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000446d00000023' failed - Device or resource busy 2024-04-12T05:33:31.378 INFO:teuthology.orchestra.run.smithi063.stdout:[1789] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000449d00000024' failed - Device or resource busy 2024-04-12T05:33:31.378 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:31 smithi063 ceph-mon[92400]: pgmap v248: 129 pgs: 129 active+clean; 330 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 33 KiB/s rd, 8.7 MiB/s wr, 225 op/s 2024-04-12T05:33:31.379 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:31 smithi063 ceph-mon[92400]: pgmap v249: 129 pgs: 129 active+clean; 330 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 36 KiB/s rd, 11 MiB/s wr, 274 op/s 2024-04-12T05:33:31.379 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:31 smithi063 ceph-mon[92400]: Upgrade: Setting container_image for all nfs 2024-04-12T05:33:31.379 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:31 smithi063 ceph-mon[92400]: Upgrade: Setting container_image for all nvmeof 2024-04-12T05:33:31.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:31 smithi098 ceph-mon[67743]: pgmap v248: 129 pgs: 129 active+clean; 330 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 33 KiB/s rd, 8.7 MiB/s wr, 225 op/s 2024-04-12T05:33:31.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:31 smithi098 ceph-mon[67743]: pgmap v249: 129 pgs: 129 active+clean; 330 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 36 KiB/s rd, 11 MiB/s wr, 274 op/s 2024-04-12T05:33:31.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:31 smithi098 ceph-mon[67743]: Upgrade: Setting container_image for all nfs 2024-04-12T05:33:31.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:31 smithi098 ceph-mon[67743]: Upgrade: Setting container_image for all nvmeof 2024-04-12T05:33:31.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 7 sec 2024-04-12T05:33:32.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 8 sec 2024-04-12T05:33:33.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:33 smithi063 ceph-mon[92400]: pgmap v250: 129 pgs: 129 active+clean; 310 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 32 KiB/s rd, 14 MiB/s wr, 334 op/s 2024-04-12T05:33:33.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:33 smithi063 ceph-mon[92400]: Upgrade: Updating node-exporter.smithi063 (1/2) 2024-04-12T05:33:33.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:33 smithi063 ceph-mon[92400]: Deploying daemon node-exporter.smithi063 on smithi063 2024-04-12T05:33:33.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:33 smithi098 ceph-mon[67743]: pgmap v250: 129 pgs: 129 active+clean; 310 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 32 KiB/s rd, 14 MiB/s wr, 334 op/s 2024-04-12T05:33:33.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:33 smithi098 ceph-mon[67743]: Upgrade: Updating node-exporter.smithi063 (1/2) 2024-04-12T05:33:33.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:33 smithi098 ceph-mon[67743]: Deploying daemon node-exporter.smithi063 on smithi063 2024-04-12T05:33:33.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 9 sec 2024-04-12T05:33:34.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 10 sec 2024-04-12T05:33:35.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:35 smithi063 ceph-mon[92400]: pgmap v251: 129 pgs: 129 active+clean; 287 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 15 MiB/s wr, 476 op/s 2024-04-12T05:33:35.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:35 smithi098 ceph-mon[67743]: pgmap v251: 129 pgs: 129 active+clean; 287 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 15 MiB/s wr, 476 op/s 2024-04-12T05:33:35.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 11 sec 2024-04-12T05:33:36.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 12 sec 2024-04-12T05:33:37.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:37 smithi063 ceph-mon[92400]: pgmap v252: 129 pgs: 129 active+clean; 282 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 9.6 MiB/s wr, 410 op/s 2024-04-12T05:33:37.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:37 smithi098 ceph-mon[67743]: pgmap v252: 129 pgs: 129 active+clean; 282 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 9.6 MiB/s wr, 410 op/s 2024-04-12T05:33:37.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 13 sec 2024-04-12T05:33:38.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 14 sec 2024-04-12T05:33:39.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:39 smithi063 ceph-mon[92400]: pgmap v253: 129 pgs: 129 active+clean; 228 MiB data, 992 MiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 232 op/s 2024-04-12T05:33:39.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:39 smithi098 ceph-mon[67743]: pgmap v253: 129 pgs: 129 active+clean; 228 MiB data, 992 MiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 232 op/s 2024-04-12T05:33:39.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 15 sec 2024-04-12T05:33:40.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:33:40.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:33:40.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 16 sec 2024-04-12T05:33:41.062 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:33:41.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:41 smithi063 ceph-mon[92400]: pgmap v254: 129 pgs: 129 active+clean; 223 MiB data, 985 MiB used, 714 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 192 op/s 2024-04-12T05:33:41.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:41 smithi098 ceph-mon[67743]: pgmap v254: 129 pgs: 129 active+clean; 223 MiB data, 985 MiB used, 714 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 192 op/s 2024-04-12T05:33:41.732 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:33:41.732 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (15m) 19s ago 26m 18.7M - 0.20.0 0881eb8f169f bb7b02859510 2024-04-12T05:33:41.732 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (5m) 19s ago 26m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 e2f6d0fe796d 2024-04-12T05:33:41.732 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (5m) 21s ago 25m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 aa9a3c02a4c8 2024-04-12T05:33:41.732 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (13m) 19s ago 25m 35.0M - 6.7.4 557c83e11646 0c5fa841843c 2024-04-12T05:33:41.732 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (61s) 19s ago 20m 27.2M - 18.2.2-1187-gd540ebac bb2c5eac26a4 eca94edaa433 2024-04-12T05:33:41.732 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (42s) 21s ago 20m 12.4M - 18.2.2-1187-gd540ebac bb2c5eac26a4 e57c0f9ae005 2024-04-12T05:33:41.732 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:8443,9283,8765 running (7m) 19s ago 27m 506M - 18.2.2-1187-gd540ebac bb2c5eac26a4 0961e9643022 2024-04-12T05:33:41.732 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283,8765 running (6m) 21s ago 25m 451M - 18.2.2-1187-gd540ebac bb2c5eac26a4 ab061c2f1b7e 2024-04-12T05:33:41.732 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (6m) 19s ago 27m 75.7M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 8c771d476bff 2024-04-12T05:33:41.732 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (6m) 21s ago 25m 53.1M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 604d852b1c69 2024-04-12T05:33:41.733 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (29s) 19s ago 18m 62.9M - 5.5 bb2c5eac26a4 abb314a21c4a 2024-04-12T05:33:41.733 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (24s) 21s ago 18m 17.1M - 5.5 bb2c5eac26a4 7fffe2083b18 2024-04-12T05:33:41.733 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (11m) 19s ago 25m 17.1M - 0.18.1 e5a616e4b9cf 9eeec583abdd 2024-04-12T05:33:41.733 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (7m) 21s ago 24m 8933k - 0.18.1 e5a616e4b9cf b09200a95cd0 2024-04-12T05:33:41.733 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (4m) 19s ago 24m 131M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46885c19f3c9 2024-04-12T05:33:41.733 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (4m) 19s ago 24m 116M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 95dbd86f0cc5 2024-04-12T05:33:41.733 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (3m) 19s ago 23m 99.7M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 04a2e64cacda 2024-04-12T05:33:41.733 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (3m) 19s ago 23m 121M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 bd28f6c7a1a4 2024-04-12T05:33:41.733 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (3m) 21s ago 23m 126M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 56220f994f00 2024-04-12T05:33:41.733 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (2m) 21s ago 22m 122M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 f1c5d8565a3f 2024-04-12T05:33:41.733 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (117s) 21s ago 22m 110M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 97d1c7fb846b 2024-04-12T05:33:41.733 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (85s) 21s ago 22m 131M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 6e2cb8307007 2024-04-12T05:33:41.733 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 error 19s ago 25m - - 2024-04-12T05:33:41.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 17 sec 2024-04-12T05:33:42.135 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:33:42.135 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:33:42.135 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:33:42.135 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:33:42.135 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:33:42.135 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:33:42.135 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:33:42.136 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:33:42.136 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 8 2024-04-12T05:33:42.136 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:33:42.136 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:33:42.136 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:33:42.136 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:33:42.136 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:33:42.136 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 14 2024-04-12T05:33:42.136 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:33:42.136 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:33:42.480 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:33:42.480 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:33:42.480 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:33:42.480 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:33:42.480 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [ 2024-04-12T05:33:42.480 INFO:teuthology.orchestra.run.smithi063.stdout: "crash", 2024-04-12T05:33:42.480 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr", 2024-04-12T05:33:42.480 INFO:teuthology.orchestra.run.smithi063.stdout: "nfs", 2024-04-12T05:33:42.480 INFO:teuthology.orchestra.run.smithi063.stdout: "mds", 2024-04-12T05:33:42.480 INFO:teuthology.orchestra.run.smithi063.stdout: "osd", 2024-04-12T05:33:42.480 INFO:teuthology.orchestra.run.smithi063.stdout: "mon" 2024-04-12T05:33:42.480 INFO:teuthology.orchestra.run.smithi063.stdout: ], 2024-04-12T05:33:42.481 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "18/23 daemons upgraded", 2024-04-12T05:33:42.481 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "Currently upgrading node-exporter daemons", 2024-04-12T05:33:42.481 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:33:42.481 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:33:42.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:42 smithi063 ceph-mon[92400]: from='client.34466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:33:42.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:42 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/1474882722' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:42.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:42 smithi098 ceph-mon[67743]: from='client.34466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:33:42.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:42 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/1474882722' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:33:42.885 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T05:33:42.885 INFO:teuthology.orchestra.run.smithi063.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:33:42.885 INFO:teuthology.orchestra.run.smithi063.stdout: daemon prometheus.smithi063 on smithi063 is in error state 2024-04-12T05:33:42.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 18 sec 2024-04-12T05:33:43.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:43 smithi063 ceph-mon[92400]: from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:33:43.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:43 smithi063 ceph-mon[92400]: pgmap v255: 129 pgs: 129 active+clean; 217 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.6 MiB/s wr, 161 op/s 2024-04-12T05:33:43.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:43 smithi063 ceph-mon[92400]: from='client.34474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:33:43.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:43 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/3135427784' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:33:43.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:43 smithi098 ceph-mon[67743]: from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:33:43.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:43 smithi098 ceph-mon[67743]: pgmap v255: 129 pgs: 129 active+clean; 217 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.6 MiB/s wr, 161 op/s 2024-04-12T05:33:43.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:43 smithi098 ceph-mon[67743]: from='client.34474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:33:43.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:43 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/3135427784' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:33:43.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 19 sec 2024-04-12T05:33:44.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:44 smithi063 ceph-mon[92400]: from='client.34482 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:33:44.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:44 smithi098 ceph-mon[67743]: from='client.34482 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:33:44.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 20 sec 2024-04-12T05:33:45.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:45 smithi063 ceph-mon[92400]: pgmap v256: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 4.3 KiB/s rd, 739 KiB/s wr, 119 op/s 2024-04-12T05:33:45.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:45 smithi098 ceph-mon[67743]: pgmap v256: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 4.3 KiB/s rd, 739 KiB/s wr, 119 op/s 2024-04-12T05:33:45.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 21 sec 2024-04-12T05:33:46.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 22 sec 2024-04-12T05:33:47.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:47 smithi063 ceph-mon[92400]: pgmap v257: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 3.0 KiB/s rd, 29 KiB/s wr, 22 op/s 2024-04-12T05:33:47.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:47 smithi098 ceph-mon[67743]: pgmap v257: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 3.0 KiB/s rd, 29 KiB/s wr, 22 op/s 2024-04-12T05:33:47.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 23 sec 2024-04-12T05:33:48.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:48 smithi063 ceph-mon[92400]: pgmap v258: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 3.0 KiB/s rd, 28 KiB/s wr, 20 op/s 2024-04-12T05:33:48.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:48 smithi098 ceph-mon[67743]: pgmap v258: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 3.0 KiB/s rd, 28 KiB/s wr, 20 op/s 2024-04-12T05:33:48.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 24 sec 2024-04-12T05:33:49.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 25 sec 2024-04-12T05:33:50.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:50 smithi063 ceph-mon[92400]: pgmap v259: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 25 KiB/s wr, 3 op/s 2024-04-12T05:33:50.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:50 smithi098 ceph-mon[67743]: pgmap v259: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 25 KiB/s wr, 3 op/s 2024-04-12T05:33:50.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 26 sec 2024-04-12T05:33:51.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 27 sec 2024-04-12T05:33:52.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:52 smithi063 ceph-mon[92400]: pgmap v260: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 597 B/s rd, 2.6 KiB/s wr, 2 op/s 2024-04-12T05:33:52.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:52 smithi098 ceph-mon[67743]: pgmap v260: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 597 B/s rd, 2.6 KiB/s wr, 2 op/s 2024-04-12T05:33:52.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 28 sec 2024-04-12T05:33:53.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 29 sec 2024-04-12T05:33:54.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:54 smithi063 ceph-mon[92400]: pgmap v261: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 2.5 KiB/s wr, 1 op/s 2024-04-12T05:33:54.870 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:54 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:33:54.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:54 smithi098 ceph-mon[67743]: pgmap v261: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 2.5 KiB/s wr, 1 op/s 2024-04-12T05:33:54.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:54 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:33:54.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 30 sec 2024-04-12T05:33:55.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 31 sec 2024-04-12T05:33:56.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 32 sec 2024-04-12T05:33:57.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:56 smithi063 ceph-mon[92400]: pgmap v262: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:33:57.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:56 smithi098 ceph-mon[67743]: pgmap v262: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:33:57.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 33 sec 2024-04-12T05:33:58.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 34 sec 2024-04-12T05:33:59.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:33:58 smithi063 ceph-mon[92400]: pgmap v263: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:33:59.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:33:58 smithi098 ceph-mon[67743]: pgmap v263: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:33:59.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 35 sec 2024-04-12T05:34:00.962 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 36 sec 2024-04-12T05:34:01.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:00 smithi063 ceph-mon[92400]: pgmap v264: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:01.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:00 smithi098 ceph-mon[67743]: pgmap v264: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:01.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 37 sec 2024-04-12T05:34:02.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 38 sec 2024-04-12T05:34:03.122 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:02 smithi063 ceph-mon[92400]: pgmap v265: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T05:34:03.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:02 smithi098 ceph-mon[67743]: pgmap v265: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T05:34:03.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 39 sec 2024-04-12T05:34:04.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 40 sec 2024-04-12T05:34:05.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:04 smithi063 ceph-mon[92400]: pgmap v266: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:05.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:04 smithi098 ceph-mon[67743]: pgmap v266: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:05.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 41 sec 2024-04-12T05:34:06.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 42 sec 2024-04-12T05:34:07.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:06 smithi063 ceph-mon[92400]: pgmap v267: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:07.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:06 smithi098 ceph-mon[67743]: pgmap v267: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:07.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 43 sec 2024-04-12T05:34:08.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 44 sec 2024-04-12T05:34:09.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:08 smithi063 ceph-mon[92400]: pgmap v268: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:09.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:08 smithi098 ceph-mon[67743]: pgmap v268: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:09.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 45 sec 2024-04-12T05:34:10.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:09 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:34:10.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:09 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:34:10.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 46 sec 2024-04-12T05:34:11.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:10 smithi063 ceph-mon[92400]: pgmap v269: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:11.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:10 smithi098 ceph-mon[67743]: pgmap v269: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:11.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 47 sec 2024-04-12T05:34:12.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 48 sec 2024-04-12T05:34:13.120 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:12 smithi063 ceph-mon[92400]: pgmap v270: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T05:34:13.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:12 smithi098 ceph-mon[67743]: pgmap v270: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T05:34:13.239 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:34:13.920 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:34:13.920 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (16m) 51s ago 26m 18.7M - 0.20.0 0881eb8f169f bb7b02859510 2024-04-12T05:34:13.921 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (5m) 51s ago 26m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 e2f6d0fe796d 2024-04-12T05:34:13.921 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (5m) 53s ago 25m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 aa9a3c02a4c8 2024-04-12T05:34:13.921 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (14m) 51s ago 26m 35.0M - 6.7.4 557c83e11646 0c5fa841843c 2024-04-12T05:34:13.921 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (93s) 51s ago 21m 27.2M - 18.2.2-1187-gd540ebac bb2c5eac26a4 eca94edaa433 2024-04-12T05:34:13.921 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (74s) 53s ago 21m 12.4M - 18.2.2-1187-gd540ebac bb2c5eac26a4 e57c0f9ae005 2024-04-12T05:34:13.921 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:8443,9283,8765 running (7m) 51s ago 28m 506M - 18.2.2-1187-gd540ebac bb2c5eac26a4 0961e9643022 2024-04-12T05:34:13.921 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283,8765 running (7m) 53s ago 25m 451M - 18.2.2-1187-gd540ebac bb2c5eac26a4 ab061c2f1b7e 2024-04-12T05:34:13.921 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (6m) 51s ago 28m 75.7M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 8c771d476bff 2024-04-12T05:34:13.921 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (6m) 53s ago 25m 53.1M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 604d852b1c69 2024-04-12T05:34:13.921 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (61s) 51s ago 18m 62.9M - 5.5 bb2c5eac26a4 abb314a21c4a 2024-04-12T05:34:13.921 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (56s) 53s ago 18m 17.1M - 5.5 bb2c5eac26a4 7fffe2083b18 2024-04-12T05:34:13.921 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (12m) 51s ago 26m 17.1M - 0.18.1 e5a616e4b9cf 9eeec583abdd 2024-04-12T05:34:13.921 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (7m) 53s ago 25m 8933k - 0.18.1 e5a616e4b9cf b09200a95cd0 2024-04-12T05:34:13.921 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (5m) 51s ago 25m 131M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46885c19f3c9 2024-04-12T05:34:13.922 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (4m) 51s ago 24m 116M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 95dbd86f0cc5 2024-04-12T05:34:13.922 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (4m) 51s ago 24m 99.7M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 04a2e64cacda 2024-04-12T05:34:13.922 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (4m) 51s ago 23m 121M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 bd28f6c7a1a4 2024-04-12T05:34:13.922 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (3m) 53s ago 23m 126M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 56220f994f00 2024-04-12T05:34:13.922 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (3m) 53s ago 23m 122M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 f1c5d8565a3f 2024-04-12T05:34:13.922 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (2m) 53s ago 23m 110M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 97d1c7fb846b 2024-04-12T05:34:13.922 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (117s) 53s ago 22m 131M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 6e2cb8307007 2024-04-12T05:34:13.922 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 error 51s ago 26m - - 2024-04-12T05:34:13.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 49 sec 2024-04-12T05:34:14.323 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:34:14.323 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:34:14.323 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:34:14.323 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:34:14.323 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:34:14.323 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:34:14.323 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:34:14.323 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:34:14.323 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 8 2024-04-12T05:34:14.323 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:34:14.323 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:34:14.323 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:34:14.324 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:34:14.324 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:34:14.324 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 14 2024-04-12T05:34:14.324 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:34:14.324 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:34:14.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:13 smithi063 ceph-mon[92400]: from='client.34490 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:34:14.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:13 smithi098 ceph-mon[67743]: from='client.34490 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:34:14.660 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:34:14.660 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:34:14.661 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:34:14.661 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:34:14.661 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [ 2024-04-12T05:34:14.661 INFO:teuthology.orchestra.run.smithi063.stdout: "crash", 2024-04-12T05:34:14.661 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr", 2024-04-12T05:34:14.661 INFO:teuthology.orchestra.run.smithi063.stdout: "nfs", 2024-04-12T05:34:14.661 INFO:teuthology.orchestra.run.smithi063.stdout: "mds", 2024-04-12T05:34:14.661 INFO:teuthology.orchestra.run.smithi063.stdout: "osd", 2024-04-12T05:34:14.661 INFO:teuthology.orchestra.run.smithi063.stdout: "mon" 2024-04-12T05:34:14.661 INFO:teuthology.orchestra.run.smithi063.stdout: ], 2024-04-12T05:34:14.661 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "18/23 daemons upgraded", 2024-04-12T05:34:14.661 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "Currently upgrading node-exporter daemons", 2024-04-12T05:34:14.661 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:34:14.662 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:34:14.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 50 sec 2024-04-12T05:34:15.065 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T05:34:15.065 INFO:teuthology.orchestra.run.smithi063.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:34:15.065 INFO:teuthology.orchestra.run.smithi063.stdout: daemon prometheus.smithi063 on smithi063 is in error state 2024-04-12T05:34:15.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:14 smithi098 ceph-mon[67743]: pgmap v271: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:15.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:14 smithi098 ceph-mon[67743]: from='client.34494 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:34:15.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:14 smithi098 ceph-mon[67743]: from='client.34498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:34:15.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:14 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/1555017773' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:34:15.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:14 smithi063 ceph-mon[92400]: pgmap v271: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:15.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:14 smithi063 ceph-mon[92400]: from='client.34494 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:34:15.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:14 smithi063 ceph-mon[92400]: from='client.34498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:34:15.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:14 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/1555017773' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:34:15.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 51 sec 2024-04-12T05:34:16.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:15 smithi063 ceph-mon[92400]: from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:34:16.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:15 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/2009543715' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:34:16.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:15 smithi098 ceph-mon[67743]: from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:34:16.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:15 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/2009543715' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:34:16.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 52 sec 2024-04-12T05:34:17.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:16 smithi063 ceph-mon[92400]: pgmap v272: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:17.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:16 smithi098 ceph-mon[67743]: pgmap v272: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:17.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 53 sec 2024-04-12T05:34:18.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 54 sec 2024-04-12T05:34:19.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:18 smithi063 ceph-mon[92400]: pgmap v273: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:19.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:18 smithi098 ceph-mon[67743]: pgmap v273: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:19.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 55 sec 2024-04-12T05:34:20.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 56 sec 2024-04-12T05:34:21.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:20 smithi063 ceph-mon[92400]: pgmap v274: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:21.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:20 smithi098 ceph-mon[67743]: pgmap v274: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:21.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 57 sec 2024-04-12T05:34:22.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 58 sec 2024-04-12T05:34:23.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:22 smithi063 ceph-mon[92400]: pgmap v275: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T05:34:23.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:22 smithi098 ceph-mon[67743]: pgmap v275: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T05:34:23.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 59 sec 2024-04-12T05:34:24.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 60 sec 2024-04-12T05:34:25.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:24 smithi063 ceph-mon[92400]: pgmap v276: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:25.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:24 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:34:25.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:24 smithi098 ceph-mon[67743]: pgmap v276: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:25.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:24 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:34:25.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 61 sec 2024-04-12T05:34:26.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 62 sec 2024-04-12T05:34:27.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:26 smithi063 ceph-mon[92400]: pgmap v277: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:27.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:26 smithi098 ceph-mon[67743]: pgmap v277: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:27.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 63 sec 2024-04-12T05:34:28.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 64 sec 2024-04-12T05:34:29.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:29 smithi063 ceph-mon[92400]: pgmap v278: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:29.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:29 smithi098 ceph-mon[67743]: pgmap v278: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:29.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 65 sec 2024-04-12T05:34:30.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 66 sec 2024-04-12T05:34:31.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:31 smithi063 ceph-mon[92400]: pgmap v279: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:31.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:31 smithi098 ceph-mon[67743]: pgmap v279: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:31.963 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 67 sec 2024-04-12T05:34:32.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 68 sec 2024-04-12T05:34:33.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:33 smithi063 ceph-mon[92400]: pgmap v280: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T05:34:33.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:33 smithi098 ceph-mon[67743]: pgmap v280: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T05:34:33.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 69 sec 2024-04-12T05:34:34.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 70 sec 2024-04-12T05:34:35.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:35 smithi063 ceph-mon[92400]: pgmap v281: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:35.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:35 smithi098 ceph-mon[67743]: pgmap v281: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:35.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 71 sec 2024-04-12T05:34:36.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 72 sec 2024-04-12T05:34:37.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:37 smithi063 ceph-mon[92400]: pgmap v282: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:37.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:37 smithi098 ceph-mon[67743]: pgmap v282: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:37.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 73 sec 2024-04-12T05:34:38.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 74 sec 2024-04-12T05:34:39.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:39 smithi063 ceph-mon[92400]: pgmap v283: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:39.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:39 smithi098 ceph-mon[67743]: pgmap v283: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:39.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 75 sec 2024-04-12T05:34:40.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:34:40.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:34:40.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 76 sec 2024-04-12T05:34:41.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:41 smithi063 ceph-mon[92400]: pgmap v284: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:41.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:41 smithi098 ceph-mon[67743]: pgmap v284: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:41.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 77 sec 2024-04-12T05:34:42.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 78 sec 2024-04-12T05:34:43.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:43 smithi098 ceph-mon[67743]: pgmap v285: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:34:43.374 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:43 smithi063 ceph-mon[92400]: pgmap v285: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:34:43.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 79 sec 2024-04-12T05:34:44.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 80 sec 2024-04-12T05:34:45.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:45 smithi063 ceph-mon[92400]: pgmap v286: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-12T05:34:45.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:45 smithi098 ceph-mon[67743]: pgmap v286: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-12T05:34:45.422 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:34:45.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 81 sec 2024-04-12T05:34:46.093 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:34:46.093 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (16m) 83s ago 27m 18.7M - 0.20.0 0881eb8f169f bb7b02859510 2024-04-12T05:34:46.093 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (6m) 83s ago 27m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 e2f6d0fe796d 2024-04-12T05:34:46.093 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (6m) 85s ago 26m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 aa9a3c02a4c8 2024-04-12T05:34:46.093 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (14m) 83s ago 26m 35.0M - 6.7.4 557c83e11646 0c5fa841843c 2024-04-12T05:34:46.093 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (2m) 83s ago 21m 27.2M - 18.2.2-1187-gd540ebac bb2c5eac26a4 eca94edaa433 2024-04-12T05:34:46.093 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (106s) 85s ago 21m 12.4M - 18.2.2-1187-gd540ebac bb2c5eac26a4 e57c0f9ae005 2024-04-12T05:34:46.093 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:8443,9283,8765 running (8m) 83s ago 28m 506M - 18.2.2-1187-gd540ebac bb2c5eac26a4 0961e9643022 2024-04-12T05:34:46.093 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283,8765 running (7m) 85s ago 26m 451M - 18.2.2-1187-gd540ebac bb2c5eac26a4 ab061c2f1b7e 2024-04-12T05:34:46.093 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (7m) 83s ago 28m 75.7M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 8c771d476bff 2024-04-12T05:34:46.093 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (7m) 85s ago 26m 53.1M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 604d852b1c69 2024-04-12T05:34:46.093 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (93s) 83s ago 19m 62.9M - 5.5 bb2c5eac26a4 abb314a21c4a 2024-04-12T05:34:46.094 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (89s) 85s ago 19m 17.1M - 5.5 bb2c5eac26a4 7fffe2083b18 2024-04-12T05:34:46.094 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (12m) 83s ago 26m 17.1M - 0.18.1 e5a616e4b9cf 9eeec583abdd 2024-04-12T05:34:46.094 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (8m) 85s ago 26m 8933k - 0.18.1 e5a616e4b9cf b09200a95cd0 2024-04-12T05:34:46.094 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (6m) 83s ago 25m 131M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46885c19f3c9 2024-04-12T05:34:46.094 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (5m) 83s ago 25m 116M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 95dbd86f0cc5 2024-04-12T05:34:46.094 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (5m) 83s ago 24m 99.7M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 04a2e64cacda 2024-04-12T05:34:46.094 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (4m) 83s ago 24m 121M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 bd28f6c7a1a4 2024-04-12T05:34:46.094 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (4m) 85s ago 24m 126M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 56220f994f00 2024-04-12T05:34:46.094 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (3m) 85s ago 23m 122M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 f1c5d8565a3f 2024-04-12T05:34:46.094 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (3m) 85s ago 23m 110M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 97d1c7fb846b 2024-04-12T05:34:46.094 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (2m) 85s ago 23m 131M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 6e2cb8307007 2024-04-12T05:34:46.094 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 error 83s ago 26m - - 2024-04-12T05:34:46.493 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:34:46.493 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:34:46.493 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:34:46.493 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:34:46.493 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:34:46.493 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:34:46.493 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:34:46.493 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:34:46.493 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 8 2024-04-12T05:34:46.493 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:34:46.493 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:34:46.493 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:34:46.494 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:34:46.494 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:34:46.494 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 14 2024-04-12T05:34:46.494 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:34:46.494 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:34:46.837 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:34:46.837 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:34:46.837 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:34:46.837 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:34:46.837 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [ 2024-04-12T05:34:46.837 INFO:teuthology.orchestra.run.smithi063.stdout: "crash", 2024-04-12T05:34:46.837 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr", 2024-04-12T05:34:46.837 INFO:teuthology.orchestra.run.smithi063.stdout: "nfs", 2024-04-12T05:34:46.837 INFO:teuthology.orchestra.run.smithi063.stdout: "mds", 2024-04-12T05:34:46.838 INFO:teuthology.orchestra.run.smithi063.stdout: "osd", 2024-04-12T05:34:46.838 INFO:teuthology.orchestra.run.smithi063.stdout: "mon" 2024-04-12T05:34:46.838 INFO:teuthology.orchestra.run.smithi063.stdout: ], 2024-04-12T05:34:46.838 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "18/23 daemons upgraded", 2024-04-12T05:34:46.838 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "Currently upgrading node-exporter daemons", 2024-04-12T05:34:46.838 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:34:46.838 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:34:46.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 82 sec 2024-04-12T05:34:47.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:47 smithi063 ceph-mon[92400]: from='client.34514 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:34:47.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:47 smithi063 ceph-mon[92400]: pgmap v287: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-12T05:34:47.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:47 smithi063 ceph-mon[92400]: from='client.34518 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:34:47.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:47 smithi063 ceph-mon[92400]: from='client.34522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:34:47.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:47 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/2238359183' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:34:47.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:47 smithi098 ceph-mon[67743]: from='client.34514 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:34:47.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:47 smithi098 ceph-mon[67743]: pgmap v287: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-12T05:34:47.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:47 smithi098 ceph-mon[67743]: from='client.34518 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:34:47.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:47 smithi098 ceph-mon[67743]: from='client.34522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:34:47.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:47 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/2238359183' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:34:47.465 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T05:34:47.465 INFO:teuthology.orchestra.run.smithi063.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:34:47.465 INFO:teuthology.orchestra.run.smithi063.stdout: daemon prometheus.smithi063 on smithi063 is in error state 2024-04-12T05:34:47.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 83 sec 2024-04-12T05:34:48.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:48 smithi063 ceph-mon[92400]: from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:34:48.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:48 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/3334464781' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:34:48.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:48 smithi098 ceph-mon[67743]: from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:34:48.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:48 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/3334464781' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:34:48.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 84 sec 2024-04-12T05:34:49.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:49 smithi063 ceph-mon[92400]: pgmap v288: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:49.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:49 smithi098 ceph-mon[67743]: pgmap v288: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:49.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 85 sec 2024-04-12T05:34:50.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 86 sec 2024-04-12T05:34:51.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:51 smithi063 ceph-mon[92400]: pgmap v289: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:51.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:51 smithi098 ceph-mon[67743]: pgmap v289: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:51.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 87 sec 2024-04-12T05:34:52.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 88 sec 2024-04-12T05:34:53.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:53 smithi063 ceph-mon[92400]: pgmap v290: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:34:53.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:53 smithi098 ceph-mon[67743]: pgmap v290: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:34:53.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 89 sec 2024-04-12T05:34:54.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 90 sec 2024-04-12T05:34:55.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:55 smithi063 ceph-mon[92400]: pgmap v291: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:55.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:55 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:34:55.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:55 smithi098 ceph-mon[67743]: pgmap v291: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:55.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:55 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:34:55.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 91 sec 2024-04-12T05:34:56.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 92 sec 2024-04-12T05:34:57.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:57 smithi063 ceph-mon[92400]: pgmap v292: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:57.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:57 smithi098 ceph-mon[67743]: pgmap v292: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:34:57.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 93 sec 2024-04-12T05:34:58.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 94 sec 2024-04-12T05:34:59.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:34:59 smithi063 ceph-mon[92400]: pgmap v293: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:34:59.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:34:59 smithi098 ceph-mon[67743]: pgmap v293: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:34:59.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 95 sec 2024-04-12T05:35:00.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 96 sec 2024-04-12T05:35:01.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:01 smithi063 ceph-mon[92400]: pgmap v294: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:35:01.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:01 smithi098 ceph-mon[67743]: pgmap v294: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:35:01.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 97 sec 2024-04-12T05:35:02.965 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 98 sec 2024-04-12T05:35:03.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:03 smithi063 ceph-mon[92400]: pgmap v295: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:35:03.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:03 smithi098 ceph-mon[67743]: pgmap v295: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:35:03.964 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 99 sec 2024-04-12T05:35:04.965 INFO:teuthology.orchestra.run.smithi063.stdout: 1 cleanup 100 sec 2024-04-12T05:35:05.016 INFO:teuthology.orchestra.run.smithi063.stdout:[1789] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000449700000022' failed - Device or resource busy 2024-04-12T05:35:05.163 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:05 smithi063 ceph-mon[92400]: pgmap v296: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:35:05.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:05 smithi098 ceph-mon[67743]: pgmap v296: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:35:05.807 INFO:teuthology.orchestra.run.smithi063.stdout: 0 cleanup 101 sec 2024-04-12T05:35:05.807 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:35:05.807 INFO:teuthology.orchestra.run.smithi063.stdout: Operation Count AvgLat MaxLat 2024-04-12T05:35:05.807 INFO:teuthology.orchestra.run.smithi063.stdout: ---------------------------------------- 2024-04-12T05:35:05.807 INFO:teuthology.orchestra.run.smithi063.stdout: NTCreateX 1133 9.035 133.141 2024-04-12T05:35:05.808 INFO:teuthology.orchestra.run.smithi063.stdout: Close 984 3.764 73.483 2024-04-12T05:35:05.808 INFO:teuthology.orchestra.run.smithi063.stdout: Rename 53 10.870 98.010 2024-04-12T05:35:05.808 INFO:teuthology.orchestra.run.smithi063.stdout: Unlink 111 4.956 63.309 2024-04-12T05:35:05.808 INFO:teuthology.orchestra.run.smithi063.stdout: Qpathinfo 759 3.592 64.646 2024-04-12T05:35:05.808 INFO:teuthology.orchestra.run.smithi063.stdout: Qfileinfo 375 8.281 28.696 2024-04-12T05:35:05.808 INFO:teuthology.orchestra.run.smithi063.stdout: Qfsinfo 165 3.163 30.501 2024-04-12T05:35:05.808 INFO:teuthology.orchestra.run.smithi063.stdout: Sfileinfo 170 8.832 52.838 2024-04-12T05:35:05.808 INFO:teuthology.orchestra.run.smithi063.stdout: Find 296 4.310 102.255 2024-04-12T05:35:05.808 INFO:teuthology.orchestra.run.smithi063.stdout: WriteX 1589 0.021 0.059 2024-04-12T05:35:05.808 INFO:teuthology.orchestra.run.smithi063.stdout: ReadX 1313 0.015 1.108 2024-04-12T05:35:05.808 INFO:teuthology.orchestra.run.smithi063.stdout: Flush 130 8.095 23.097 2024-04-12T05:35:05.808 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:35:05.808 INFO:teuthology.orchestra.run.smithi063.stdout:Throughput 17.5897 MB/sec 5 clients 5 procs max_latency=133.145 ms 2024-04-12T05:35:05.810 DEBUG:teuthology.parallel:result is None 2024-04-12T05:35:07.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:07 smithi063 ceph-mon[92400]: pgmap v297: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-04-12T05:35:07.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:07 smithi098 ceph-mon[67743]: pgmap v297: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-04-12T05:35:09.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:09 smithi063 ceph-mon[92400]: pgmap v298: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:35:09.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:09 smithi098 ceph-mon[67743]: pgmap v298: 129 pgs: 129 active+clean; 215 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T05:35:10.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:10 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:10.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:10 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:10.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:10 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:35:10.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:10 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:10.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:10 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:10.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:10 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:35:11.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:11 smithi063 ceph-mon[92400]: pgmap v299: 129 pgs: 129 active+clean; 215 MiB data, 963 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 6.5 KiB/s wr, 1 op/s 2024-04-12T05:35:11.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:11 smithi098 ceph-mon[67743]: pgmap v299: 129 pgs: 129 active+clean; 215 MiB data, 963 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 6.5 KiB/s wr, 1 op/s 2024-04-12T05:35:12.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:12 smithi063 ceph-mon[92400]: Upgrade: Updating node-exporter.smithi098 (2/2) 2024-04-12T05:35:12.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:12 smithi063 ceph-mon[92400]: Deploying daemon node-exporter.smithi098 on smithi098 2024-04-12T05:35:12.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:12 smithi098 ceph-mon[67743]: Upgrade: Updating node-exporter.smithi098 (2/2) 2024-04-12T05:35:12.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:12 smithi098 ceph-mon[67743]: Deploying daemon node-exporter.smithi098 on smithi098 2024-04-12T05:35:13.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:13 smithi063 ceph-mon[92400]: pgmap v300: 129 pgs: 129 active+clean; 212 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 6.5 KiB/s wr, 2 op/s 2024-04-12T05:35:13.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:13 smithi098 ceph-mon[67743]: pgmap v300: 129 pgs: 129 active+clean; 212 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 6.5 KiB/s wr, 2 op/s 2024-04-12T05:35:14.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:14 smithi063 ceph-mon[92400]: pgmap v301: 129 pgs: 129 active+clean; 209 MiB data, 944 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 13 KiB/s wr, 4 op/s 2024-04-12T05:35:14.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:14 smithi098 ceph-mon[67743]: pgmap v301: 129 pgs: 129 active+clean; 209 MiB data, 944 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 13 KiB/s wr, 4 op/s 2024-04-12T05:35:16.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:16 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:16.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:16 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:16.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:16 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:35:16.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:16 smithi063 ceph-mon[92400]: pgmap v302: 129 pgs: 129 active+clean; 209 MiB data, 943 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 13 KiB/s wr, 4 op/s 2024-04-12T05:35:16.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:16 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:16.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:16 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:16.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:16 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:35:16.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:16 smithi098 ceph-mon[67743]: pgmap v302: 129 pgs: 129 active+clean; 209 MiB data, 943 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 13 KiB/s wr, 4 op/s 2024-04-12T05:35:17.851 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:35:18.571 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:35:18.572 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (17m) 116s ago 27m 18.7M - 0.20.0 0881eb8f169f bb7b02859510 2024-04-12T05:35:18.572 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (7m) 116s ago 27m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 e2f6d0fe796d 2024-04-12T05:35:18.572 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (6m) 0s ago 26m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 aa9a3c02a4c8 2024-04-12T05:35:18.572 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (15m) 116s ago 27m 35.0M - 6.7.4 557c83e11646 0c5fa841843c 2024-04-12T05:35:18.572 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (2m) 116s ago 22m 27.2M - 18.2.2-1187-gd540ebac bb2c5eac26a4 eca94edaa433 2024-04-12T05:35:18.572 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (2m) 0s ago 22m 13.0M - 18.2.2-1187-gd540ebac bb2c5eac26a4 e57c0f9ae005 2024-04-12T05:35:18.572 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:8443,9283,8765 running (8m) 116s ago 29m 506M - 18.2.2-1187-gd540ebac bb2c5eac26a4 0961e9643022 2024-04-12T05:35:18.572 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283,8765 running (8m) 0s ago 26m 451M - 18.2.2-1187-gd540ebac bb2c5eac26a4 ab061c2f1b7e 2024-04-12T05:35:18.572 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (8m) 116s ago 29m 75.7M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 8c771d476bff 2024-04-12T05:35:18.572 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (7m) 0s ago 26m 54.6M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 604d852b1c69 2024-04-12T05:35:18.572 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (2m) 116s ago 19m 62.9M - 5.5 bb2c5eac26a4 abb314a21c4a 2024-04-12T05:35:18.572 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (2m) 0s ago 19m 76.4M - 5.5 bb2c5eac26a4 7fffe2083b18 2024-04-12T05:35:18.572 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 starting - - - - 2024-04-12T05:35:18.573 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (3s) 0s ago 26m 5704k - 1.5.0 0da6a335fe13 dde5d5749588 2024-04-12T05:35:18.573 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (6m) 116s ago 26m 131M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46885c19f3c9 2024-04-12T05:35:18.573 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (5m) 116s ago 25m 116M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 95dbd86f0cc5 2024-04-12T05:35:18.573 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (5m) 116s ago 25m 99.7M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 04a2e64cacda 2024-04-12T05:35:18.573 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (5m) 116s ago 25m 121M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 bd28f6c7a1a4 2024-04-12T05:35:18.573 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (4m) 0s ago 24m 144M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 56220f994f00 2024-04-12T05:35:18.573 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (4m) 0s ago 24m 136M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 f1c5d8565a3f 2024-04-12T05:35:18.573 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (3m) 0s ago 24m 119M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 97d1c7fb846b 2024-04-12T05:35:18.573 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (3m) 0s ago 23m 158M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 6e2cb8307007 2024-04-12T05:35:18.573 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 error 116s ago 27m - - 2024-04-12T05:35:19.003 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:35:19.003 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:35:19.003 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:35:19.003 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:35:19.003 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:35:19.004 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:35:19.004 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:35:19.004 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:35:19.004 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 8 2024-04-12T05:35:19.004 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:35:19.004 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:35:19.004 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:35:19.004 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:35:19.004 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:35:19.004 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 14 2024-04-12T05:35:19.004 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:35:19.004 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:35:19.383 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:35:19.383 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:35:19.383 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:35:19.383 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:35:19.383 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [ 2024-04-12T05:35:19.384 INFO:teuthology.orchestra.run.smithi063.stdout: "crash", 2024-04-12T05:35:19.384 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr", 2024-04-12T05:35:19.384 INFO:teuthology.orchestra.run.smithi063.stdout: "nfs", 2024-04-12T05:35:19.384 INFO:teuthology.orchestra.run.smithi063.stdout: "mds", 2024-04-12T05:35:19.384 INFO:teuthology.orchestra.run.smithi063.stdout: "osd", 2024-04-12T05:35:19.384 INFO:teuthology.orchestra.run.smithi063.stdout: "mon" 2024-04-12T05:35:19.384 INFO:teuthology.orchestra.run.smithi063.stdout: ], 2024-04-12T05:35:19.384 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "18/23 daemons upgraded", 2024-04-12T05:35:19.384 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "Currently upgrading node-exporter daemons", 2024-04-12T05:35:19.384 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:35:19.384 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:35:19.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:19 smithi063 ceph-mon[92400]: pgmap v303: 129 pgs: 129 active+clean; 207 MiB data, 937 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 13 KiB/s wr, 5 op/s 2024-04-12T05:35:19.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:19 smithi063 ceph-mon[92400]: from='client.34538 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:35:19.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:19 smithi063 ceph-mon[92400]: from='client.34542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:35:19.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:19 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:19.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:19 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:19.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:19 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:19.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:19 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:19.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:19 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/4192191382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:19.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:19 smithi098 ceph-mon[67743]: pgmap v303: 129 pgs: 129 active+clean; 207 MiB data, 937 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 13 KiB/s wr, 5 op/s 2024-04-12T05:35:19.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:19 smithi098 ceph-mon[67743]: from='client.34538 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:35:19.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:19 smithi098 ceph-mon[67743]: from='client.34542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:35:19.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:19 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:19.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:19 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:19.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:19 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:19.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:19 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:19.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:19 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/4192191382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:19.801 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T05:35:19.801 INFO:teuthology.orchestra.run.smithi063.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T05:35:19.801 INFO:teuthology.orchestra.run.smithi063.stdout: daemon prometheus.smithi063 on smithi063 is in error state 2024-04-12T05:35:20.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:20 smithi098 ceph-mon[67743]: from='client.34546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:35:20.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:20 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/3550923545' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:35:20.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:20 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:20.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:20 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:20.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:20 smithi063 ceph-mon[92400]: from='client.34546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:35:20.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:20 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/3550923545' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:35:20.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:20 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:20.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:20 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:21.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:21 smithi063 ceph-mon[92400]: from='client.34554 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:35:21.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:21 smithi063 ceph-mon[92400]: pgmap v304: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 13 KiB/s wr, 5 op/s 2024-04-12T05:35:21.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:21 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:21.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:21 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:21.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:21 smithi098 ceph-mon[67743]: from='client.34554 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:35:21.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:21 smithi098 ceph-mon[67743]: pgmap v304: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 13 KiB/s wr, 5 op/s 2024-04-12T05:35:21.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:21 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:21.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:21 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:23.512 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:23 smithi063 ceph-mon[92400]: pgmap v305: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 7.0 KiB/s wr, 4 op/s 2024-04-12T05:35:23.512 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:23 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:23.512 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:23 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:23.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:23 smithi098 ceph-mon[67743]: pgmap v305: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 7.0 KiB/s wr, 4 op/s 2024-04-12T05:35:23.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:23 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:23.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:23 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:25.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: pgmap v306: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 7.0 KiB/s wr, 3 op/s 2024-04-12T05:35:25.454 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:25.454 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:25.454 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:35:25.455 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:35:25.455 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:25.455 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:25.455 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:35:25.455 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:35:25.455 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.455 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.456 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.456 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.456 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.456 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.456 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.456 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.456 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.456 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.456 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.456 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.456 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: pgmap v306: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 7.0 KiB/s wr, 3 op/s 2024-04-12T05:35:25.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:25.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:25.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:35:25.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:35:25.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:25.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:25.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:35:25.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:35:25.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:25.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:26.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:26 smithi063 ceph-mon[92400]: pgmap v307: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 370 B/s rd, 833 B/s wr, 1 op/s 2024-04-12T05:35:26.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:26 smithi063 ceph-mon[92400]: pgmap v308: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 452 B/s rd, 1017 B/s wr, 2 op/s 2024-04-12T05:35:26.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:26 smithi098 ceph-mon[67743]: pgmap v307: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 370 B/s rd, 833 B/s wr, 1 op/s 2024-04-12T05:35:26.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:26 smithi098 ceph-mon[67743]: pgmap v308: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 452 B/s rd, 1017 B/s wr, 2 op/s 2024-04-12T05:35:27.605 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:27 smithi063 ceph-mon[92400]: Upgrade: Updating prometheus.smithi063 2024-04-12T05:35:27.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:27 smithi098 ceph-mon[67743]: Upgrade: Updating prometheus.smithi063 2024-04-12T05:35:28.583 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:28 smithi063 ceph-mon[92400]: Deploying daemon prometheus.smithi063 on smithi063 2024-04-12T05:35:28.583 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:28 smithi063 ceph-mon[92400]: pgmap v309: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 226 B/s rd, 678 B/s wr, 0 op/s 2024-04-12T05:35:28.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:28 smithi098 ceph-mon[67743]: Deploying daemon prometheus.smithi063 on smithi063 2024-04-12T05:35:28.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:28 smithi098 ceph-mon[67743]: pgmap v309: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 226 B/s rd, 678 B/s wr, 0 op/s 2024-04-12T05:35:29.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:29 smithi063 ceph-mon[92400]: pgmap v310: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 226 B/s rd, 0 op/s 2024-04-12T05:35:29.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:29 smithi098 ceph-mon[67743]: pgmap v310: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 226 B/s rd, 0 op/s 2024-04-12T05:35:31.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:31 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:31.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:31 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:31.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:31 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:35:31.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:31 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:31.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:31 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:31.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:31 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:35:32.314 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:32 smithi063 ceph-mon[92400]: pgmap v311: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-04-12T05:35:32.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:32 smithi098 ceph-mon[67743]: pgmap v311: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-04-12T05:35:34.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:34 smithi063 ceph-mon[92400]: pgmap v312: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 226 B/s rd, 0 op/s 2024-04-12T05:35:34.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:34 smithi098 ceph-mon[67743]: pgmap v312: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 226 B/s rd, 0 op/s 2024-04-12T05:35:36.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:36 smithi063 ceph-mon[92400]: pgmap v313: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-04-12T05:35:36.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:36 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:36.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:36 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:36.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:36 smithi098 ceph-mon[67743]: pgmap v313: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-04-12T05:35:36.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:36 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:36.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:36 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:37.562 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:37 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:37.563 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:37 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:37.563 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:37 smithi063 ceph-mon[92400]: pgmap v314: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:35:37.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:37 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:37.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:37 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:37.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:37 smithi098 ceph-mon[67743]: pgmap v314: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:35:39.819 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:39 smithi063 ceph-mon[92400]: pgmap v315: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:35:39.819 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:39 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:35:39.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:39 smithi098 ceph-mon[67743]: pgmap v315: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:35:39.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:39 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:35:41.442 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:41.442 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:41.442 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:35:41.443 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:35:41.443 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: pgmap v316: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-04-12T05:35:41.443 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:41.443 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:41.443 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T05:35:41.443 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:35:41.443 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.443 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.443 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.443 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.444 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.444 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.444 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.444 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.445 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.445 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.445 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.445 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.445 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.445 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:41 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:41.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:41.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:35:41.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:35:41.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: pgmap v316: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-04-12T05:35:41.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:41.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:41.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T05:35:41.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:35:41.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:41.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:41 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:42.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:42 smithi063 ceph-mon[92400]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T05:35:42.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:42 smithi063 ceph-mon[92400]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T05:35:42.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:42 smithi063 ceph-mon[92400]: Cluster is now healthy 2024-04-12T05:35:42.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:42 smithi098 ceph-mon[67743]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T05:35:42.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:42 smithi098 ceph-mon[67743]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T05:35:42.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:42 smithi098 ceph-mon[67743]: Cluster is now healthy 2024-04-12T05:35:43.583 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:43 smithi063 ceph-mon[92400]: Upgrade: Updating alertmanager.smithi063 2024-04-12T05:35:43.583 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:43 smithi063 ceph-mon[92400]: Deploying daemon alertmanager.smithi063 on smithi063 2024-04-12T05:35:43.583 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:43 smithi063 ceph-mon[92400]: pgmap v317: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 262 B/s rd, 0 op/s 2024-04-12T05:35:43.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:43 smithi098 ceph-mon[67743]: Upgrade: Updating alertmanager.smithi063 2024-04-12T05:35:43.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:43 smithi098 ceph-mon[67743]: Deploying daemon alertmanager.smithi063 on smithi063 2024-04-12T05:35:43.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:43 smithi098 ceph-mon[67743]: pgmap v317: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 262 B/s rd, 0 op/s 2024-04-12T05:35:45.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:45 smithi063 ceph-mon[92400]: pgmap v318: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-04-12T05:35:45.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:45 smithi098 ceph-mon[67743]: pgmap v318: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-04-12T05:35:47.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:47 smithi063 ceph-mon[92400]: pgmap v319: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 262 B/s rd, 0 op/s 2024-04-12T05:35:47.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:47 smithi098 ceph-mon[67743]: pgmap v319: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 262 B/s rd, 0 op/s 2024-04-12T05:35:48.859 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:48 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:48.859 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:48 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:48.859 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:48 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:35:48.859 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:48 smithi063 ceph-mon[92400]: pgmap v320: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-04-12T05:35:48.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:48 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:48.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:48 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:48.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:48 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:35:48.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:48 smithi098 ceph-mon[67743]: pgmap v320: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-04-12T05:35:50.158 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:35:50.838 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:35:50.838 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 starting - - - - 2024-04-12T05:35:50.839 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (7m) 15s ago 28m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 e2f6d0fe796d 2024-04-12T05:35:50.839 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (7m) 32s ago 27m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 aa9a3c02a4c8 2024-04-12T05:35:50.839 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (15m) 15s ago 28m 35.0M - 6.7.4 557c83e11646 0c5fa841843c 2024-04-12T05:35:50.839 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (3m) 15s ago 22m 39.4M - 18.2.2-1187-gd540ebac bb2c5eac26a4 eca94edaa433 2024-04-12T05:35:50.839 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (2m) 32s ago 22m 13.0M - 18.2.2-1187-gd540ebac bb2c5eac26a4 e57c0f9ae005 2024-04-12T05:35:50.839 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:8443,9283,8765 running (9m) 15s ago 29m 509M - 18.2.2-1187-gd540ebac bb2c5eac26a4 0961e9643022 2024-04-12T05:35:50.839 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283,8765 running (8m) 32s ago 27m 451M - 18.2.2-1187-gd540ebac bb2c5eac26a4 ab061c2f1b7e 2024-04-12T05:35:50.839 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (8m) 15s ago 30m 79.7M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 8c771d476bff 2024-04-12T05:35:50.839 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (8m) 32s ago 27m 54.6M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 604d852b1c69 2024-04-12T05:35:50.839 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (2m) 15s ago 20m 202M - 5.5 bb2c5eac26a4 abb314a21c4a 2024-04-12T05:35:50.839 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (2m) 32s ago 20m 76.4M - 5.5 bb2c5eac26a4 7fffe2083b18 2024-04-12T05:35:50.839 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (42s) 15s ago 27m 3363k - 1.5.0 0da6a335fe13 4fea9ef7e4ff 2024-04-12T05:35:50.840 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (36s) 32s ago 27m 5704k - 1.5.0 0da6a335fe13 dde5d5749588 2024-04-12T05:35:50.840 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (7m) 15s ago 26m 146M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46885c19f3c9 2024-04-12T05:35:50.840 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (6m) 15s ago 26m 124M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 95dbd86f0cc5 2024-04-12T05:35:50.840 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (6m) 15s ago 25m 124M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 04a2e64cacda 2024-04-12T05:35:50.840 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (5m) 15s ago 25m 148M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 bd28f6c7a1a4 2024-04-12T05:35:50.840 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (5m) 32s ago 25m 144M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 56220f994f00 2024-04-12T05:35:50.840 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (4m) 32s ago 24m 136M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 f1c5d8565a3f 2024-04-12T05:35:50.840 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (4m) 32s ago 24m 119M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 97d1c7fb846b 2024-04-12T05:35:50.840 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (3m) 32s ago 24m 158M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 6e2cb8307007 2024-04-12T05:35:50.841 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (21s) 15s ago 27m 40.2M - 2.43.0 a07b618ecd1d 70438218442c 2024-04-12T05:35:51.251 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:35:51.251 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:35:51.251 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:35:51.251 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:35:51.251 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:35:51.251 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:35:51.251 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:35:51.251 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:35:51.251 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 8 2024-04-12T05:35:51.251 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:35:51.251 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:35:51.251 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:35:51.252 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:35:51.252 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:35:51.252 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 14 2024-04-12T05:35:51.252 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:35:51.252 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:35:51.605 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:35:51.605 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T05:35:51.605 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": true, 2024-04-12T05:35:51.605 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T05:35:51.605 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [ 2024-04-12T05:35:51.605 INFO:teuthology.orchestra.run.smithi063.stdout: "crash", 2024-04-12T05:35:51.605 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr", 2024-04-12T05:35:51.606 INFO:teuthology.orchestra.run.smithi063.stdout: "nfs", 2024-04-12T05:35:51.606 INFO:teuthology.orchestra.run.smithi063.stdout: "mds", 2024-04-12T05:35:51.606 INFO:teuthology.orchestra.run.smithi063.stdout: "osd", 2024-04-12T05:35:51.606 INFO:teuthology.orchestra.run.smithi063.stdout: "mon" 2024-04-12T05:35:51.606 INFO:teuthology.orchestra.run.smithi063.stdout: ], 2024-04-12T05:35:51.606 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": "18/23 daemons upgraded", 2024-04-12T05:35:51.606 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "Currently upgrading alertmanager daemons", 2024-04-12T05:35:51.606 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:35:51.606 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:35:51.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:51 smithi063 ceph-mon[92400]: from='client.34562 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:35:51.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:51 smithi063 ceph-mon[92400]: pgmap v321: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-04-12T05:35:51.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:51 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/3574209339' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:51.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:51 smithi098 ceph-mon[67743]: from='client.34562 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:35:51.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:51 smithi098 ceph-mon[67743]: pgmap v321: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-04-12T05:35:51.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:51 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/3574209339' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:52.033 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:35:52.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:52 smithi063 ceph-mon[92400]: from='client.34566 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:35:52.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:52 smithi063 ceph-mon[92400]: from='client.34570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:35:52.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:52 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/1899841858' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:35:52.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:52 smithi098 ceph-mon[67743]: from='client.34566 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:35:52.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:52 smithi098 ceph-mon[67743]: from='client.34570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:35:52.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:52 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/1899841858' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:35:53.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:53 smithi063 ceph-mon[92400]: from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:35:53.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:53 smithi063 ceph-mon[92400]: pgmap v322: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:35:53.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:53 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:53.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:53 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:53.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:53 smithi098 ceph-mon[67743]: from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:35:53.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:53 smithi098 ceph-mon[67743]: pgmap v322: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:35:53.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:53 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:53.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:53 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:54.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:54 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:54.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:54 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:54.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:54 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:54.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:54 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:55.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:55 smithi063 ceph-mon[92400]: pgmap v323: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:35:55.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:55 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:55.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:55 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:35:55.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:55 smithi098 ceph-mon[67743]: pgmap v323: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:35:55.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:55 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:55.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:55 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:35:57.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:57 smithi063 ceph-mon[92400]: pgmap v324: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:35:57.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:57 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:57.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:57 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:57.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:57 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:35:57.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:57 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:35:57.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:57 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:57.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:57 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:57.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:57 smithi098 ceph-mon[67743]: pgmap v324: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:35:57.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:57 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:57.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:57 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:57.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:57 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:35:57.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:57 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:35:57.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:57 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:57.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:57 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:35:58.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:58 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T05:35:58.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:58 smithi063 ceph-mon[92400]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T05:35:58.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:58 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:35:58.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:58 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:58 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:58 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:58 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:58 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:58 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:58 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:58 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:58 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:58 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:58 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:58 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:58 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:58 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:58 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:58 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T05:35:58.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:58 smithi098 ceph-mon[67743]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T05:35:58.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:58 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:35:58.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:58 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:58 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:58 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:58 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:58 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:58 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:58 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:58 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:58 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:58 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:58 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:58 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:58 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:58 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:58.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:58 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:35:59.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:35:59 smithi063 ceph-mon[92400]: pgmap v325: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:35:59.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:35:59 smithi098 ceph-mon[67743]: pgmap v325: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:00.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:00 smithi063 ceph-mon[92400]: Upgrade: Updating grafana.smithi063 2024-04-12T05:36:00.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:00 smithi063 ceph-mon[92400]: Deploying daemon grafana.smithi063 on smithi063 2024-04-12T05:36:00.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:00 smithi098 ceph-mon[67743]: Upgrade: Updating grafana.smithi063 2024-04-12T05:36:00.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:00 smithi098 ceph-mon[67743]: Deploying daemon grafana.smithi063 on smithi063 2024-04-12T05:36:01.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:01 smithi063 ceph-mon[92400]: pgmap v326: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:01.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:01 smithi098 ceph-mon[67743]: pgmap v326: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:03.508 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:03 smithi063 ceph-mon[92400]: pgmap v327: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:03.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:03 smithi098 ceph-mon[67743]: pgmap v327: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:04.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:04 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:04.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:04 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:04.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:04 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:36:04.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:04 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:04.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:04 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:04.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:04 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:36:05.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:05 smithi063 ceph-mon[92400]: pgmap v328: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:05.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:05 smithi098 ceph-mon[67743]: pgmap v328: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:07.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:07 smithi063 ceph-mon[92400]: pgmap v329: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:07.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:07 smithi098 ceph-mon[67743]: pgmap v329: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:09.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:09 smithi063 ceph-mon[92400]: pgmap v330: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:09.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:09 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:09.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:09 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:09.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:09 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:09.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:09 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:09.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:09 smithi098 ceph-mon[67743]: pgmap v330: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:09.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:09 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:09.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:09 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:09.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:09 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:09.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:09 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:10.518 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:10 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:36:10.518 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:10 smithi063 ceph-mon[92400]: pgmap v331: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:10.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:10 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:36:10.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:10 smithi098 ceph-mon[67743]: pgmap v331: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:13.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: pgmap v332: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:13.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:13.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:13.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:36:13.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:36:13.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:13.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:13.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T05:36:13.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:36:13.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:13.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-04-12T05:36:13.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-04-12T05:36:13.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T05:36:13.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-04-12T05:36:13.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-04-12T05:36:13.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-04-12T05:36:13.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-04-12T05:36:13.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-04-12T05:36:13.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-04-12T05:36:13.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-04-12T05:36:13.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-04-12T05:36:13.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-04-12T05:36:13.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-04-12T05:36:13.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-04-12T05:36:13.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T05:36:13.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-04-12T05:36:13.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-04-12T05:36:13.623 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-04-12T05:36:13.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-04-12T05:36:13.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-04-12T05:36:13.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-04-12T05:36:13.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-04-12T05:36:13.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-04-12T05:36:13.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T05:36:13.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T05:36:13.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T05:36:13.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T05:36:13.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T05:36:13.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T05:36:13.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-04-12T05:36:13.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-04-12T05:36:13.624 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-04-12T05:36:13.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-04-12T05:36:13.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:36:13.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:36:13.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:36:13.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:13.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:13.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:36:13.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:36:13.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:36:13.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:13.625 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:13 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:13.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: pgmap v332: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:13.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:13.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:13.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:36:13.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:36:13.626 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:13.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:13.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T05:36:13.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:36:13.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.627 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:13.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:13.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-04-12T05:36:13.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-04-12T05:36:13.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T05:36:13.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-04-12T05:36:13.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-04-12T05:36:13.628 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-04-12T05:36:13.629 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-04-12T05:36:13.629 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-04-12T05:36:13.629 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-04-12T05:36:13.629 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-04-12T05:36:13.629 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-04-12T05:36:13.629 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-04-12T05:36:13.629 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-04-12T05:36:13.629 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-04-12T05:36:13.629 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T05:36:13.629 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-04-12T05:36:13.629 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-04-12T05:36:13.629 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-04-12T05:36:13.630 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-04-12T05:36:13.630 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-04-12T05:36:13.630 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-04-12T05:36:13.630 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-04-12T05:36:13.630 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-04-12T05:36:13.630 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T05:36:13.630 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T05:36:13.630 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T05:36:13.630 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T05:36:13.630 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T05:36:13.630 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T05:36:13.630 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-04-12T05:36:13.630 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-04-12T05:36:13.630 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-04-12T05:36:13.631 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-04-12T05:36:13.631 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:36:13.631 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:36:13.631 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:36:13.631 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:13.631 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:13.631 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:36:13.631 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:36:13.631 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:36:13.631 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:13.631 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:13 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:14.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:14 smithi063 ceph-mon[92400]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T05:36:14.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:14 smithi063 ceph-mon[92400]: Upgrade: Finalizing container_image settings 2024-04-12T05:36:14.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:14 smithi063 ceph-mon[92400]: Upgrade: Complete! 2024-04-12T05:36:14.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:14 smithi098 ceph-mon[67743]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T05:36:14.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:14 smithi098 ceph-mon[67743]: Upgrade: Finalizing container_image settings 2024-04-12T05:36:14.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:14 smithi098 ceph-mon[67743]: Upgrade: Complete! 2024-04-12T05:36:15.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:15 smithi063 ceph-mon[92400]: pgmap v333: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:15.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:15 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:15.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:15 smithi098 ceph-mon[67743]: pgmap v333: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:15.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:15 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:36:17.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:17 smithi063 ceph-mon[92400]: pgmap v334: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:17.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:17 smithi098 ceph-mon[67743]: pgmap v334: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:19.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:19 smithi063 ceph-mon[92400]: pgmap v335: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:19.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:19 smithi098 ceph-mon[67743]: pgmap v335: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:21.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:21 smithi063 ceph-mon[92400]: pgmap v336: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:21.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:21 smithi098 ceph-mon[67743]: pgmap v336: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:23.105 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph orch ps' 2024-04-12T05:36:23.370 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:23 smithi063 ceph-mon[92400]: pgmap v337: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:23.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:23 smithi098 ceph-mon[67743]: pgmap v337: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:24.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:24 smithi063 ceph-mon[92400]: from='client.34586 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:36:24.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:24 smithi098 ceph-mon[67743]: from='client.34586 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:36:25.483 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:36:25.483 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (38s) 16s ago 28m 15.0M - 0.25.0 c8568f914cd2 9f61bdbca11b 2024-04-12T05:36:25.483 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (8m) 16s ago 28m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 e2f6d0fe796d 2024-04-12T05:36:25.483 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (8m) 67s ago 28m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 aa9a3c02a4c8 2024-04-12T05:36:25.483 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (22s) 16s ago 28m 31.5M - 9.4.7 954c08fa6188 d690526e226c 2024-04-12T05:36:25.483 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (3m) 16s ago 23m 39.4M - 18.2.2-1187-gd540ebac bb2c5eac26a4 eca94edaa433 2024-04-12T05:36:25.484 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (3m) 67s ago 23m 13.0M - 18.2.2-1187-gd540ebac bb2c5eac26a4 e57c0f9ae005 2024-04-12T05:36:25.484 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:8443,9283,8765 running (9m) 16s ago 30m 511M - 18.2.2-1187-gd540ebac bb2c5eac26a4 0961e9643022 2024-04-12T05:36:25.484 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283,8765 running (9m) 67s ago 28m 451M - 18.2.2-1187-gd540ebac bb2c5eac26a4 ab061c2f1b7e 2024-04-12T05:36:25.484 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (9m) 16s ago 30m 81.4M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 8c771d476bff 2024-04-12T05:36:25.484 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (8m) 67s ago 27m 54.6M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 604d852b1c69 2024-04-12T05:36:25.484 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (3m) 16s ago 20m 202M - 5.5 bb2c5eac26a4 abb314a21c4a 2024-04-12T05:36:25.484 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (3m) 67s ago 20m 76.4M - 5.5 bb2c5eac26a4 7fffe2083b18 2024-04-12T05:36:25.484 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (76s) 16s ago 28m 8128k - 1.5.0 0da6a335fe13 4fea9ef7e4ff 2024-04-12T05:36:25.484 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (70s) 67s ago 27m 5704k - 1.5.0 0da6a335fe13 dde5d5749588 2024-04-12T05:36:25.484 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (7m) 16s ago 27m 146M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46885c19f3c9 2024-04-12T05:36:25.484 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (7m) 16s ago 26m 124M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 95dbd86f0cc5 2024-04-12T05:36:25.484 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (6m) 16s ago 26m 124M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 04a2e64cacda 2024-04-12T05:36:25.484 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (6m) 16s ago 26m 148M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 bd28f6c7a1a4 2024-04-12T05:36:25.484 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (5m) 67s ago 25m 144M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 56220f994f00 2024-04-12T05:36:25.485 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (5m) 67s ago 25m 136M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 f1c5d8565a3f 2024-04-12T05:36:25.485 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (4m) 67s ago 25m 119M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 97d1c7fb846b 2024-04-12T05:36:25.485 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (4m) 67s ago 24m 158M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 6e2cb8307007 2024-04-12T05:36:25.485 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (55s) 16s ago 28m 46.3M - 2.43.0 a07b618ecd1d 70438218442c 2024-04-12T05:36:25.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:25 smithi063 ceph-mon[92400]: pgmap v338: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:25.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:36:25.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:25 smithi098 ceph-mon[67743]: pgmap v338: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:25.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:36:26.128 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph versions' 2024-04-12T05:36:27.481 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:27 smithi063 ceph-mon[92400]: from='client.34590 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:36:27.481 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:27 smithi063 ceph-mon[92400]: pgmap v339: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:27.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:27 smithi098 ceph-mon[67743]: from='client.34590 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:36:27.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:27 smithi098 ceph-mon[67743]: pgmap v339: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:28.240 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:36:28.240 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:36:28.240 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:36:28.240 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:36:28.240 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:36:28.240 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:36:28.240 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:36:28.241 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:36:28.241 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 8 2024-04-12T05:36:28.241 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:36:28.241 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:36:28.241 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:36:28.241 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:36:28.241 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:36:28.241 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 14 2024-04-12T05:36:28.241 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:36:28.241 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:36:28.582 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:28 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/4055877425' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:28.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:28 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/4055877425' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:36:28.900 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-04-12T05:36:29.296 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:29 smithi063 ceph-mon[92400]: pgmap v340: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:29.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:29 smithi098 ceph-mon[67743]: pgmap v340: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:30.742 INFO:teuthology.orchestra.run.smithi063.stdout:wait for servicemap items w/ changing names to refresh 2024-04-12T05:36:31.344 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'sleep 60' 2024-04-12T05:36:31.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:31 smithi063 ceph-mon[92400]: pgmap v341: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:31.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:31 smithi098 ceph-mon[67743]: pgmap v341: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:33.371 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:33 smithi063 ceph-mon[92400]: pgmap v342: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:33.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:33 smithi098 ceph-mon[67743]: pgmap v342: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:35.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:35 smithi063 ceph-mon[92400]: pgmap v343: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:35.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:35 smithi098 ceph-mon[67743]: pgmap v343: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:37.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:37 smithi063 ceph-mon[92400]: pgmap v344: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:37.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:37 smithi098 ceph-mon[67743]: pgmap v344: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:39.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:39 smithi063 ceph-mon[92400]: pgmap v345: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:39.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:39 smithi098 ceph-mon[67743]: pgmap v345: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:40.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:36:40.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:36:41.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:41 smithi063 ceph-mon[92400]: pgmap v346: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:41.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:41 smithi098 ceph-mon[67743]: pgmap v346: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:43.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:43 smithi063 ceph-mon[92400]: pgmap v347: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:43.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:43 smithi098 ceph-mon[67743]: pgmap v347: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:45.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:45 smithi063 ceph-mon[92400]: pgmap v348: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:45.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:45 smithi098 ceph-mon[67743]: pgmap v348: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:47.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:47 smithi063 ceph-mon[92400]: pgmap v349: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:47.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:47 smithi098 ceph-mon[67743]: pgmap v349: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:49.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:49 smithi063 ceph-mon[92400]: pgmap v350: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:49.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:49 smithi098 ceph-mon[67743]: pgmap v350: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:51.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:51 smithi063 ceph-mon[92400]: pgmap v351: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:51.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:51 smithi098 ceph-mon[67743]: pgmap v351: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:53.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:53 smithi063 ceph-mon[92400]: pgmap v352: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:53.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:53 smithi098 ceph-mon[67743]: pgmap v352: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:55.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:55 smithi063 ceph-mon[92400]: pgmap v353: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:55.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:55 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:36:55.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:55 smithi098 ceph-mon[67743]: pgmap v353: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:55.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:55 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:36:57.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:57 smithi063 ceph-mon[92400]: pgmap v354: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:57.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:57 smithi098 ceph-mon[67743]: pgmap v354: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:36:59.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:36:59 smithi063 ceph-mon[92400]: pgmap v355: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:36:59.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:36:59 smithi098 ceph-mon[67743]: pgmap v355: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:01.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:01 smithi063 ceph-mon[92400]: pgmap v356: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:01.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:01 smithi098 ceph-mon[67743]: pgmap v356: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:02.772 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:02 smithi063 ceph-mon[92400]: pgmap v357: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:02.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:02 smithi098 ceph-mon[67743]: pgmap v357: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:05.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:05 smithi063 ceph-mon[92400]: pgmap v358: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:05.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:05 smithi098 ceph-mon[67743]: pgmap v358: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:07.622 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:07 smithi063 ceph-mon[92400]: pgmap v359: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:07.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:07 smithi098 ceph-mon[67743]: pgmap v359: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:09.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:09 smithi063 ceph-mon[92400]: pgmap v360: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:09.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:09 smithi098 ceph-mon[67743]: pgmap v360: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:10.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:10 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:37:10.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:10 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:37:11.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:11 smithi063 ceph-mon[92400]: pgmap v361: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:11.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:11 smithi098 ceph-mon[67743]: pgmap v361: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:13.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:13 smithi063 ceph-mon[92400]: pgmap v362: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:13.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:13 smithi098 ceph-mon[67743]: pgmap v362: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:14.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:14 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:37:14.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:14 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:37:14.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:14 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:37:14.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:14 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:37:14.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:14 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:37:14.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:14 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:37:14.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:14 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:37:14.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:14 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:37:14.621 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:14 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:37:14.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:14 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:37:14.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:14 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:37:14.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:14 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:37:14.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:14 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:37:14.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:14 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:37:14.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:14 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:37:14.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:14 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:37:14.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:14 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:37:14.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:14 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' 2024-04-12T05:37:15.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:15 smithi063 ceph-mon[92400]: pgmap v363: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:15.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:15 smithi098 ceph-mon[67743]: pgmap v363: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:17.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:17 smithi063 ceph-mon[92400]: pgmap v364: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:17.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:17 smithi098 ceph-mon[67743]: pgmap v364: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:19.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:19 smithi063 ceph-mon[92400]: pgmap v365: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:19.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:19 smithi098 ceph-mon[67743]: pgmap v365: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:21.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:21 smithi063 ceph-mon[92400]: pgmap v366: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:21.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:21 smithi098 ceph-mon[67743]: pgmap v366: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:23.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:23 smithi063 ceph-mon[92400]: pgmap v367: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:23.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:23 smithi098 ceph-mon[67743]: pgmap v367: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:25.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:25 smithi063 ceph-mon[92400]: pgmap v368: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:25.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:25 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:37:25.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:25 smithi098 ceph-mon[67743]: pgmap v368: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:25.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:25 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:37:27.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:27 smithi063 ceph-mon[92400]: pgmap v369: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:27.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:27 smithi098 ceph-mon[67743]: pgmap v369: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:29.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:29 smithi063 ceph-mon[92400]: pgmap v370: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:29.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:29 smithi098 ceph-mon[67743]: pgmap v370: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:31.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:31 smithi063 ceph-mon[92400]: pgmap v371: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:31.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:31 smithi098 ceph-mon[67743]: pgmap v371: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:33.581 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:33 smithi063 ceph-mon[92400]: pgmap v372: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:33.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:33 smithi098 ceph-mon[67743]: pgmap v372: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:33.936 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph orch ps' 2024-04-12T05:37:35.536 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:35 smithi063 ceph-mon[92400]: pgmap v373: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:35.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:35 smithi098 ceph-mon[67743]: pgmap v373: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:35.994 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T05:37:35.995 INFO:teuthology.orchestra.run.smithi063.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (109s) 87s ago 30m 15.0M - 0.25.0 c8568f914cd2 9f61bdbca11b 2024-04-12T05:37:35.995 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi063 smithi063 running (9m) 87s ago 30m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 e2f6d0fe796d 2024-04-12T05:37:35.995 INFO:teuthology.orchestra.run.smithi063.stdout:crash.smithi098 smithi098 running (9m) 2m ago 29m 6647k - 18.2.2-1187-gd540ebac bb2c5eac26a4 aa9a3c02a4c8 2024-04-12T05:37:35.995 INFO:teuthology.orchestra.run.smithi063.stdout:grafana.smithi063 smithi063 *:3000 running (93s) 87s ago 29m 31.5M - 9.4.7 954c08fa6188 d690526e226c 2024-04-12T05:37:35.995 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi063.ymeuya smithi063 running (4m) 87s ago 24m 39.4M - 18.2.2-1187-gd540ebac bb2c5eac26a4 eca94edaa433 2024-04-12T05:37:35.995 INFO:teuthology.orchestra.run.smithi063.stdout:mds.foofs.smithi098.wxilzu smithi098 running (4m) 2m ago 24m 13.0M - 18.2.2-1187-gd540ebac bb2c5eac26a4 e57c0f9ae005 2024-04-12T05:37:35.995 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi063.ewdkhy smithi063 *:8443,9283,8765 running (11m) 87s ago 31m 511M - 18.2.2-1187-gd540ebac bb2c5eac26a4 0961e9643022 2024-04-12T05:37:35.995 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.smithi098.qrshom smithi098 *:8443,9283,8765 running (10m) 2m ago 29m 451M - 18.2.2-1187-gd540ebac bb2c5eac26a4 ab061c2f1b7e 2024-04-12T05:37:35.995 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi063 smithi063 running (10m) 87s ago 31m 81.4M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 8c771d476bff 2024-04-12T05:37:35.995 INFO:teuthology.orchestra.run.smithi063.stdout:mon.smithi098 smithi098 running (9m) 2m ago 29m 54.6M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 604d852b1c69 2024-04-12T05:37:35.995 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.0.1.smithi063.rklvbq smithi063 *:2049 running (4m) 87s ago 22m 202M - 5.5 bb2c5eac26a4 abb314a21c4a 2024-04-12T05:37:35.996 INFO:teuthology.orchestra.run.smithi063.stdout:nfs.foo.1.1.smithi098.retefr smithi098 *:2049 running (4m) 2m ago 21m 76.4M - 5.5 bb2c5eac26a4 7fffe2083b18 2024-04-12T05:37:35.996 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi063 smithi063 *:9100 running (2m) 87s ago 29m 8128k - 1.5.0 0da6a335fe13 4fea9ef7e4ff 2024-04-12T05:37:35.996 INFO:teuthology.orchestra.run.smithi063.stdout:node-exporter.smithi098 smithi098 *:9100 running (2m) 2m ago 28m 5704k - 1.5.0 0da6a335fe13 dde5d5749588 2024-04-12T05:37:35.996 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (8m) 87s ago 28m 146M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46885c19f3c9 2024-04-12T05:37:35.996 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi063 running (8m) 87s ago 28m 124M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 95dbd86f0cc5 2024-04-12T05:37:35.996 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi063 running (7m) 87s ago 27m 124M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 04a2e64cacda 2024-04-12T05:37:35.996 INFO:teuthology.orchestra.run.smithi063.stdout:osd.3 smithi063 running (7m) 87s ago 27m 148M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 bd28f6c7a1a4 2024-04-12T05:37:35.996 INFO:teuthology.orchestra.run.smithi063.stdout:osd.4 smithi098 running (6m) 2m ago 27m 144M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 56220f994f00 2024-04-12T05:37:35.996 INFO:teuthology.orchestra.run.smithi063.stdout:osd.5 smithi098 running (6m) 2m ago 26m 136M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 f1c5d8565a3f 2024-04-12T05:37:35.996 INFO:teuthology.orchestra.run.smithi063.stdout:osd.6 smithi098 running (5m) 2m ago 26m 119M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 97d1c7fb846b 2024-04-12T05:37:35.996 INFO:teuthology.orchestra.run.smithi063.stdout:osd.7 smithi098 running (5m) 2m ago 26m 158M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 6e2cb8307007 2024-04-12T05:37:35.996 INFO:teuthology.orchestra.run.smithi063.stdout:prometheus.smithi063 smithi063 *:9095 running (2m) 87s ago 29m 46.3M - 2.43.0 a07b618ecd1d 70438218442c 2024-04-12T05:37:36.673 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph orch upgrade status' 2024-04-12T05:37:37.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:37 smithi063 ceph-mon[92400]: from='client.34598 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:37:37.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:37 smithi063 ceph-mon[92400]: pgmap v374: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:37.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:37 smithi098 ceph-mon[67743]: from='client.34598 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:37:37.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:37 smithi098 ceph-mon[67743]: pgmap v374: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:38.818 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:37:38.819 INFO:teuthology.orchestra.run.smithi063.stdout: "target_image": null, 2024-04-12T05:37:38.819 INFO:teuthology.orchestra.run.smithi063.stdout: "in_progress": false, 2024-04-12T05:37:38.819 INFO:teuthology.orchestra.run.smithi063.stdout: "which": "", 2024-04-12T05:37:38.819 INFO:teuthology.orchestra.run.smithi063.stdout: "services_complete": [], 2024-04-12T05:37:38.819 INFO:teuthology.orchestra.run.smithi063.stdout: "progress": null, 2024-04-12T05:37:38.819 INFO:teuthology.orchestra.run.smithi063.stdout: "message": "", 2024-04-12T05:37:38.819 INFO:teuthology.orchestra.run.smithi063.stdout: "is_paused": false 2024-04-12T05:37:38.819 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:37:39.369 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:39 smithi063 ceph-mon[92400]: pgmap v375: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:39.486 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph health detail' 2024-04-12T05:37:39.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:39 smithi098 ceph-mon[67743]: pgmap v375: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:40.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:40 smithi063 ceph-mon[92400]: from='client.34602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:37:40.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:40 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:37:40.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:40 smithi098 ceph-mon[67743]: from='client.34602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:37:40.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:40 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:37:41.369 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:41 smithi063 ceph-mon[92400]: pgmap v376: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:41.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:41 smithi098 ceph-mon[67743]: pgmap v376: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:41.627 INFO:teuthology.orchestra.run.smithi063.stdout:HEALTH_OK 2024-04-12T05:37:42.309 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph versions' 2024-04-12T05:37:42.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:42 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/3324319809' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:37:42.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:42 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/3324319809' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T05:37:43.612 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:43 smithi063 ceph-mon[92400]: pgmap v377: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:43.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:43 smithi098 ceph-mon[67743]: pgmap v377: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:44.387 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-12T05:37:44.388 INFO:teuthology.orchestra.run.smithi063.stdout: "mon": { 2024-04-12T05:37:44.388 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:37:44.388 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:37:44.388 INFO:teuthology.orchestra.run.smithi063.stdout: "mgr": { 2024-04-12T05:37:44.388 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:37:44.388 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:37:44.388 INFO:teuthology.orchestra.run.smithi063.stdout: "osd": { 2024-04-12T05:37:44.388 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 8 2024-04-12T05:37:44.388 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:37:44.388 INFO:teuthology.orchestra.run.smithi063.stdout: "mds": { 2024-04-12T05:37:44.388 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T05:37:44.388 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:37:44.388 INFO:teuthology.orchestra.run.smithi063.stdout: "overall": { 2024-04-12T05:37:44.389 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 14 2024-04-12T05:37:44.389 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:37:44.389 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-12T05:37:44.822 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:44 smithi063 ceph-mon[92400]: pgmap v378: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:44.822 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:44 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/3281641797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:37:44.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:44 smithi098 ceph-mon[67743]: pgmap v378: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:44.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:44 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/3281641797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:37:45.115 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-04-12T05:37:47.490 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-04-12T05:37:47.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:47 smithi063 ceph-mon[92400]: pgmap v379: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:47.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:47 smithi098 ceph-mon[67743]: pgmap v379: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:48.224 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-04-12T05:37:48.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:48 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/3063827621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:37:48.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:48 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/3063827621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:37:49.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:49 smithi063 ceph-mon[92400]: pgmap v380: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:49.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:49 smithi098 ceph-mon[67743]: pgmap v380: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:50.512 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)" 2024-04-12T05:37:51.198 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-04-12T05:37:51.199 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-04-12T05:37:51.199 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- ceph orch ls -f json 2024-04-12T05:37:51.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:51 smithi063 ceph-mon[92400]: pgmap v381: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:51.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:51 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/1665687676' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:37:51.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:51 smithi098 ceph-mon[67743]: pgmap v381: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:51.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:51 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/1665687676' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T05:37:53.385 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-12T05:37:53.385 INFO:teuthology.orchestra.run.smithi063.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-12T05:06:49.526883Z", "last_refresh": "2024-04-12T05:36:08.482004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-12T05:06:35.179384Z", "last_refresh": "2024-04-12T05:35:18.192303Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-12T05:06:46.196987Z", "last_refresh": "2024-04-12T05:36:08.482127Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-12T05:12:58.894585Z", "last_refresh": "2024-04-12T05:35:18.193438Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-12T05:06:33.702161Z", "last_refresh": "2024-04-12T05:35:18.192469Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi063:172.21.15.63=smithi063", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-12T05:07:28.122575Z", "last_refresh": "2024-04-12T05:35:18.192611Z", "running": 2, "size": 2}}, {"events": ["2024-04-12T05:37:14.079836Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-04-12T05:15:28.489749Z", "last_refresh": "2024-04-12T05:35:18.193570Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-12T05:06:48.115434Z", "last_refresh": "2024-04-12T05:35:18.192742Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "bb2c5eac26a47e91f49419364028af9c3bea25d6fad65850c7d6f8f2c7b91b28", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", "last_refresh": "2024-04-12T05:35:18.192895Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-12T05:06:44.118811Z", "last_refresh": "2024-04-12T05:36:08.482251Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-12T05:37:53.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:53 smithi063 ceph-mon[92400]: pgmap v382: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:53.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:53 smithi098 ceph-mon[67743]: pgmap v382: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:53.959 INFO:tasks.cephadm:nfs.foo has 2/2 2024-04-12T05:37:53.960 DEBUG:teuthology.parallel:result is None 2024-04-12T05:37:53.960 INFO:teuthology.run_tasks:Running task vip.exec... 2024-04-12T05:37:53.989 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi063.front.sepia.ceph.com 2024-04-12T05:37:53.990 DEBUG:teuthology.orchestra.run.smithi063:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-04-12T05:37:54.021 INFO:teuthology.orchestra.run.smithi063.stderr:+ umount /mnt/foo 2024-04-12T05:37:54.058 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-12T05:37:54.068 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi063.front.sepia.ceph.com 2024-04-12T05:37:54.068 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-04-12T05:37:55.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:55 smithi063 ceph-mon[92400]: from='client.34622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T05:37:55.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:55 smithi063 ceph-mon[92400]: pgmap v383: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:55.620 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:55 smithi063 ceph-mon[92400]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:37:55.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:55 smithi098 ceph-mon[67743]: from='client.34622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T05:37:55.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:55 smithi098 ceph-mon[67743]: pgmap v383: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:55.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:55 smithi098 ceph-mon[67743]: from='mgr.34104 172.21.15.63:0/3100253416' entity='mgr.smithi063.ewdkhy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T05:37:56.321 INFO:teuthology.orchestra.run.smithi063.stdout: "foo" 2024-04-12T05:37:57.004 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:56 smithi063 ceph-mon[92400]: pgmap v384: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:57.004 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:56 smithi063 ceph-mon[92400]: from='client.34626 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:37:57.025 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- bash -c 'ceph nfs export ls foo --detailed' 2024-04-12T05:37:57.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:56 smithi098 ceph-mon[67743]: pgmap v384: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:37:57.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:56 smithi098 ceph-mon[67743]: from='client.34626 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:37:59.052 INFO:teuthology.orchestra.run.smithi063.stdout:[ 2024-04-12T05:37:59.052 INFO:teuthology.orchestra.run.smithi063.stdout: { 2024-04-12T05:37:59.052 INFO:teuthology.orchestra.run.smithi063.stdout: "access_type": "RW", 2024-04-12T05:37:59.052 INFO:teuthology.orchestra.run.smithi063.stdout: "clients": [], 2024-04-12T05:37:59.052 INFO:teuthology.orchestra.run.smithi063.stdout: "cluster_id": "foo", 2024-04-12T05:37:59.052 INFO:teuthology.orchestra.run.smithi063.stdout: "export_id": 1, 2024-04-12T05:37:59.052 INFO:teuthology.orchestra.run.smithi063.stdout: "fsal": { 2024-04-12T05:37:59.052 INFO:teuthology.orchestra.run.smithi063.stdout: "fs_name": "foofs", 2024-04-12T05:37:59.052 INFO:teuthology.orchestra.run.smithi063.stdout: "name": "CEPH", 2024-04-12T05:37:59.053 INFO:teuthology.orchestra.run.smithi063.stdout: "user_id": "nfs.foo.1" 2024-04-12T05:37:59.053 INFO:teuthology.orchestra.run.smithi063.stdout: }, 2024-04-12T05:37:59.053 INFO:teuthology.orchestra.run.smithi063.stdout: "path": "/", 2024-04-12T05:37:59.053 INFO:teuthology.orchestra.run.smithi063.stdout: "protocols": [ 2024-04-12T05:37:59.053 INFO:teuthology.orchestra.run.smithi063.stdout: 4 2024-04-12T05:37:59.053 INFO:teuthology.orchestra.run.smithi063.stdout: ], 2024-04-12T05:37:59.053 INFO:teuthology.orchestra.run.smithi063.stdout: "pseudo": "/fake", 2024-04-12T05:37:59.053 INFO:teuthology.orchestra.run.smithi063.stdout: "security_label": true, 2024-04-12T05:37:59.053 INFO:teuthology.orchestra.run.smithi063.stdout: "squash": "no_root_squash", 2024-04-12T05:37:59.053 INFO:teuthology.orchestra.run.smithi063.stdout: "transports": [ 2024-04-12T05:37:59.053 INFO:teuthology.orchestra.run.smithi063.stdout: "TCP" 2024-04-12T05:37:59.053 INFO:teuthology.orchestra.run.smithi063.stdout: ] 2024-04-12T05:37:59.053 INFO:teuthology.orchestra.run.smithi063.stdout: } 2024-04-12T05:37:59.053 INFO:teuthology.orchestra.run.smithi063.stdout:] 2024-04-12T05:37:59.369 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:37:59 smithi063 ceph-mon[92400]: pgmap v385: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:59.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:37:59 smithi098 ceph-mon[67743]: pgmap v385: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:37:59.723 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- bash -c 'rados -p .nfs --all ls -' 2024-04-12T05:38:00.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:38:00 smithi063 ceph-mon[92400]: from='client.34630 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:38:00.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:38:00 smithi098 ceph-mon[67743]: from='client.34630 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:38:01.424 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:38:01 smithi063 ceph-mon[92400]: pgmap v386: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:38:01.424 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:38:01 smithi063 ceph-mon[92400]: mgrmap e44: smithi063.ewdkhy(active, since 10m), standbys: smithi098.qrshom 2024-04-12T05:38:01.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:38:01 smithi098 ceph-mon[67743]: pgmap v386: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T05:38:01.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:38:01 smithi098 ceph-mon[67743]: mgrmap e44: smithi063.ewdkhy(active, since 10m), standbys: smithi098.qrshom 2024-04-12T05:38:01.623 INFO:teuthology.orchestra.run.smithi063.stdout:foo grace 2024-04-12T05:38:01.623 INFO:teuthology.orchestra.run.smithi063.stdout:foo rec-0000000000000005:nfs.foo.1 2024-04-12T05:38:01.623 INFO:teuthology.orchestra.run.smithi063.stdout:foo rec-0000000000000005:nfs.foo.0 2024-04-12T05:38:01.623 INFO:teuthology.orchestra.run.smithi063.stdout:foo conf-nfs.foo 2024-04-12T05:38:01.623 INFO:teuthology.orchestra.run.smithi063.stdout:foo export-1 2024-04-12T05:38:02.285 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 6' 2024-04-12T05:38:03.619 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:38:03 smithi063 ceph-mon[92400]: pgmap v387: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T05:38:03.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:38:03 smithi098 ceph-mon[67743]: pgmap v387: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T05:38:04.354 INFO:teuthology.orchestra.run.smithi063.stdout:6 2024-04-12T05:38:05.027 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-12T05:38:05.039 INFO:tasks.cephadm:Teardown begin 2024-04-12T05:38:05.039 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T05:38:05.072 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T05:38:05.109 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-12T05:38:05.109 DEBUG:teuthology.orchestra.run.smithi063:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-12T05:38:05.131 DEBUG:teuthology.orchestra.run.smithi098:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-12T05:38:05.170 INFO:tasks.cephadm:Stopping all daemons... 2024-04-12T05:38:05.170 INFO:tasks.cephadm.mon.smithi063:Stopping mon.smithi063... 2024-04-12T05:38:05.170 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mon.smithi063 2024-04-12T05:38:05.300 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:38:05 smithi063 systemd[1]: Stopping Ceph mon.smithi063 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:38:05.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:38:05 smithi098 ceph-mon[67743]: pgmap v388: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:38:05.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:38:05 smithi098 ceph-mon[67743]: from='client.? 172.21.15.63:0/3117130549' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-04-12T05:38:05.578 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:38:05 smithi063 ceph-mon[92400]: pgmap v388: 129 pgs: 129 active+clean; 206 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-04-12T05:38:05.578 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:38:05 smithi063 ceph-mon[92400]: from='client.? 172.21.15.63:0/3117130549' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-04-12T05:38:05.579 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:38:05 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon-smithi063[92356]: 2024-04-12T05:38:05.454+0000 7ff7b3125700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi063 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-12T05:38:05.579 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:38:05 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon-smithi063[92356]: 2024-04-12T05:38:05.454+0000 7ff7b3125700 -1 mon.smithi063@0(leader) e3 *** Got Signal Terminated *** 2024-04-12T05:38:06.369 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Apr 12 05:38:06 smithi063 bash[151738]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon-smithi063 2024-04-12T05:38:06.475 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mon.smithi063.service' 2024-04-12T05:38:06.518 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T05:38:06.519 INFO:tasks.cephadm.mon.smithi063:Stopped mon.smithi063 2024-04-12T05:38:06.519 INFO:tasks.cephadm.mon.smithi098:Stopping mon.smithi098... 2024-04-12T05:38:06.519 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mon.smithi098 2024-04-12T05:38:06.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:38:06 smithi098 systemd[1]: Stopping Ceph mon.smithi098 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:38:06.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:38:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon-smithi098[67720]: 2024-04-12T05:38:06.784+0000 7fb091b3a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi098 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-12T05:38:06.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:38:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon-smithi098[67720]: 2024-04-12T05:38:06.784+0000 7fb091b3a700 -1 mon.smithi098@1(peon) e3 *** Got Signal Terminated *** 2024-04-12T05:38:07.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Apr 12 05:38:07 smithi098 bash[100223]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-mon-smithi098 2024-04-12T05:38:07.780 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@mon.smithi098.service' 2024-04-12T05:38:07.825 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T05:38:07.825 INFO:tasks.cephadm.mon.smithi098:Stopped mon.smithi098 2024-04-12T05:38:07.826 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-12T05:38:07.826 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.0 2024-04-12T05:38:08.119 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:38:07 smithi063 systemd[1]: Stopping Ceph osd.0 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:38:08.119 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:38:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-0[100726]: 2024-04-12T05:38:08.100+0000 7fb0e6341700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-12T05:38:08.120 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:38:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-0[100726]: 2024-04-12T05:38:08.100+0000 7fb0e6341700 -1 osd.0 118 *** Got signal Terminated *** 2024-04-12T05:38:08.120 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:38:08 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-0[100726]: 2024-04-12T05:38:08.100+0000 7fb0e6341700 -1 osd.0 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T05:38:14.369 INFO:journalctl@ceph.osd.0.smithi063.stdout:Apr 12 05:38:14 smithi063 bash[151893]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-0 2024-04-12T05:38:15.895 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.0.service' 2024-04-12T05:38:15.937 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T05:38:15.937 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-12T05:38:15.937 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-12T05:38:15.937 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.1 2024-04-12T05:38:16.260 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:38:16 smithi063 systemd[1]: Stopping Ceph osd.1 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:38:16.619 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:38:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-1[104275]: 2024-04-12T05:38:16.262+0000 7fee6f29e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-12T05:38:16.619 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:38:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-1[104275]: 2024-04-12T05:38:16.262+0000 7fee6f29e700 -1 osd.1 118 *** Got signal Terminated *** 2024-04-12T05:38:16.619 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:38:16 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-1[104275]: 2024-04-12T05:38:16.262+0000 7fee6f29e700 -1 osd.1 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T05:38:22.370 INFO:journalctl@ceph.osd.1.smithi063.stdout:Apr 12 05:38:22 smithi063 bash[152157]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-1 2024-04-12T05:38:23.906 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.1.service' 2024-04-12T05:38:23.950 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T05:38:23.950 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-12T05:38:23.950 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-12T05:38:23.950 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.2 2024-04-12T05:38:24.256 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:38:24 smithi063 systemd[1]: Stopping Ceph osd.2 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:38:24.619 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:38:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-2[107604]: 2024-04-12T05:38:24.258+0000 7f23fc181700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-12T05:38:24.619 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:38:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-2[107604]: 2024-04-12T05:38:24.258+0000 7f23fc181700 -1 osd.2 118 *** Got signal Terminated *** 2024-04-12T05:38:24.619 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:38:24 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-2[107604]: 2024-04-12T05:38:24.258+0000 7f23fc181700 -1 osd.2 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T05:38:30.370 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 12 05:38:30 smithi063 bash[152461]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-2 2024-04-12T05:38:32.194 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.2.service' 2024-04-12T05:38:32.240 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T05:38:32.240 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-12T05:38:32.240 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-04-12T05:38:32.240 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.3 2024-04-12T05:38:32.515 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:38:32 smithi063 systemd[1]: Stopping Ceph osd.3 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:38:32.771 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:38:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-3[110948]: 2024-04-12T05:38:32.516+0000 7efef6353700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-12T05:38:32.771 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:38:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-3[110948]: 2024-04-12T05:38:32.516+0000 7efef6353700 -1 osd.3 118 *** Got signal Terminated *** 2024-04-12T05:38:32.771 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:38:32 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-3[110948]: 2024-04-12T05:38:32.516+0000 7efef6353700 -1 osd.3 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T05:38:34.872 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:38:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4[73619]: 2024-04-12T05:38:34.394+0000 7f7ac9072700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:09.121607+0000 front 2024-04-12T05:38:09.121572+0000 (oldest deadline 2024-04-12T05:38:33.821400+0000) 2024-04-12T05:38:34.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:34 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:34.541+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.399696+0000 front 2024-04-12T05:38:11.399726+0000 (oldest deadline 2024-04-12T05:38:33.699573+0000) 2024-04-12T05:38:35.371 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:35.125+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:35.372 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:35.112+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:35.871 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:38:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4[73619]: 2024-04-12T05:38:35.421+0000 7f7ac9072700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:09.121607+0000 front 2024-04-12T05:38:09.121572+0000 (oldest deadline 2024-04-12T05:38:33.821400+0000) 2024-04-12T05:38:35.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:35 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:35.506+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.399696+0000 front 2024-04-12T05:38:11.399726+0000 (oldest deadline 2024-04-12T05:38:33.699573+0000) 2024-04-12T05:38:36.371 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:36.093+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:36.372 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:36.108+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:36.871 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:38:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4[73619]: 2024-04-12T05:38:36.383+0000 7f7ac9072700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:09.121607+0000 front 2024-04-12T05:38:09.121572+0000 (oldest deadline 2024-04-12T05:38:33.821400+0000) 2024-04-12T05:38:36.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:36 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:36.510+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.399696+0000 front 2024-04-12T05:38:11.399726+0000 (oldest deadline 2024-04-12T05:38:33.699573+0000) 2024-04-12T05:38:37.119 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:38:36 smithi063 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-3[110948]: 2024-04-12T05:38:36.689+0000 7efef2949700 -1 osd.3 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.573898+0000 front 2024-04-12T05:38:10.573937+0000 (oldest deadline 2024-04-12T05:38:36.473992+0000) 2024-04-12T05:38:37.359 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:37.107+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:37.359 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:37.117+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:37.621 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:38:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4[73619]: 2024-04-12T05:38:37.362+0000 7f7ac9072700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:09.121607+0000 front 2024-04-12T05:38:09.121572+0000 (oldest deadline 2024-04-12T05:38:33.821400+0000) 2024-04-12T05:38:37.622 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:37 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:37.485+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.399696+0000 front 2024-04-12T05:38:11.399726+0000 (oldest deadline 2024-04-12T05:38:33.699573+0000) 2024-04-12T05:38:38.401 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:38.124+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:38.402 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:38.143+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:38.619 INFO:journalctl@ceph.osd.3.smithi063.stdout:Apr 12 05:38:38 smithi063 bash[152731]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-3 2024-04-12T05:38:38.871 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:38:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4[73619]: 2024-04-12T05:38:38.403+0000 7f7ac9072700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:09.121607+0000 front 2024-04-12T05:38:09.121572+0000 (oldest deadline 2024-04-12T05:38:33.821400+0000) 2024-04-12T05:38:38.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:38 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:38.457+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.399696+0000 front 2024-04-12T05:38:11.399726+0000 (oldest deadline 2024-04-12T05:38:33.699573+0000) 2024-04-12T05:38:39.371 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:39.099+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:39.372 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:39.126+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:39.871 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:38:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4[73619]: 2024-04-12T05:38:39.426+0000 7f7ac9072700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:09.121607+0000 front 2024-04-12T05:38:09.121572+0000 (oldest deadline 2024-04-12T05:38:33.821400+0000) 2024-04-12T05:38:39.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:39 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:39.426+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.399696+0000 front 2024-04-12T05:38:11.399726+0000 (oldest deadline 2024-04-12T05:38:33.699573+0000) 2024-04-12T05:38:40.112 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.3.service' 2024-04-12T05:38:40.153 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T05:38:40.153 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-04-12T05:38:40.153 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-04-12T05:38:40.153 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.4 2024-04-12T05:38:40.402 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:38:40 smithi098 systemd[1]: Stopping Ceph osd.4 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:38:40.402 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:40.124+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:40.402 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:40.139+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:40.871 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:40.403+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.399696+0000 front 2024-04-12T05:38:11.399726+0000 (oldest deadline 2024-04-12T05:38:33.699573+0000) 2024-04-12T05:38:40.872 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:38:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4[73619]: 2024-04-12T05:38:40.451+0000 7f7ac9072700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:09.121607+0000 front 2024-04-12T05:38:09.121572+0000 (oldest deadline 2024-04-12T05:38:33.821400+0000) 2024-04-12T05:38:40.872 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:38:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4[73619]: 2024-04-12T05:38:40.453+0000 7f7acca7c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-12T05:38:40.872 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:38:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4[73619]: 2024-04-12T05:38:40.453+0000 7f7acca7c700 -1 osd.4 118 *** Got signal Terminated *** 2024-04-12T05:38:40.872 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:38:40 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4[73619]: 2024-04-12T05:38:40.453+0000 7f7acca7c700 -1 osd.4 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T05:38:41.371 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:41.114+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:41.372 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:41.100+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:41.871 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:38:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4[73619]: 2024-04-12T05:38:41.501+0000 7f7ac9072700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:09.121607+0000 front 2024-04-12T05:38:09.121572+0000 (oldest deadline 2024-04-12T05:38:33.821400+0000) 2024-04-12T05:38:41.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:41 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:41.445+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.399696+0000 front 2024-04-12T05:38:11.399726+0000 (oldest deadline 2024-04-12T05:38:33.699573+0000) 2024-04-12T05:38:42.428 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:42.124+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:42.428 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:42.148+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:42.871 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:38:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4[73619]: 2024-04-12T05:38:42.551+0000 7f7ac9072700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:09.121607+0000 front 2024-04-12T05:38:09.121572+0000 (oldest deadline 2024-04-12T05:38:33.821400+0000) 2024-04-12T05:38:42.871 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:38:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4[73619]: 2024-04-12T05:38:42.551+0000 7f7ac9072700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:19.523221+0000 front 2024-04-12T05:38:19.523211+0000 (oldest deadline 2024-04-12T05:38:42.423097+0000) 2024-04-12T05:38:42.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:42.429+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.399696+0000 front 2024-04-12T05:38:11.399726+0000 (oldest deadline 2024-04-12T05:38:33.699573+0000) 2024-04-12T05:38:42.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:42 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:42.429+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:19.302106+0000 front 2024-04-12T05:38:19.302143+0000 (oldest deadline 2024-04-12T05:38:42.201943+0000) 2024-04-12T05:38:43.372 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:43.123+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:43.372 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:43.097+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:43.372 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:43.097+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:38:43.872 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:38:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4[73619]: 2024-04-12T05:38:43.514+0000 7f7ac9072700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:09.121607+0000 front 2024-04-12T05:38:09.121572+0000 (oldest deadline 2024-04-12T05:38:33.821400+0000) 2024-04-12T05:38:43.872 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:38:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4[73619]: 2024-04-12T05:38:43.514+0000 7f7ac9072700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:19.523221+0000 front 2024-04-12T05:38:19.523211+0000 (oldest deadline 2024-04-12T05:38:42.423097+0000) 2024-04-12T05:38:43.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:43.439+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.399696+0000 front 2024-04-12T05:38:11.399726+0000 (oldest deadline 2024-04-12T05:38:33.699573+0000) 2024-04-12T05:38:43.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:43 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:43.439+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:19.302106+0000 front 2024-04-12T05:38:19.302143+0000 (oldest deadline 2024-04-12T05:38:42.201943+0000) 2024-04-12T05:38:44.371 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:44.167+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:44.372 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:44.167+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:18.990094+0000 front 2024-04-12T05:38:18.990187+0000 (oldest deadline 2024-04-12T05:38:43.689978+0000) 2024-04-12T05:38:44.372 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:44.114+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:44.372 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:44.114+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:38:44.872 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:38:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4[73619]: 2024-04-12T05:38:44.467+0000 7f7ac9072700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:09.121607+0000 front 2024-04-12T05:38:09.121572+0000 (oldest deadline 2024-04-12T05:38:33.821400+0000) 2024-04-12T05:38:44.872 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:38:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4[73619]: 2024-04-12T05:38:44.467+0000 7f7ac9072700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:19.523221+0000 front 2024-04-12T05:38:19.523211+0000 (oldest deadline 2024-04-12T05:38:42.423097+0000) 2024-04-12T05:38:44.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:44.482+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.399696+0000 front 2024-04-12T05:38:11.399726+0000 (oldest deadline 2024-04-12T05:38:33.699573+0000) 2024-04-12T05:38:44.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:44 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:44.482+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:19.302106+0000 front 2024-04-12T05:38:19.302143+0000 (oldest deadline 2024-04-12T05:38:42.201943+0000) 2024-04-12T05:38:45.522 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:45.164+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:45.523 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:45.164+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:18.990094+0000 front 2024-04-12T05:38:18.990187+0000 (oldest deadline 2024-04-12T05:38:43.689978+0000) 2024-04-12T05:38:45.523 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:45.155+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:45.523 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:45.155+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:38:45.871 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:45.525+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.399696+0000 front 2024-04-12T05:38:11.399726+0000 (oldest deadline 2024-04-12T05:38:33.699573+0000) 2024-04-12T05:38:45.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:45 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:45.525+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:19.302106+0000 front 2024-04-12T05:38:19.302143+0000 (oldest deadline 2024-04-12T05:38:42.201943+0000) 2024-04-12T05:38:46.520 INFO:journalctl@ceph.osd.4.smithi098.stdout:Apr 12 05:38:46 smithi098 bash[100446]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-4 2024-04-12T05:38:46.520 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:46.144+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:46.520 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:46.144+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:38:46.520 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:46.209+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:46.521 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:46.209+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:18.990094+0000 front 2024-04-12T05:38:18.990187+0000 (oldest deadline 2024-04-12T05:38:43.689978+0000) 2024-04-12T05:38:46.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:46.521+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.399696+0000 front 2024-04-12T05:38:11.399726+0000 (oldest deadline 2024-04-12T05:38:33.699573+0000) 2024-04-12T05:38:46.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:46 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:46.521+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:19.302106+0000 front 2024-04-12T05:38:19.302143+0000 (oldest deadline 2024-04-12T05:38:42.201943+0000) 2024-04-12T05:38:47.371 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:47.255+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:47.371 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:47.255+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:18.990094+0000 front 2024-04-12T05:38:18.990187+0000 (oldest deadline 2024-04-12T05:38:43.689978+0000) 2024-04-12T05:38:47.372 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:47.154+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:47.372 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:47.154+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:38:47.820 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:47.496+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.399696+0000 front 2024-04-12T05:38:11.399726+0000 (oldest deadline 2024-04-12T05:38:33.699573+0000) 2024-04-12T05:38:47.820 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:47 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:47.496+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:19.302106+0000 front 2024-04-12T05:38:19.302143+0000 (oldest deadline 2024-04-12T05:38:42.201943+0000) 2024-04-12T05:38:48.129 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.4.service' 2024-04-12T05:38:48.170 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T05:38:48.170 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-04-12T05:38:48.171 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-04-12T05:38:48.171 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.5 2024-04-12T05:38:48.484 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:48 smithi098 systemd[1]: Stopping Ceph osd.5 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:38:48.485 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:48.216+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:48.485 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:48.216+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:18.990094+0000 front 2024-04-12T05:38:18.990187+0000 (oldest deadline 2024-04-12T05:38:43.689978+0000) 2024-04-12T05:38:48.485 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:48.193+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:48.485 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:48.193+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:38:48.871 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:48.486+0000 7f9b53b1c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-12T05:38:48.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:48.486+0000 7f9b53b1c700 -1 osd.5 118 *** Got signal Terminated *** 2024-04-12T05:38:48.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:48.486+0000 7f9b53b1c700 -1 osd.5 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T05:38:48.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:48.541+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.399696+0000 front 2024-04-12T05:38:11.399726+0000 (oldest deadline 2024-04-12T05:38:33.699573+0000) 2024-04-12T05:38:48.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:48 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:48.541+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:19.302106+0000 front 2024-04-12T05:38:19.302143+0000 (oldest deadline 2024-04-12T05:38:42.201943+0000) 2024-04-12T05:38:49.505 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:49 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:49.170+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:49.505 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:49 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:49.170+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:38:49.505 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:49 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:49.264+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:49.505 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:49 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:49.264+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:18.990094+0000 front 2024-04-12T05:38:18.990187+0000 (oldest deadline 2024-04-12T05:38:43.689978+0000) 2024-04-12T05:38:49.871 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:49 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:49.508+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.399696+0000 front 2024-04-12T05:38:11.399726+0000 (oldest deadline 2024-04-12T05:38:33.699573+0000) 2024-04-12T05:38:49.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:49 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:49.508+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:19.302106+0000 front 2024-04-12T05:38:19.302143+0000 (oldest deadline 2024-04-12T05:38:42.201943+0000) 2024-04-12T05:38:50.477 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:50.190+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:50.477 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:50.190+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:38:50.477 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:50.227+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:50.477 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:50.227+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:18.990094+0000 front 2024-04-12T05:38:18.990187+0000 (oldest deadline 2024-04-12T05:38:43.689978+0000) 2024-04-12T05:38:50.871 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:50.480+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.399696+0000 front 2024-04-12T05:38:11.399726+0000 (oldest deadline 2024-04-12T05:38:33.699573+0000) 2024-04-12T05:38:50.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:50 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:50.480+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:19.302106+0000 front 2024-04-12T05:38:19.302143+0000 (oldest deadline 2024-04-12T05:38:42.201943+0000) 2024-04-12T05:38:51.490 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:51.256+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:51.490 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:51.256+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:18.990094+0000 front 2024-04-12T05:38:18.990187+0000 (oldest deadline 2024-04-12T05:38:43.689978+0000) 2024-04-12T05:38:51.490 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:51.231+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:51.491 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:51.231+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:38:51.871 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:51.493+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.399696+0000 front 2024-04-12T05:38:11.399726+0000 (oldest deadline 2024-04-12T05:38:33.699573+0000) 2024-04-12T05:38:51.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:51 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:51.493+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:19.302106+0000 front 2024-04-12T05:38:19.302143+0000 (oldest deadline 2024-04-12T05:38:42.201943+0000) 2024-04-12T05:38:52.452 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:52.304+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:52.453 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:52.304+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:18.990094+0000 front 2024-04-12T05:38:18.990187+0000 (oldest deadline 2024-04-12T05:38:43.689978+0000) 2024-04-12T05:38:52.453 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:52.198+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:52.453 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:52.198+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:38:52.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:52.455+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.399696+0000 front 2024-04-12T05:38:11.399726+0000 (oldest deadline 2024-04-12T05:38:33.699573+0000) 2024-04-12T05:38:52.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:52 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:52.455+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:19.302106+0000 front 2024-04-12T05:38:19.302143+0000 (oldest deadline 2024-04-12T05:38:42.201943+0000) 2024-04-12T05:38:53.422 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:53.313+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:53.422 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:53.313+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:18.990094+0000 front 2024-04-12T05:38:18.990187+0000 (oldest deadline 2024-04-12T05:38:43.689978+0000) 2024-04-12T05:38:53.422 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:53.168+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:53.422 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:53.168+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:38:53.871 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:53.424+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.399696+0000 front 2024-04-12T05:38:11.399726+0000 (oldest deadline 2024-04-12T05:38:33.699573+0000) 2024-04-12T05:38:53.872 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:53 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5[76318]: 2024-04-12T05:38:53.424+0000 7f9b50112700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:19.302106+0000 front 2024-04-12T05:38:19.302143+0000 (oldest deadline 2024-04-12T05:38:42.201943+0000) 2024-04-12T05:38:54.447 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:54 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:54.330+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:54.447 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:54 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:54.330+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:18.990094+0000 front 2024-04-12T05:38:18.990187+0000 (oldest deadline 2024-04-12T05:38:43.689978+0000) 2024-04-12T05:38:54.447 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:54 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:54.330+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:24.790786+0000 front 2024-04-12T05:38:24.790746+0000 (oldest deadline 2024-04-12T05:38:53.591108+0000) 2024-04-12T05:38:54.448 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:54 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:54.194+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:54.448 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:54 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:54.194+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:38:54.448 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:54 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:54.194+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:28.178278+0000 front 2024-04-12T05:38:28.178261+0000 (oldest deadline 2024-04-12T05:38:53.478301+0000) 2024-04-12T05:38:54.871 INFO:journalctl@ceph.osd.5.smithi098.stdout:Apr 12 05:38:54 smithi098 bash[100715]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-5 2024-04-12T05:38:55.606 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:55 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:55.320+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:55.606 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:55 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:55.320+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:18.990094+0000 front 2024-04-12T05:38:18.990187+0000 (oldest deadline 2024-04-12T05:38:43.689978+0000) 2024-04-12T05:38:55.606 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:55 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:55.320+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:24.790786+0000 front 2024-04-12T05:38:24.790746+0000 (oldest deadline 2024-04-12T05:38:53.591108+0000) 2024-04-12T05:38:55.607 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:55 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:55.179+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:55.607 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:55 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:55.179+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:38:55.607 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:55 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:55.179+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:28.178278+0000 front 2024-04-12T05:38:28.178261+0000 (oldest deadline 2024-04-12T05:38:53.478301+0000) 2024-04-12T05:38:56.190 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.5.service' 2024-04-12T05:38:56.232 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T05:38:56.232 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-04-12T05:38:56.232 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-04-12T05:38:56.232 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.6 2024-04-12T05:38:56.531 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:56 smithi098 systemd[1]: Stopping Ceph osd.6 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:38:56.532 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:56.312+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:56.532 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:56.312+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:18.990094+0000 front 2024-04-12T05:38:18.990187+0000 (oldest deadline 2024-04-12T05:38:43.689978+0000) 2024-04-12T05:38:56.532 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:56.312+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:24.790786+0000 front 2024-04-12T05:38:24.790746+0000 (oldest deadline 2024-04-12T05:38:53.591108+0000) 2024-04-12T05:38:56.532 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:56.209+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:56.532 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:56.209+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:38:56.532 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:56.209+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:28.178278+0000 front 2024-04-12T05:38:28.178261+0000 (oldest deadline 2024-04-12T05:38:53.478301+0000) 2024-04-12T05:38:56.871 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:56.534+0000 7f97f5296700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-12T05:38:56.871 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:56.534+0000 7f97f5296700 -1 osd.6 118 *** Got signal Terminated *** 2024-04-12T05:38:56.872 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:56 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:56.534+0000 7f97f5296700 -1 osd.6 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T05:38:57.621 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:57.349+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:57.622 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:57.349+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:18.990094+0000 front 2024-04-12T05:38:18.990187+0000 (oldest deadline 2024-04-12T05:38:43.689978+0000) 2024-04-12T05:38:57.622 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:57.349+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:24.790786+0000 front 2024-04-12T05:38:24.790746+0000 (oldest deadline 2024-04-12T05:38:53.591108+0000) 2024-04-12T05:38:57.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:57.195+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:57.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:57.195+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:38:57.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:57 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:57.195+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:28.178278+0000 front 2024-04-12T05:38:28.178261+0000 (oldest deadline 2024-04-12T05:38:53.478301+0000) 2024-04-12T05:38:58.621 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:58.315+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:58.622 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:58.315+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:18.990094+0000 front 2024-04-12T05:38:18.990187+0000 (oldest deadline 2024-04-12T05:38:43.689978+0000) 2024-04-12T05:38:58.622 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:58.315+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:24.790786+0000 front 2024-04-12T05:38:24.790746+0000 (oldest deadline 2024-04-12T05:38:53.591108+0000) 2024-04-12T05:38:58.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:58.240+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:58.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:58.240+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:38:58.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:58 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:58.240+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:28.178278+0000 front 2024-04-12T05:38:28.178261+0000 (oldest deadline 2024-04-12T05:38:53.478301+0000) 2024-04-12T05:38:59.622 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:59.357+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:38:59.622 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:59.357+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:18.990094+0000 front 2024-04-12T05:38:18.990187+0000 (oldest deadline 2024-04-12T05:38:43.689978+0000) 2024-04-12T05:38:59.622 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:38:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:38:59.357+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:24.790786+0000 front 2024-04-12T05:38:24.790746+0000 (oldest deadline 2024-04-12T05:38:53.591108+0000) 2024-04-12T05:38:59.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:59.262+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:38:59.623 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:59.262+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:38:59.623 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:59.262+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:28.178278+0000 front 2024-04-12T05:38:28.178261+0000 (oldest deadline 2024-04-12T05:38:53.478301+0000) 2024-04-12T05:38:59.623 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:38:59 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:38:59.262+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6830 osd.3 since back 2024-04-12T05:38:36.279824+0000 front 2024-04-12T05:38:36.279785+0000 (oldest deadline 2024-04-12T05:38:58.579722+0000) 2024-04-12T05:39:00.621 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:39:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:39:00.356+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:39:00.622 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:39:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:39:00.356+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:18.990094+0000 front 2024-04-12T05:38:18.990187+0000 (oldest deadline 2024-04-12T05:38:43.689978+0000) 2024-04-12T05:39:00.622 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:39:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:39:00.356+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:24.790786+0000 front 2024-04-12T05:38:24.790746+0000 (oldest deadline 2024-04-12T05:38:53.591108+0000) 2024-04-12T05:39:00.622 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:39:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:39:00.356+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6830 osd.3 since back 2024-04-12T05:38:35.292297+0000 front 2024-04-12T05:38:35.292267+0000 (oldest deadline 2024-04-12T05:38:59.391962+0000) 2024-04-12T05:39:00.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:00.237+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:39:00.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:00.237+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:39:00.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:00.237+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:28.178278+0000 front 2024-04-12T05:38:28.178261+0000 (oldest deadline 2024-04-12T05:38:53.478301+0000) 2024-04-12T05:39:00.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:00 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:00.237+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6830 osd.3 since back 2024-04-12T05:38:36.279824+0000 front 2024-04-12T05:38:36.279785+0000 (oldest deadline 2024-04-12T05:38:58.579722+0000) 2024-04-12T05:39:01.621 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:39:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:39:01.364+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:11.588473+0000 front 2024-04-12T05:38:11.588520+0000 (oldest deadline 2024-04-12T05:38:34.488330+0000) 2024-04-12T05:39:01.622 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:39:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:39:01.364+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:18.990094+0000 front 2024-04-12T05:38:18.990187+0000 (oldest deadline 2024-04-12T05:38:43.689978+0000) 2024-04-12T05:39:01.622 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:39:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:39:01.364+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:24.790786+0000 front 2024-04-12T05:38:24.790746+0000 (oldest deadline 2024-04-12T05:38:53.591108+0000) 2024-04-12T05:39:01.622 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:39:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6[79061]: 2024-04-12T05:39:01.364+0000 7f97f188c700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.63:6830 osd.3 since back 2024-04-12T05:38:35.292297+0000 front 2024-04-12T05:38:35.292267+0000 (oldest deadline 2024-04-12T05:38:59.391962+0000) 2024-04-12T05:39:01.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:01.272+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:39:01.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:01.272+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:39:01.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:01.272+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:28.178278+0000 front 2024-04-12T05:38:28.178261+0000 (oldest deadline 2024-04-12T05:38:53.478301+0000) 2024-04-12T05:39:01.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:01 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:01.272+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6830 osd.3 since back 2024-04-12T05:38:36.279824+0000 front 2024-04-12T05:38:36.279785+0000 (oldest deadline 2024-04-12T05:38:58.579722+0000) 2024-04-12T05:39:02.622 INFO:journalctl@ceph.osd.6.smithi098.stdout:Apr 12 05:39:02 smithi098 bash[101028]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-6 2024-04-12T05:39:02.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:02 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:02.275+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:39:02.626 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:02 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:02.275+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:39:02.626 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:02 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:02.275+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:28.178278+0000 front 2024-04-12T05:38:28.178261+0000 (oldest deadline 2024-04-12T05:38:53.478301+0000) 2024-04-12T05:39:02.626 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:02 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:02.275+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6830 osd.3 since back 2024-04-12T05:38:36.279824+0000 front 2024-04-12T05:38:36.279785+0000 (oldest deadline 2024-04-12T05:38:58.579722+0000) 2024-04-12T05:39:03.371 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:03.311+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:39:03.371 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:03.311+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:39:03.372 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:03.311+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:28.178278+0000 front 2024-04-12T05:38:28.178261+0000 (oldest deadline 2024-04-12T05:38:53.478301+0000) 2024-04-12T05:39:03.372 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:03 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:03.311+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6830 osd.3 since back 2024-04-12T05:38:36.279824+0000 front 2024-04-12T05:38:36.279785+0000 (oldest deadline 2024-04-12T05:38:58.579722+0000) 2024-04-12T05:39:04.077 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.6.service' 2024-04-12T05:39:04.118 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T05:39:04.118 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-04-12T05:39:04.118 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-04-12T05:39:04.118 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.7 2024-04-12T05:39:04.371 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:04 smithi098 systemd[1]: Stopping Ceph osd.7 for 40f4d9f0-f88a-11ee-bc8c-c7b262605968... 2024-04-12T05:39:04.371 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:04.318+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:39:04.372 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:04.318+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:39:04.372 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:04.318+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:28.178278+0000 front 2024-04-12T05:38:28.178261+0000 (oldest deadline 2024-04-12T05:38:53.478301+0000) 2024-04-12T05:39:04.372 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:04.318+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6830 osd.3 since back 2024-04-12T05:38:36.279824+0000 front 2024-04-12T05:38:36.279785+0000 (oldest deadline 2024-04-12T05:38:58.579722+0000) 2024-04-12T05:39:04.871 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:04.403+0000 7f56497f5700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-12T05:39:04.872 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:04.403+0000 7f56497f5700 -1 osd.7 118 *** Got signal Terminated *** 2024-04-12T05:39:04.872 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:04 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:04.403+0000 7f56497f5700 -1 osd.7 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T05:39:05.621 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:05 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:05.286+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:39:05.621 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:05 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:05.286+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:39:05.621 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:05 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:05.286+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:28.178278+0000 front 2024-04-12T05:38:28.178261+0000 (oldest deadline 2024-04-12T05:38:53.478301+0000) 2024-04-12T05:39:05.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:05 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:05.286+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6830 osd.3 since back 2024-04-12T05:38:36.279824+0000 front 2024-04-12T05:38:36.279785+0000 (oldest deadline 2024-04-12T05:38:58.579722+0000) 2024-04-12T05:39:06.621 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:06.327+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:39:06.621 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:06.327+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:39:06.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:06.327+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:28.178278+0000 front 2024-04-12T05:38:28.178261+0000 (oldest deadline 2024-04-12T05:38:53.478301+0000) 2024-04-12T05:39:06.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:06 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:06.327+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6830 osd.3 since back 2024-04-12T05:38:36.279824+0000 front 2024-04-12T05:38:36.279785+0000 (oldest deadline 2024-04-12T05:38:58.579722+0000) 2024-04-12T05:39:07.621 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:07.288+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:39:07.621 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:07.288+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:39:07.621 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:07.288+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:28.178278+0000 front 2024-04-12T05:38:28.178261+0000 (oldest deadline 2024-04-12T05:38:53.478301+0000) 2024-04-12T05:39:07.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:07 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:07.288+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6830 osd.3 since back 2024-04-12T05:38:36.279824+0000 front 2024-04-12T05:38:36.279785+0000 (oldest deadline 2024-04-12T05:38:58.579722+0000) 2024-04-12T05:39:08.621 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:08.330+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:39:08.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:08.330+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:39:08.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:08.330+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:28.178278+0000 front 2024-04-12T05:38:28.178261+0000 (oldest deadline 2024-04-12T05:38:53.478301+0000) 2024-04-12T05:39:08.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:08 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:08.330+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6830 osd.3 since back 2024-04-12T05:38:36.279824+0000 front 2024-04-12T05:38:36.279785+0000 (oldest deadline 2024-04-12T05:38:58.579722+0000) 2024-04-12T05:39:09.621 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:09.341+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6806 osd.0 since back 2024-04-12T05:38:10.775848+0000 front 2024-04-12T05:38:10.775691+0000 (oldest deadline 2024-04-12T05:38:34.275688+0000) 2024-04-12T05:39:09.621 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:09.341+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6814 osd.1 since back 2024-04-12T05:38:17.076877+0000 front 2024-04-12T05:38:17.076942+0000 (oldest deadline 2024-04-12T05:38:42.376885+0000) 2024-04-12T05:39:09.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:09.341+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6822 osd.2 since back 2024-04-12T05:38:28.178278+0000 front 2024-04-12T05:38:28.178261+0000 (oldest deadline 2024-04-12T05:38:53.478301+0000) 2024-04-12T05:39:09.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:09.341+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.63:6830 osd.3 since back 2024-04-12T05:38:36.279824+0000 front 2024-04-12T05:38:36.279785+0000 (oldest deadline 2024-04-12T05:38:58.579722+0000) 2024-04-12T05:39:09.622 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:09 smithi098 ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7[81789]: 2024-04-12T05:39:09.341+0000 7f5645deb700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.98:6804 osd.4 since back 2024-04-12T05:38:42.580950+0000 front 2024-04-12T05:38:42.580978+0000 (oldest deadline 2024-04-12T05:39:08.480959+0000) 2024-04-12T05:39:10.621 INFO:journalctl@ceph.osd.7.smithi098.stdout:Apr 12 05:39:10 smithi098 bash[101296]: ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968-osd-7 2024-04-12T05:39:11.861 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-40f4d9f0-f88a-11ee-bc8c-c7b262605968@osd.7.service' 2024-04-12T05:39:11.902 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T05:39:11.902 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-04-12T05:39:11.902 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 --force --keep-logs 2024-04-12T05:42:08.927 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 --force --keep-logs 2024-04-12T05:42:27.754 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T05:42:27.794 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T05:42:27.823 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-12T05:42:27.826 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-04-11_20:32:36-orch-reef-release-distro-default-smithi/7652630/remote/smithi063/crash 2024-04-12T05:42:27.827 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/crash -- . 2024-04-12T05:42:27.880 INFO:teuthology.orchestra.run.smithi063.stderr:tar: /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/crash: Cannot open: No such file or directory 2024-04-12T05:42:27.880 INFO:teuthology.orchestra.run.smithi063.stderr:tar: Error is not recoverable: exiting now 2024-04-12T05:42:27.882 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-04-11_20:32:36-orch-reef-release-distro-default-smithi/7652630/remote/smithi098/crash 2024-04-12T05:42:27.883 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/crash -- . 2024-04-12T05:42:27.935 INFO:teuthology.orchestra.run.smithi098.stderr:tar: /var/lib/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/crash: Cannot open: No such file or directory 2024-04-12T05:42:27.935 INFO:teuthology.orchestra.run.smithi098.stderr:tar: Error is not recoverable: exiting now 2024-04-12T05:42:27.936 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-12T05:42:27.936 DEBUG:teuthology.orchestra.run.smithi063:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-12T05:42:27.966 INFO:teuthology.orchestra.run.smithi063.stderr:grep: /var/log/ceph/40f4d9f0-f88a-11ee-bc8c-c7b262605968/ceph.log: No such file or directory 2024-04-12T05:42:27.968 INFO:tasks.cephadm:Compressing logs... 2024-04-12T05:42:27.968 DEBUG:teuthology.orchestra.run.smithi063:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-12T05:42:28.011 DEBUG:teuthology.orchestra.run.smithi098:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-12T05:42:28.037 INFO:teuthology.orchestra.run.smithi098.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-12T05:42:28.038 INFO:teuthology.orchestra.run.smithi063.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-12T05:43:00.311 INFO:tasks.cephadm:Archiving logs... 2024-04-12T05:43:00.311 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-11_20:32:36-orch-reef-release-distro-default-smithi/7652630/remote/smithi063/log 2024-04-12T05:43:00.313 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-12T05:43:03.848 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-11_20:32:36-orch-reef-release-distro-default-smithi/7652630/remote/smithi098/log 2024-04-12T05:43:03.849 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-12T05:43:07.420 INFO:tasks.cephadm:Removing cluster... 2024-04-12T05:43:07.420 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 --force 2024-04-12T05:43:07.775 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 40f4d9f0-f88a-11ee-bc8c-c7b262605968 --force 2024-04-12T05:43:08.115 INFO:tasks.cephadm:Removing cephadm ... 2024-04-12T05:43:08.116 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-12T05:43:08.135 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-12T05:43:08.152 INFO:tasks.cephadm:Teardown complete 2024-04-12T05:43:08.152 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-12T05:43:08.162 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-12T05:43:08.163 DEBUG:teuthology.orchestra.run.smithi063:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-12T05:43:08.177 DEBUG:teuthology.orchestra.run.smithi098:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-12T05:43:08.193 INFO:teuthology.orchestra.run.smithi063.stderr:bash: ntpq: command not found 2024-04-12T05:43:08.199 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-12T05:43:08.199 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2024-04-12T05:43:08.199 INFO:teuthology.orchestra.run.smithi063.stdout:^* hv01.front.sepia.ceph.com 3 6 377 17 +1056us[+1064us] +/- 49ms 2024-04-12T05:43:08.199 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 17 -706us[ -698us] +/- 54ms 2024-04-12T05:43:08.199 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 18 -678us[ -670us] +/- 68ms 2024-04-12T05:43:08.199 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T05:43:08.207 INFO:teuthology.orchestra.run.smithi098.stderr:bash: ntpq: command not found 2024-04-12T05:43:08.211 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-12T05:43:08.211 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2024-04-12T05:43:08.211 INFO:teuthology.orchestra.run.smithi098.stdout:^* hv01.front.sepia.ceph.com 3 6 377 17 +1060us[+1082us] +/- 49ms 2024-04-12T05:43:08.211 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 14 -692us[ -692us] +/- 54ms 2024-04-12T05:43:08.211 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 19 -683us[ -662us] +/- 68ms 2024-04-12T05:43:08.211 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T05:43:08.212 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-12T05:43:08.221 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-12T05:43:08.222 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-12T05:43:08.244 DEBUG:teuthology.orchestra.run.smithi063:> 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-04-12T05:43:08.316 DEBUG:teuthology.orchestra.run.smithi098:> 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-04-12T05:43:08.382 DEBUG:teuthology.orchestra.run.smithi063:> 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-04-12T05:43:08.412 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T05:43:08.413 DEBUG:teuthology.orchestra.run.smithi098:> 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-04-12T05:43:08.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T05:43:08.442 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-12T05:43:08.452 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-12T05:43:08.486 INFO:teuthology.task.internal:Duration was 2639.654374 seconds 2024-04-12T05:43:08.487 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-12T05:43:08.520 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-12T05:43:08.520 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-12T05:43:08.523 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-12T05:43:08.567 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-12T05:43:08.568 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-12T05:43:08.883 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-12T05:43:08.883 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi063.front.sepia.ceph.com 2024-04-12T05:43:08.883 DEBUG:teuthology.orchestra.run.smithi063:> 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-04-12T05:43:08.908 INFO:teuthology.orchestra.run.smithi063.stdout:2024-04-12T05:34:31.408823+00:00 smithi063 kernel: rcu: INFO: rcu_sched self-detected stall on CPU 2024-04-12T05:43:08.908 ERROR:teuthology.task.internal.syslog:Error in syslog on ubuntu@smithi063.front.sepia.ceph.com: 2024-04-12T05:34:31.408823+00:00 smithi063 kernel: rcu: INFO: rcu_sched self-detected stall on CPU 2024-04-12T05:43:08.908 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi098.front.sepia.ceph.com 2024-04-12T05:43:08.909 DEBUG:teuthology.orchestra.run.smithi098:> 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-04-12T05:43:08.932 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-12T05:43:08.932 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-12T05:43:08.951 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-12T05:43:09.035 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-12T05:43:09.035 DEBUG:teuthology.orchestra.run.smithi063:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-12T05:43:09.037 DEBUG:teuthology.orchestra.run.smithi098:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-12T05:43:09.298 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-12T05:43:09.309 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-12T05:43:09.309 DEBUG:teuthology.orchestra.run.smithi063:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-12T05:43:09.337 DEBUG:teuthology.orchestra.run.smithi098:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-12T05:43:09.363 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-12T05:43:09.373 DEBUG:teuthology.orchestra.run.smithi063:> 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-04-12T05:43:09.380 DEBUG:teuthology.orchestra.run.smithi098:> 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-04-12T05:43:09.404 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = core 2024-04-12T05:43:09.429 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = core 2024-04-12T05:43:09.452 DEBUG:teuthology.orchestra.run.smithi063:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-12T05:43:09.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T05:43:09.483 DEBUG:teuthology.orchestra.run.smithi098:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-12T05:43:09.508 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T05:43:09.508 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-12T05:43:09.519 INFO:teuthology.task.internal:Transferring archived files... 2024-04-12T05:43:09.520 DEBUG:teuthology.misc:Transferring archived files from smithi063:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-11_20:32:36-orch-reef-release-distro-default-smithi/7652630/remote/smithi063 2024-04-12T05:43:09.520 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-12T05:43:09.570 DEBUG:teuthology.misc:Transferring archived files from smithi098:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-11_20:32:36-orch-reef-release-distro-default-smithi/7652630/remote/smithi098 2024-04-12T05:43:09.570 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-12T05:43:09.612 INFO:teuthology.task.internal:Removing archive directory... 2024-04-12T05:43:09.612 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-12T05:43:09.614 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-12T05:43:09.662 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-12T05:43:09.675 INFO:teuthology.task.internal:Not uploading archives. 2024-04-12T05:43:09.675 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-12T05:43:09.704 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-12T05:43:09.704 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-12T05:43:09.706 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-12T05:43:09.722 INFO:teuthology.orchestra.run.smithi063.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 12 05:43 /home/ubuntu/cephtest 2024-04-12T05:43:09.724 INFO:teuthology.orchestra.run.smithi098.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 12 05:43 /home/ubuntu/cephtest 2024-04-12T05:43:09.725 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-12T05:43:09.737 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-12T05:43:09.805 INFO:teuthology.nuke:Checking targets against current locks 2024-04-12T05:43:09.832 DEBUG:teuthology.nuke:shortname: smithi063 2024-04-12T05:43:09.833 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-12T05:43:09.855 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-11_20:32:36-orch-reef-release-distro-default-smithi/7652630', '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-04-12 04:50:40.120340', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFDqxIESVk6DIKjJFs0JA28TwMztWxc/Ey6P1AK0V0GZ1T6Qlj+5NRO7I3+GktkVC/bGSP4Bt6KjlKr8EznjprY='} 2024-04-12T05:43:09.859 DEBUG:teuthology.nuke:shortname: smithi098 2024-04-12T05:43:09.859 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-12T05:43:09.882 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-11_20:32:36-orch-reef-release-distro-default-smithi/7652630', '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-04-12 04:50:40.122305', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMGfktiwo1afvwiT2H3K+i2Q/+C+NOfQOSJmzIGgzZZOjetrUJowKbVu5cgpBTpWP5twea868rSXGAfnMm/iZic='} 2024-04-12T05:43:09.906 INFO:teuthology.orchestra.console.smithi063:Power off 2024-04-12T05:43:09.906 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-12T05:43:09.930 DEBUG:teuthology.orchestra.console.smithi063:power off output: Chassis Power Control: Down/Off 2024-04-12T05:43:09.930 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T05:43:09.948 INFO:teuthology.orchestra.console.smithi098:Power off 2024-04-12T05:43:09.948 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-12T05:43:09.958 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-04-12T05:43:09.971 DEBUG:teuthology.orchestra.console.smithi098:power off output: Chassis Power Control: Down/Off 2024-04-12T05:43:09.971 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T05:43:09.996 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2024-04-12T05:43:13.959 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T05:43:13.997 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T05:43:14.070 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-04-12T05:43:14.107 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2024-04-12T05:43:18.075 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T05:43:18.108 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T05:43:18.186 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-04-12T05:43:18.218 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is off 2024-04-12T05:43:18.318 INFO:teuthology.orchestra.console.smithi098:Power off completed 2024-04-12T05:43:22.190 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T05:43:22.301 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is off 2024-04-12T05:43:22.401 INFO:teuthology.orchestra.console.smithi063:Power off completed 2024-04-12T05:43:22.505 INFO:teuthology.run:Summary data: description: orch/cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 2639.654374361038 failure_reason: '''2024-04-12T05:34:31.408823+00:00 smithi063 kernel: rcu: INFO: rcu_sched self-detected stall on CPU '' in syslog' owner: scheduled_yuriw@teuthology status: fail success: false 2024-04-12T05:43:22.506 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-12T05:43:22.591 INFO:teuthology.run:FAIL