2023-09-29T16:41:05.080 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-09-29T16:41:05.080 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --name yuriw-2023-09-28_14:55:01-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-09-28_14:55:01-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7405600 --verbose --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} -- /home/teuthworker/archive/yuriw-2023-09-28_14:55:01-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7405600/orig.config.yaml 2023-09-29T16:41:05.119 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-29T16:41:05.206 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-09-28_14:55:01-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7405600 branch: wip-yuri7-testing-2023-09-28-0517-quincy 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: yweinste@redhat.com first_in_suite: false job_id: '7405600' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-09-28_14:55:01-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-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: wip-yuri7-testing-2023-09-28-0517-quincy ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: a552a72f82bc3283d463e7a22b8076cc326593ab ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a552a72f82bc3283d463e7a22b8076cc326593ab selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri7-testing-2023-09-28-0517-quincy sha1: a552a72f82bc3283d463e7a22b8076cc326593ab owner: scheduled_yuriw@teuthology priority: 75 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: 4305 sha1: a552a72f82bc3283d463e7a22b8076cc326593ab sleep_before_teardown: 0 subset: 111/120000 suite: orch:cephadm suite_branch: wip-yuri7-testing-2023-09-28-0517-quincy suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_a552a72f82bc3283d463e7a22b8076cc326593ab/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: a552a72f82bc3283d463e7a22b8076cc326593ab targets: smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBArZamxGD8toydVDyVEWaVIjc22xN7gNV3lDwYH9/EOJvCrntYKCnIbdKjFa9AVHo1DuwhR1Dgc1CY17NfOUajg= smithi174.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOSdQ07kdlc8+9W4/OYqzQRJW1dne3iF/Kc557C9u2c0d2hPYVCFcfqXxm2zJI7H56RZ5v4XaI9IiRmWoJwIPYY= 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: docker.io/ceph/ceph:v16.2.5 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 54e62bcbac4e53d9685e08328b790d3b20d71cae timestamp: 2023-09-28_14:55:01 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 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 2023-09-29T16:41:05.206 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_a552a72f82bc3283d463e7a22b8076cc326593ab/qa; will attempt to use it 2023-09-29T16:41:05.207 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_a552a72f82bc3283d463e7a22b8076cc326593ab/qa/tasks 2023-09-29T16:41:05.207 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-09-29T16:41:05.209 INFO:teuthology.task.internal:Checking packages... 2023-09-29T16:41:05.234 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a552a72f82bc3283d463e7a22b8076cc326593ab' 2023-09-29T16:41:05.235 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-09-29T16:41:05.235 INFO:teuthology.packaging:ref: None 2023-09-29T16:41:05.235 INFO:teuthology.packaging:tag: None 2023-09-29T16:41:05.235 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-09-28-0517-quincy 2023-09-29T16:41:05.235 INFO:teuthology.packaging:sha1: a552a72f82bc3283d463e7a22b8076cc326593ab 2023-09-29T16:41:05.235 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri7-testing-2023-09-28-0517-quincy 2023-09-29T16:41:05.448 INFO:teuthology.task.internal:Found packages for ceph version 17.2.6-1144.ga552a72f 2023-09-29T16:41:05.448 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-09-29T16:41:05.456 INFO:teuthology.task.internal:no buildpackages task found 2023-09-29T16:41:05.456 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-09-29T16:41:05.501 INFO:teuthology.task.internal:Saving configuration 2023-09-29T16:41:05.517 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-09-29T16:41:05.533 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-29T16:41:05.560 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-28_14:55:01-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7405600', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-29 16:36:18.756188', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBArZamxGD8toydVDyVEWaVIjc22xN7gNV3lDwYH9/EOJvCrntYKCnIbdKjFa9AVHo1DuwhR1Dgc1CY17NfOUajg='} 2023-09-29T16:41:05.585 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi174.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-28_14:55:01-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7405600', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-29 16:36:18.758198', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOSdQ07kdlc8+9W4/OYqzQRJW1dne3iF/Kc557C9u2c0d2hPYVCFcfqXxm2zJI7H56RZ5v4XaI9IiRmWoJwIPYY='} 2023-09-29T16:41:05.586 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-09-29T16:41:05.595 INFO:teuthology.task.internal:roles: ubuntu@smithi098.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-09-29T16:41:05.595 INFO:teuthology.task.internal:roles: ubuntu@smithi174.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-09-29T16:41:05.595 INFO:teuthology.run_tasks:Running task console_log... 2023-09-29T16:41:05.702 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fbb99291af0>, signals=[15]) 2023-09-29T16:41:05.703 INFO:teuthology.run_tasks:Running task internal.connect... 2023-09-29T16:41:05.712 INFO:teuthology.task.internal:Opening connections... 2023-09-29T16:41:05.713 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2023-09-29T16:41:05.715 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T16:41:05.783 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi174.front.sepia.ceph.com 2023-09-29T16:41:05.783 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T16:41:05.853 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-09-29T16:41:05.861 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2023-09-29T16:41:05.887 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2023-09-29T16:41:05.887 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2023-09-29T16:41:05.948 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="CentOS Stream" 2023-09-29T16:41:05.948 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="8" 2023-09-29T16:41:05.948 INFO:teuthology.orchestra.run.smithi098.stdout:ID="centos" 2023-09-29T16:41:05.948 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE="rhel fedora" 2023-09-29T16:41:05.948 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="8" 2023-09-29T16:41:05.948 INFO:teuthology.orchestra.run.smithi098.stdout:PLATFORM_ID="platform:el8" 2023-09-29T16:41:05.948 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-29T16:41:05.948 INFO:teuthology.orchestra.run.smithi098.stdout:ANSI_COLOR="0;31" 2023-09-29T16:41:05.948 INFO:teuthology.orchestra.run.smithi098.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-29T16:41:05.948 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://centos.org/" 2023-09-29T16:41:05.949 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-29T16:41:05.949 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-29T16:41:05.949 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-29T16:41:05.949 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2023-09-29T16:41:05.973 DEBUG:teuthology.orchestra.run.smithi174:> uname -m 2023-09-29T16:41:05.996 INFO:teuthology.orchestra.run.smithi174.stdout:x86_64 2023-09-29T16:41:05.996 DEBUG:teuthology.orchestra.run.smithi174:> cat /etc/os-release 2023-09-29T16:41:06.057 INFO:teuthology.orchestra.run.smithi174.stdout:NAME="CentOS Stream" 2023-09-29T16:41:06.058 INFO:teuthology.orchestra.run.smithi174.stdout:VERSION="8" 2023-09-29T16:41:06.058 INFO:teuthology.orchestra.run.smithi174.stdout:ID="centos" 2023-09-29T16:41:06.058 INFO:teuthology.orchestra.run.smithi174.stdout:ID_LIKE="rhel fedora" 2023-09-29T16:41:06.058 INFO:teuthology.orchestra.run.smithi174.stdout:VERSION_ID="8" 2023-09-29T16:41:06.058 INFO:teuthology.orchestra.run.smithi174.stdout:PLATFORM_ID="platform:el8" 2023-09-29T16:41:06.058 INFO:teuthology.orchestra.run.smithi174.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-29T16:41:06.058 INFO:teuthology.orchestra.run.smithi174.stdout:ANSI_COLOR="0;31" 2023-09-29T16:41:06.058 INFO:teuthology.orchestra.run.smithi174.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-29T16:41:06.058 INFO:teuthology.orchestra.run.smithi174.stdout:HOME_URL="https://centos.org/" 2023-09-29T16:41:06.058 INFO:teuthology.orchestra.run.smithi174.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-29T16:41:06.058 INFO:teuthology.orchestra.run.smithi174.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-29T16:41:06.059 INFO:teuthology.orchestra.run.smithi174.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-29T16:41:06.059 INFO:teuthology.lock.ops:Updating smithi174.front.sepia.ceph.com on lock server 2023-09-29T16:41:06.082 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-09-29T16:41:06.092 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-09-29T16:41:06.148 INFO:teuthology.task.internal:Checking for old test directory... 2023-09-29T16:41:06.148 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2023-09-29T16:41:06.151 DEBUG:teuthology.orchestra.run.smithi174:> test '!' -e /home/ubuntu/cephtest 2023-09-29T16:41:06.172 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-09-29T16:41:06.181 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-09-29T16:41:06.182 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2023-09-29T16:41:06.211 DEBUG:teuthology.orchestra.run.smithi174:> test -z $(ls -A /var/lib/ceph) 2023-09-29T16:41:06.245 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-09-29T16:41:06.299 INFO:teuthology.run_tasks:Running task kernel... 2023-09-29T16:41:06.322 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-09-29T16:41:06.322 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-09-29T16:41:06.322 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-29T16:41:06.323 DEBUG:teuthology.orchestra.run.smithi174:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-29T16:41:06.343 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T16:41:06.343 DEBUG:teuthology.orchestra.run.smithi174:> uname -r 2023-09-29T16:41:06.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T16:41:06.344 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2023-09-29T16:41:06.404 INFO:teuthology.orchestra.run.smithi174.stdout:4.18.0-489.el8.x86_64 2023-09-29T16:41:06.405 INFO:teuthology.task.kernel:Running kernel on smithi174: 4.18.0-489.el8.x86_64 2023-09-29T16:41:06.405 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum install -y kernel 2023-09-29T16:41:06.406 INFO:teuthology.orchestra.run.smithi098.stdout:4.18.0-489.el8.x86_64 2023-09-29T16:41:06.406 INFO:teuthology.task.kernel:Running kernel on smithi098: 4.18.0-489.el8.x86_64 2023-09-29T16:41:06.406 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum install -y kernel 2023-09-29T16:41:10.503 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - AppStream 21 MB/s | 33 MB 00:01 2023-09-29T16:41:12.307 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS Stream 8 - AppStream 9.8 MB/s | 33 MB 00:03 2023-09-29T16:41:18.953 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - BaseOS 20 MB/s | 48 MB 00:02 2023-09-29T16:41:21.249 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS Stream 8 - BaseOS 17 MB/s | 48 MB 00:02 2023-09-29T16:41:26.003 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - Extras 127 kB/s | 18 kB 00:00 2023-09-29T16:41:26.495 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - Extras common packages 22 kB/s | 6.9 kB 00:00 2023-09-29T16:41:26.805 INFO:teuthology.orchestra.run.smithi098.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-09-29T16:41:27.731 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2023-09-29T16:41:28.240 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS Stream 8 - Extras 118 kB/s | 18 kB 00:00 2023-09-29T16:41:28.765 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2023-09-29T16:41:29.059 INFO:teuthology.orchestra.run.smithi174.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-09-29T16:41:30.734 INFO:teuthology.orchestra.run.smithi174.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-09-29T16:41:31.532 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 383 kB/s | 24 kB 00:00 2023-09-29T16:41:34.618 INFO:teuthology.orchestra.run.smithi174.stdout:lab-extras 382 kB/s | 24 kB 00:00 2023-09-29T16:41:35.039 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-29T16:41:35.039 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-29T16:41:35.290 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-09-29T16:41:35.291 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-09-29T16:41:35.291 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2023-09-29T16:41:35.291 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-09-29T16:41:35.291 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-09-29T16:41:35.291 INFO:teuthology.orchestra.run.smithi098.stdout: kernel x86_64 4.18.0-514.el8 baseos 10 M 2023-09-29T16:41:35.291 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-09-29T16:41:35.292 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-core x86_64 4.18.0-514.el8 baseos 43 M 2023-09-29T16:41:35.292 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules x86_64 4.18.0-514.el8 baseos 35 M 2023-09-29T16:41:35.292 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:41:35.292 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-09-29T16:41:35.292 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-09-29T16:41:35.292 INFO:teuthology.orchestra.run.smithi098.stdout:Install 3 Packages 2023-09-29T16:41:35.292 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:41:35.293 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 88 M 2023-09-29T16:41:35.293 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 96 M 2023-09-29T16:41:35.293 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-09-29T16:41:36.750 INFO:teuthology.orchestra.run.smithi098.stdout:(1/3): kernel-4.18.0-514.el8.x86_64.rpm 7.9 MB/s | 10 MB 00:01 2023-09-29T16:41:38.117 INFO:teuthology.orchestra.run.smithi098.stdout:(2/3): kernel-modules-4.18.0-514.el8.x86_64.rpm 13 MB/s | 35 MB 00:02 2023-09-29T16:41:38.126 INFO:teuthology.orchestra.run.smithi174.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-29T16:41:38.126 INFO:teuthology.orchestra.run.smithi174.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-29T16:41:38.371 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2023-09-29T16:41:38.372 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2023-09-29T16:41:38.372 INFO:teuthology.orchestra.run.smithi174.stdout: Package Architecture Version Repository Size 2023-09-29T16:41:38.372 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2023-09-29T16:41:38.372 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2023-09-29T16:41:38.373 INFO:teuthology.orchestra.run.smithi174.stdout: kernel x86_64 4.18.0-514.el8 baseos 10 M 2023-09-29T16:41:38.373 INFO:teuthology.orchestra.run.smithi174.stdout:Installing dependencies: 2023-09-29T16:41:38.373 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-core x86_64 4.18.0-514.el8 baseos 43 M 2023-09-29T16:41:38.373 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-modules x86_64 4.18.0-514.el8 baseos 35 M 2023-09-29T16:41:38.373 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:41:38.373 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2023-09-29T16:41:38.373 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2023-09-29T16:41:38.373 INFO:teuthology.orchestra.run.smithi174.stdout:Install 3 Packages 2023-09-29T16:41:38.373 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:41:38.374 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 88 M 2023-09-29T16:41:38.374 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 96 M 2023-09-29T16:41:38.374 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2023-09-29T16:41:38.742 INFO:teuthology.orchestra.run.smithi098.stdout:(3/3): kernel-core-4.18.0-514.el8.x86_64.rpm 13 MB/s | 43 MB 00:03 2023-09-29T16:41:38.742 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-09-29T16:41:38.742 INFO:teuthology.orchestra.run.smithi098.stdout:Total 25 MB/s | 88 MB 00:03 2023-09-29T16:41:39.409 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-09-29T16:41:39.833 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-09-29T16:41:39.833 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-09-29T16:41:39.952 INFO:teuthology.orchestra.run.smithi174.stdout:(1/3): kernel-4.18.0-514.el8.x86_64.rpm 7.2 MB/s | 10 MB 00:01 2023-09-29T16:41:41.056 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-09-29T16:41:41.069 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-09-29T16:41:41.177 INFO:teuthology.orchestra.run.smithi174.stdout:(2/3): kernel-modules-4.18.0-514.el8.x86_64.rpm 14 MB/s | 35 MB 00:02 2023-09-29T16:41:41.711 INFO:teuthology.orchestra.run.smithi174.stdout:(3/3): kernel-core-4.18.0-514.el8.x86_64.rpm 13 MB/s | 43 MB 00:03 2023-09-29T16:41:41.711 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2023-09-29T16:41:41.711 INFO:teuthology.orchestra.run.smithi174.stdout:Total 26 MB/s | 88 MB 00:03 2023-09-29T16:41:42.379 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2023-09-29T16:41:42.795 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2023-09-29T16:41:42.795 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2023-09-29T16:41:43.825 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-09-29T16:41:44.025 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2023-09-29T16:41:44.052 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2023-09-29T16:41:44.392 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-29T16:41:46.793 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2023-09-29T16:41:47.331 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-29T16:41:47.904 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-29T16:41:48.276 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-29T16:41:50.964 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-29T16:41:51.364 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-29T16:41:51.654 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-29T16:41:51.954 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-4.18.0-514.el8.x86_64 3/3 2023-09-29T16:41:54.741 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-29T16:41:55.062 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : kernel-4.18.0-514.el8.x86_64 3/3 2023-09-29T16:42:13.670 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 3/3 2023-09-29T16:42:13.693 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-29T16:42:14.037 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-4.18.0-514.el8.x86_64 3/3 2023-09-29T16:42:14.037 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-4.18.0-514.el8.x86_64 1/3 2023-09-29T16:42:14.038 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-core-4.18.0-514.el8.x86_64 2/3 2023-09-29T16:42:14.765 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-29T16:42:14.765 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:42:14.765 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-09-29T16:42:14.765 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-4.18.0-514.el8.x86_64 kernel-core-4.18.0-514.el8.x86_64 2023-09-29T16:42:14.765 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules-4.18.0-514.el8.x86_64 2023-09-29T16:42:14.765 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:42:14.765 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-09-29T16:42:15.254 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2023-09-29T16:42:15.483 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-29T16:42:15.483 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-29T16:42:15.483 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-514.el8.x86_64 2023-09-29T16:42:15.484 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-29T16:42:15.484 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-29T16:42:15.484 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-09-29T16:42:15.484 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi098.front.sepia.ceph.com, path=None, version=distro) 2023-09-29T16:42:15.484 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2023-09-29T16:42:15.691 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-29T16:42:15.692 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-29T16:42:15.692 DEBUG:teuthology.orchestra.run.smithi098:> sudo rpm -qi grub2-tools 2023-09-29T16:42:15.726 INFO:teuthology.orchestra.run.smithi098.stdout:Name : grub2-tools 2023-09-29T16:42:15.726 INFO:teuthology.orchestra.run.smithi098.stdout:Epoch : 1 2023-09-29T16:42:15.727 INFO:teuthology.orchestra.run.smithi098.stdout:Version : 2.02 2023-09-29T16:42:15.727 INFO:teuthology.orchestra.run.smithi098.stdout:Release : 129.el8 2023-09-29T16:42:15.727 INFO:teuthology.orchestra.run.smithi098.stdout:Architecture: x86_64 2023-09-29T16:42:15.727 INFO:teuthology.orchestra.run.smithi098.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-29T16:42:15.727 INFO:teuthology.orchestra.run.smithi098.stdout:Group : System Environment/Base 2023-09-29T16:42:15.727 INFO:teuthology.orchestra.run.smithi098.stdout:Size : 9265586 2023-09-29T16:42:15.727 INFO:teuthology.orchestra.run.smithi098.stdout:License : GPLv3+ 2023-09-29T16:42:15.727 INFO:teuthology.orchestra.run.smithi098.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-29T16:42:15.727 INFO:teuthology.orchestra.run.smithi098.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-29T16:42:15.727 INFO:teuthology.orchestra.run.smithi098.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-29T16:42:15.727 INFO:teuthology.orchestra.run.smithi098.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-29T16:42:15.727 INFO:teuthology.orchestra.run.smithi098.stdout:Relocations : (not relocatable) 2023-09-29T16:42:15.728 INFO:teuthology.orchestra.run.smithi098.stdout:Packager : CentOS BuildSystem 2023-09-29T16:42:15.728 INFO:teuthology.orchestra.run.smithi098.stdout:Vendor : CentOS 2023-09-29T16:42:15.728 INFO:teuthology.orchestra.run.smithi098.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-29T16:42:15.728 INFO:teuthology.orchestra.run.smithi098.stdout:Summary : Support tools for GRUB. 2023-09-29T16:42:15.728 INFO:teuthology.orchestra.run.smithi098.stdout:Description : 2023-09-29T16:42:15.728 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:42:15.728 INFO:teuthology.orchestra.run.smithi098.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-29T16:42:15.728 INFO:teuthology.orchestra.run.smithi098.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-29T16:42:15.728 INFO:teuthology.orchestra.run.smithi098.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-29T16:42:15.728 INFO:teuthology.orchestra.run.smithi098.stdout:hardware devices. 2023-09-29T16:42:15.728 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:42:15.728 INFO:teuthology.orchestra.run.smithi098.stdout:This subpackage provides tools for support of all platforms. 2023-09-29T16:42:15.729 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-29T16:42:15.729 INFO:teuthology.task.kernel:Updating grub on smithi098 to boot 4.18.0-514.el8.x86_64 2023-09-29T16:42:15.729 DEBUG:teuthology.orchestra.run.smithi098:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-29T16:42:16.884 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 3/3 2023-09-29T16:42:16.907 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-29T16:42:17.052 INFO:teuthology.orchestra.run.smithi098.stderr:Generating grub configuration file ... 2023-09-29T16:42:17.269 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-4.18.0-514.el8.x86_64 3/3 2023-09-29T16:42:17.269 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : kernel-4.18.0-514.el8.x86_64 1/3 2023-09-29T16:42:17.269 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : kernel-core-4.18.0-514.el8.x86_64 2/3 2023-09-29T16:42:18.027 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-29T16:42:18.027 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:42:18.027 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2023-09-29T16:42:18.027 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-4.18.0-514.el8.x86_64 kernel-core-4.18.0-514.el8.x86_64 2023-09-29T16:42:18.027 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-modules-4.18.0-514.el8.x86_64 2023-09-29T16:42:18.027 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:42:18.027 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2023-09-29T16:42:18.168 DEBUG:teuthology.orchestra.run.smithi174:> rpm -q kernel | sort -rV | head -n 1 2023-09-29T16:42:18.386 INFO:teuthology.orchestra.run.smithi174.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-29T16:42:18.387 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-29T16:42:18.387 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-514.el8.x86_64 2023-09-29T16:42:18.387 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-29T16:42:18.387 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-29T16:42:18.387 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-09-29T16:42:18.387 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi174.front.sepia.ceph.com, path=None, version=distro) 2023-09-29T16:42:18.387 DEBUG:teuthology.orchestra.run.smithi174:> rpm -q kernel | sort -rV | head -n 1 2023-09-29T16:42:18.595 INFO:teuthology.orchestra.run.smithi174.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-29T16:42:18.596 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-29T16:42:18.596 DEBUG:teuthology.orchestra.run.smithi174:> sudo rpm -qi grub2-tools 2023-09-29T16:42:18.629 INFO:teuthology.orchestra.run.smithi174.stdout:Name : grub2-tools 2023-09-29T16:42:18.629 INFO:teuthology.orchestra.run.smithi174.stdout:Epoch : 1 2023-09-29T16:42:18.630 INFO:teuthology.orchestra.run.smithi174.stdout:Version : 2.02 2023-09-29T16:42:18.630 INFO:teuthology.orchestra.run.smithi174.stdout:Release : 129.el8 2023-09-29T16:42:18.630 INFO:teuthology.orchestra.run.smithi174.stdout:Architecture: x86_64 2023-09-29T16:42:18.630 INFO:teuthology.orchestra.run.smithi174.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-29T16:42:18.630 INFO:teuthology.orchestra.run.smithi174.stdout:Group : System Environment/Base 2023-09-29T16:42:18.630 INFO:teuthology.orchestra.run.smithi174.stdout:Size : 9265586 2023-09-29T16:42:18.630 INFO:teuthology.orchestra.run.smithi174.stdout:License : GPLv3+ 2023-09-29T16:42:18.630 INFO:teuthology.orchestra.run.smithi174.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-29T16:42:18.630 INFO:teuthology.orchestra.run.smithi174.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-29T16:42:18.630 INFO:teuthology.orchestra.run.smithi174.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-29T16:42:18.630 INFO:teuthology.orchestra.run.smithi174.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-29T16:42:18.631 INFO:teuthology.orchestra.run.smithi174.stdout:Relocations : (not relocatable) 2023-09-29T16:42:18.631 INFO:teuthology.orchestra.run.smithi174.stdout:Packager : CentOS BuildSystem 2023-09-29T16:42:18.631 INFO:teuthology.orchestra.run.smithi174.stdout:Vendor : CentOS 2023-09-29T16:42:18.631 INFO:teuthology.orchestra.run.smithi174.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-29T16:42:18.631 INFO:teuthology.orchestra.run.smithi174.stdout:Summary : Support tools for GRUB. 2023-09-29T16:42:18.631 INFO:teuthology.orchestra.run.smithi174.stdout:Description : 2023-09-29T16:42:18.631 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:42:18.631 INFO:teuthology.orchestra.run.smithi174.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-29T16:42:18.631 INFO:teuthology.orchestra.run.smithi174.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-29T16:42:18.631 INFO:teuthology.orchestra.run.smithi174.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-29T16:42:18.631 INFO:teuthology.orchestra.run.smithi174.stdout:hardware devices. 2023-09-29T16:42:18.632 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:42:18.632 INFO:teuthology.orchestra.run.smithi174.stdout:This subpackage provides tools for support of all platforms. 2023-09-29T16:42:18.633 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-29T16:42:18.633 INFO:teuthology.task.kernel:Updating grub on smithi174 to boot 4.18.0-514.el8.x86_64 2023-09-29T16:42:18.633 DEBUG:teuthology.orchestra.run.smithi174:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-29T16:42:19.225 INFO:teuthology.orchestra.run.smithi098.stderr:done 2023-09-29T16:42:19.227 DEBUG:teuthology.orchestra.run.smithi098:> mktemp 2023-09-29T16:42:19.250 INFO:teuthology.orchestra.run.smithi098.stdout:/tmp/tmp.E7z3O4WtWA 2023-09-29T16:42:19.251 DEBUG:teuthology.orchestra.run.smithi098:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.E7z3O4WtWA 2023-09-29T16:42:19.323 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0666 /tmp/tmp.E7z3O4WtWA 2023-09-29T16:42:19.461 DEBUG:teuthology.orchestra.remote:smithi098:/tmp/tmp.E7z3O4WtWA is 6KB 2023-09-29T16:42:19.517 DEBUG:teuthology.orchestra.run.smithi098:> rm -fr /tmp/tmp.E7z3O4WtWA 2023-09-29T16:42:19.534 DEBUG:teuthology.orchestra.run.smithi098:> sudo /bin/ls /boot/loader/entries || true 2023-09-29T16:42:19.609 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-29T16:42:19.609 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-29T16:42:19.609 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-29T16:42:19.609 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64.conf 2023-09-29T16:42:19.610 DEBUG:teuthology.orchestra.run.smithi098:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64 2023-09-29T16:42:19.793 DEBUG:teuthology.orchestra.run.smithi098:> sudo shutdown -r now 2023-09-29T16:42:20.202 INFO:teuthology.orchestra.run.smithi174.stderr:Generating grub configuration file ... 2023-09-29T16:42:22.077 INFO:teuthology.orchestra.run.smithi174.stderr:done 2023-09-29T16:42:22.079 DEBUG:teuthology.orchestra.run.smithi174:> mktemp 2023-09-29T16:42:22.113 INFO:teuthology.orchestra.run.smithi174.stdout:/tmp/tmp.Yed78wkRot 2023-09-29T16:42:22.113 DEBUG:teuthology.orchestra.run.smithi174:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Yed78wkRot 2023-09-29T16:42:22.187 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod 0666 /tmp/tmp.Yed78wkRot 2023-09-29T16:42:22.351 DEBUG:teuthology.orchestra.remote:smithi174:/tmp/tmp.Yed78wkRot is 6KB 2023-09-29T16:42:22.400 DEBUG:teuthology.orchestra.run.smithi174:> rm -fr /tmp/tmp.Yed78wkRot 2023-09-29T16:42:22.419 DEBUG:teuthology.orchestra.run.smithi174:> sudo /bin/ls /boot/loader/entries || true 2023-09-29T16:42:22.494 INFO:teuthology.orchestra.run.smithi174.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-29T16:42:22.494 INFO:teuthology.orchestra.run.smithi174.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-29T16:42:22.494 INFO:teuthology.orchestra.run.smithi174.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-29T16:42:22.494 INFO:teuthology.orchestra.run.smithi174.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64.conf 2023-09-29T16:42:22.495 DEBUG:teuthology.orchestra.run.smithi174:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64 2023-09-29T16:42:22.635 DEBUG:teuthology.orchestra.run.smithi174:> sudo shutdown -r now 2023-09-29T16:42:49.822 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-09-29T16:42:49.823 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-09-29T16:42:49.824 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T16:42:52.640 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-09-29T16:42:52.640 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2023-09-29T16:42:52.640 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T16:43:49.883 DEBUG:teuthology.orchestra.remote:timed out 2023-09-29T16:43:52.645 DEBUG:teuthology.orchestra.remote:timed out 2023-09-29T16:43:58.890 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-09-29T16:43:58.891 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T16:43:59.254 DEBUG:teuthology.orchestra.run.smithi098:> true 2023-09-29T16:43:59.537 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-09-29T16:43:59.537 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-514.el8.x86_64"... 2023-09-29T16:43:59.538 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2023-09-29T16:43:59.554 INFO:teuthology.orchestra.run.smithi098.stdout:4.18.0-514.el8.x86_64 2023-09-29T16:43:59.555 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-514.el8.x86_64 vs 4.18.0-514.el8.x86_64 2023-09-29T16:43:59.555 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-29T16:43:59.555 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-29T16:44:00.556 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-09-29T16:44:00.556 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-29T16:44:00.648 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2023-09-29T16:44:00.666 DEBUG:teuthology.parallel:result is None 2023-09-29T16:44:01.646 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2023-09-29T16:44:01.646 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T16:44:02.123 DEBUG:teuthology.orchestra.run.smithi174:> true 2023-09-29T16:44:02.432 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi174.front.sepia.ceph.com' 2023-09-29T16:44:02.432 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-514.el8.x86_64"... 2023-09-29T16:44:02.432 DEBUG:teuthology.orchestra.run.smithi174:> uname -r 2023-09-29T16:44:02.450 INFO:teuthology.orchestra.run.smithi174.stdout:4.18.0-514.el8.x86_64 2023-09-29T16:44:02.450 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-514.el8.x86_64 vs 4.18.0-514.el8.x86_64 2023-09-29T16:44:02.450 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-29T16:44:02.450 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-29T16:44:03.451 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-09-29T16:44:03.452 DEBUG:teuthology.orchestra.run.smithi174:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-29T16:44:03.515 INFO:teuthology.orchestra.run.smithi174.stdout:ttyS1 2023-09-29T16:44:03.530 DEBUG:teuthology.parallel:result is None 2023-09-29T16:44:03.531 INFO:teuthology.run_tasks:Running task internal.base... 2023-09-29T16:44:03.538 INFO:teuthology.task.internal:Creating test directory... 2023-09-29T16:44:03.538 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-29T16:44:03.590 DEBUG:teuthology.orchestra.run.smithi174:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-29T16:44:03.779 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-09-29T16:44:03.787 INFO:teuthology.run_tasks:Running task internal.archive... 2023-09-29T16:44:03.877 INFO:teuthology.task.internal:Creating archive directory... 2023-09-29T16:44:03.877 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-29T16:44:03.896 DEBUG:teuthology.orchestra.run.smithi174:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-29T16:44:03.960 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-09-29T16:44:03.971 INFO:teuthology.task.internal:Enabling coredump saving... 2023-09-29T16:44:03.971 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 2023-09-29T16:44:04.017 DEBUG:teuthology.orchestra.run.smithi174:> 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 2023-09-29T16:44:04.050 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-29T16:44:04.060 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-29T16:44:04.511 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-29T16:44:04.624 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-29T16:44:04.634 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-09-29T16:44:04.642 INFO:teuthology.task.internal:Configuring sudo... 2023-09-29T16:44:04.642 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-29T16:44:04.707 DEBUG:teuthology.orchestra.run.smithi174:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-29T16:44:05.068 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-09-29T16:44:05.078 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-09-29T16:44:05.078 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-29T16:44:05.084 DEBUG:teuthology.orchestra.run.smithi174:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-29T16:44:05.106 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-29T16:44:05.193 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-29T16:44:05.350 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-29T16:44:05.391 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-29T16:44:05.440 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-09-29T16:44:05.440 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-29T16:44:05.508 DEBUG:teuthology.orchestra.run.smithi174:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-29T16:44:05.551 DEBUG:teuthology.orchestra.run.smithi174:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-29T16:44:05.610 DEBUG:teuthology.orchestra.run.smithi174:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-29T16:44:05.699 DEBUG:teuthology.orchestra.run.smithi174:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-29T16:44:05.744 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2023-09-29T16:44:05.745 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-29T16:44:05.815 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2023-09-29T16:44:05.818 DEBUG:teuthology.orchestra.run.smithi174:> sudo service rsyslog restart 2023-09-29T16:44:05.874 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-29T16:44:05.951 INFO:teuthology.orchestra.run.smithi174.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-29T16:44:06.238 INFO:teuthology.run_tasks:Running task internal.timer... 2023-09-29T16:44:06.247 INFO:teuthology.task.internal:Starting timer... 2023-09-29T16:44:06.248 INFO:teuthology.run_tasks:Running task pcp... 2023-09-29T16:44:06.292 INFO:teuthology.run_tasks:Running task selinux... 2023-09-29T16:44:06.340 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-09-29T16:44:06.341 DEBUG:teuthology.orchestra.run.smithi098:> sudo service auditd rotate 2023-09-29T16:44:06.429 INFO:teuthology.orchestra.run.smithi098.stdout:Rotating logs: 2023-09-29T16:44:06.431 DEBUG:teuthology.orchestra.run.smithi174:> sudo service auditd rotate 2023-09-29T16:44:06.493 INFO:teuthology.orchestra.run.smithi174.stdout:Rotating logs: 2023-09-29T16:44:06.495 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-09-29T16:44:06.495 DEBUG:teuthology.orchestra.run.smithi098:> /usr/sbin/getenforce 2023-09-29T16:44:06.535 INFO:teuthology.orchestra.run.smithi098.stdout:Permissive 2023-09-29T16:44:06.535 DEBUG:teuthology.orchestra.run.smithi174:> /usr/sbin/getenforce 2023-09-29T16:44:06.593 INFO:teuthology.orchestra.run.smithi174.stdout:Permissive 2023-09-29T16:44:06.593 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi098.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi174.front.sepia.ceph.com': 'permissive'} 2023-09-29T16:44:06.594 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 2023-09-29T16:44:06.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T16:44:06.623 DEBUG:teuthology.orchestra.run.smithi174:> 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 2023-09-29T16:44:06.651 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T16:44:06.652 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-09-29T16:44:06.652 DEBUG:teuthology.orchestra.run.smithi098:> sudo /usr/sbin/setenforce permissive 2023-09-29T16:44:06.692 DEBUG:teuthology.orchestra.run.smithi174:> sudo /usr/sbin/setenforce permissive 2023-09-29T16:44:06.719 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-09-29T16:44:06.731 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-09-29T16:44:06.731 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-09-29T16:44:06.755 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'}]}] 2023-09-29T16:44:06.757 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi098.front.sepia.ceph.com,smithi174.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-09-29T16:51:33.766 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi098.front.sepia.ceph.com'), Remote(name='ubuntu@smithi174.front.sepia.ceph.com')] 2023-09-29T16:51:33.767 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-09-29T16:51:33.768 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T16:51:33.835 DEBUG:teuthology.orchestra.run.smithi098:> true 2023-09-29T16:51:33.904 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-09-29T16:51:33.904 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2023-09-29T16:51:33.905 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-29T16:51:33.974 DEBUG:teuthology.orchestra.run.smithi174:> true 2023-09-29T16:51:34.048 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi174.front.sepia.ceph.com' 2023-09-29T16:51:34.049 INFO:teuthology.run_tasks:Running task clock... 2023-09-29T16:51:34.061 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-09-29T16:51:34.062 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-29T16:51:34.062 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 2023-09-29T16:51:34.065 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-29T16:51:34.065 DEBUG:teuthology.orchestra.run.smithi174:> 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 2023-09-29T16:51:34.094 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-29T16:51:34.109 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-29T16:51:34.121 INFO:teuthology.orchestra.run.smithi174.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-29T16:51:34.135 INFO:teuthology.orchestra.run.smithi174.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-29T16:51:34.174 INFO:teuthology.orchestra.run.smithi098.stderr:sudo: ntpd: command not found 2023-09-29T16:51:34.185 INFO:teuthology.orchestra.run.smithi098.stdout:506 Cannot talk to daemon 2023-09-29T16:51:34.199 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-29T16:51:34.199 INFO:teuthology.orchestra.run.smithi174.stderr:sudo: ntpd: command not found 2023-09-29T16:51:34.210 INFO:teuthology.orchestra.run.smithi174.stdout:506 Cannot talk to daemon 2023-09-29T16:51:34.212 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-29T16:51:34.225 INFO:teuthology.orchestra.run.smithi174.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-29T16:51:34.238 INFO:teuthology.orchestra.run.smithi174.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-29T16:51:34.287 INFO:teuthology.orchestra.run.smithi098.stderr:bash: ntpq: command not found 2023-09-29T16:51:34.293 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-29T16:51:34.293 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2023-09-29T16:51:34.293 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T16:51:34.293 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T16:51:34.294 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T16:51:34.294 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T16:51:34.313 INFO:teuthology.orchestra.run.smithi174.stderr:bash: ntpq: command not found 2023-09-29T16:51:34.316 INFO:teuthology.orchestra.run.smithi174.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-29T16:51:34.316 INFO:teuthology.orchestra.run.smithi174.stdout:=============================================================================== 2023-09-29T16:51:34.317 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T16:51:34.317 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T16:51:34.317 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T16:51:34.317 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T16:51:34.318 INFO:teuthology.run_tasks:Running task pexec... 2023-09-29T16:51:34.329 INFO:teuthology.task.pexec:Executing custom commands... 2023-09-29T16:51:34.329 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi098.front.sepia.ceph.com 2023-09-29T16:51:34.330 DEBUG:teuthology.orchestra.run.smithi098:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-29T16:51:34.330 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi174.front.sepia.ceph.com 2023-09-29T16:51:34.330 DEBUG:teuthology.orchestra.run.smithi174:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-29T16:51:35.209 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:39 ago on Fri 29 Sep 2023 04:49:56 PM UTC. 2023-09-29T16:51:35.236 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:39 ago on Fri 29 Sep 2023 04:49:56 PM UTC. 2023-09-29T16:51:37.225 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-09-29T16:51:37.226 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-09-29T16:51:37.226 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2023-09-29T16:51:37.226 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-09-29T16:51:37.227 INFO:teuthology.orchestra.run.smithi098.stdout:Resetting modules: 2023-09-29T16:51:37.227 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools 2023-09-29T16:51:37.227 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:51:37.227 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-09-29T16:51:37.227 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-09-29T16:51:37.227 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:51:37.256 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2023-09-29T16:51:37.257 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2023-09-29T16:51:37.258 INFO:teuthology.orchestra.run.smithi174.stdout: Package Architecture Version Repository Size 2023-09-29T16:51:37.258 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2023-09-29T16:51:37.258 INFO:teuthology.orchestra.run.smithi174.stdout:Resetting modules: 2023-09-29T16:51:37.258 INFO:teuthology.orchestra.run.smithi174.stdout: container-tools 2023-09-29T16:51:37.258 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:51:37.258 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2023-09-29T16:51:37.258 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2023-09-29T16:51:37.258 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:51:37.476 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-09-29T16:51:37.536 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2023-09-29T16:51:38.438 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:42 ago on Fri 29 Sep 2023 04:49:56 PM UTC. 2023-09-29T16:51:38.481 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:42 ago on Fri 29 Sep 2023 04:49:56 PM UTC. 2023-09-29T16:51:40.438 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-09-29T16:51:40.459 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2023-09-29T16:51:40.593 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-09-29T16:51:40.593 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2023-09-29T16:51:40.593 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-09-29T16:51:40.593 INFO:teuthology.orchestra.run.smithi098.stdout:Installing group/module packages: 2023-09-29T16:51:40.593 INFO:teuthology.orchestra.run.smithi098.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-29T16:51:40.593 INFO:teuthology.orchestra.run.smithi098.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-29T16:51:40.593 INFO:teuthology.orchestra.run.smithi098.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-29T16:51:40.593 INFO:teuthology.orchestra.run.smithi098.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-29T16:51:40.594 INFO:teuthology.orchestra.run.smithi098.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-29T16:51:40.594 INFO:teuthology.orchestra.run.smithi098.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-29T16:51:40.594 INFO:teuthology.orchestra.run.smithi098.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-29T16:51:40.594 INFO:teuthology.orchestra.run.smithi098.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-29T16:51:40.594 INFO:teuthology.orchestra.run.smithi098.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-29T16:51:40.594 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-09-29T16:51:40.594 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-29T16:51:40.594 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-29T16:51:40.594 INFO:teuthology.orchestra.run.smithi098.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-29T16:51:40.594 INFO:teuthology.orchestra.run.smithi098.stdout:Installing weak dependencies: 2023-09-29T16:51:40.594 INFO:teuthology.orchestra.run.smithi098.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-29T16:51:40.595 INFO:teuthology.orchestra.run.smithi098.stdout:Installing module profiles: 2023-09-29T16:51:40.595 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools/common 2023-09-29T16:51:40.595 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:51:40.595 INFO:teuthology.orchestra.run.smithi098.stdout:Enabling module streams: 2023-09-29T16:51:40.595 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools rhel8 2023-09-29T16:51:40.595 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:51:40.595 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-09-29T16:51:40.595 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-09-29T16:51:40.595 INFO:teuthology.orchestra.run.smithi098.stdout:Install 13 Packages 2023-09-29T16:51:40.595 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:51:40.596 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 26 M 2023-09-29T16:51:40.596 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 87 M 2023-09-29T16:51:40.596 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-09-29T16:51:40.614 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2023-09-29T16:51:40.614 INFO:teuthology.orchestra.run.smithi174.stdout: Package Arch Version Repository Size 2023-09-29T16:51:40.614 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2023-09-29T16:51:40.614 INFO:teuthology.orchestra.run.smithi174.stdout:Installing group/module packages: 2023-09-29T16:51:40.614 INFO:teuthology.orchestra.run.smithi174.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-29T16:51:40.614 INFO:teuthology.orchestra.run.smithi174.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-29T16:51:40.614 INFO:teuthology.orchestra.run.smithi174.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-29T16:51:40.614 INFO:teuthology.orchestra.run.smithi174.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-29T16:51:40.615 INFO:teuthology.orchestra.run.smithi174.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-29T16:51:40.615 INFO:teuthology.orchestra.run.smithi174.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-29T16:51:40.615 INFO:teuthology.orchestra.run.smithi174.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-29T16:51:40.615 INFO:teuthology.orchestra.run.smithi174.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-29T16:51:40.615 INFO:teuthology.orchestra.run.smithi174.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-29T16:51:40.615 INFO:teuthology.orchestra.run.smithi174.stdout:Installing dependencies: 2023-09-29T16:51:40.615 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-29T16:51:40.615 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-29T16:51:40.615 INFO:teuthology.orchestra.run.smithi174.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-29T16:51:40.615 INFO:teuthology.orchestra.run.smithi174.stdout:Installing weak dependencies: 2023-09-29T16:51:40.615 INFO:teuthology.orchestra.run.smithi174.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-29T16:51:40.615 INFO:teuthology.orchestra.run.smithi174.stdout:Installing module profiles: 2023-09-29T16:51:40.615 INFO:teuthology.orchestra.run.smithi174.stdout: container-tools/common 2023-09-29T16:51:40.616 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:51:40.616 INFO:teuthology.orchestra.run.smithi174.stdout:Enabling module streams: 2023-09-29T16:51:40.616 INFO:teuthology.orchestra.run.smithi174.stdout: container-tools rhel8 2023-09-29T16:51:40.616 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:51:40.616 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2023-09-29T16:51:40.616 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2023-09-29T16:51:40.616 INFO:teuthology.orchestra.run.smithi174.stdout:Install 13 Packages 2023-09-29T16:51:40.616 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:51:40.617 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 26 M 2023-09-29T16:51:40.617 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 87 M 2023-09-29T16:51:40.617 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2023-09-29T16:51:41.059 INFO:teuthology.orchestra.run.smithi174.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 1.8 MB/s | 739 kB 00:00 2023-09-29T16:51:41.145 INFO:teuthology.orchestra.run.smithi174.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 2.0 MB/s | 1.0 MB 00:00 2023-09-29T16:51:41.148 INFO:teuthology.orchestra.run.smithi098.stdout:(1/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 1.9 MB/s | 1.0 MB 00:00 2023-09-29T16:51:41.184 INFO:teuthology.orchestra.run.smithi174.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 302 kB/s | 38 kB 00:00 2023-09-29T16:51:41.257 INFO:teuthology.orchestra.run.smithi098.stdout:(2/13): buildah-1.31.3-1.module_el8+664+4072b3a 14 MB/s | 8.8 MB 00:00 2023-09-29T16:51:41.334 INFO:teuthology.orchestra.run.smithi174.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 1.2 MB/s | 239 kB 00:00 2023-09-29T16:51:41.357 INFO:teuthology.orchestra.run.smithi098.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 181 kB/s | 38 kB 00:00 2023-09-29T16:51:41.491 INFO:teuthology.orchestra.run.smithi098.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 1.0 MB/s | 239 kB 00:00 2023-09-29T16:51:41.520 INFO:teuthology.orchestra.run.smithi174.stdout:(5/13): buildah-1.31.3-1.module_el8+664+4072b3a 10 MB/s | 8.8 MB 00:00 2023-09-29T16:51:41.593 INFO:teuthology.orchestra.run.smithi174.stdout:(6/13): python3-podman-4.6.0-1.module_el8+582+a 686 kB/s | 177 kB 00:00 2023-09-29T16:51:41.610 INFO:teuthology.orchestra.run.smithi174.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 270 kB/s | 25 kB 00:00 2023-09-29T16:51:41.691 INFO:teuthology.orchestra.run.smithi098.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 887 kB/s | 177 kB 00:00 2023-09-29T16:51:41.723 INFO:teuthology.orchestra.run.smithi174.stdout:(8/13): netavark-1.7.0-1.module_el8+487+8e42a27 7.0 MB/s | 3.7 MB 00:00 2023-09-29T16:51:41.752 INFO:teuthology.orchestra.run.smithi174.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 591 kB/s | 94 kB 00:00 2023-09-29T16:51:41.825 INFO:teuthology.orchestra.run.smithi098.stdout:(6/13): netavark-1.7.0-1.module_el8+487+8e42a27 8.0 MB/s | 3.7 MB 00:00 2023-09-29T16:51:41.842 INFO:teuthology.orchestra.run.smithi098.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 165 kB/s | 25 kB 00:00 2023-09-29T16:51:41.928 INFO:teuthology.orchestra.run.smithi174.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 301 kB/s | 53 kB 00:00 2023-09-29T16:51:42.050 INFO:teuthology.orchestra.run.smithi098.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 417 kB/s | 94 kB 00:00 2023-09-29T16:51:42.103 INFO:teuthology.orchestra.run.smithi174.stdout:(11/13): toolbox-0.0.99.4-5.module_el8+649+e2de 6.7 MB/s | 2.5 MB 00:00 2023-09-29T16:51:42.120 INFO:teuthology.orchestra.run.smithi174.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 213 kB/s | 41 kB 00:00 2023-09-29T16:51:42.212 INFO:teuthology.orchestra.run.smithi174.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 14 MB/s | 8.1 MB 00:00 2023-09-29T16:51:42.212 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2023-09-29T16:51:42.212 INFO:teuthology.orchestra.run.smithi174.stdout:Total 16 MB/s | 26 MB 00:01 2023-09-29T16:51:42.476 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2023-09-29T16:51:42.497 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2023-09-29T16:51:42.497 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2023-09-29T16:51:42.559 INFO:teuthology.orchestra.run.smithi098.stdout:(9/13): skopeo-1.13.3-1.module_el8+664+4072b3ae 11 MB/s | 8.1 MB 00:00 2023-09-29T16:51:42.676 INFO:teuthology.orchestra.run.smithi098.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 452 kB/s | 53 kB 00:00 2023-09-29T16:51:42.743 INFO:teuthology.orchestra.run.smithi098.stdout:(11/13): toolbox-0.0.99.4-5.module_el8+649+e2de 3.7 MB/s | 2.5 MB 00:00 2023-09-29T16:51:42.763 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2023-09-29T16:51:42.766 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2023-09-29T16:51:42.843 INFO:teuthology.orchestra.run.smithi098.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 245 kB/s | 41 kB 00:00 2023-09-29T16:51:43.444 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2023-09-29T16:51:43.670 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-29T16:51:43.849 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-29T16:51:43.994 INFO:teuthology.orchestra.run.smithi098.stdout:(13/13): cockpit-podman-75-1.module_el8+664+407 220 kB/s | 739 kB 00:03 2023-09-29T16:51:43.994 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-09-29T16:51:43.994 INFO:teuthology.orchestra.run.smithi098.stdout:Total 7.5 MB/s | 26 MB 00:03 2023-09-29T16:51:44.041 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-29T16:51:44.260 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-29T16:51:44.262 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-09-29T16:51:44.284 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-09-29T16:51:44.284 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-09-29T16:51:44.537 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-09-29T16:51:44.540 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-09-29T16:51:44.780 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-29T16:51:45.219 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-09-29T16:51:45.441 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-29T16:51:45.619 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-29T16:51:45.689 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-29T16:51:45.816 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-29T16:51:45.909 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-29T16:51:46.038 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-29T16:51:46.123 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-29T16:51:46.556 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-29T16:51:46.637 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-29T16:51:47.143 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-29T16:51:47.499 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-29T16:51:48.049 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-29T16:51:48.065 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-29T16:51:48.265 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-29T16:51:48.296 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-29T16:51:48.439 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-29T16:51:48.540 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-29T16:51:48.862 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-29T16:51:48.862 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-29T16:51:48.862 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-29T16:51:48.862 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-29T16:51:48.862 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-29T16:51:48.862 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-29T16:51:48.862 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-29T16:51:48.863 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-29T16:51:48.863 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-29T16:51:48.863 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-29T16:51:48.863 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-29T16:51:48.863 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-29T16:51:48.863 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-29T16:51:48.945 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-29T16:51:49.634 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-29T16:51:49.634 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:51:49.634 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2023-09-29T16:51:49.634 INFO:teuthology.orchestra.run.smithi174.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-29T16:51:49.634 INFO:teuthology.orchestra.run.smithi174.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-29T16:51:49.635 INFO:teuthology.orchestra.run.smithi174.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-29T16:51:49.635 INFO:teuthology.orchestra.run.smithi174.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-29T16:51:49.635 INFO:teuthology.orchestra.run.smithi174.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-29T16:51:49.635 INFO:teuthology.orchestra.run.smithi174.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-29T16:51:49.635 INFO:teuthology.orchestra.run.smithi174.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-29T16:51:49.635 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-29T16:51:49.635 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-29T16:51:49.635 INFO:teuthology.orchestra.run.smithi174.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-29T16:51:49.635 INFO:teuthology.orchestra.run.smithi174.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-29T16:51:49.635 INFO:teuthology.orchestra.run.smithi174.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-29T16:51:49.635 INFO:teuthology.orchestra.run.smithi174.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-29T16:51:49.635 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:51:49.636 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2023-09-29T16:51:49.821 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-29T16:51:49.925 DEBUG:teuthology.parallel:result is None 2023-09-29T16:51:50.027 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-29T16:51:50.210 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-29T16:51:50.656 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-29T16:51:50.656 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-29T16:51:50.656 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-29T16:51:50.656 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-29T16:51:50.656 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-29T16:51:50.656 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-29T16:51:50.657 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-29T16:51:50.657 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-29T16:51:50.657 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-29T16:51:50.657 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-29T16:51:50.657 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-29T16:51:50.657 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-29T16:51:50.657 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-29T16:51:51.473 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-29T16:51:51.473 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:51:51.473 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-09-29T16:51:51.474 INFO:teuthology.orchestra.run.smithi098.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-29T16:51:51.474 INFO:teuthology.orchestra.run.smithi098.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-29T16:51:51.474 INFO:teuthology.orchestra.run.smithi098.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-29T16:51:51.474 INFO:teuthology.orchestra.run.smithi098.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-29T16:51:51.474 INFO:teuthology.orchestra.run.smithi098.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-29T16:51:51.474 INFO:teuthology.orchestra.run.smithi098.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-29T16:51:51.474 INFO:teuthology.orchestra.run.smithi098.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-29T16:51:51.474 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-29T16:51:51.474 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-29T16:51:51.474 INFO:teuthology.orchestra.run.smithi098.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-29T16:51:51.474 INFO:teuthology.orchestra.run.smithi098.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-29T16:51:51.475 INFO:teuthology.orchestra.run.smithi098.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-29T16:51:51.475 INFO:teuthology.orchestra.run.smithi098.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-29T16:51:51.475 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:51:51.475 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-09-29T16:51:51.773 DEBUG:teuthology.parallel:result is None 2023-09-29T16:51:51.774 INFO:teuthology.run_tasks:Running task cephadm... 2023-09-29T16:51:51.850 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v16.2.5', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.5', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'a552a72f82bc3283d463e7a22b8076cc326593ab'} 2023-09-29T16:51:51.850 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2023-09-29T16:51:51.852 INFO:tasks.cephadm:Cluster fsid is 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T16:51:51.852 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-09-29T16:51:51.852 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-09-29T16:51:51.852 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi098': '172.21.15.98', 'mon.smithi174': '172.21.15.174'} 2023-09-29T16:51:51.852 INFO:tasks.cephadm:Normalizing hostnames... 2023-09-29T16:51:51.852 DEBUG:teuthology.orchestra.run.smithi098:> sudo hostname $(hostname -s) 2023-09-29T16:51:51.880 DEBUG:teuthology.orchestra.run.smithi174:> sudo hostname $(hostname -s) 2023-09-29T16:51:51.915 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2023-09-29T16:51:51.915 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 2023-09-29T16:51:52.199 INFO:teuthology.orchestra.run.smithi098.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Sep 29 16:51 /home/ubuntu/cephtest/cephadm 2023-09-29T16:51:52.200 DEBUG:teuthology.orchestra.run.smithi174:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-09-29T16:51:52.361 INFO:teuthology.orchestra.run.smithi174.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Sep 29 16:51 /home/ubuntu/cephtest/cephadm 2023-09-29T16:51:52.361 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 2023-09-29T16:51:52.381 DEBUG:teuthology.orchestra.run.smithi174:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-29T16:51:52.415 INFO:tasks.cephadm:Pulling image docker.io/ceph/ceph:v16.2.5 on all hosts... 2023-09-29T16:51:52.415 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 pull 2023-09-29T16:51:52.424 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 pull 2023-09-29T16:51:53.984 INFO:teuthology.orchestra.run.smithi174.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2023-09-29T16:51:54.158 INFO:teuthology.orchestra.run.smithi098.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2023-09-29T16:52:09.165 INFO:teuthology.orchestra.run.smithi174.stdout:{ 2023-09-29T16:52:09.165 INFO:teuthology.orchestra.run.smithi174.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2023-09-29T16:52:09.166 INFO:teuthology.orchestra.run.smithi174.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2023-09-29T16:52:09.166 INFO:teuthology.orchestra.run.smithi174.stdout: "repo_digests": [ 2023-09-29T16:52:09.166 INFO:teuthology.orchestra.run.smithi174.stdout: "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2023-09-29T16:52:09.166 INFO:teuthology.orchestra.run.smithi174.stdout: "docker.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2023-09-29T16:52:09.166 INFO:teuthology.orchestra.run.smithi174.stdout: ] 2023-09-29T16:52:09.166 INFO:teuthology.orchestra.run.smithi174.stdout:} 2023-09-29T16:52:09.331 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T16:52:09.331 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2023-09-29T16:52:09.331 INFO:teuthology.orchestra.run.smithi098.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2023-09-29T16:52:09.331 INFO:teuthology.orchestra.run.smithi098.stdout: "repo_digests": [ 2023-09-29T16:52:09.331 INFO:teuthology.orchestra.run.smithi098.stdout: "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2023-09-29T16:52:09.331 INFO:teuthology.orchestra.run.smithi098.stdout: "docker.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2023-09-29T16:52:09.331 INFO:teuthology.orchestra.run.smithi098.stdout: ] 2023-09-29T16:52:09.332 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T16:52:09.351 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /etc/ceph 2023-09-29T16:52:09.381 DEBUG:teuthology.orchestra.run.smithi174:> sudo mkdir -p /etc/ceph 2023-09-29T16:52:09.412 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 777 /etc/ceph 2023-09-29T16:52:09.450 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod 777 /etc/ceph 2023-09-29T16:52:09.480 INFO:tasks.cephadm:Writing seed config... 2023-09-29T16:52:09.481 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-09-29T16:52:09.481 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-09-29T16:52:09.481 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-09-29T16:52:09.482 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-09-29T16:52:09.482 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-09-29T16:52:09.482 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-09-29T16:52:09.482 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-09-29T16:52:09.482 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-09-29T16:52:09.483 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-09-29T16:52:09.483 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-09-29T16:52:09.508 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 = 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 [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 2023-09-29T16:52:09.509 DEBUG:teuthology.orchestra.run.smithi098:mon.smithi098> sudo journalctl -f -n 0 -u ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mon.smithi098.service 2023-09-29T16:52:09.551 INFO:tasks.cephadm:Bootstrapping... 2023-09-29T16:52:09.551 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 --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.98 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-09-29T16:52:09.578 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:-- Logs begin at Fri 2023-09-29 16:43:42 UTC. -- 2023-09-29T16:52:09.742 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-09-29T16:52:09.763 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: 4.6.1 2023-09-29T16:52:09.776 INFO:teuthology.orchestra.run.smithi098.stderr:Verifying podman|docker is present... 2023-09-29T16:52:09.777 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-09-29T16:52:09.795 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: 4.6.1 2023-09-29T16:52:09.807 INFO:teuthology.orchestra.run.smithi098.stderr:Verifying lvm2 is present... 2023-09-29T16:52:09.807 INFO:teuthology.orchestra.run.smithi098.stderr:Verifying time synchronization is in place... 2023-09-29T16:52:09.807 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl is-enabled chrony.service 2023-09-29T16:52:09.813 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-09-29T16:52:09.814 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl is-active chrony.service 2023-09-29T16:52:09.819 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: inactive 2023-09-29T16:52:09.819 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl is-enabled chronyd.service 2023-09-29T16:52:09.825 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: enabled 2023-09-29T16:52:09.825 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl is-active chronyd.service 2023-09-29T16:52:09.830 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: active 2023-09-29T16:52:09.831 INFO:teuthology.orchestra.run.smithi098.stderr:Unit chronyd.service is enabled and running 2023-09-29T16:52:09.831 INFO:teuthology.orchestra.run.smithi098.stderr:Repeating the final host check... 2023-09-29T16:52:09.831 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-09-29T16:52:09.851 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: 4.6.1 2023-09-29T16:52:09.863 INFO:teuthology.orchestra.run.smithi098.stderr:podman|docker (/bin/podman) is present 2023-09-29T16:52:09.863 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl is present 2023-09-29T16:52:09.863 INFO:teuthology.orchestra.run.smithi098.stderr:lvcreate is present 2023-09-29T16:52:09.863 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl is-enabled chrony.service 2023-09-29T16:52:09.867 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-09-29T16:52:09.867 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl is-active chrony.service 2023-09-29T16:52:09.872 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: inactive 2023-09-29T16:52:09.873 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl is-enabled chronyd.service 2023-09-29T16:52:09.878 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: enabled 2023-09-29T16:52:09.879 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl is-active chronyd.service 2023-09-29T16:52:09.884 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: active 2023-09-29T16:52:09.885 INFO:teuthology.orchestra.run.smithi098.stderr:Unit chronyd.service is enabled and running 2023-09-29T16:52:09.885 INFO:teuthology.orchestra.run.smithi098.stderr:Host looks OK 2023-09-29T16:52:09.885 INFO:teuthology.orchestra.run.smithi098.stderr:Cluster fsid: 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T16:52:09.885 INFO:teuthology.orchestra.run.smithi098.stderr:Acquiring lock 139952900972672 on /run/cephadm/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7.lock 2023-09-29T16:52:09.885 INFO:teuthology.orchestra.run.smithi098.stderr:Lock 139952900972672 acquired on /run/cephadm/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7.lock 2023-09-29T16:52:09.886 INFO:teuthology.orchestra.run.smithi098.stderr:Verifying IP 172.21.15.98 port 3300 ... 2023-09-29T16:52:09.886 INFO:teuthology.orchestra.run.smithi098.stderr:Verifying IP 172.21.15.98 port 6789 ... 2023-09-29T16:52:09.886 INFO:teuthology.orchestra.run.smithi098.stderr:Base mon IP is 172.21.15.98, final addrv is [v2:172.21.15.98:3300,v1:172.21.15.98:6789] 2023-09-29T16:52:09.886 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /sbin/ip route ls 2023-09-29T16:52:09.888 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.98 metric 100 2023-09-29T16:52:09.888 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.98 metric 100 2023-09-29T16:52:09.889 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /sbin/ip -6 route ls 2023-09-29T16:52:09.891 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-09-29T16:52:09.891 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-09-29T16:52:09.891 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1799sec hoplimit 64 pref medium 2023-09-29T16:52:09.891 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /sbin/ip -6 addr ls 2023-09-29T16:52:09.894 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-09-29T16:52:09.894 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-09-29T16:52:09.894 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-09-29T16:52:09.895 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-09-29T16:52:09.896 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d26b/64 scope link 2023-09-29T16:52:09.896 INFO:teuthology.orchestra.run.smithi098.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-09-29T16:52:09.897 INFO:teuthology.orchestra.run.smithi098.stderr:Mon IP `172.21.15.98` is in CIDR network `172.21.0.0/20` 2023-09-29T16:52:09.897 INFO:teuthology.orchestra.run.smithi098.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-09-29T16:52:09.898 INFO:teuthology.orchestra.run.smithi098.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2023-09-29T16:52:09.898 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2023-09-29T16:52:09.972 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2023-09-29T16:52:10.284 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: Getting image source signatures 2023-09-29T16:52:10.284 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-09-29T16:52:10.284 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2023-09-29T16:52:10.284 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-09-29T16:52:10.338 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: Writing manifest to image destination 2023-09-29T16:52:10.486 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-09-29T16:52:10.497 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2023-09-29T16:52:10.802 INFO:teuthology.orchestra.run.smithi098.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-09-29T16:52:11.153 INFO:teuthology.orchestra.run.smithi098.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-09-29T16:52:11.154 INFO:teuthology.orchestra.run.smithi098.stderr:Extracting ceph user uid/gid from container image... 2023-09-29T16:52:11.154 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2023-09-29T16:52:11.437 INFO:teuthology.orchestra.run.smithi098.stderr:stat: 167 167 2023-09-29T16:52:11.753 INFO:teuthology.orchestra.run.smithi098.stderr:Creating initial keys... 2023-09-29T16:52:11.753 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-09-29T16:52:12.011 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-authtool: AQC7ABdlpDBXOxAAo8OsYdVabYkmjLFkgp4D5g== 2023-09-29T16:52:12.361 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-09-29T16:52:12.611 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-authtool: AQC8ABdl3Hd7IxAAUxL/cyfsUNQ54MmJLUQBwQ== 2023-09-29T16:52:12.937 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-09-29T16:52:13.219 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-authtool: AQC9ABdlS8lODBAAcK0JGSuObrHGxa3tZ9N8Gg== 2023-09-29T16:52:13.531 INFO:teuthology.orchestra.run.smithi098.stderr:Creating initial monmap... 2023-09-29T16:52:13.532 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpd2uza5jt:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 --addv smithi098 [v2:172.21.15.98:3300,v1:172.21.15.98:6789] /tmp/monmap 2023-09-29T16:52:13.794 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-29T16:52:13.795 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T16:52:13.795 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-29T16:52:14.119 INFO:teuthology.orchestra.run.smithi098.stderr:monmaptool for smithi098 [v2:172.21.15.98:3300,v1:172.21.15.98:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-29T16:52:14.120 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/monmaptool: set fsid to 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T16:52:14.120 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-29T16:52:14.120 INFO:teuthology.orchestra.run.smithi098.stderr: 2023-09-29T16:52:14.120 INFO:teuthology.orchestra.run.smithi098.stderr:Creating mon... 2023-09-29T16:52:14.121 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098:/var/lib/ceph/mon/ceph-smithi098:z -v /tmp/ceph-tmppm26q3k8:/tmp/keyring:z -v /tmp/ceph-tmpd2uza5jt:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi098 --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -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 2023-09-29T16:52:14.428 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.394+0000 7fbd61592700 0 set uid:gid to 167:167 (ceph:ceph) 2023-09-29T16:52:14.429 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.395+0000 7fbd61592700 1 imported monmap: 2023-09-29T16:52:14.429 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: epoch 0 2023-09-29T16:52:14.429 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T16:52:14.429 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: last_changed 2023-09-29T16:52:13.774792+0000 2023-09-29T16:52:14.429 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: created 2023-09-29T16:52:13.774792+0000 2023-09-29T16:52:14.429 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-09-29T16:52:14.429 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-09-29T16:52:14.429 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.smithi098 2023-09-29T16:52:14.429 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2023-09-29T16:52:14.430 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.395+0000 7fbd61592700 0 /usr/bin/ceph-mon: set fsid to 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T16:52:14.430 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: RocksDB version: 6.8.1 2023-09-29T16:52:14.430 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2023-09-29T16:52:14.430 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-29T16:52:14.430 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Compile date Jul 8 2021 2023-09-29T16:52:14.430 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: DB SUMMARY 2023-09-29T16:52:14.430 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2023-09-29T16:52:14.430 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi098/store.db dir, Total Num: 0, files: 2023-09-29T16:52:14.430 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2023-09-29T16:52:14.430 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi098/store.db: 2023-09-29T16:52:14.430 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2023-09-29T16:52:14.431 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.error_if_exists: 0 2023-09-29T16:52:14.431 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.create_if_missing: 1 2023-09-29T16:52:14.431 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.paranoid_checks: 1 2023-09-29T16:52:14.431 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.env: 0x562dd70d81c0 2023-09-29T16:52:14.431 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.fs: Posix File System 2023-09-29T16:52:14.431 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.info_log: 0x562dd979f000 2023-09-29T16:52:14.431 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_file_opening_threads: 16 2023-09-29T16:52:14.431 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.statistics: (nil) 2023-09-29T16:52:14.431 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.use_fsync: 0 2023-09-29T16:52:14.431 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_log_file_size: 0 2023-09-29T16:52:14.431 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-29T16:52:14.432 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-09-29T16:52:14.432 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.keep_log_file_num: 1000 2023-09-29T16:52:14.432 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.recycle_log_file_num: 0 2023-09-29T16:52:14.432 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.allow_fallocate: 1 2023-09-29T16:52:14.432 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.allow_mmap_reads: 0 2023-09-29T16:52:14.432 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.allow_mmap_writes: 0 2023-09-29T16:52:14.432 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.use_direct_reads: 0 2023-09-29T16:52:14.432 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-29T16:52:14.432 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.create_missing_column_families: 0 2023-09-29T16:52:14.432 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.db_log_dir: 2023-09-29T16:52:14.433 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi098/store.db 2023-09-29T16:52:14.433 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-09-29T16:52:14.433 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_subcompactions: 1 2023-09-29T16:52:14.433 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_background_flushes: -1 2023-09-29T16:52:14.433 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-09-29T16:52:14.433 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-09-29T16:52:14.433 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-29T16:52:14.433 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-29T16:52:14.433 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-09-29T16:52:14.433 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.advise_random_on_open: 1 2023-09-29T16:52:14.433 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.db_write_buffer_size: 0 2023-09-29T16:52:14.433 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.write_buffer_manager: 0x562dd97a7530 2023-09-29T16:52:14.434 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-29T16:52:14.434 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-29T16:52:14.434 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-29T16:52:14.434 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-09-29T16:52:14.434 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.rate_limiter: (nil) 2023-09-29T16:52:14.434 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-29T16:52:14.434 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.wal_recovery_mode: 2 2023-09-29T16:52:14.434 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.enable_thread_tracking: 0 2023-09-29T16:52:14.434 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.enable_pipelined_write: 0 2023-09-29T16:52:14.434 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.unordered_write: 0 2023-09-29T16:52:14.434 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-29T16:52:14.435 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-29T16:52:14.435 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-29T16:52:14.435 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-29T16:52:14.435 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.row_cache: None 2023-09-29T16:52:14.435 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.wal_filter: None 2023-09-29T16:52:14.435 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-29T16:52:14.435 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.allow_ingest_behind: 0 2023-09-29T16:52:14.435 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.preserve_deletes: 0 2023-09-29T16:52:14.435 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.two_write_queues: 0 2023-09-29T16:52:14.435 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.manual_wal_flush: 0 2023-09-29T16:52:14.435 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.atomic_flush: 0 2023-09-29T16:52:14.435 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-29T16:52:14.436 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-09-29T16:52:14.436 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-09-29T16:52:14.436 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.log_readahead_size: 0 2023-09-29T16:52:14.436 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-09-29T16:52:14.436 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_background_jobs: 2 2023-09-29T16:52:14.436 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_background_compactions: -1 2023-09-29T16:52:14.436 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-29T16:52:14.436 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-29T16:52:14.436 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-09-29T16:52:14.436 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_total_wal_size: 0 2023-09-29T16:52:14.436 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-29T16:52:14.436 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-09-29T16:52:14.437 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-09-29T16:52:14.437 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-29T16:52:14.437 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_open_files: -1 2023-09-29T16:52:14.437 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.bytes_per_sync: 0 2023-09-29T16:52:14.437 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-09-29T16:52:14.437 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-09-29T16:52:14.437 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.compaction_readahead_size: 0 2023-09-29T16:52:14.437 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Compression algorithms supported: 2023-09-29T16:52:14.437 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-29T16:52:14.437 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: kZSTD supported: 0 2023-09-29T16:52:14.437 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: kXpressCompression supported: 0 2023-09-29T16:52:14.437 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: kLZ4HCCompression supported: 1 2023-09-29T16:52:14.438 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: kLZ4Compression supported: 1 2023-09-29T16:52:14.438 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: kBZip2Compression supported: 0 2023-09-29T16:52:14.438 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: kZlibCompression supported: 1 2023-09-29T16:52:14.438 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: kSnappyCompression supported: 1 2023-09-29T16:52:14.438 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-09-29T16:52:14.438 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-09-29T16:52:14.438 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2023-09-29T16:52:14.438 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi098/store.db/MANIFEST-000001 2023-09-29T16:52:14.438 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2023-09-29T16:52:14.438 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-09-29T16:52:14.438 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2023-09-29T16:52:14.439 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-29T16:52:14.439 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.merge_operator: 2023-09-29T16:52:14.439 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.compaction_filter: None 2023-09-29T16:52:14.439 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.compaction_filter_factory: None 2023-09-29T16:52:14.439 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-09-29T16:52:14.439 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-09-29T16:52:14.439 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562dd96b8160) 2023-09-29T16:52:14.439 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-09-29T16:52:14.439 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-29T16:52:14.439 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-29T16:52:14.439 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-09-29T16:52:14.439 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: index_type: 0 2023-09-29T16:52:14.440 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-09-29T16:52:14.440 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-09-29T16:52:14.440 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-09-29T16:52:14.440 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-09-29T16:52:14.440 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: checksum: 1 2023-09-29T16:52:14.440 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-09-29T16:52:14.440 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: block_cache: 0x562dd96eed10 2023-09-29T16:52:14.440 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-09-29T16:52:14.440 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-09-29T16:52:14.440 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-09-29T16:52:14.440 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-09-29T16:52:14.440 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-09-29T16:52:14.440 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-09-29T16:52:14.441 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-09-29T16:52:14.441 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-09-29T16:52:14.441 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-09-29T16:52:14.441 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-09-29T16:52:14.441 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-09-29T16:52:14.441 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-09-29T16:52:14.441 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-09-29T16:52:14.441 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-09-29T16:52:14.441 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-09-29T16:52:14.441 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-29T16:52:14.441 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-09-29T16:52:14.441 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-09-29T16:52:14.442 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-09-29T16:52:14.442 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: format_version: 2 2023-09-29T16:52:14.442 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-09-29T16:52:14.442 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: block_align: 0 2023-09-29T16:52:14.442 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2023-09-29T16:52:14.442 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.write_buffer_size: 33554432 2023-09-29T16:52:14.442 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_write_buffer_number: 2 2023-09-29T16:52:14.442 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.compression: NoCompression 2023-09-29T16:52:14.442 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.bottommost_compression: Disabled 2023-09-29T16:52:14.442 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.prefix_extractor: nullptr 2023-09-29T16:52:14.443 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-29T16:52:14.443 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.num_levels: 7 2023-09-29T16:52:14.443 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-29T16:52:14.443 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-29T16:52:14.443 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-29T16:52:14.443 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-29T16:52:14.443 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-29T16:52:14.443 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-29T16:52:14.443 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-29T16:52:14.443 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-29T16:52:14.443 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-29T16:52:14.444 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-09-29T16:52:14.444 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.compression_opts.level: 32767 2023-09-29T16:52:14.444 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.compression_opts.strategy: 0 2023-09-29T16:52:14.444 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-29T16:52:14.444 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-29T16:52:14.444 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.compression_opts.enabled: false 2023-09-29T16:52:14.444 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-29T16:52:14.444 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-29T16:52:14.444 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-29T16:52:14.444 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.target_file_size_base: 67108864 2023-09-29T16:52:14.444 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-09-29T16:52:14.444 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-29T16:52:14.445 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-29T16:52:14.445 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-29T16:52:14.445 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-29T16:52:14.445 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-29T16:52:14.445 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-29T16:52:14.445 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-29T16:52:14.445 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-29T16:52:14.445 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-29T16:52:14.445 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-29T16:52:14.445 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-29T16:52:14.445 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-29T16:52:14.445 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.arena_block_size: 4194304 2023-09-29T16:52:14.446 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-29T16:52:14.446 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-29T16:52:14.446 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-29T16:52:14.446 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.disable_auto_compactions: 0 2023-09-29T16:52:14.446 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-29T16:52:14.446 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-29T16:52:14.446 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-29T16:52:14.446 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-29T16:52:14.446 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-29T16:52:14.446 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-29T16:52:14.446 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-29T16:52:14.446 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-29T16:52:14.447 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-29T16:52:14.447 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-29T16:52:14.447 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.table_properties_collectors: 2023-09-29T16:52:14.447 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.inplace_update_support: 0 2023-09-29T16:52:14.447 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-09-29T16:52:14.447 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-29T16:52:14.447 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-29T16:52:14.447 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-09-29T16:52:14.447 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.bloom_locality: 0 2023-09-29T16:52:14.447 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.max_successive_merges: 0 2023-09-29T16:52:14.447 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-09-29T16:52:14.447 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.paranoid_file_checks: 0 2023-09-29T16:52:14.447 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.force_consistency_checks: 0 2023-09-29T16:52:14.448 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.report_bg_io_stats: 0 2023-09-29T16:52:14.448 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.ttl: 2592000 2023-09-29T16:52:14.448 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.396+0000 7fbd61592700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-09-29T16:52:14.448 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.397+0000 7fbd61592700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi098/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 2023-09-29T16:52:14.448 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2023-09-29T16:52:14.448 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.397+0000 7fbd61592700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-09-29T16:52:14.448 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2023-09-29T16:52:14.448 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.398+0000 7fbd61592700 4 rocksdb: DB pointer 0x562dd97b3800 2023-09-29T16:52:14.448 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.398+0000 7fbd4a41b700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-09-29T16:52:14.448 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.398+0000 7fbd4a41b700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-09-29T16:52:14.448 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-09-29T16:52:14.448 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T16:52:14.449 INFO:teuthology.orchestra.run.smithi098.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 2023-09-29T16:52:14.449 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-29T16:52:14.449 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-29T16:52:14.449 INFO:teuthology.orchestra.run.smithi098.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 2023-09-29T16:52:14.449 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-29T16:52:14.449 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-29T16:52:14.449 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2023-09-29T16:52:14.449 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-09-29T16:52:14.449 INFO:teuthology.orchestra.run.smithi098.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 2023-09-29T16:52:14.449 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T16:52:14.449 INFO:teuthology.orchestra.run.smithi098.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 2023-09-29T16:52:14.449 INFO:teuthology.orchestra.run.smithi098.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 2023-09-29T16:52:14.450 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2023-09-29T16:52:14.450 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-09-29T16:52:14.450 INFO:teuthology.orchestra.run.smithi098.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 2023-09-29T16:52:14.450 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T16:52:14.450 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T16:52:14.450 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-09-29T16:52:14.450 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-29T16:52:14.450 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-09-29T16:52:14.450 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-09-29T16:52:14.450 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-09-29T16:52:14.450 INFO:teuthology.orchestra.run.smithi098.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 2023-09-29T16:52:14.450 INFO:teuthology.orchestra.run.smithi098.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 2023-09-29T16:52:14.451 INFO:teuthology.orchestra.run.smithi098.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 2023-09-29T16:52:14.451 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2023-09-29T16:52:14.451 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-09-29T16:52:14.451 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2023-09-29T16:52:14.451 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-09-29T16:52:14.451 INFO:teuthology.orchestra.run.smithi098.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 2023-09-29T16:52:14.451 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T16:52:14.451 INFO:teuthology.orchestra.run.smithi098.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 2023-09-29T16:52:14.451 INFO:teuthology.orchestra.run.smithi098.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 2023-09-29T16:52:14.451 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2023-09-29T16:52:14.451 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-09-29T16:52:14.451 INFO:teuthology.orchestra.run.smithi098.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 2023-09-29T16:52:14.452 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T16:52:14.452 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T16:52:14.452 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-09-29T16:52:14.452 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-29T16:52:14.452 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-09-29T16:52:14.452 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-09-29T16:52:14.452 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-09-29T16:52:14.452 INFO:teuthology.orchestra.run.smithi098.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 2023-09-29T16:52:14.452 INFO:teuthology.orchestra.run.smithi098.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 2023-09-29T16:52:14.452 INFO:teuthology.orchestra.run.smithi098.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 2023-09-29T16:52:14.452 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2023-09-29T16:52:14.452 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-09-29T16:52:14.453 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: 2023-09-29T16:52:14.453 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.399+0000 7fbd61592700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-09-29T16:52:14.453 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.399+0000 7fbd61592700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-09-29T16:52:14.453 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph-mon: debug 2023-09-29T16:52:14.399+0000 7fbd61592700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi098 for mon.smithi098 2023-09-29T16:52:14.787 INFO:teuthology.orchestra.run.smithi098.stderr:create mon.smithi098 on 2023-09-29T16:52:14.787 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T16:52:14.792 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl disable ceph.target 2023-09-29T16:52:14.880 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl enable ceph.target 2023-09-29T16:52:14.887 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-09-29T16:52:14.965 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl start ceph.target 2023-09-29T16:52:14.972 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl enable ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7.target 2023-09-29T16:52:14.978 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7.target → /etc/systemd/system/ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7.target. 2023-09-29T16:52:14.978 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7.target → /etc/systemd/system/ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7.target. 2023-09-29T16:52:15.058 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl start ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7.target 2023-09-29T16:52:15.065 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl daemon-reload 2023-09-29T16:52:15.149 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl stop ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mon.smithi098 2023-09-29T16:52:15.172 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl reset-failed ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mon.smithi098 2023-09-29T16:52:15.177 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: Failed to reset failed state of unit ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mon.smithi098.service: Unit ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mon.smithi098.service not loaded. 2023-09-29T16:52:15.178 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl enable ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mon.smithi098 2023-09-29T16:52:15.184 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: Created symlink /etc/systemd/system/ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7.target.wants/ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mon.smithi098.service → /etc/systemd/system/ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@.service. 2023-09-29T16:52:15.267 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl start ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mon.smithi098 2023-09-29T16:52:15.544 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:15 smithi098 systemd[1]: Starting Ceph mon.smithi098 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T16:52:15.549 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl is-enabled firewalld.service 2023-09-29T16:52:15.556 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: disabled 2023-09-29T16:52:15.557 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl is-active firewalld.service 2023-09-29T16:52:15.564 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: inactive 2023-09-29T16:52:15.565 INFO:teuthology.orchestra.run.smithi098.stderr:firewalld.service is not enabled 2023-09-29T16:52:15.565 INFO:teuthology.orchestra.run.smithi098.stderr:Not possible to enable service . firewalld.service is not available 2023-09-29T16:52:15.565 INFO:teuthology.orchestra.run.smithi098.stderr:Waiting for mon to start... 2023-09-29T16:52:15.565 INFO:teuthology.orchestra.run.smithi098.stderr:Waiting for mon... 2023-09-29T16:52:15.566 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098:/var/lib/ceph/mon/ceph-smithi098:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2023-09-29T16:52:15.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:15 smithi098 bash[106849]: 7c88e9339805aaab14bee39fe0a163e102e481264064f00f8f518dbb9866155d 2023-09-29T16:52:15.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:15 smithi098 systemd[1]: Started Ceph mon.smithi098 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T16:52:15.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:15 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[106863]: cluster 2023-09-29T16:52:15.593627+0000 mon.smithi098 (mon.0) 0 : [INF] mkfs 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T16:52:15.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:15 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[106863]: cluster 2023-09-29T16:52:15.565430+0000 mon.smithi098 (mon.0) 1 : cluster [INF] mon.smithi098 is new leader, mons smithi098 in quorum (ranks 0) 2023-09-29T16:52:16.023 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: cluster: 2023-09-29T16:52:16.023 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: id: 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T16:52:16.024 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-09-29T16:52:16.024 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2023-09-29T16:52:16.024 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: services: 2023-09-29T16:52:16.024 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi098 (age 0.432604s) 2023-09-29T16:52:16.024 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mgr: no daemons active 2023-09-29T16:52:16.024 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-09-29T16:52:16.024 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2023-09-29T16:52:16.024 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: data: 2023-09-29T16:52:16.024 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-09-29T16:52:16.024 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-09-29T16:52:16.024 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-09-29T16:52:16.024 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: pgs: 2023-09-29T16:52:16.025 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2023-09-29T16:52:16.355 INFO:teuthology.orchestra.run.smithi098.stderr:mon is available 2023-09-29T16:52:16.356 INFO:teuthology.orchestra.run.smithi098.stderr:Assimilating anything we can from ceph.conf... 2023-09-29T16:52:16.356 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z -v /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098:/var/lib/ceph/mon/ceph-smithi098:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi098/config 2023-09-29T16:52:16.793 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2023-09-29T16:52:16.793 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: [global] 2023-09-29T16:52:16.793 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: fsid = 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T16:52:16.793 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: log_to_journald = false 2023-09-29T16:52:16.793 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.98:3300,v1:172.21.15.98:6789] 2023-09-29T16:52:16.793 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-09-29T16:52:16.793 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-09-29T16:52:16.793 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-09-29T16:52:16.793 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-09-29T16:52:16.793 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2023-09-29T16:52:16.794 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: [mgr] 2023-09-29T16:52:16.794 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-09-29T16:52:16.794 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2023-09-29T16:52:16.794 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: [osd] 2023-09-29T16:52:16.794 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-09-29T16:52:16.794 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-09-29T16:52:16.945 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[106863]: cluster 2023-09-29T16:52:15.590212+0000 mon.smithi098 (mon.0) 2 : cluster [INF] mon.smithi098 is new leader, mons smithi098 in quorum (ranks 0) 2023-09-29T16:52:16.945 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[106863]: cluster 2023-09-29T16:52:15.590491+0000 mon.smithi098 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} 2023-09-29T16:52:16.945 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[106863]: cluster 2023-09-29T16:52:15.599854+0000 mon.smithi098 (mon.0) 4 : cluster [DBG] fsmap 2023-09-29T16:52:16.945 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[106863]: cluster 2023-09-29T16:52:15.611100+0000 mon.smithi098 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-09-29T16:52:16.945 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[106863]: cluster 2023-09-29T16:52:15.612981+0000 mon.smithi098 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-09-29T16:52:16.945 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[106863]: audit 2023-09-29T16:52:16.022770+0000 mon.smithi098 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.98:0/2085824346' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-09-29T16:52:17.130 INFO:teuthology.orchestra.run.smithi098.stderr:Generating new minimal ceph.conf... 2023-09-29T16:52:17.130 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z -v /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098:/var/lib/ceph/mon/ceph-smithi098:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi098/config 2023-09-29T16:52:17.824 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[106863]: audit 2023-09-29T16:52:16.788436+0000 mon.smithi098 (mon.0) 8 : audit [INF] from='client.? 172.21.15.98:0/688194257' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-29T16:52:17.824 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[106863]: audit 2023-09-29T16:52:16.791674+0000 mon.smithi098 (mon.0) 9 : audit [INF] from='client.? 172.21.15.98:0/688194257' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-09-29T16:52:17.824 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[106863]: audit 2023-09-29T16:52:17.536611+0000 mon.smithi098 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.98:0/151884146' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:52:17.880 INFO:teuthology.orchestra.run.smithi098.stderr:Restarting the monitor... 2023-09-29T16:52:17.880 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl restart ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mon.smithi098 2023-09-29T16:52:18.112 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:17 smithi098 systemd[1]: Stopping Ceph mon.smithi098 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T16:52:18.112 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[106863]: debug 2023-09-29T16:52:17.944+0000 7f6b4eaf4700 -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 2023-09-29T16:52:18.112 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[106863]: debug 2023-09-29T16:52:17.944+0000 7f6b4eaf4700 -1 mon.smithi098@0(leader) e1 *** Got Signal Terminated *** 2023-09-29T16:52:18.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 podman[107195]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098 2023-09-29T16:52:18.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 systemd[1]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mon.smithi098.service: Succeeded. 2023-09-29T16:52:18.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 systemd[1]: Stopped Ceph mon.smithi098 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T16:52:18.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 systemd[1]: Starting Ceph mon.smithi098 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T16:52:18.572 INFO:teuthology.orchestra.run.smithi098.stderr:Setting mon public_network to 172.21.0.0/20 2023-09-29T16:52:18.572 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2023-09-29T16:52:18.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.560+0000 7f9c43e43700 0 set uid:gid to 167:167 (ceph:ceph) 2023-09-29T16:52:18.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.560+0000 7f9c43e43700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2023-09-29T16:52:18.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.560+0000 7f9c43e43700 0 pidfile_write: ignore empty --pid-file 2023-09-29T16:52:18.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 0 load: jerasure load: lrc load: isa 2023-09-29T16:52:18.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: RocksDB version: 6.8.1 2023-09-29T16:52:18.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:18.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-29T16:52:18.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Compile date Jul 8 2021 2023-09-29T16:52:18.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: DB SUMMARY 2023-09-29T16:52:18.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:18.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: CURRENT file: CURRENT 2023-09-29T16:52:18.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:18.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: IDENTITY file: IDENTITY 2023-09-29T16:52:18.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:18.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-09-29T16:52:18.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:18.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi098/store.db dir, Total Num: 1, files: 000004.sst 2023-09-29T16:52:18.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:18.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi098/store.db: 000006.log size: 81134 ; 2023-09-29T16:52:18.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:18.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.error_if_exists: 0 2023-09-29T16:52:18.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.create_if_missing: 0 2023-09-29T16:52:18.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.paranoid_checks: 1 2023-09-29T16:52:18.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.env: 0x560c0b9e11c0 2023-09-29T16:52:18.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.fs: Posix File System 2023-09-29T16:52:18.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.info_log: 0x560c0c313a40 2023-09-29T16:52:18.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.max_file_opening_threads: 16 2023-09-29T16:52:18.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.statistics: (nil) 2023-09-29T16:52:18.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.use_fsync: 0 2023-09-29T16:52:18.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.max_log_file_size: 0 2023-09-29T16:52:18.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-29T16:52:18.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-09-29T16:52:18.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.keep_log_file_num: 1000 2023-09-29T16:52:18.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.recycle_log_file_num: 0 2023-09-29T16:52:18.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.allow_fallocate: 1 2023-09-29T16:52:18.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.allow_mmap_reads: 0 2023-09-29T16:52:18.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.allow_mmap_writes: 0 2023-09-29T16:52:18.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.use_direct_reads: 0 2023-09-29T16:52:18.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-29T16:52:18.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.create_missing_column_families: 0 2023-09-29T16:52:18.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.db_log_dir: 2023-09-29T16:52:18.981 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi098/store.db 2023-09-29T16:52:18.981 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-09-29T16:52:18.981 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.max_subcompactions: 1 2023-09-29T16:52:18.981 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.max_background_flushes: -1 2023-09-29T16:52:18.981 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-09-29T16:52:18.981 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-09-29T16:52:18.981 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-29T16:52:18.981 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-29T16:52:18.981 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-09-29T16:52:18.981 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.advise_random_on_open: 1 2023-09-29T16:52:18.981 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.db_write_buffer_size: 0 2023-09-29T16:52:18.981 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.write_buffer_manager: 0x560c0cf8a030 2023-09-29T16:52:18.981 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-29T16:52:18.982 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-29T16:52:18.982 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-29T16:52:18.982 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-09-29T16:52:18.982 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.565+0000 7f9c43e43700 4 rocksdb: Options.rate_limiter: (nil) 2023-09-29T16:52:18.982 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-29T16:52:18.982 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.wal_recovery_mode: 2 2023-09-29T16:52:18.982 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.enable_thread_tracking: 0 2023-09-29T16:52:18.982 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.enable_pipelined_write: 0 2023-09-29T16:52:18.982 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.unordered_write: 0 2023-09-29T16:52:18.983 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-29T16:52:18.983 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-29T16:52:18.983 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-29T16:52:18.983 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-29T16:52:18.983 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.row_cache: None 2023-09-29T16:52:18.983 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.wal_filter: None 2023-09-29T16:52:18.983 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-29T16:52:18.983 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.allow_ingest_behind: 0 2023-09-29T16:52:18.983 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.preserve_deletes: 0 2023-09-29T16:52:18.983 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.two_write_queues: 0 2023-09-29T16:52:18.984 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.manual_wal_flush: 0 2023-09-29T16:52:18.984 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.atomic_flush: 0 2023-09-29T16:52:18.984 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-29T16:52:18.984 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-09-29T16:52:18.984 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-09-29T16:52:18.984 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.log_readahead_size: 0 2023-09-29T16:52:18.984 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-09-29T16:52:18.984 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.max_background_jobs: 2 2023-09-29T16:52:18.984 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.max_background_compactions: -1 2023-09-29T16:52:18.984 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-29T16:52:18.984 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-29T16:52:18.984 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-09-29T16:52:18.985 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.max_total_wal_size: 0 2023-09-29T16:52:18.985 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-29T16:52:18.985 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-09-29T16:52:18.985 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-09-29T16:52:18.985 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-29T16:52:18.985 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.max_open_files: -1 2023-09-29T16:52:18.985 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.bytes_per_sync: 0 2023-09-29T16:52:18.985 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-09-29T16:52:18.985 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 bash[107268]: e5e5be17f7bcb3be3e77b5e8ea339129b42a0f393f740c2430edb0391cbbea3b 2023-09-29T16:52:18.985 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-09-29T16:52:18.985 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.compaction_readahead_size: 0 2023-09-29T16:52:18.985 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Compression algorithms supported: 2023-09-29T16:52:18.986 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-29T16:52:18.986 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: kZSTD supported: 0 2023-09-29T16:52:18.986 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: kXpressCompression supported: 0 2023-09-29T16:52:18.986 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: kLZ4HCCompression supported: 1 2023-09-29T16:52:18.986 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: kLZ4Compression supported: 1 2023-09-29T16:52:18.986 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: kBZip2Compression supported: 0 2023-09-29T16:52:18.986 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: kZlibCompression supported: 1 2023-09-29T16:52:18.986 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: kSnappyCompression supported: 1 2023-09-29T16:52:18.986 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-09-29T16:52:18.986 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi098/store.db/MANIFEST-000005 2023-09-29T16:52:18.986 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:18.986 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-09-29T16:52:18.987 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:18.987 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-29T16:52:18.987 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.merge_operator: 2023-09-29T16:52:18.987 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.compaction_filter: None 2023-09-29T16:52:18.987 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.compaction_filter_factory: None 2023-09-29T16:52:18.987 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-09-29T16:52:18.987 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-09-29T16:52:18.987 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560c0c22dcc0) 2023-09-29T16:52:18.987 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cache_index_and_filter_blocks: 1 2023-09-29T16:52:18.987 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-29T16:52:18.987 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-29T16:52:18.987 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: pin_top_level_index_and_filter: 1 2023-09-29T16:52:18.987 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: index_type: 0 2023-09-29T16:52:18.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: data_block_index_type: 0 2023-09-29T16:52:18.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: index_shortening: 1 2023-09-29T16:52:18.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: data_block_hash_table_util_ratio: 0.750000 2023-09-29T16:52:18.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: hash_index_allow_collision: 1 2023-09-29T16:52:18.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: checksum: 1 2023-09-29T16:52:18.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: no_block_cache: 0 2023-09-29T16:52:18.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: block_cache: 0x560c0c262f10 2023-09-29T16:52:18.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: block_cache_name: BinnedLRUCache 2023-09-29T16:52:18.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: block_cache_options: 2023-09-29T16:52:18.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: capacity : 536870912 2023-09-29T16:52:18.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: num_shard_bits : 4 2023-09-29T16:52:18.988 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: strict_capacity_limit : 0 2023-09-29T16:52:18.989 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: high_pri_pool_ratio: 0.000 2023-09-29T16:52:18.989 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: block_cache_compressed: (nil) 2023-09-29T16:52:18.989 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: persistent_cache: (nil) 2023-09-29T16:52:18.989 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: block_size: 4096 2023-09-29T16:52:18.989 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: block_size_deviation: 10 2023-09-29T16:52:18.989 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: block_restart_interval: 16 2023-09-29T16:52:18.989 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: index_block_restart_interval: 1 2023-09-29T16:52:18.989 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: metadata_block_size: 4096 2023-09-29T16:52:18.989 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: partition_filters: 0 2023-09-29T16:52:18.989 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: use_delta_encoding: 1 2023-09-29T16:52:18.989 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-29T16:52:18.989 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: whole_key_filtering: 1 2023-09-29T16:52:18.989 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: verify_compression: 0 2023-09-29T16:52:18.990 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: read_amp_bytes_per_bit: 0 2023-09-29T16:52:18.990 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: format_version: 2 2023-09-29T16:52:18.990 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: enable_index_compression: 1 2023-09-29T16:52:18.990 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: block_align: 0 2023-09-29T16:52:18.990 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:18.990 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.write_buffer_size: 33554432 2023-09-29T16:52:18.990 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.max_write_buffer_number: 2 2023-09-29T16:52:18.990 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.compression: NoCompression 2023-09-29T16:52:18.990 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.bottommost_compression: Disabled 2023-09-29T16:52:18.990 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.prefix_extractor: nullptr 2023-09-29T16:52:18.990 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-29T16:52:18.991 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.num_levels: 7 2023-09-29T16:52:18.991 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-29T16:52:18.991 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-29T16:52:18.991 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-29T16:52:18.991 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-29T16:52:18.991 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-29T16:52:18.991 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-29T16:52:18.991 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-29T16:52:18.991 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-29T16:52:18.991 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-29T16:52:18.991 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-09-29T16:52:18.991 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.compression_opts.level: 32767 2023-09-29T16:52:18.991 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.compression_opts.strategy: 0 2023-09-29T16:52:18.992 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-29T16:52:18.992 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-29T16:52:18.992 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.compression_opts.enabled: false 2023-09-29T16:52:18.992 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-29T16:52:18.992 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-29T16:52:18.992 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-29T16:52:18.992 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.target_file_size_base: 67108864 2023-09-29T16:52:18.992 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-09-29T16:52:18.992 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-29T16:52:18.992 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-29T16:52:18.994 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-29T16:52:18.994 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-29T16:52:18.994 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-29T16:52:18.994 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-29T16:52:18.994 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-29T16:52:18.994 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-29T16:52:18.994 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-29T16:52:18.995 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-29T16:52:18.995 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-29T16:52:18.995 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-29T16:52:18.995 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.arena_block_size: 4194304 2023-09-29T16:52:18.995 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-29T16:52:18.995 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-29T16:52:18.995 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-29T16:52:18.995 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.disable_auto_compactions: 0 2023-09-29T16:52:18.995 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-29T16:52:18.995 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-29T16:52:18.995 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-29T16:52:18.996 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-29T16:52:18.996 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-29T16:52:18.996 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-29T16:52:18.996 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-29T16:52:18.996 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-29T16:52:18.996 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-29T16:52:18.996 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-29T16:52:18.996 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.table_properties_collectors: 2023-09-29T16:52:18.997 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.inplace_update_support: 0 2023-09-29T16:52:18.997 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-09-29T16:52:18.997 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-29T16:52:18.997 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-29T16:52:18.997 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-09-29T16:52:18.997 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.bloom_locality: 0 2023-09-29T16:52:18.997 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.max_successive_merges: 0 2023-09-29T16:52:18.997 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-09-29T16:52:18.997 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.paranoid_file_checks: 0 2023-09-29T16:52:18.997 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.force_consistency_checks: 0 2023-09-29T16:52:18.997 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.report_bg_io_stats: 0 2023-09-29T16:52:18.998 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.ttl: 2592000 2023-09-29T16:52:18.998 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.566+0000 7f9c43e43700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-09-29T16:52:18.998 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.567+0000 7f9c43e43700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi098/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 2023-09-29T16:52:18.998 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:18.998 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.567+0000 7f9c43e43700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-09-29T16:52:18.998 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:18.998 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.567+0000 7f9c43e43700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1696006338567843, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-09-29T16:52:18.998 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.567+0000 7f9c43e43700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-09-29T16:52:18.998 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.567+0000 7f9c43e43700 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. 2023-09-29T16:52:18.998 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.567+0000 7f9c43e43700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1696006338568657, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78029, "table_properties": {"data_size": 76324, "index_size": 310, "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": 9398, "raw_average_key_size": 47, "raw_value_size": 70896, "raw_average_value_size": 359, "num_data_blocks": 10, "num_entries": 197, "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": 1696006338, "oldest_key_time": 3, "file_creation_time": 0}} 2023-09-29T16:52:18.998 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.568+0000 7f9c43e43700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-09-29T16:52:18.999 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:18.999 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.568+0000 7f9c43e43700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1696006338569062, "job": 1, "event": "recovery_finished"} 2023-09-29T16:52:18.999 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.569+0000 7f9c43e43700 4 rocksdb: DB pointer 0x560c0c327800 2023-09-29T16:52:18.999 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.569+0000 7f9c2ac4b700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-09-29T16:52:18.999 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.569+0000 7f9c2ac4b700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-09-29T16:52:18.999 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: ** DB Stats ** 2023-09-29T16:52:18.999 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T16:52:18.999 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-29T16:52:18.999 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-29T16:52:18.999 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-29T16:52:18.999 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-29T16:52:18.999 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-29T16:52:19.000 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-29T16:52:19.000 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:19.000 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: ** Compaction Stats [default] ** 2023-09-29T16:52:19.000 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 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 2023-09-29T16:52:19.000 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T16:52:19.000 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: L0 2/0 77.89 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.3 0.00 0.00 1 0.001 0 0 2023-09-29T16:52:19.000 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: Sum 2/0 77.89 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.3 0.00 0.00 1 0.001 0 0 2023-09-29T16:52:19.000 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.3 0.00 0.00 1 0.001 0 0 2023-09-29T16:52:19.000 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:19.000 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: ** Compaction Stats [default] ** 2023-09-29T16:52:19.000 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 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 2023-09-29T16:52:19.000 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T16:52:19.001 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 137.3 0.00 0.00 1 0.001 0 0 2023-09-29T16:52:19.001 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T16:52:19.001 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: Flush(GB): cumulative 0.000, interval 0.000 2023-09-29T16:52:19.001 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-29T16:52:19.001 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: AddFile(Total Files): cumulative 0, interval 0 2023-09-29T16:52:19.001 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: AddFile(L0 Files): cumulative 0, interval 0 2023-09-29T16:52:19.001 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: AddFile(Keys): cumulative 0, interval 0 2023-09-29T16:52:19.001 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: Cumulative compaction: 0.00 GB write, 25.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T16:52:19.001 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: Interval compaction: 0.00 GB write, 25.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T16:52:19.001 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 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 2023-09-29T16:52:19.001 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:19.001 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: ** File Read Latency Histogram By Level [default] ** 2023-09-29T16:52:19.002 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:19.002 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: ** Compaction Stats [default] ** 2023-09-29T16:52:19.002 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 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 2023-09-29T16:52:19.002 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T16:52:19.002 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: L0 2/0 77.89 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.3 0.00 0.00 1 0.001 0 0 2023-09-29T16:52:19.002 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: Sum 2/0 77.89 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.3 0.00 0.00 1 0.001 0 0 2023-09-29T16:52:19.002 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 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 2023-09-29T16:52:19.002 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:19.002 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: ** Compaction Stats [default] ** 2023-09-29T16:52:19.002 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 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 2023-09-29T16:52:19.002 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T16:52:19.002 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 137.3 0.00 0.00 1 0.001 0 0 2023-09-29T16:52:19.003 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T16:52:19.003 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: Flush(GB): cumulative 0.000, interval 0.000 2023-09-29T16:52:19.003 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-29T16:52:19.003 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: AddFile(Total Files): cumulative 0, interval 0 2023-09-29T16:52:19.003 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: AddFile(L0 Files): cumulative 0, interval 0 2023-09-29T16:52:19.003 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: AddFile(Keys): cumulative 0, interval 0 2023-09-29T16:52:19.003 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: Cumulative compaction: 0.00 GB write, 25.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T16:52:19.003 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T16:52:19.004 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 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 2023-09-29T16:52:19.004 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:19.004 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: ** File Read Latency Histogram By Level [default] ** 2023-09-29T16:52:19.004 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:19.004 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.569+0000 7f9c43e43700 0 starting mon.smithi098 rank 0 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 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T16:52:19.004 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.570+0000 7f9c43e43700 1 mon.smithi098@-1(???) e1 preinit fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T16:52:19.004 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.570+0000 7f9c43e43700 0 mon.smithi098@-1(???).mds e1 new map 2023-09-29T16:52:19.004 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.570+0000 7f9c43e43700 0 mon.smithi098@-1(???).mds e1 print_map 2023-09-29T16:52:19.004 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: e1 2023-09-29T16:52:19.004 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: enable_multiple, ever_enabled_multiple: 1,1 2023-09-29T16:52:19.004 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 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} 2023-09-29T16:52:19.004 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: legacy client fscid: -1 2023-09-29T16:52:19.005 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:19.005 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: No filesystems configured 2023-09-29T16:52:19.005 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: 2023-09-29T16:52:19.005 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.571+0000 7f9c43e43700 0 mon.smithi098@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-29T16:52:19.005 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.571+0000 7f9c43e43700 0 mon.smithi098@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-29T16:52:19.005 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.571+0000 7f9c43e43700 0 mon.smithi098@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-29T16:52:19.005 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.571+0000 7f9c43e43700 0 mon.smithi098@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-29T16:52:19.005 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:16.788436+0000 mon.smithi098 (mon.0) 8 : audit [INF] from='client.? 172.21.15.98:0/688194257' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-29T16:52:19.005 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:16.791674+0000 mon.smithi098 (mon.0) 9 : audit [INF] from='client.? 172.21.15.98:0/688194257' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-09-29T16:52:19.005 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:17.536611+0000 mon.smithi098 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.98:0/151884146' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:52:19.005 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.571+0000 7f9c43e43700 1 mon.smithi098@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-09-29T16:52:19.006 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 systemd[1]: Started Ceph mon.smithi098 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T16:52:19.006 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.572+0000 7f9c43e43700 20 expand_channel_meta expand map: {default=false} 2023-09-29T16:52:19.006 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.572+0000 7f9c43e43700 20 expand_channel_meta from 'false' to 'false' 2023-09-29T16:52:19.006 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.572+0000 7f9c43e43700 20 expand_channel_meta expanded map: {default=false} 2023-09-29T16:52:19.006 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.572+0000 7f9c43e43700 20 expand_channel_meta expand map: {default=info} 2023-09-29T16:52:19.006 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.572+0000 7f9c43e43700 20 expand_channel_meta from 'info' to 'info' 2023-09-29T16:52:19.006 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.572+0000 7f9c43e43700 20 expand_channel_meta expanded map: {default=info} 2023-09-29T16:52:19.006 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.572+0000 7f9c43e43700 20 expand_channel_meta expand map: {default=daemon} 2023-09-29T16:52:19.006 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.572+0000 7f9c43e43700 20 expand_channel_meta from 'daemon' to 'daemon' 2023-09-29T16:52:19.006 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.572+0000 7f9c43e43700 20 expand_channel_meta expanded map: {default=daemon} 2023-09-29T16:52:19.006 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.572+0000 7f9c43e43700 20 expand_channel_meta expand map: {default=debug} 2023-09-29T16:52:19.007 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.572+0000 7f9c43e43700 20 expand_channel_meta from 'debug' to 'debug' 2023-09-29T16:52:19.007 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:52:18.572+0000 7f9c43e43700 20 expand_channel_meta expanded map: {default=debug} 2023-09-29T16:52:19.007 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:18.587365+0000 mon.smithi098 (mon.0) 1 : cluster [INF] mon.smithi098 is new leader, mons smithi098 in quorum (ranks 0) 2023-09-29T16:52:19.007 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:18.587438+0000 mon.smithi098 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} 2023-09-29T16:52:19.007 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:18.587473+0000 mon.smithi098 (mon.0) 3 : cluster [DBG] fsmap 2023-09-29T16:52:19.007 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:18.587497+0000 mon.smithi098 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-09-29T16:52:19.007 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:18.587917+0000 mon.smithi098 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-09-29T16:52:19.338 INFO:teuthology.orchestra.run.smithi098.stderr:Wrote config to /etc/ceph/ceph.conf 2023-09-29T16:52:19.338 INFO:teuthology.orchestra.run.smithi098.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-09-29T16:52:19.339 INFO:teuthology.orchestra.run.smithi098.stderr:Creating mgr... 2023-09-29T16:52:19.339 INFO:teuthology.orchestra.run.smithi098.stderr:Verifying port 9283 ... 2023-09-29T16:52:19.340 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl daemon-reload 2023-09-29T16:52:19.441 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl stop ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mgr.smithi098.saehjc 2023-09-29T16:52:19.470 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl reset-failed ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mgr.smithi098.saehjc 2023-09-29T16:52:19.476 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: Failed to reset failed state of unit ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mgr.smithi098.saehjc.service: Unit ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mgr.smithi098.saehjc.service not loaded. 2023-09-29T16:52:19.476 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl enable ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mgr.smithi098.saehjc 2023-09-29T16:52:19.482 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: Created symlink /etc/systemd/system/ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7.target.wants/ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mgr.smithi098.saehjc.service → /etc/systemd/system/ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@.service. 2023-09-29T16:52:19.565 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl start ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mgr.smithi098.saehjc 2023-09-29T16:52:19.898 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl is-enabled firewalld.service 2023-09-29T16:52:19.906 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: disabled 2023-09-29T16:52:19.907 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl is-active firewalld.service 2023-09-29T16:52:19.914 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: inactive 2023-09-29T16:52:19.914 INFO:teuthology.orchestra.run.smithi098.stderr:firewalld.service is not enabled 2023-09-29T16:52:19.915 INFO:teuthology.orchestra.run.smithi098.stderr:Not possible to enable service . firewalld.service is not available 2023-09-29T16:52:19.915 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl is-enabled firewalld.service 2023-09-29T16:52:19.922 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: disabled 2023-09-29T16:52:19.922 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl is-active firewalld.service 2023-09-29T16:52:19.929 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: inactive 2023-09-29T16:52:19.930 INFO:teuthology.orchestra.run.smithi098.stderr:firewalld.service is not enabled 2023-09-29T16:52:19.931 INFO:teuthology.orchestra.run.smithi098.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-09-29T16:52:19.931 INFO:teuthology.orchestra.run.smithi098.stderr:Waiting for mgr to start... 2023-09-29T16:52:19.931 INFO:teuthology.orchestra.run.smithi098.stderr:Waiting for mgr... 2023-09-29T16:52:19.931 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-09-29T16:52:20.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:19 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:18.996231+0000 mon.smithi098 (mon.0) 6 : audit [INF] from='client.? 172.21.15.98:0/2107075185' entity='client.admin' 2023-09-29T16:52:20.413 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2023-09-29T16:52:20.413 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: { 2023-09-29T16:52:20.413 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "fsid": "7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7", 2023-09-29T16:52:20.413 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "health": { 2023-09-29T16:52:20.413 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-29T16:52:20.414 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "checks": {}, 2023-09-29T16:52:20.414 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "mutes": [] 2023-09-29T16:52:20.414 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2023-09-29T16:52:20.414 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-29T16:52:20.414 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "quorum": [ 2023-09-29T16:52:20.414 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 0 2023-09-29T16:52:20.414 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: ], 2023-09-29T16:52:20.414 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-29T16:52:20.414 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "smithi098" 2023-09-29T16:52:20.414 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: ], 2023-09-29T16:52:20.414 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-09-29T16:52:20.414 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "monmap": { 2023-09-29T16:52:20.415 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T16:52:20.415 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-09-29T16:52:20.415 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-29T16:52:20.415 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2023-09-29T16:52:20.415 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "osdmap": { 2023-09-29T16:52:20.415 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T16:52:20.415 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-29T16:52:20.415 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-29T16:52:20.415 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-29T16:52:20.419 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-29T16:52:20.419 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-29T16:52:20.419 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-29T16:52:20.419 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2023-09-29T16:52:20.419 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "pgmap": { 2023-09-29T16:52:20.419 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-29T16:52:20.420 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-29T16:52:20.420 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-29T16:52:20.420 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-29T16:52:20.420 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-29T16:52:20.420 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-29T16:52:20.420 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-29T16:52:20.420 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-29T16:52:20.420 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2023-09-29T16:52:20.420 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "fsmap": { 2023-09-29T16:52:20.420 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T16:52:20.420 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-29T16:52:20.420 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-29T16:52:20.421 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2023-09-29T16:52:20.421 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-29T16:52:20.421 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "available": false, 2023-09-29T16:52:20.421 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-29T16:52:20.421 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "modules": [ 2023-09-29T16:52:20.421 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "iostat", 2023-09-29T16:52:20.421 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "nfs", 2023-09-29T16:52:20.421 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "restful" 2023-09-29T16:52:20.421 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: ], 2023-09-29T16:52:20.421 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "services": {} 2023-09-29T16:52:20.421 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2023-09-29T16:52:20.421 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "servicemap": { 2023-09-29T16:52:20.421 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T16:52:20.422 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "modified": "2023-09-29T16:52:15.594145+0000", 2023-09-29T16:52:20.422 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "services": {} 2023-09-29T16:52:20.422 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2023-09-29T16:52:20.422 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-29T16:52:20.422 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: } 2023-09-29T16:52:20.746 INFO:teuthology.orchestra.run.smithi098.stderr:mgr not available, waiting (1/15)... 2023-09-29T16:52:21.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:20 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:20.411467+0000 mon.smithi098 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.98:0/3482704589' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-29T16:52:22.748 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-09-29T16:52:23.250 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2023-09-29T16:52:23.250 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: { 2023-09-29T16:52:23.250 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "fsid": "7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7", 2023-09-29T16:52:23.250 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "health": { 2023-09-29T16:52:23.250 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-29T16:52:23.250 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "checks": {}, 2023-09-29T16:52:23.250 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "mutes": [] 2023-09-29T16:52:23.250 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2023-09-29T16:52:23.251 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-29T16:52:23.251 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "quorum": [ 2023-09-29T16:52:23.251 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 0 2023-09-29T16:52:23.251 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: ], 2023-09-29T16:52:23.251 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-29T16:52:23.251 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "smithi098" 2023-09-29T16:52:23.251 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: ], 2023-09-29T16:52:23.251 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-09-29T16:52:23.251 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "monmap": { 2023-09-29T16:52:23.251 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T16:52:23.251 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-09-29T16:52:23.251 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-29T16:52:23.252 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2023-09-29T16:52:23.252 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "osdmap": { 2023-09-29T16:52:23.252 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T16:52:23.252 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-29T16:52:23.252 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-29T16:52:23.252 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-29T16:52:23.252 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-29T16:52:23.252 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-29T16:52:23.252 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-29T16:52:23.252 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2023-09-29T16:52:23.252 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "pgmap": { 2023-09-29T16:52:23.253 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-29T16:52:23.253 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-29T16:52:23.253 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-29T16:52:23.253 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-29T16:52:23.253 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-29T16:52:23.253 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-29T16:52:23.253 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-29T16:52:23.253 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-29T16:52:23.253 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2023-09-29T16:52:23.253 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "fsmap": { 2023-09-29T16:52:23.253 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T16:52:23.253 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-29T16:52:23.254 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-29T16:52:23.254 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2023-09-29T16:52:23.254 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-29T16:52:23.254 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "available": false, 2023-09-29T16:52:23.254 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-29T16:52:23.254 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "modules": [ 2023-09-29T16:52:23.254 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "iostat", 2023-09-29T16:52:23.254 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "nfs", 2023-09-29T16:52:23.254 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "restful" 2023-09-29T16:52:23.254 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: ], 2023-09-29T16:52:23.254 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "services": {} 2023-09-29T16:52:23.255 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2023-09-29T16:52:23.255 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "servicemap": { 2023-09-29T16:52:23.255 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T16:52:23.255 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "modified": "2023-09-29T16:52:15.594145+0000", 2023-09-29T16:52:23.255 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "services": {} 2023-09-29T16:52:23.255 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2023-09-29T16:52:23.255 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-29T16:52:23.255 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: } 2023-09-29T16:52:23.573 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:23.244880+0000 mon.smithi098 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.98:0/731670797' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-29T16:52:23.620 INFO:teuthology.orchestra.run.smithi098.stderr:mgr not available, waiting (2/15)... 2023-09-29T16:52:25.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:25.008764+0000 mon.smithi098 (mon.0) 9 : cluster [INF] Activating manager daemon smithi098.saehjc 2023-09-29T16:52:25.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:25.011418+0000 mon.smithi098 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi098.saehjc(active, starting, since 0.00276512s) 2023-09-29T16:52:25.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:25.012378+0000 mon.smithi098 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.98:0/3822111921' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T16:52:25.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:25.012597+0000 mon.smithi098 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.98:0/3822111921' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T16:52:25.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:25.012794+0000 mon.smithi098 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.98:0/3822111921' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T16:52:25.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:25.012983+0000 mon.smithi098 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.98:0/3822111921' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-09-29T16:52:25.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:25.013193+0000 mon.smithi098 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.98:0/3822111921' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr metadata", "who": "smithi098.saehjc", "id": "smithi098.saehjc"}]: dispatch 2023-09-29T16:52:25.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:25.026020+0000 mon.smithi098 (mon.0) 16 : cluster [INF] Manager daemon smithi098.saehjc is now available 2023-09-29T16:52:25.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:25.036110+0000 mon.smithi098 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.98:0/3822111921' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:25.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:25.039733+0000 mon.smithi098 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.98:0/3822111921' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/mirror_snapshot_schedule"}]: dispatch 2023-09-29T16:52:25.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:25.040932+0000 mon.smithi098 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.98:0/3822111921' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/trash_purge_schedule"}]: dispatch 2023-09-29T16:52:25.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:25.048157+0000 mon.smithi098 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.98:0/3822111921' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:25.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:25.052836+0000 mon.smithi098 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.98:0/3822111921' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:25.622 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-09-29T16:52:26.027 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2023-09-29T16:52:26.027 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: { 2023-09-29T16:52:26.027 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "fsid": "7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7", 2023-09-29T16:52:26.027 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "health": { 2023-09-29T16:52:26.027 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-29T16:52:26.027 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "checks": {}, 2023-09-29T16:52:26.027 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "mutes": [] 2023-09-29T16:52:26.028 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2023-09-29T16:52:26.028 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-29T16:52:26.028 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "quorum": [ 2023-09-29T16:52:26.028 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 0 2023-09-29T16:52:26.028 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: ], 2023-09-29T16:52:26.028 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-29T16:52:26.028 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "smithi098" 2023-09-29T16:52:26.028 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: ], 2023-09-29T16:52:26.028 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-09-29T16:52:26.028 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "monmap": { 2023-09-29T16:52:26.029 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T16:52:26.029 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-09-29T16:52:26.029 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-29T16:52:26.029 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2023-09-29T16:52:26.029 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "osdmap": { 2023-09-29T16:52:26.029 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T16:52:26.029 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-29T16:52:26.029 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-29T16:52:26.029 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-29T16:52:26.030 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-29T16:52:26.030 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-29T16:52:26.030 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-29T16:52:26.030 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2023-09-29T16:52:26.030 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "pgmap": { 2023-09-29T16:52:26.030 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-29T16:52:26.030 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-29T16:52:26.031 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-29T16:52:26.031 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-29T16:52:26.031 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-29T16:52:26.031 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-29T16:52:26.031 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-29T16:52:26.031 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-29T16:52:26.031 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2023-09-29T16:52:26.031 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "fsmap": { 2023-09-29T16:52:26.032 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T16:52:26.032 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-29T16:52:26.032 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-29T16:52:26.032 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2023-09-29T16:52:26.032 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-29T16:52:26.032 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "available": true, 2023-09-29T16:52:26.033 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-29T16:52:26.033 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "modules": [ 2023-09-29T16:52:26.033 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "iostat", 2023-09-29T16:52:26.033 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "nfs", 2023-09-29T16:52:26.033 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "restful" 2023-09-29T16:52:26.033 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: ], 2023-09-29T16:52:26.034 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "services": {} 2023-09-29T16:52:26.034 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2023-09-29T16:52:26.034 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "servicemap": { 2023-09-29T16:52:26.034 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-29T16:52:26.034 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "modified": "2023-09-29T16:52:15.594145+0000", 2023-09-29T16:52:26.035 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "services": {} 2023-09-29T16:52:26.035 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: }, 2023-09-29T16:52:26.035 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-29T16:52:26.035 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: } 2023-09-29T16:52:26.353 INFO:teuthology.orchestra.run.smithi098.stderr:mgr is available 2023-09-29T16:52:26.354 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z -v /tmp/tmps3jymhrk:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2023-09-29T16:52:26.867 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2023-09-29T16:52:26.867 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: [global] 2023-09-29T16:52:26.867 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: fsid = 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T16:52:26.867 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: log_to_journald = false 2023-09-29T16:52:26.867 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-09-29T16:52:26.867 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-09-29T16:52:26.867 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-09-29T16:52:26.867 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-09-29T16:52:26.867 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2023-09-29T16:52:26.868 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: [mgr] 2023-09-29T16:52:26.868 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-09-29T16:52:26.868 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 2023-09-29T16:52:26.868 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: [osd] 2023-09-29T16:52:26.868 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-09-29T16:52:26.868 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-09-29T16:52:27.212 INFO:teuthology.orchestra.run.smithi098.stderr:Enabling cephadm module... 2023-09-29T16:52:27.212 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2023-09-29T16:52:27.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:26.013586+0000 mon.smithi098 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi098.saehjc(active, since 1.00494s) 2023-09-29T16:52:27.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:26.019889+0000 mon.smithi098 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.98:0/494040528' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-29T16:52:27.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:26.865956+0000 mon.smithi098 (mon.0) 24 : audit [INF] from='client.? 172.21.15.98:0/1317250835' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-29T16:52:28.347 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:28 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:27.017420+0000 mon.smithi098 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi098.saehjc(active, since 2s) 2023-09-29T16:52:28.347 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:28 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:27.713052+0000 mon.smithi098 (mon.0) 26 : audit [INF] from='client.? 172.21.15.98:0/2801859986' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-09-29T16:52:28.370 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-09-29T16:52:28.946 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: { 2023-09-29T16:52:28.946 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 5, 2023-09-29T16:52:28.946 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "available": true, 2023-09-29T16:52:28.946 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "active_name": "smithi098.saehjc", 2023-09-29T16:52:28.946 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_standby": 0 2023-09-29T16:52:28.946 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: } 2023-09-29T16:52:29.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:28.020383+0000 mon.smithi098 (mon.0) 27 : audit [INF] from='client.? 172.21.15.98:0/2801859986' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-09-29T16:52:29.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:28.020442+0000 mon.smithi098 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi098.saehjc(active, since 3s) 2023-09-29T16:52:29.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:28.946138+0000 mon.smithi098 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.98:0/2216635721' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-29T16:52:29.296 INFO:teuthology.orchestra.run.smithi098.stderr:Waiting for the mgr to restart... 2023-09-29T16:52:29.296 INFO:teuthology.orchestra.run.smithi098.stderr:Waiting for mgr epoch 5... 2023-09-29T16:52:29.296 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-09-29T16:52:33.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:33 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:33.117639+0000 mon.smithi098 (mon.0) 30 : cluster [INF] Active manager daemon smithi098.saehjc restarted 2023-09-29T16:52:33.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:33 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:33.118037+0000 mon.smithi098 (mon.0) 31 : cluster [INF] Activating manager daemon smithi098.saehjc 2023-09-29T16:52:33.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:33 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:33.119754+0000 mon.smithi098 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-09-29T16:52:34.185 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: { 2023-09-29T16:52:34.186 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-09-29T16:52:34.186 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "initialized": true 2023-09-29T16:52:34.186 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: } 2023-09-29T16:52:34.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:33.171060+0000 mon.smithi098 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi098.saehjc(active, starting, since 0.0531038s) 2023-09-29T16:52:34.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:33.173672+0000 mon.smithi098 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-09-29T16:52:34.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:33.173879+0000 mon.smithi098 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr metadata", "who": "smithi098.saehjc", "id": "smithi098.saehjc"}]: dispatch 2023-09-29T16:52:34.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:33.174049+0000 mon.smithi098 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T16:52:34.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:33.174183+0000 mon.smithi098 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T16:52:34.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:33.174320+0000 mon.smithi098 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T16:52:34.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:33.187952+0000 mon.smithi098 (mon.0) 39 : cluster [INF] Manager daemon smithi098.saehjc is now available 2023-09-29T16:52:34.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:33.201263+0000 mon.smithi098 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:34.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:33.204044+0000 mon.smithi098 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:34.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:33.206394+0000 mon.smithi098 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:34.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:33.294568+0000 mon.smithi098 (mon.0) 43 : audit [INF] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:34.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:33.295283+0000 mon.smithi098 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:52:34.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:33.296844+0000 mon.smithi098 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:52:34.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:33.298473+0000 mon.smithi098 (mon.0) 46 : audit [DBG] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:52:34.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:33.309011+0000 mon.smithi098 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/mirror_snapshot_schedule"}]: dispatch 2023-09-29T16:52:34.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:33.310185+0000 mon.smithi098 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/trash_purge_schedule"}]: dispatch 2023-09-29T16:52:35.414 INFO:teuthology.orchestra.run.smithi098.stderr:mgr epoch 5 is available 2023-09-29T16:52:35.415 INFO:teuthology.orchestra.run.smithi098.stderr:Setting orchestrator backend to cephadm... 2023-09-29T16:52:35.415 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2023-09-29T16:52:35.417 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:34.179636+0000 mgr.smithi098.saehjc (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-29T16:52:35.417 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:34.180068+0000 mon.smithi098 (mon.0) 49 : cluster [DBG] mgrmap e7: smithi098.saehjc(active, since 1.0621s) 2023-09-29T16:52:35.418 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:34.186075+0000 mgr.smithi098.saehjc (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-29T16:52:36.454 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:35.182119+0000 mon.smithi098 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi098.saehjc(active, since 2s) 2023-09-29T16:52:36.777 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2023-09-29T16:52:37.284 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: value unchanged 2023-09-29T16:52:37.596 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:36.430297+0000 mgr.smithi098.saehjc (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:52:37.596 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:36.434020+0000 mon.smithi098 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:37.596 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:36.437177+0000 mon.smithi098 (mon.0) 52 : audit [DBG] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:52:37.627 INFO:teuthology.orchestra.run.smithi098.stderr:Generating ssh key... 2023-09-29T16:52:37.627 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2023-09-29T16:52:38.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:38 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:37.285151+0000 mgr.smithi098.saehjc (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:52:38.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:38 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:38.210871+0000 mon.smithi098 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:38.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:38 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:38.212487+0000 mon.smithi098 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:38.568 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2023-09-29T16:52:39.068 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD5xX/XGgZMbFN6jgWp+8uLVB/irgR2SJblNrvqWtWZeEFhMQYS6XPaV3eEpgJroHLA5KE3HSC3kS8tNDsjbQWGb1PMGtjz7g87h4jOyVSMbbzarWw0yemTf1o+dulcnLQ85fwRBCK2DWWIoFH7f7Cd6ayuAFON2Uas1Fj4l/AIhz70LI24UiOmIOWTOEAier6xluYB6ZZev10EbT+Et5rV5xbYbg1ZTlbqiHR8UBjq3sccWOtNxzQYOaeA4RIulshkjwXuevj8UDa+1s2xN3CripKuaUT6mbsuhMKzIXQmWV9qNl2SL+rgewmcaluUl/rkzWr/h524R1o0D6bLKJz7uqV4GW0G7ZddDuAdfeJP4IHFzrmE7wFwSVvKibfnMi8wIqjcKGBS5wJ2bUAFXB3fp8KffduKnEPbOM701hX9NmpQfsoDR3tEtNJ2ddHKExwmqBCN0AO5ZnlNbwmGCIiZMLfYTI5nsL7rfPkikN1NtvXIcSn5Z5V3x7XDdSWbLE8= ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T16:52:39.402 INFO:teuthology.orchestra.run.smithi098.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-09-29T16:52:39.402 INFO:teuthology.orchestra.run.smithi098.stderr:Adding key to root@localhost authorized_keys... 2023-09-29T16:52:39.402 INFO:teuthology.orchestra.run.smithi098.stderr:Adding host smithi098... 2023-09-29T16:52:39.402 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi098 172.21.15.98 2023-09-29T16:52:39.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:39 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:52:38.140973+0000 mgr.smithi098.saehjc (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2023-09-29T16:52:40.540 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: Added host 'smithi098' with addr '172.21.15.98' 2023-09-29T16:52:40.846 INFO:teuthology.orchestra.run.smithi098.stderr:Deploying mon service with default placement... 2023-09-29T16:52:40.846 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2023-09-29T16:52:40.942 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:39.068159+0000 mgr.smithi098.saehjc (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:52:40.942 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:39.954477+0000 mgr.smithi098.saehjc (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi098", "addr": "172.21.15.98", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:52:40.942 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:40.539427+0000 mon.smithi098 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:40.942 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:40.539966+0000 mon.smithi098 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:52:41.356 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: Scheduled mon update... 2023-09-29T16:52:41.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:52:40.539743+0000 mgr.smithi098.saehjc (mgr.14116) 9 : cephadm [INF] Added host smithi098 2023-09-29T16:52:41.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:41.357009+0000 mon.smithi098 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:42.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:42 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:41.354167+0000 mgr.smithi098.saehjc (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:52:42.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:42 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:52:41.354870+0000 mgr.smithi098.saehjc (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2023-09-29T16:52:43.369 INFO:teuthology.orchestra.run.smithi098.stderr:Deploying mgr service with default placement... 2023-09-29T16:52:43.369 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2023-09-29T16:52:44.969 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-09-29T16:52:46.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:44.966571+0000 mgr.smithi098.saehjc (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:52:46.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:52:44.967121+0000 mgr.smithi098.saehjc (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2023-09-29T16:52:46.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:44.969309+0000 mon.smithi098 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:47.093 INFO:teuthology.orchestra.run.smithi098.stderr:Deploying crash service with default placement... 2023-09-29T16:52:47.093 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2023-09-29T16:52:47.642 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: Scheduled crash update... 2023-09-29T16:52:47.984 INFO:teuthology.orchestra.run.smithi098.stderr:Enabling mgr prometheus module... 2023-09-29T16:52:47.984 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2023-09-29T16:52:48.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:47.373842+0000 mon.smithi098 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:48.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:47.597172+0000 mon.smithi098 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:48.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:47.639273+0000 mgr.smithi098.saehjc (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:52:48.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:52:47.639975+0000 mgr.smithi098.saehjc (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2023-09-29T16:52:48.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:47.642264+0000 mon.smithi098 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:49.842 INFO:teuthology.orchestra.run.smithi098.stderr:Deploying prometheus service with default placement... 2023-09-29T16:52:49.842 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2023-09-29T16:52:49.940 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:48.515849+0000 mon.smithi098 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.98:0/1422524590' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:49.940 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:48.545849+0000 mon.smithi098 (mon.0) 63 : audit [INF] from='client.? 172.21.15.98:0/2486910294' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-09-29T16:52:50.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:49.516714+0000 mon.smithi098 (mon.0) 64 : audit [INF] from='client.? 172.21.15.98:0/2486910294' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-09-29T16:52:50.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:49.516786+0000 mon.smithi098 (mon.0) 65 : cluster [DBG] mgrmap e9: smithi098.saehjc(active, since 16s) 2023-09-29T16:52:54.806 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:54.599463+0000 mon.smithi098 (mon.0) 66 : cluster [INF] Active manager daemon smithi098.saehjc restarted 2023-09-29T16:52:54.806 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:54.599839+0000 mon.smithi098 (mon.0) 67 : cluster [INF] Activating manager daemon smithi098.saehjc 2023-09-29T16:52:54.806 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:54.601595+0000 mon.smithi098 (mon.0) 68 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-09-29T16:52:55.665 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-09-29T16:52:55.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:54.653175+0000 mon.smithi098 (mon.0) 69 : cluster [DBG] mgrmap e10: smithi098.saehjc(active, starting, since 0.0534255s) 2023-09-29T16:52:55.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:54.655310+0000 mon.smithi098 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.98:0/887933862' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-09-29T16:52:55.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:54.656068+0000 mon.smithi098 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.98:0/887933862' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr metadata", "who": "smithi098.saehjc", "id": "smithi098.saehjc"}]: dispatch 2023-09-29T16:52:55.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:54.657107+0000 mon.smithi098 (mon.0) 72 : audit [DBG] from='mgr.14144 172.21.15.98:0/887933862' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T16:52:55.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:54.657331+0000 mon.smithi098 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.98:0/887933862' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T16:52:55.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:54.657546+0000 mon.smithi098 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.98:0/887933862' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T16:52:55.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:54.671016+0000 mon.smithi098 (mon.0) 75 : cluster [INF] Manager daemon smithi098.saehjc is now available 2023-09-29T16:52:55.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:54.770152+0000 mon.smithi098 (mon.0) 76 : audit [DBG] from='mgr.14144 172.21.15.98:0/887933862' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:52:55.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:54.771568+0000 mon.smithi098 (mon.0) 77 : audit [DBG] from='mgr.14144 172.21.15.98:0/887933862' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:52:55.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:54.786752+0000 mon.smithi098 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.98:0/887933862' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/mirror_snapshot_schedule"}]: dispatch 2023-09-29T16:52:55.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:54.793642+0000 mon.smithi098 (mon.0) 79 : audit [INF] from='mgr.14144 172.21.15.98:0/887933862' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/trash_purge_schedule"}]: dispatch 2023-09-29T16:52:55.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:55.593802+0000 mon.smithi098 (mon.0) 80 : audit [INF] from='mgr.14144 172.21.15.98:0/887933862' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:56.032 INFO:teuthology.orchestra.run.smithi098.stderr:Deploying grafana service with default placement... 2023-09-29T16:52:56.033 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2023-09-29T16:52:56.785 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-09-29T16:52:56.940 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:55.662345+0000 mon.smithi098 (mon.0) 81 : cluster [DBG] mgrmap e11: smithi098.saehjc(active, since 1.06259s) 2023-09-29T16:52:56.940 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:52:55.662745+0000 mgr.smithi098.saehjc (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-09-29T16:52:56.940 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:55.665331+0000 mon.smithi098 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.98:0/887933862' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:57.107 INFO:teuthology.orchestra.run.smithi098.stderr:Deploying node-exporter service with default placement... 2023-09-29T16:52:57.108 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2023-09-29T16:52:57.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:52:56.666113+0000 mon.smithi098 (mon.0) 83 : cluster [DBG] mgrmap e12: smithi098.saehjc(active, since 2s) 2023-09-29T16:52:57.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:56.781841+0000 mgr.smithi098.saehjc (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:52:57.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:52:56.782376+0000 mgr.smithi098.saehjc (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2023-09-29T16:52:57.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:56.785412+0000 mon.smithi098 (mon.0) 84 : audit [INF] from='mgr.14144 172.21.15.98:0/887933862' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:57.857 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-09-29T16:52:58.199 INFO:teuthology.orchestra.run.smithi098.stderr:Deploying alertmanager service with default placement... 2023-09-29T16:52:58.199 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2023-09-29T16:52:58.707 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-09-29T16:52:59.049 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2023-09-29T16:52:59.154 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:57.849302+0000 mgr.smithi098.saehjc (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:52:59.154 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:52:57.849969+0000 mgr.smithi098.saehjc (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2023-09-29T16:52:59.154 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:57.856146+0000 mon.smithi098 (mon.0) 85 : audit [INF] from='mgr.14144 172.21.15.98:0/887933862' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:59.154 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:52:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:58.707745+0000 mon.smithi098 (mon.0) 86 : audit [INF] from='mgr.14144 172.21.15.98:0/887933862' entity='mgr.smithi098.saehjc' 2023-09-29T16:52:59.857 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2023-09-29T16:53:00.682 INFO:teuthology.orchestra.run.smithi098.stderr:Enabling the dashboard module... 2023-09-29T16:53:00.682 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2023-09-29T16:53:00.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:58.702489+0000 mgr.smithi098.saehjc (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:53:00.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:52:58.703038+0000 mgr.smithi098.saehjc (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-09-29T16:53:00.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:52:59.527357+0000 mon.smithi098 (mon.0) 87 : audit [INF] from='client.? 172.21.15.98:0/2697827819' entity='client.admin' 2023-09-29T16:53:00.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:00.356388+0000 mon.smithi098 (mon.0) 88 : audit [INF] from='client.? 172.21.15.98:0/694772864' entity='client.admin' 2023-09-29T16:53:01.792 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:01 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:01.228969+0000 mon.smithi098 (mon.0) 89 : audit [INF] from='client.? 172.21.15.98:0/1572252714' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-09-29T16:53:01.865 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-09-29T16:53:02.447 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: { 2023-09-29T16:53:02.448 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "epoch": 13, 2023-09-29T16:53:02.448 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "available": true, 2023-09-29T16:53:02.448 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "active_name": "smithi098.saehjc", 2023-09-29T16:53:02.448 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "num_standby": 0 2023-09-29T16:53:02.448 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: } 2023-09-29T16:53:02.791 INFO:teuthology.orchestra.run.smithi098.stderr:Waiting for the mgr to restart... 2023-09-29T16:53:02.791 INFO:teuthology.orchestra.run.smithi098.stderr:Waiting for mgr epoch 13... 2023-09-29T16:53:02.791 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-09-29T16:53:02.912 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:01.531130+0000 mon.smithi098 (mon.0) 90 : audit [INF] from='client.? 172.21.15.98:0/1572252714' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-09-29T16:53:02.912 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:01.531195+0000 mon.smithi098 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi098.saehjc(active, since 6s) 2023-09-29T16:53:02.913 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:02.447842+0000 mon.smithi098 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.98:0/4161474843' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-29T16:53:06.868 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:06 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:06.679716+0000 mon.smithi098 (mon.0) 93 : cluster [INF] Active manager daemon smithi098.saehjc restarted 2023-09-29T16:53:06.869 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:06 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:06.680096+0000 mon.smithi098 (mon.0) 94 : cluster [INF] Activating manager daemon smithi098.saehjc 2023-09-29T16:53:06.869 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:06 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:06.684298+0000 mon.smithi098 (mon.0) 95 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-09-29T16:53:07.748 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: { 2023-09-29T16:53:07.748 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2023-09-29T16:53:07.748 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: "initialized": true 2023-09-29T16:53:07.748 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: } 2023-09-29T16:53:07.922 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:06.732637+0000 mon.smithi098 (mon.0) 96 : cluster [DBG] mgrmap e14: smithi098.saehjc(active, starting, since 0.0526277s) 2023-09-29T16:53:07.922 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:06.735175+0000 mon.smithi098 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-09-29T16:53:07.922 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:06.735847+0000 mon.smithi098 (mon.0) 98 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr metadata", "who": "smithi098.saehjc", "id": "smithi098.saehjc"}]: dispatch 2023-09-29T16:53:07.922 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:06.736546+0000 mon.smithi098 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T16:53:07.922 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:06.736700+0000 mon.smithi098 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T16:53:07.923 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:06.736839+0000 mon.smithi098 (mon.0) 101 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T16:53:07.923 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:06.749923+0000 mon.smithi098 (mon.0) 102 : cluster [INF] Manager daemon smithi098.saehjc is now available 2023-09-29T16:53:07.923 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:06.848427+0000 mon.smithi098 (mon.0) 103 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:53:07.923 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:06.849799+0000 mon.smithi098 (mon.0) 104 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:53:07.923 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:06.875456+0000 mon.smithi098 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/mirror_snapshot_schedule"}]: dispatch 2023-09-29T16:53:07.923 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:06.877823+0000 mon.smithi098 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/trash_purge_schedule"}]: dispatch 2023-09-29T16:53:07.923 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:07.711254+0000 mon.smithi098 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:08.965 INFO:teuthology.orchestra.run.smithi098.stderr:mgr epoch 13 is available 2023-09-29T16:53:08.965 INFO:teuthology.orchestra.run.smithi098.stderr:Generating a dashboard self-signed certificate... 2023-09-29T16:53:08.965 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2023-09-29T16:53:09.071 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:07.741844+0000 mgr.smithi098.saehjc (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-29T16:53:09.071 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:07.742221+0000 mon.smithi098 (mon.0) 108 : cluster [DBG] mgrmap e15: smithi098.saehjc(active, since 1.06221s) 2023-09-29T16:53:09.071 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:07.748151+0000 mgr.smithi098.saehjc (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-29T16:53:09.621 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: Self-signed certificate created 2023-09-29T16:53:09.981 INFO:teuthology.orchestra.run.smithi098.stderr:Creating initial admin user... 2023-09-29T16:53:09.982 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpmb4y4nqs:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2023-09-29T16:53:10.715 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$yCIES5NOXC90Pyvyy3ycAegtqDzYLGVoqUqqdIZu6XcSwKBnCyde.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1696006390, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-09-29T16:53:10.896 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:09.568077+0000 mgr.smithi098.saehjc (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:53:10.897 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:09.586489+0000 mon.smithi098 (mon.0) 109 : cluster [DBG] mgrmap e16: smithi098.saehjc(active, since 2s) 2023-09-29T16:53:10.897 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:09.616936+0000 mon.smithi098 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:10.897 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:09.621461+0000 mon.smithi098 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:10.897 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:10.498469+0000 mgr.smithi098.saehjc (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 2023-09-29T16:53:11.090 INFO:teuthology.orchestra.run.smithi098.stderr:Fetching dashboard port number... 2023-09-29T16:53:11.090 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpzzj2hrtj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajg88jd9:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2023-09-29T16:53:11.561 INFO:teuthology.orchestra.run.smithi098.stderr:/usr/bin/ceph: 8443 2023-09-29T16:53:11.906 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl is-enabled firewalld.service 2023-09-29T16:53:11.914 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: disabled 2023-09-29T16:53:11.914 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: systemctl is-active firewalld.service 2023-09-29T16:53:11.921 INFO:teuthology.orchestra.run.smithi098.stderr:systemctl: inactive 2023-09-29T16:53:11.922 INFO:teuthology.orchestra.run.smithi098.stderr:firewalld.service is not enabled 2023-09-29T16:53:11.922 INFO:teuthology.orchestra.run.smithi098.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-09-29T16:53:11.925 INFO:teuthology.orchestra.run.smithi098.stderr:Ceph Dashboard is now available at: 2023-09-29T16:53:11.925 INFO:teuthology.orchestra.run.smithi098.stderr: 2023-09-29T16:53:11.925 INFO:teuthology.orchestra.run.smithi098.stderr: URL: https://smithi098.front.sepia.ceph.com:8443/ 2023-09-29T16:53:11.925 INFO:teuthology.orchestra.run.smithi098.stderr: User: admin 2023-09-29T16:53:11.925 INFO:teuthology.orchestra.run.smithi098.stderr: Password: 7z91839xgy 2023-09-29T16:53:11.925 INFO:teuthology.orchestra.run.smithi098.stderr: 2023-09-29T16:53:11.925 INFO:teuthology.orchestra.run.smithi098.stderr:You can access the Ceph CLI with: 2023-09-29T16:53:11.925 INFO:teuthology.orchestra.run.smithi098.stderr: 2023-09-29T16:53:11.925 INFO:teuthology.orchestra.run.smithi098.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-09-29T16:53:11.925 INFO:teuthology.orchestra.run.smithi098.stderr: 2023-09-29T16:53:11.925 INFO:teuthology.orchestra.run.smithi098.stderr:Please consider enabling telemetry to help improve Ceph: 2023-09-29T16:53:11.926 INFO:teuthology.orchestra.run.smithi098.stderr: 2023-09-29T16:53:11.926 INFO:teuthology.orchestra.run.smithi098.stderr: ceph telemetry on 2023-09-29T16:53:11.926 INFO:teuthology.orchestra.run.smithi098.stderr: 2023-09-29T16:53:11.926 INFO:teuthology.orchestra.run.smithi098.stderr:For more information see: 2023-09-29T16:53:11.926 INFO:teuthology.orchestra.run.smithi098.stderr: 2023-09-29T16:53:11.926 INFO:teuthology.orchestra.run.smithi098.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2023-09-29T16:53:11.926 INFO:teuthology.orchestra.run.smithi098.stderr: 2023-09-29T16:53:11.926 INFO:teuthology.orchestra.run.smithi098.stderr:Bootstrap complete. 2023-09-29T16:53:11.926 INFO:teuthology.orchestra.run.smithi098.stderr:Releasing lock 139952900972672 on /run/cephadm/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7.lock 2023-09-29T16:53:11.926 INFO:teuthology.orchestra.run.smithi098.stderr:Lock 139952900972672 released on /run/cephadm/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7.lock 2023-09-29T16:53:11.943 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:10.715493+0000 mon.smithi098 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:11.943 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:11.562169+0000 mon.smithi098 (mon.0) 113 : audit [DBG] from='client.? 172.21.15.98:0/2066208003' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-09-29T16:53:11.958 INFO:tasks.cephadm:Fetching config... 2023-09-29T16:53:11.958 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-09-29T16:53:11.958 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-09-29T16:53:11.977 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-09-29T16:53:11.977 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-09-29T16:53:11.977 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-09-29T16:53:12.036 INFO:tasks.cephadm:Fetching mon keyring... 2023-09-29T16:53:12.036 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-09-29T16:53:12.036 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/keyring of=/dev/stdout 2023-09-29T16:53:12.106 INFO:tasks.cephadm:Fetching pub ssh key... 2023-09-29T16:53:12.106 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-09-29T16:53:12.106 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-09-29T16:53:12.163 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-09-29T16:53:12.163 DEBUG:teuthology.orchestra.run.smithi098:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD5xX/XGgZMbFN6jgWp+8uLVB/irgR2SJblNrvqWtWZeEFhMQYS6XPaV3eEpgJroHLA5KE3HSC3kS8tNDsjbQWGb1PMGtjz7g87h4jOyVSMbbzarWw0yemTf1o+dulcnLQ85fwRBCK2DWWIoFH7f7Cd6ayuAFON2Uas1Fj4l/AIhz70LI24UiOmIOWTOEAier6xluYB6ZZev10EbT+Et5rV5xbYbg1ZTlbqiHR8UBjq3sccWOtNxzQYOaeA4RIulshkjwXuevj8UDa+1s2xN3CripKuaUT6mbsuhMKzIXQmWV9qNl2SL+rgewmcaluUl/rkzWr/h524R1o0D6bLKJz7uqV4GW0G7ZddDuAdfeJP4IHFzrmE7wFwSVvKibfnMi8wIqjcKGBS5wJ2bUAFXB3fp8KffduKnEPbOM701hX9NmpQfsoDR3tEtNJ2ddHKExwmqBCN0AO5ZnlNbwmGCIiZMLfYTI5nsL7rfPkikN1NtvXIcSn5Z5V3x7XDdSWbLE8= ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-29T16:53:12.241 INFO:teuthology.orchestra.run.smithi098.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD5xX/XGgZMbFN6jgWp+8uLVB/irgR2SJblNrvqWtWZeEFhMQYS6XPaV3eEpgJroHLA5KE3HSC3kS8tNDsjbQWGb1PMGtjz7g87h4jOyVSMbbzarWw0yemTf1o+dulcnLQ85fwRBCK2DWWIoFH7f7Cd6ayuAFON2Uas1Fj4l/AIhz70LI24UiOmIOWTOEAier6xluYB6ZZev10EbT+Et5rV5xbYbg1ZTlbqiHR8UBjq3sccWOtNxzQYOaeA4RIulshkjwXuevj8UDa+1s2xN3CripKuaUT6mbsuhMKzIXQmWV9qNl2SL+rgewmcaluUl/rkzWr/h524R1o0D6bLKJz7uqV4GW0G7ZddDuAdfeJP4IHFzrmE7wFwSVvKibfnMi8wIqjcKGBS5wJ2bUAFXB3fp8KffduKnEPbOM701hX9NmpQfsoDR3tEtNJ2ddHKExwmqBCN0AO5ZnlNbwmGCIiZMLfYTI5nsL7rfPkikN1NtvXIcSn5Z5V3x7XDdSWbLE8= ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T16:53:12.252 DEBUG:teuthology.orchestra.run.smithi174:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD5xX/XGgZMbFN6jgWp+8uLVB/irgR2SJblNrvqWtWZeEFhMQYS6XPaV3eEpgJroHLA5KE3HSC3kS8tNDsjbQWGb1PMGtjz7g87h4jOyVSMbbzarWw0yemTf1o+dulcnLQ85fwRBCK2DWWIoFH7f7Cd6ayuAFON2Uas1Fj4l/AIhz70LI24UiOmIOWTOEAier6xluYB6ZZev10EbT+Et5rV5xbYbg1ZTlbqiHR8UBjq3sccWOtNxzQYOaeA4RIulshkjwXuevj8UDa+1s2xN3CripKuaUT6mbsuhMKzIXQmWV9qNl2SL+rgewmcaluUl/rkzWr/h524R1o0D6bLKJz7uqV4GW0G7ZddDuAdfeJP4IHFzrmE7wFwSVvKibfnMi8wIqjcKGBS5wJ2bUAFXB3fp8KffduKnEPbOM701hX9NmpQfsoDR3tEtNJ2ddHKExwmqBCN0AO5ZnlNbwmGCIiZMLfYTI5nsL7rfPkikN1NtvXIcSn5Z5V3x7XDdSWbLE8= ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-29T16:53:12.298 INFO:teuthology.orchestra.run.smithi174.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD5xX/XGgZMbFN6jgWp+8uLVB/irgR2SJblNrvqWtWZeEFhMQYS6XPaV3eEpgJroHLA5KE3HSC3kS8tNDsjbQWGb1PMGtjz7g87h4jOyVSMbbzarWw0yemTf1o+dulcnLQ85fwRBCK2DWWIoFH7f7Cd6ayuAFON2Uas1Fj4l/AIhz70LI24UiOmIOWTOEAier6xluYB6ZZev10EbT+Et5rV5xbYbg1ZTlbqiHR8UBjq3sccWOtNxzQYOaeA4RIulshkjwXuevj8UDa+1s2xN3CripKuaUT6mbsuhMKzIXQmWV9qNl2SL+rgewmcaluUl/rkzWr/h524R1o0D6bLKJz7uqV4GW0G7ZddDuAdfeJP4IHFzrmE7wFwSVvKibfnMi8wIqjcKGBS5wJ2bUAFXB3fp8KffduKnEPbOM701hX9NmpQfsoDR3tEtNJ2ddHKExwmqBCN0AO5ZnlNbwmGCIiZMLfYTI5nsL7rfPkikN1NtvXIcSn5Z5V3x7XDdSWbLE8= ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T16:53:12.310 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-09-29T16:53:13.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:13 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:12.771886+0000 mon.smithi098 (mon.0) 114 : cluster [DBG] mgrmap e17: smithi098.saehjc(active, since 6s) 2023-09-29T16:53:13.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:13 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:13.731380+0000 mon.smithi098 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:13.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:13 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:13.748569+0000 mon.smithi098 (mon.0) 116 : audit [INF] from='client.? 172.21.15.98:0/2418008234' entity='client.admin' 2023-09-29T16:53:14.100 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-09-29T16:53:14.100 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-09-29T16:53:14.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:14.259477+0000 mon.smithi098 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:53:14.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:14.262606+0000 mon.smithi098 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:14.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:53:14.269366+0000 mgr.smithi098.saehjc (mgr.14164) 5 : cephadm [INF] Deploying daemon alertmanager.smithi098 on smithi098 2023-09-29T16:53:15.982 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi174 2023-09-29T16:53:15.982 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2023-09-29T16:53:15.982 DEBUG:teuthology.orchestra.run.smithi174:> dd of=/etc/ceph/ceph.conf 2023-09-29T16:53:16.004 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2023-09-29T16:53:16.005 DEBUG:teuthology.orchestra.run.smithi174:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-29T16:53:16.066 INFO:tasks.cephadm:Adding host smithi174 to orchestrator... 2023-09-29T16:53:16.067 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph orch host add smithi174 2023-09-29T16:53:16.868 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:15.572756+0000 mgr.smithi098.saehjc (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 2023-09-29T16:53:16.868 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:15.575171+0000 mon.smithi098 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:18.187 INFO:teuthology.orchestra.run.smithi098.stdout:Added host 'smithi174' with addr '172.21.15.174' 2023-09-29T16:53:18.967 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph orch host ls --format=json 2023-09-29T16:53:19.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:19 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:17.570921+0000 mgr.smithi098.saehjc (mgr.14164) 7 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi174", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:53:19.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:19 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:18.186626+0000 mon.smithi098 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:19.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:19 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:53:18.186922+0000 mgr.smithi098.saehjc (mgr.14164) 8 : cephadm [INF] Added host smithi174 2023-09-29T16:53:21.314 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:53:21.314 INFO:teuthology.orchestra.run.smithi098.stdout:[{"addr": "172.21.15.98", "hostname": "smithi098", "labels": [], "status": ""}, {"addr": "172.21.15.174", "hostname": "smithi174", "labels": [], "status": ""}] 2023-09-29T16:53:21.704 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:21 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:21.314356+0000 mgr.smithi098.saehjc (mgr.14164) 9 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T16:53:21.726 INFO:tasks.cephadm:Setting crush tunables to default 2023-09-29T16:53:21.726 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph osd crush tunables default 2023-09-29T16:53:23.474 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:22.179397+0000 mon.smithi098 (mon.0) 121 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:23.474 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:22.181050+0000 mon.smithi098 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T16:53:23.474 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:22.182588+0000 mon.smithi098 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-29T16:53:23.474 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:22.183188+0000 mon.smithi098 (mon.0) 124 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:53:23.474 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:53:22.183662+0000 mgr.smithi098.saehjc (mgr.14164) 10 : cephadm [INF] Deploying daemon crash.smithi098 on smithi098 2023-09-29T16:53:24.191 INFO:teuthology.orchestra.run.smithi098.stderr:adjusted tunables profile to default 2023-09-29T16:53:24.462 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:23.385490+0000 mon.smithi098 (mon.0) 125 : audit [INF] from='client.? 172.21.15.98:0/3810386439' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-09-29T16:53:24.462 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:23.961193+0000 mon.smithi098 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:24.462 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:24.111280+0000 mon.smithi098 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:24.462 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:24.112986+0000 mon.smithi098 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:24.462 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:24.113325+0000 mon.smithi098 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-29T16:53:24.462 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:24.115809+0000 mon.smithi098 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:24.523 INFO:tasks.cephadm:Adding mon.smithi098 on smithi098 2023-09-29T16:53:24.523 INFO:tasks.cephadm:Adding mon.smithi174 on smithi174 2023-09-29T16:53:24.523 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph orch apply mon '2;smithi098:172.21.15.98=smithi098;smithi174:172.21.15.174=smithi174' 2023-09-29T16:53:25.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:24.113636+0000 mgr.smithi098.saehjc (mgr.14164) 11 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-29T16:53:25.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:53:24.118960+0000 mgr.smithi098.saehjc (mgr.14164) 12 : cephadm [INF] Deploying daemon grafana.smithi098 on smithi098 2023-09-29T16:53:25.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:24.188459+0000 mon.smithi098 (mon.0) 131 : audit [INF] from='client.? 172.21.15.98:0/3810386439' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-09-29T16:53:25.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:24.188517+0000 mon.smithi098 (mon.0) 132 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-09-29T16:53:25.814 INFO:teuthology.orchestra.run.smithi174.stdout:Scheduled mon update... 2023-09-29T16:53:26.180 DEBUG:teuthology.orchestra.run.smithi174:mon.smithi174> sudo journalctl -f -n 0 -u ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mon.smithi174.service 2023-09-29T16:53:26.182 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-29T16:53:26.182 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-29T16:53:26.212 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:-- Logs begin at Fri 2023-09-29 16:43:46 UTC. -- 2023-09-29T16:53:27.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:25.810649+0000 mgr.smithi098.saehjc (mgr.14164) 13 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi098:172.21.15.98=smithi098;smithi174:172.21.15.174=smithi174", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:53:27.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:53:25.811745+0000 mgr.smithi098.saehjc (mgr.14164) 14 : cephadm [INF] Saving service mon spec with placement smithi098:172.21.15.98=smithi098;smithi174:172.21.15.174=smithi174;count:2 2023-09-29T16:53:27.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:25.814055+0000 mon.smithi098 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:27.542 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:53:27.542 INFO:teuthology.orchestra.run.smithi174.stdout:{"epoch":1,"fsid":"7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7","modified":"2023-09-29T16:52:13.774792Z","created":"2023-09-29T16:52:13.774792Z","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":"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]} 2023-09-29T16:53:27.543 INFO:teuthology.orchestra.run.smithi174.stderr:dumped monmap epoch 1 2023-09-29T16:53:28.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:26.737808+0000 mgr.smithi098.saehjc (mgr.14164) 15 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:53:28.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:26.867408+0000 mon.smithi098 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:28.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:27.542601+0000 mon.smithi098 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.174:0/3961886332' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T16:53:28.905 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-29T16:53:28.906 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-29T16:53:29.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:28.738053+0000 mgr.smithi098.saehjc (mgr.14164) 16 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:53:30.240 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:53:30.240 INFO:teuthology.orchestra.run.smithi174.stdout:{"epoch":1,"fsid":"7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7","modified":"2023-09-29T16:52:13.774792Z","created":"2023-09-29T16:52:13.774792Z","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":"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]} 2023-09-29T16:53:30.242 INFO:teuthology.orchestra.run.smithi174.stderr:dumped monmap epoch 1 2023-09-29T16:53:30.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:30 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:30.240822+0000 mon.smithi098 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.174:0/1990929672' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T16:53:31.610 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-29T16:53:31.610 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-29T16:53:31.849 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:31 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:30.738298+0000 mgr.smithi098.saehjc (mgr.14164) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:53:32.937 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:53:32.937 INFO:teuthology.orchestra.run.smithi174.stdout:{"epoch":1,"fsid":"7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7","modified":"2023-09-29T16:52:13.774792Z","created":"2023-09-29T16:52:13.774792Z","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":"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]} 2023-09-29T16:53:32.938 INFO:teuthology.orchestra.run.smithi174.stderr:dumped monmap epoch 1 2023-09-29T16:53:34.054 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:33 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:32.738656+0000 mgr.smithi098.saehjc (mgr.14164) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:53:34.054 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:33 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:32.937577+0000 mon.smithi098 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.174:0/2115671002' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T16:53:34.055 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:33 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:33.564523+0000 mon.smithi098 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:34.055 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:33 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:53:33.566317+0000 mgr.smithi098.saehjc (mgr.14164) 19 : cephadm [INF] Deploying daemon node-exporter.smithi098 on smithi098 2023-09-29T16:53:34.303 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-29T16:53:34.305 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-29T16:53:35.682 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:53:35.682 INFO:teuthology.orchestra.run.smithi174.stdout:{"epoch":1,"fsid":"7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7","modified":"2023-09-29T16:52:13.774792Z","created":"2023-09-29T16:52:13.774792Z","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":"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]} 2023-09-29T16:53:35.684 INFO:teuthology.orchestra.run.smithi174.stderr:dumped monmap epoch 1 2023-09-29T16:53:36.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:34.738913+0000 mgr.smithi098.saehjc (mgr.14164) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:53:36.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:35.682781+0000 mon.smithi098 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.174:0/3247198953' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T16:53:37.066 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-29T16:53:37.067 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-29T16:53:37.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:36.008431+0000 mon.smithi098 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:37.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:53:36.014318+0000 mgr.smithi098.saehjc (mgr.14164) 21 : cephadm [INF] Deploying daemon prometheus.smithi098 on smithi098 2023-09-29T16:53:37.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:36.870840+0000 mon.smithi098 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:38.402 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:53:38.403 INFO:teuthology.orchestra.run.smithi174.stdout:{"epoch":1,"fsid":"7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7","modified":"2023-09-29T16:52:13.774792Z","created":"2023-09-29T16:52:13.774792Z","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":"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]} 2023-09-29T16:53:38.404 INFO:teuthology.orchestra.run.smithi174.stderr:dumped monmap epoch 1 2023-09-29T16:53:38.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:38 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:36.739143+0000 mgr.smithi098.saehjc (mgr.14164) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:53:39.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:39 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:38.403012+0000 mon.smithi098 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.174:0/3470383867' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T16:53:39.784 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-29T16:53:39.785 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-29T16:53:40.335 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:38.739431+0000 mgr.smithi098.saehjc (mgr.14164) 23 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:53:41.196 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:53:41.196 INFO:teuthology.orchestra.run.smithi174.stdout:{"epoch":1,"fsid":"7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7","modified":"2023-09-29T16:52:13.774792Z","created":"2023-09-29T16:52:13.774792Z","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":"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]} 2023-09-29T16:53:41.197 INFO:teuthology.orchestra.run.smithi174.stderr:dumped monmap epoch 1 2023-09-29T16:53:42.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:42 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:40.739779+0000 mgr.smithi098.saehjc (mgr.14164) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:53:42.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:42 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:41.196492+0000 mon.smithi098 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.174:0/721431534' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T16:53:42.581 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-29T16:53:42.582 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-29T16:53:43.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:42.066638+0000 mon.smithi098 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:43.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:42.067504+0000 mon.smithi098 (mon.0) 145 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:53:43.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:42.068319+0000 mon.smithi098 (mon.0) 146 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:53:43.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:42.068864+0000 mon.smithi098 (mon.0) 147 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:53:43.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:42.491196+0000 mon.smithi098 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:43.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:42.737453+0000 mon.smithi098 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:44.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:42.740199+0000 mgr.smithi098.saehjc (mgr.14164) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:53:44.299 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:53:44.299 INFO:teuthology.orchestra.run.smithi174.stdout:{"epoch":1,"fsid":"7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7","modified":"2023-09-29T16:52:13.774792Z","created":"2023-09-29T16:52:13.774792Z","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":"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]} 2023-09-29T16:53:44.300 INFO:teuthology.orchestra.run.smithi174.stderr:dumped monmap epoch 1 2023-09-29T16:53:45.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:44.299354+0000 mon.smithi098 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.174:0/3194307783' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T16:53:45.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:44.509651+0000 mon.smithi098 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:45.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:53:44.510131+0000 mgr.smithi098.saehjc (mgr.14164) 26 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2023-09-29T16:53:45.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:53:44.523414+0000 mgr.smithi098.saehjc (mgr.14164) 27 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2023-09-29T16:53:45.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:44.574046+0000 mon.smithi098 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:45.684 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-29T16:53:45.685 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-29T16:53:46.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:44.740461+0000 mgr.smithi098.saehjc (mgr.14164) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:53:46.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:45.195569+0000 mon.smithi098 (mon.0) 153 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:46.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:45.511645+0000 mon.smithi098 (mon.0) 154 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:46.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:45.512263+0000 mon.smithi098 (mon.0) 155 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:53:46.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:45.518297+0000 mon.smithi098 (mon.0) 156 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:46.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:45.520108+0000 mon.smithi098 (mon.0) 157 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi174", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T16:53:46.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:45.524487+0000 mon.smithi098 (mon.0) 158 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi174", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-29T16:53:46.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:45.525240+0000 mon.smithi098 (mon.0) 159 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:53:46.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:53:45.525947+0000 mgr.smithi098.saehjc (mgr.14164) 29 : cephadm [INF] Deploying daemon crash.smithi174 on smithi174 2023-09-29T16:53:47.408 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:53:47.408 INFO:teuthology.orchestra.run.smithi174.stdout:{"epoch":1,"fsid":"7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7","modified":"2023-09-29T16:52:13.774792Z","created":"2023-09-29T16:52:13.774792Z","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":"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]} 2023-09-29T16:53:47.409 INFO:teuthology.orchestra.run.smithi174.stderr:dumped monmap epoch 1 2023-09-29T16:53:48.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:46.740782+0000 mgr.smithi098.saehjc (mgr.14164) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:53:48.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:46.874313+0000 mon.smithi098 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:48.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:47.407774+0000 mon.smithi098 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.174:0/618967967' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T16:53:48.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:47.534777+0000 mon.smithi098 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:48.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:47.537150+0000 mon.smithi098 (mon.0) 163 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi174.ceothj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T16:53:48.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:47.539119+0000 mon.smithi098 (mon.0) 164 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi174.ceothj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-29T16:53:48.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:47.540040+0000 mon.smithi098 (mon.0) 165 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T16:53:48.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:47.540981+0000 mon.smithi098 (mon.0) 166 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:53:48.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:53:47.541714+0000 mgr.smithi098.saehjc (mgr.14164) 31 : cephadm [INF] Deploying daemon mgr.smithi174.ceothj on smithi174 2023-09-29T16:53:48.855 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-29T16:53:48.855 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-29T16:53:50.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:48.741068+0000 mgr.smithi098.saehjc (mgr.14164) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:53:50.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:49.027676+0000 mon.smithi098 (mon.0) 167 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:50.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:49.029696+0000 mon.smithi098 (mon.0) 168 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T16:53:50.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:49.030506+0000 mon.smithi098 (mon.0) 169 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:53:50.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:53:49.031139+0000 mgr.smithi098.saehjc (mgr.14164) 33 : cephadm [INF] Deploying daemon mon.smithi174 on smithi174 2023-09-29T16:53:50.650 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:53:50.650 INFO:teuthology.orchestra.run.smithi174.stdout:{"epoch":1,"fsid":"7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7","modified":"2023-09-29T16:52:13.774792Z","created":"2023-09-29T16:52:13.774792Z","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":"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]} 2023-09-29T16:53:50.652 INFO:teuthology.orchestra.run.smithi174.stderr:dumped monmap epoch 1 2023-09-29T16:53:51.331 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 systemd[1]: Starting Ceph mon.smithi174 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T16:53:51.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:51 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:50.650620+0000 mon.smithi098 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.174:0/3543912742' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T16:53:51.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.331+0000 7f78ad2c9700 0 set uid:gid to 167:167 (ceph:ceph) 2023-09-29T16:53:51.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.331+0000 7f78ad2c9700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2023-09-29T16:53:51.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.331+0000 7f78ad2c9700 0 pidfile_write: ignore empty --pid-file 2023-09-29T16:53:51.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.336+0000 7f78ad2c9700 0 load: jerasure load: lrc load: isa 2023-09-29T16:53:51.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: RocksDB version: 6.8.1 2023-09-29T16:53:51.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-29T16:53:51.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Compile date Jul 8 2021 2023-09-29T16:53:51.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: DB SUMMARY 2023-09-29T16:53:51.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: CURRENT file: CURRENT 2023-09-29T16:53:51.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: IDENTITY file: IDENTITY 2023-09-29T16:53:51.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-09-29T16:53:51.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi174/store.db dir, Total Num: 0, files: 2023-09-29T16:53:51.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi174/store.db: 000003.log size: 511 ; 2023-09-29T16:53:51.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.error_if_exists: 0 2023-09-29T16:53:51.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.create_if_missing: 0 2023-09-29T16:53:51.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.paranoid_checks: 1 2023-09-29T16:53:51.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.env: 0x564b12fcf1c0 2023-09-29T16:53:51.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.fs: Posix File System 2023-09-29T16:53:51.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.info_log: 0x564b14bbda40 2023-09-29T16:53:51.706 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_file_opening_threads: 16 2023-09-29T16:53:51.706 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.statistics: (nil) 2023-09-29T16:53:51.706 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.use_fsync: 0 2023-09-29T16:53:51.706 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_log_file_size: 0 2023-09-29T16:53:51.706 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-29T16:53:51.706 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-09-29T16:53:51.706 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.keep_log_file_num: 1000 2023-09-29T16:53:51.706 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.recycle_log_file_num: 0 2023-09-29T16:53:51.706 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.allow_fallocate: 1 2023-09-29T16:53:51.706 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.allow_mmap_reads: 0 2023-09-29T16:53:51.706 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.allow_mmap_writes: 0 2023-09-29T16:53:51.706 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.use_direct_reads: 0 2023-09-29T16:53:51.706 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-29T16:53:51.707 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.create_missing_column_families: 0 2023-09-29T16:53:51.707 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.db_log_dir: 2023-09-29T16:53:51.707 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi174/store.db 2023-09-29T16:53:51.707 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-09-29T16:53:51.707 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_subcompactions: 1 2023-09-29T16:53:51.707 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_background_flushes: -1 2023-09-29T16:53:51.707 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-09-29T16:53:51.707 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-09-29T16:53:51.707 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-29T16:53:51.707 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-29T16:53:51.707 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-09-29T16:53:51.707 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.advise_random_on_open: 1 2023-09-29T16:53:51.708 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.db_write_buffer_size: 0 2023-09-29T16:53:51.708 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.write_buffer_manager: 0x564b15834030 2023-09-29T16:53:51.708 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-29T16:53:51.708 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-29T16:53:51.708 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-29T16:53:51.708 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-09-29T16:53:51.708 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.rate_limiter: (nil) 2023-09-29T16:53:51.708 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-29T16:53:51.708 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.wal_recovery_mode: 2 2023-09-29T16:53:51.708 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.enable_thread_tracking: 0 2023-09-29T16:53:51.708 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.enable_pipelined_write: 0 2023-09-29T16:53:51.708 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.unordered_write: 0 2023-09-29T16:53:51.708 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-29T16:53:51.709 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-29T16:53:51.709 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-29T16:53:51.709 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-29T16:53:51.709 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.row_cache: None 2023-09-29T16:53:51.709 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.wal_filter: None 2023-09-29T16:53:51.709 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-29T16:53:51.709 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.allow_ingest_behind: 0 2023-09-29T16:53:51.709 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.preserve_deletes: 0 2023-09-29T16:53:51.709 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.two_write_queues: 0 2023-09-29T16:53:51.709 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.manual_wal_flush: 0 2023-09-29T16:53:51.709 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.atomic_flush: 0 2023-09-29T16:53:51.709 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-29T16:53:51.709 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-09-29T16:53:51.710 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-09-29T16:53:51.710 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.log_readahead_size: 0 2023-09-29T16:53:51.710 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-09-29T16:53:51.710 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_background_jobs: 2 2023-09-29T16:53:51.710 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_background_compactions: -1 2023-09-29T16:53:51.710 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-29T16:53:51.710 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-29T16:53:51.710 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-09-29T16:53:51.710 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_total_wal_size: 0 2023-09-29T16:53:51.710 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-29T16:53:51.710 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-09-29T16:53:51.710 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-09-29T16:53:51.711 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-29T16:53:51.711 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_open_files: -1 2023-09-29T16:53:51.711 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.bytes_per_sync: 0 2023-09-29T16:53:51.711 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-09-29T16:53:51.711 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-09-29T16:53:51.711 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 bash[109226]: 3b3a670a7713ab203c4b84695595c1d82f934b27d935a4bcbdb4a096738faadd 2023-09-29T16:53:51.711 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.compaction_readahead_size: 0 2023-09-29T16:53:51.711 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Compression algorithms supported: 2023-09-29T16:53:51.711 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-29T16:53:51.711 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: kZSTD supported: 0 2023-09-29T16:53:51.711 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: kXpressCompression supported: 0 2023-09-29T16:53:51.711 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: kLZ4HCCompression supported: 1 2023-09-29T16:53:51.711 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: kLZ4Compression supported: 1 2023-09-29T16:53:51.712 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: kBZip2Compression supported: 0 2023-09-29T16:53:51.712 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: kZlibCompression supported: 1 2023-09-29T16:53:51.712 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: kSnappyCompression supported: 1 2023-09-29T16:53:51.712 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-09-29T16:53:51.714 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi174/store.db/MANIFEST-000001 2023-09-29T16:53:51.714 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.714 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-09-29T16:53:51.714 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.714 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-29T16:53:51.714 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.merge_operator: 2023-09-29T16:53:51.714 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.compaction_filter: None 2023-09-29T16:53:51.714 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.compaction_filter_factory: None 2023-09-29T16:53:51.714 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-09-29T16:53:51.714 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-09-29T16:53:51.715 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564b14ad7cc0) 2023-09-29T16:53:51.715 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cache_index_and_filter_blocks: 1 2023-09-29T16:53:51.715 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-29T16:53:51.715 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-29T16:53:51.715 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: pin_top_level_index_and_filter: 1 2023-09-29T16:53:51.715 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: index_type: 0 2023-09-29T16:53:51.715 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: data_block_index_type: 0 2023-09-29T16:53:51.715 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: index_shortening: 1 2023-09-29T16:53:51.715 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: data_block_hash_table_util_ratio: 0.750000 2023-09-29T16:53:51.715 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: hash_index_allow_collision: 1 2023-09-29T16:53:51.715 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: checksum: 1 2023-09-29T16:53:51.715 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: no_block_cache: 0 2023-09-29T16:53:51.716 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: block_cache: 0x564b14b0cf10 2023-09-29T16:53:51.716 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: block_cache_name: BinnedLRUCache 2023-09-29T16:53:51.716 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: block_cache_options: 2023-09-29T16:53:51.716 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: capacity : 536870912 2023-09-29T16:53:51.716 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: num_shard_bits : 4 2023-09-29T16:53:51.716 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: strict_capacity_limit : 0 2023-09-29T16:53:51.716 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: high_pri_pool_ratio: 0.000 2023-09-29T16:53:51.716 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: block_cache_compressed: (nil) 2023-09-29T16:53:51.716 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: persistent_cache: (nil) 2023-09-29T16:53:51.716 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: block_size: 4096 2023-09-29T16:53:51.716 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: block_size_deviation: 10 2023-09-29T16:53:51.716 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: block_restart_interval: 16 2023-09-29T16:53:51.716 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: index_block_restart_interval: 1 2023-09-29T16:53:51.717 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: metadata_block_size: 4096 2023-09-29T16:53:51.717 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: partition_filters: 0 2023-09-29T16:53:51.717 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: use_delta_encoding: 1 2023-09-29T16:53:51.717 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-29T16:53:51.717 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: whole_key_filtering: 1 2023-09-29T16:53:51.717 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: verify_compression: 0 2023-09-29T16:53:51.717 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: read_amp_bytes_per_bit: 0 2023-09-29T16:53:51.717 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: format_version: 2 2023-09-29T16:53:51.717 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: enable_index_compression: 1 2023-09-29T16:53:51.717 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: block_align: 0 2023-09-29T16:53:51.717 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.717 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.write_buffer_size: 33554432 2023-09-29T16:53:51.717 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_write_buffer_number: 2 2023-09-29T16:53:51.718 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.compression: NoCompression 2023-09-29T16:53:51.718 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.bottommost_compression: Disabled 2023-09-29T16:53:51.718 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.prefix_extractor: nullptr 2023-09-29T16:53:51.718 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-29T16:53:51.718 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.num_levels: 7 2023-09-29T16:53:51.718 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-29T16:53:51.718 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-29T16:53:51.718 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-29T16:53:51.718 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-29T16:53:51.718 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-29T16:53:51.718 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-29T16:53:51.718 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-29T16:53:51.719 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-29T16:53:51.719 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-29T16:53:51.719 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-09-29T16:53:51.719 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.compression_opts.level: 32767 2023-09-29T16:53:51.719 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.compression_opts.strategy: 0 2023-09-29T16:53:51.719 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-29T16:53:51.719 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-29T16:53:51.719 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.compression_opts.enabled: false 2023-09-29T16:53:51.719 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-29T16:53:51.719 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-29T16:53:51.719 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-29T16:53:51.719 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.target_file_size_base: 67108864 2023-09-29T16:53:51.719 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-09-29T16:53:51.720 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-29T16:53:51.720 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-29T16:53:51.720 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-29T16:53:51.720 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-29T16:53:51.720 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-29T16:53:51.720 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-29T16:53:51.720 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-29T16:53:51.720 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-29T16:53:51.720 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-29T16:53:51.720 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-29T16:53:51.720 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-29T16:53:51.720 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-29T16:53:51.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.arena_block_size: 4194304 2023-09-29T16:53:51.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-29T16:53:51.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-29T16:53:51.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-29T16:53:51.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.disable_auto_compactions: 0 2023-09-29T16:53:51.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-29T16:53:51.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-29T16:53:51.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-29T16:53:51.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-29T16:53:51.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-29T16:53:51.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-29T16:53:51.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-29T16:53:51.721 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-29T16:53:51.722 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-29T16:53:51.722 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-29T16:53:51.722 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.table_properties_collectors: 2023-09-29T16:53:51.722 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.inplace_update_support: 0 2023-09-29T16:53:51.722 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-09-29T16:53:51.722 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-29T16:53:51.722 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-29T16:53:51.722 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-09-29T16:53:51.722 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.bloom_locality: 0 2023-09-29T16:53:51.722 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.max_successive_merges: 0 2023-09-29T16:53:51.722 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-09-29T16:53:51.722 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.paranoid_file_checks: 0 2023-09-29T16:53:51.723 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.force_consistency_checks: 0 2023-09-29T16:53:51.723 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.report_bg_io_stats: 0 2023-09-29T16:53:51.723 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.ttl: 2592000 2023-09-29T16:53:51.723 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.337+0000 7f78ad2c9700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-09-29T16:53:51.723 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.338+0000 7f78ad2c9700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi174/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 2023-09-29T16:53:51.723 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.723 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.338+0000 7f78ad2c9700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-09-29T16:53:51.723 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.723 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.338+0000 7f78ad2c9700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1696006431338452, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-09-29T16:53:51.723 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.338+0000 7f78ad2c9700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-09-29T16:53:51.723 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.338+0000 7f78ad2c9700 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. 2023-09-29T16:53:51.723 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.338+0000 7f78ad2c9700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1696006431338955, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1696006431, "oldest_key_time": 3, "file_creation_time": 0}} 2023-09-29T16:53:51.724 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.338+0000 7f78ad2c9700 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-09-29T16:53:51.724 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.724 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.339+0000 7f78ad2c9700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1696006431339355, "job": 1, "event": "recovery_finished"} 2023-09-29T16:53:51.724 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.339+0000 7f78ad2c9700 4 rocksdb: DB pointer 0x564b14bd1800 2023-09-29T16:53:51.724 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.340+0000 7f78940d1700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-09-29T16:53:51.724 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.340+0000 7f78940d1700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-09-29T16:53:51.724 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: ** DB Stats ** 2023-09-29T16:53:51.724 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T16:53:51.724 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-29T16:53:51.724 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-29T16:53:51.724 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-29T16:53:51.724 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-29T16:53:51.724 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-29T16:53:51.725 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-29T16:53:51.725 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.725 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: ** Compaction Stats [default] ** 2023-09-29T16:53:51.725 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 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 2023-09-29T16:53:51.725 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T16:53:51.725 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-09-29T16:53:51.725 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-09-29T16:53:51.725 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-09-29T16:53:51.725 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.725 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: ** Compaction Stats [default] ** 2023-09-29T16:53:51.725 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 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 2023-09-29T16:53:51.725 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T16:53:51.726 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-09-29T16:53:51.726 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T16:53:51.726 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: Flush(GB): cumulative 0.000, interval 0.000 2023-09-29T16:53:51.726 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-29T16:53:51.726 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: AddFile(Total Files): cumulative 0, interval 0 2023-09-29T16:53:51.726 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: AddFile(L0 Files): cumulative 0, interval 0 2023-09-29T16:53:51.726 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: AddFile(Keys): cumulative 0, interval 0 2023-09-29T16:53:51.726 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: Cumulative compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T16:53:51.726 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: Interval compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T16:53:51.726 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 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 2023-09-29T16:53:51.726 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.726 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: ** File Read Latency Histogram By Level [default] ** 2023-09-29T16:53:51.727 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.727 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: ** Compaction Stats [default] ** 2023-09-29T16:53:51.727 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 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 2023-09-29T16:53:51.727 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T16:53:51.727 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-09-29T16:53:51.727 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-09-29T16:53:51.727 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 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 2023-09-29T16:53:51.727 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.727 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: ** Compaction Stats [default] ** 2023-09-29T16:53:51.727 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 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 2023-09-29T16:53:51.727 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T16:53:51.727 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-09-29T16:53:51.727 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T16:53:51.728 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: Flush(GB): cumulative 0.000, interval 0.000 2023-09-29T16:53:51.728 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-29T16:53:51.728 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: AddFile(Total Files): cumulative 0, interval 0 2023-09-29T16:53:51.728 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: AddFile(L0 Files): cumulative 0, interval 0 2023-09-29T16:53:51.728 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: AddFile(Keys): cumulative 0, interval 0 2023-09-29T16:53:51.728 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: Cumulative compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T16:53:51.728 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T16:53:51.728 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 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 2023-09-29T16:53:51.728 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.728 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: ** File Read Latency Histogram By Level [default] ** 2023-09-29T16:53:51.728 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.728 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.340+0000 7f78ad2c9700 0 mon.smithi174 does not exist in monmap, will attempt to join an existing cluster 2023-09-29T16:53:51.728 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.340+0000 7f78ad2c9700 0 using public_addr v2:172.21.15.174:0/0 -> [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] 2023-09-29T16:53:51.729 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.341+0000 7f78ad2c9700 0 starting mon.smithi174 rank -1 at public addrs [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] at bind addrs [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi174 fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T16:53:51.729 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.342+0000 7f78ad2c9700 1 mon.smithi174@-1(???) e0 preinit fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T16:53:51.729 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 systemd[1]: Started Ceph mon.smithi174 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T16:53:51.729 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.371+0000 7f78968d6700 0 mon.smithi174@-1(synchronizing).mds e1 new map 2023-09-29T16:53:51.729 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.371+0000 7f78968d6700 0 mon.smithi174@-1(synchronizing).mds e1 print_map 2023-09-29T16:53:51.729 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: e1 2023-09-29T16:53:51.729 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: enable_multiple, ever_enabled_multiple: 1,1 2023-09-29T16:53:51.729 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 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} 2023-09-29T16:53:51.729 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: legacy client fscid: -1 2023-09-29T16:53:51.729 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.729 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: No filesystems configured 2023-09-29T16:53:51.729 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: 2023-09-29T16:53:51.730 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.371+0000 7f78968d6700 1 mon.smithi174@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-09-29T16:53:51.730 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.371+0000 7f78968d6700 1 mon.smithi174@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-09-29T16:53:51.730 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.371+0000 7f78968d6700 1 mon.smithi174@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-09-29T16:53:51.730 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.371+0000 7f78968d6700 1 mon.smithi174@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-09-29T16:53:51.730 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.371+0000 7f78968d6700 1 mon.smithi174@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-09-29T16:53:51.730 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.371+0000 7f78968d6700 1 mon.smithi174@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-09-29T16:53:51.730 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.371+0000 7f78968d6700 1 mon.smithi174@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-09-29T16:53:51.730 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.373+0000 7f78968d6700 0 mon.smithi174@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-29T16:53:51.730 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.373+0000 7f78968d6700 0 mon.smithi174@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-29T16:53:51.730 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.373+0000 7f78968d6700 0 mon.smithi174@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-29T16:53:51.730 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.373+0000 7f78968d6700 0 mon.smithi174@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-29T16:53:51.730 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:50.650620+0000 mon.smithi098 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.174:0/3543912742' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T16:53:51.730 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T16:53:51.374+0000 7f78968d6700 1 mon.smithi174@-1(synchronizing).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2023-09-29T16:53:52.031 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-29T16:53:52.032 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-29T16:53:56.724 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-09-29T16:53:56.724 INFO:teuthology.orchestra.run.smithi174.stdout:{"epoch":2,"fsid":"7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7","modified":"2023-09-29T16:53:51.378200Z","created":"2023-09-29T16:52:13.774792Z","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":"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":"{}"},{"rank":1,"name":"smithi174","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:3300","nonce":0},{"type":"v1","addr":"172.21.15.174:6789","nonce":0}]},"addr":"172.21.15.174:6789/0","public_addr":"172.21.15.174:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-09-29T16:53:56.725 INFO:teuthology.orchestra.run.smithi174.stderr:dumped monmap epoch 2 2023-09-29T16:53:56.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:50.741410+0000 mgr.smithi098.saehjc (mgr.14164) 34 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:53:56.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:51.381403+0000 mon.smithi098 (mon.0) 172 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-09-29T16:53:56.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:51.381624+0000 mon.smithi098 (mon.0) 173 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T16:53:56.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:51.381769+0000 mon.smithi098 (mon.0) 174 : cluster [INF] mon.smithi098 calling monitor election 2023-09-29T16:53:56.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:52.377809+0000 mon.smithi098 (mon.0) 175 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T16:53:56.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:52.741778+0000 mgr.smithi098.saehjc (mgr.14164) 35 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:53:56.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:53.377967+0000 mon.smithi098 (mon.0) 176 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T16:53:56.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:53.379042+0000 mon.smithi174 (mon.1) 1 : cluster [INF] mon.smithi174 calling monitor election 2023-09-29T16:53:56.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:54.271963+0000 mon.smithi098 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.174:0/4008059119' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.ceothj/crt"}]: dispatch 2023-09-29T16:53:56.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:54.378081+0000 mon.smithi098 (mon.0) 178 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T16:53:56.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:54.742113+0000 mgr.smithi098.saehjc (mgr.14164) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:53:56.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:55.378105+0000 mon.smithi098 (mon.0) 179 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T16:53:56.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:56.378056+0000 mon.smithi098 (mon.0) 180 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T16:53:56.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:56.397373+0000 mon.smithi098 (mon.0) 181 : cluster [INF] mon.smithi098 is new leader, mons smithi098,smithi174 in quorum (ranks 0,1) 2023-09-29T16:53:56.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:56.405674+0000 mon.smithi098 (mon.0) 182 : cluster [DBG] monmap e2: 2 mons at {smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0],smithi174=[v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0]} 2023-09-29T16:53:56.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:56.405745+0000 mon.smithi098 (mon.0) 183 : cluster [DBG] fsmap 2023-09-29T16:53:56.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:56.405774+0000 mon.smithi098 (mon.0) 184 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-09-29T16:53:56.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:56.405988+0000 mon.smithi098 (mon.0) 185 : cluster [DBG] mgrmap e17: smithi098.saehjc(active, since 49s) 2023-09-29T16:53:56.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:56.407163+0000 mon.smithi098 (mon.0) 186 : cluster [DBG] Standby manager daemon smithi174.ceothj started 2023-09-29T16:53:56.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:56.408092+0000 mon.smithi098 (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.174:0/4008059119' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T16:53:56.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:56.409473+0000 mon.smithi098 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.174:0/4008059119' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.ceothj/key"}]: dispatch 2023-09-29T16:53:56.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:56.410136+0000 mon.smithi098 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.174:0/4008059119' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T16:53:56.728 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:56.413089+0000 mon.smithi098 (mon.0) 190 : cluster [INF] overall HEALTH_OK 2023-09-29T16:53:56.728 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:56.418380+0000 mon.smithi098 (mon.0) 191 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:56.728 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:56.423561+0000 mon.smithi098 (mon.0) 192 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:56.766 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:53:50.741410+0000 mgr.smithi098.saehjc (mgr.14164) 34 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:53:56.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:51.381403+0000 mon.smithi098 (mon.0) 172 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-09-29T16:53:56.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:51.381624+0000 mon.smithi098 (mon.0) 173 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T16:53:56.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:53:51.381769+0000 mon.smithi098 (mon.0) 174 : cluster [INF] mon.smithi098 calling monitor election 2023-09-29T16:53:56.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:52.377809+0000 mon.smithi098 (mon.0) 175 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T16:53:56.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:53:52.741778+0000 mgr.smithi098.saehjc (mgr.14164) 35 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:53:56.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:53.377967+0000 mon.smithi098 (mon.0) 176 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T16:53:56.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:53:53.379042+0000 mon.smithi174 (mon.1) 1 : cluster [INF] mon.smithi174 calling monitor election 2023-09-29T16:53:56.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:54.271963+0000 mon.smithi098 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.174:0/4008059119' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.ceothj/crt"}]: dispatch 2023-09-29T16:53:56.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:54.378081+0000 mon.smithi098 (mon.0) 178 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T16:53:56.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:53:54.742113+0000 mgr.smithi098.saehjc (mgr.14164) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:53:56.767 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:55.378105+0000 mon.smithi098 (mon.0) 179 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T16:53:56.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:56.378056+0000 mon.smithi098 (mon.0) 180 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T16:53:56.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:53:56.397373+0000 mon.smithi098 (mon.0) 181 : cluster [INF] mon.smithi098 is new leader, mons smithi098,smithi174 in quorum (ranks 0,1) 2023-09-29T16:53:56.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:53:56.405674+0000 mon.smithi098 (mon.0) 182 : cluster [DBG] monmap e2: 2 mons at {smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0],smithi174=[v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0]} 2023-09-29T16:53:56.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:53:56.405745+0000 mon.smithi098 (mon.0) 183 : cluster [DBG] fsmap 2023-09-29T16:53:56.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:53:56.405774+0000 mon.smithi098 (mon.0) 184 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-09-29T16:53:56.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:53:56.405988+0000 mon.smithi098 (mon.0) 185 : cluster [DBG] mgrmap e17: smithi098.saehjc(active, since 49s) 2023-09-29T16:53:56.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:53:56.407163+0000 mon.smithi098 (mon.0) 186 : cluster [DBG] Standby manager daemon smithi174.ceothj started 2023-09-29T16:53:56.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:56.408092+0000 mon.smithi098 (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.174:0/4008059119' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T16:53:56.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:56.409473+0000 mon.smithi098 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.174:0/4008059119' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.ceothj/key"}]: dispatch 2023-09-29T16:53:56.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:56.410136+0000 mon.smithi098 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.174:0/4008059119' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T16:53:56.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:53:56.413089+0000 mon.smithi098 (mon.0) 190 : cluster [INF] overall HEALTH_OK 2023-09-29T16:53:56.768 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:56.418380+0000 mon.smithi098 (mon.0) 191 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:56.769 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:56.423561+0000 mon.smithi098 (mon.0) 192 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:53:57.055 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-09-29T16:53:57.055 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph config generate-minimal-conf 2023-09-29T16:53:57.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:53:56.420262+0000 mgr.smithi098.saehjc (mgr.14164) 37 : cephadm [INF] Deploying daemon node-exporter.smithi174 on smithi174 2023-09-29T16:53:57.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:56.468276+0000 mon.smithi098 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi098.saehjc(active, since 49s), standbys: smithi174.ceothj 2023-09-29T16:53:57.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:56.468402+0000 mon.smithi098 (mon.0) 194 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr metadata", "who": "smithi174.ceothj", "id": "smithi174.ceothj"}]: dispatch 2023-09-29T16:53:57.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:56.723812+0000 mon.smithi098 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.174:0/2595872014' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T16:53:57.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:57.378169+0000 mon.smithi098 (mon.0) 196 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T16:53:57.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:53:56.420262+0000 mgr.smithi098.saehjc (mgr.14164) 37 : cephadm [INF] Deploying daemon node-exporter.smithi174 on smithi174 2023-09-29T16:53:57.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:53:56.468276+0000 mon.smithi098 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi098.saehjc(active, since 49s), standbys: smithi174.ceothj 2023-09-29T16:53:57.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:56.468402+0000 mon.smithi098 (mon.0) 194 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr metadata", "who": "smithi174.ceothj", "id": "smithi174.ceothj"}]: dispatch 2023-09-29T16:53:57.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:56.723812+0000 mon.smithi098 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.174:0/2595872014' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-29T16:53:57.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:57.378169+0000 mon.smithi098 (mon.0) 196 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T16:53:58.458 INFO:teuthology.orchestra.run.smithi098.stdout:# minimal ceph.conf for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T16:53:58.458 INFO:teuthology.orchestra.run.smithi098.stdout:[global] 2023-09-29T16:53:58.458 INFO:teuthology.orchestra.run.smithi098.stdout: fsid = 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T16:53:58.458 INFO:teuthology.orchestra.run.smithi098.stdout: mon_host = [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] 2023-09-29T16:53:58.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:53:56.742351+0000 mgr.smithi098.saehjc (mgr.14164) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:53:58.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:58.458933+0000 mon.smithi098 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.98:0/116487433' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:53:58.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:56.742351+0000 mgr.smithi098.saehjc (mgr.14164) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:53:58.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:58.458933+0000 mon.smithi098 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.98:0/116487433' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:53:58.852 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-09-29T16:53:58.853 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-09-29T16:53:58.853 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.conf 2023-09-29T16:53:58.883 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-09-29T16:53:58.883 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-29T16:53:58.952 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2023-09-29T16:53:58.952 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/ceph/ceph.conf 2023-09-29T16:53:58.983 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2023-09-29T16:53:58.983 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-29T16:53:59.050 INFO:tasks.cephadm:Deploying OSDs... 2023-09-29T16:53:59.050 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-09-29T16:53:59.051 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/scratch_devs of=/dev/stdout 2023-09-29T16:53:59.068 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-09-29T16:53:59.068 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_1 2023-09-29T16:53:59.126 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-29T16:53:59.127 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-29T16:53:59.127 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 390435 Links: 1 2023-09-29T16:53:59.127 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-29T16:53:59.127 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2023-09-29T16:53:59.127 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-09-29 16:53:41.587034104 +0000 2023-09-29T16:53:59.127 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-09-29 16:50:53.958611646 +0000 2023-09-29T16:53:59.127 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-09-29 16:50:53.958611646 +0000 2023-09-29T16:53:59.127 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-09-29T16:53:59.127 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-29T16:53:59.194 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-09-29T16:53:59.195 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-09-29T16:53:59.195 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000218427 s, 2.3 MB/s 2023-09-29T16:53:59.196 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-29T16:53:59.258 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_2 2023-09-29T16:53:59.316 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-29T16:53:59.316 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-29T16:53:59.316 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 390557 Links: 1 2023-09-29T16:53:59.317 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-29T16:53:59.317 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2023-09-29T16:53:59.317 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-09-29 16:53:41.587034104 +0000 2023-09-29T16:53:59.317 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-09-29 16:50:54.478605135 +0000 2023-09-29T16:53:59.317 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-09-29 16:50:54.478605135 +0000 2023-09-29T16:53:59.317 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-09-29T16:53:59.317 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-29T16:53:59.381 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-09-29T16:53:59.382 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-09-29T16:53:59.382 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000209015 s, 2.4 MB/s 2023-09-29T16:53:59.383 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-29T16:53:59.443 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_3 2023-09-29T16:53:59.501 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-29T16:53:59.501 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-29T16:53:59.501 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 384969 Links: 1 2023-09-29T16:53:59.502 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-29T16:53:59.502 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2023-09-29T16:53:59.502 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-09-29 16:53:41.587034104 +0000 2023-09-29T16:53:59.502 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-09-29 16:50:55.005598536 +0000 2023-09-29T16:53:59.502 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-09-29 16:50:55.005598536 +0000 2023-09-29T16:53:59.502 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-09-29T16:53:59.502 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-29T16:53:59.568 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-09-29T16:53:59.568 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-09-29T16:53:59.568 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000218912 s, 2.3 MB/s 2023-09-29T16:53:59.569 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-29T16:53:59.628 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_4 2023-09-29T16:53:59.686 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-29T16:53:59.687 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-29T16:53:59.687 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 390037 Links: 1 2023-09-29T16:53:59.687 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-29T16:53:59.687 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2023-09-29T16:53:59.687 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-09-29 16:53:41.587034104 +0000 2023-09-29T16:53:59.687 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-09-29 16:50:55.526592012 +0000 2023-09-29T16:53:59.687 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-09-29 16:50:55.526592012 +0000 2023-09-29T16:53:59.687 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-09-29T16:53:59.688 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-29T16:53:59.755 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-09-29T16:53:59.755 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-09-29T16:53:59.755 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000237388 s, 2.2 MB/s 2023-09-29T16:53:59.756 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-29T16:53:59.815 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2023-09-29T16:53:59.816 DEBUG:teuthology.orchestra.run.smithi174:> dd if=/scratch_devs of=/dev/stdout 2023-09-29T16:53:59.834 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-09-29T16:53:59.834 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_1 2023-09-29T16:53:59.893 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-29T16:53:59.894 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-29T16:53:59.894 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 6h/6d Inode: 395346 Links: 1 2023-09-29T16:53:59.894 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-29T16:53:59.894 INFO:teuthology.orchestra.run.smithi174.stdout:Context: system_u:object_r:device_t:s0 2023-09-29T16:53:59.894 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2023-09-29 16:53:56.856965449 +0000 2023-09-29T16:53:59.894 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2023-09-29 16:50:56.117014415 +0000 2023-09-29T16:53:59.894 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2023-09-29 16:50:56.117014415 +0000 2023-09-29T16:53:59.894 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: - 2023-09-29T16:53:59.895 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-29T16:53:59.963 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2023-09-29T16:53:59.963 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2023-09-29T16:53:59.963 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000272736 s, 1.9 MB/s 2023-09-29T16:53:59.964 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-29T16:54:00.024 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_2 2023-09-29T16:54:00.083 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-29T16:54:00.083 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-29T16:54:00.083 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 6h/6d Inode: 383458 Links: 1 2023-09-29T16:54:00.083 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-29T16:54:00.083 INFO:teuthology.orchestra.run.smithi174.stdout:Context: system_u:object_r:device_t:s0 2023-09-29T16:54:00.083 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2023-09-29 16:53:56.857965436 +0000 2023-09-29T16:54:00.083 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2023-09-29 16:50:56.631008048 +0000 2023-09-29T16:54:00.084 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2023-09-29 16:50:56.631008048 +0000 2023-09-29T16:54:00.084 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: - 2023-09-29T16:54:00.084 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-29T16:54:00.150 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2023-09-29T16:54:00.150 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2023-09-29T16:54:00.150 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000224226 s, 2.3 MB/s 2023-09-29T16:54:00.151 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-29T16:54:00.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:53:58.742719+0000 mgr.smithi098.saehjc (mgr.14164) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:00.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:58.974405+0000 mon.smithi098 (mon.0) 198 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:00.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:58.975535+0000 mon.smithi098 (mon.0) 199 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:54:00.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:58.976386+0000 mon.smithi098 (mon.0) 200 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:00.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:53:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:53:58.976997+0000 mon.smithi098 (mon.0) 201 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:54:00.210 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_3 2023-09-29T16:54:00.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:53:58.742719+0000 mgr.smithi098.saehjc (mgr.14164) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:00.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:58.974405+0000 mon.smithi098 (mon.0) 198 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:00.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:58.975535+0000 mon.smithi098 (mon.0) 199 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:54:00.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:58.976386+0000 mon.smithi098 (mon.0) 200 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:00.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:53:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:53:58.976997+0000 mon.smithi098 (mon.0) 201 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:54:00.268 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-29T16:54:00.268 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-29T16:54:00.268 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 6h/6d Inode: 397336 Links: 1 2023-09-29T16:54:00.268 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-29T16:54:00.268 INFO:teuthology.orchestra.run.smithi174.stdout:Context: system_u:object_r:device_t:s0 2023-09-29T16:54:00.268 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2023-09-29 16:53:56.857965436 +0000 2023-09-29T16:54:00.269 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2023-09-29 16:50:57.149001631 +0000 2023-09-29T16:54:00.269 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2023-09-29 16:50:57.149001631 +0000 2023-09-29T16:54:00.269 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: - 2023-09-29T16:54:00.269 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-29T16:54:00.334 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2023-09-29T16:54:00.334 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2023-09-29T16:54:00.334 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000208035 s, 2.5 MB/s 2023-09-29T16:54:00.335 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-29T16:54:00.394 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_4 2023-09-29T16:54:00.452 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-29T16:54:00.452 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-29T16:54:00.452 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 6h/6d Inode: 394983 Links: 1 2023-09-29T16:54:00.452 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-29T16:54:00.452 INFO:teuthology.orchestra.run.smithi174.stdout:Context: system_u:object_r:device_t:s0 2023-09-29T16:54:00.452 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2023-09-29 16:53:56.857965436 +0000 2023-09-29T16:54:00.452 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2023-09-29 16:50:57.672995140 +0000 2023-09-29T16:54:00.452 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2023-09-29 16:50:57.672995140 +0000 2023-09-29T16:54:00.452 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: - 2023-09-29T16:54:00.453 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-29T16:54:00.518 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2023-09-29T16:54:00.518 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2023-09-29T16:54:00.518 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000233158 s, 2.2 MB/s 2023-09-29T16:54:00.519 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-29T16:54:00.579 INFO:tasks.cephadm:Deploying osd.0 on smithi098 with /dev/vg_nvme/lv_4... 2023-09-29T16:54:00.579 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-09-29T16:54:01.425 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:01 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:00.084757+0000 mon.smithi098 (mon.0) 202 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:01.425 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:01 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:00.085187+0000 mgr.smithi098.saehjc (mgr.14164) 40 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2023-09-29T16:54:01.425 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:01 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:00.103902+0000 mgr.smithi098.saehjc (mgr.14164) 41 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2023-09-29T16:54:01.425 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:01 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:00.132580+0000 mon.smithi098 (mon.0) 203 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:01.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:01 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:00.084757+0000 mon.smithi098 (mon.0) 202 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:01.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:01 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:00.085187+0000 mgr.smithi098.saehjc (mgr.14164) 40 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2023-09-29T16:54:01.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:01 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:00.103902+0000 mgr.smithi098.saehjc (mgr.14164) 41 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2023-09-29T16:54:01.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:01 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:00.132580+0000 mon.smithi098 (mon.0) 203 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:02.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:00.743002+0000 mgr.smithi098.saehjc (mgr.14164) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:02.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:01.427758+0000 mon.smithi098 (mon.0) 204 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:02.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:00.743002+0000 mgr.smithi098.saehjc (mgr.14164) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:02.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:01.427758+0000 mon.smithi098 (mon.0) 204 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:04.398 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:02.743372+0000 mgr.smithi098.saehjc (mgr.14164) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:04.399 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:03.099322+0000 mon.smithi098 (mon.0) 205 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:04.399 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:03.099853+0000 mgr.smithi098.saehjc (mgr.14164) 44 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2023-09-29T16:54:04.399 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:03.372668+0000 mon.smithi098 (mon.0) 206 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:04.399 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:03.376224+0000 mon.smithi098 (mon.0) 207 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:04.399 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:03.379154+0000 mgr.smithi098.saehjc (mgr.14164) 45 : cephadm [INF] Reconfiguring mon.smithi098 (unknown last config time)... 2023-09-29T16:54:04.399 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:03.379463+0000 mon.smithi098 (mon.0) 208 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T16:54:04.399 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:03.380253+0000 mon.smithi098 (mon.0) 209 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T16:54:04.399 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:03.381007+0000 mon.smithi098 (mon.0) 210 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:04.399 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:03.381714+0000 mgr.smithi098.saehjc (mgr.14164) 46 : cephadm [INF] Reconfiguring daemon mon.smithi098 on smithi098 2023-09-29T16:54:04.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:02.743372+0000 mgr.smithi098.saehjc (mgr.14164) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:04.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:03.099322+0000 mon.smithi098 (mon.0) 205 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:04.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:03.099853+0000 mgr.smithi098.saehjc (mgr.14164) 44 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2023-09-29T16:54:04.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:03.372668+0000 mon.smithi098 (mon.0) 206 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:04.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:03.376224+0000 mon.smithi098 (mon.0) 207 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:04.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:03.379154+0000 mgr.smithi098.saehjc (mgr.14164) 45 : cephadm [INF] Reconfiguring mon.smithi098 (unknown last config time)... 2023-09-29T16:54:04.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:03.379463+0000 mon.smithi098 (mon.0) 208 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T16:54:04.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:03.380253+0000 mon.smithi098 (mon.0) 209 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T16:54:04.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:03.381007+0000 mon.smithi098 (mon.0) 210 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:04.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:03.381714+0000 mgr.smithi098.saehjc (mgr.14164) 46 : cephadm [INF] Reconfiguring daemon mon.smithi098 on smithi098 2023-09-29T16:54:06.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:06 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:04.743859+0000 mgr.smithi098.saehjc (mgr.14164) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:06.457 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-09-29T16:54:06.457 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 2023-09-29T16:54:06.457 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 10+0 records in 2023-09-29T16:54:06.458 INFO:teuthology.orchestra.run.smithi098.stderr:10+0 records out 2023-09-29T16:54:06.458 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0134989 s, 777 MB/s 2023-09-29T16:54:06.458 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping successful for: 2023-09-29T16:54:06.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:06 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:04.743859+0000 mgr.smithi098.saehjc (mgr.14164) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:07.037 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi098:vg_nvme/lv_4 2023-09-29T16:54:07.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:06.876849+0000 mon.smithi098 (mon.0) 211 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/mirror_snapshot_schedule"}]: dispatch 2023-09-29T16:54:07.380 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:06.879601+0000 mon.smithi098 (mon.0) 212 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/trash_purge_schedule"}]: dispatch 2023-09-29T16:54:07.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:06.876849+0000 mon.smithi098 (mon.0) 211 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/mirror_snapshot_schedule"}]: dispatch 2023-09-29T16:54:07.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:06.879601+0000 mon.smithi098 (mon.0) 212 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/trash_purge_schedule"}]: dispatch 2023-09-29T16:54:08.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:06.744141+0000 mgr.smithi098.saehjc (mgr.14164) 48 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:08.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:07.148003+0000 mon.smithi098 (mon.0) 213 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:08.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:07.148531+0000 mgr.smithi098.saehjc (mgr.14164) 49 : cephadm [INF] Reconfiguring mgr.smithi098.saehjc (unknown last config time)... 2023-09-29T16:54:08.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:07.148783+0000 mon.smithi098 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.saehjc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T16:54:08.376 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:07.149423+0000 mon.smithi098 (mon.0) 215 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T16:54:08.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:07.150051+0000 mon.smithi098 (mon.0) 216 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:08.377 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:07.150597+0000 mgr.smithi098.saehjc (mgr.14164) 50 : cephadm [INF] Reconfiguring daemon mgr.smithi098.saehjc on smithi098 2023-09-29T16:54:08.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:06.744141+0000 mgr.smithi098.saehjc (mgr.14164) 48 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:08.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:07.148003+0000 mon.smithi098 (mon.0) 213 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:08.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:07.148531+0000 mgr.smithi098.saehjc (mgr.14164) 49 : cephadm [INF] Reconfiguring mgr.smithi098.saehjc (unknown last config time)... 2023-09-29T16:54:08.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:07.148783+0000 mon.smithi098 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.saehjc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T16:54:08.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:07.149423+0000 mon.smithi098 (mon.0) 215 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T16:54:08.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:07.150051+0000 mon.smithi098 (mon.0) 216 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:08.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:07.150597+0000 mgr.smithi098.saehjc (mgr.14164) 50 : cephadm [INF] Reconfiguring daemon mgr.smithi098.saehjc on smithi098 2023-09-29T16:54:09.607 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:08.318571+0000 mon.smithi098 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:09.607 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:08.319113+0000 mgr.smithi098.saehjc (mgr.14164) 51 : cephadm [INF] Reconfiguring alertmanager.smithi098 (dependencies changed)... 2023-09-29T16:54:09.607 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:08.321566+0000 mgr.smithi098.saehjc (mgr.14164) 52 : cephadm [INF] Reconfiguring daemon alertmanager.smithi098 on smithi098 2023-09-29T16:54:09.607 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:08.759651+0000 mon.smithi098 (mon.0) 218 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T16:54:09.608 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:08.760986+0000 mon.smithi098 (mon.0) 219 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T16:54:09.608 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:08.761451+0000 mon.smithi098 (mon.0) 220 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:09.702 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:09 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:08.318571+0000 mon.smithi098 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:09.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:09 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:08.319113+0000 mgr.smithi098.saehjc (mgr.14164) 51 : cephadm [INF] Reconfiguring alertmanager.smithi098 (dependencies changed)... 2023-09-29T16:54:09.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:09 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:08.321566+0000 mgr.smithi098.saehjc (mgr.14164) 52 : cephadm [INF] Reconfiguring daemon alertmanager.smithi098 on smithi098 2023-09-29T16:54:09.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:09 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:08.759651+0000 mon.smithi098 (mon.0) 218 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T16:54:09.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:09 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:08.760986+0000 mon.smithi098 (mon.0) 219 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T16:54:09.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:09 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:08.761451+0000 mon.smithi098 (mon.0) 220 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:10.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:08.744427+0000 mgr.smithi098.saehjc (mgr.14164) 53 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:10.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:08.758818+0000 mgr.smithi098.saehjc (mgr.14164) 54 : audit [DBG] from='client.14222 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:54:10.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:10 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:08.744427+0000 mgr.smithi098.saehjc (mgr.14164) 53 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:10.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:10 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:08.758818+0000 mgr.smithi098.saehjc (mgr.14164) 54 : audit [DBG] from='client.14222 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:54:12.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:10.744677+0000 mgr.smithi098.saehjc (mgr.14164) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:12.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:11.213807+0000 mon.smithi098 (mon.0) 221 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:12.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:11.214282+0000 mgr.smithi098.saehjc (mgr.14164) 56 : cephadm [INF] Reconfiguring crash.smithi098 (monmap changed)... 2023-09-29T16:54:12.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:11.214518+0000 mon.smithi098 (mon.0) 222 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T16:54:12.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:11.215119+0000 mon.smithi098 (mon.0) 223 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:12.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:11.215537+0000 mgr.smithi098.saehjc (mgr.14164) 57 : cephadm [INF] Reconfiguring daemon crash.smithi098 on smithi098 2023-09-29T16:54:12.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:10.744677+0000 mgr.smithi098.saehjc (mgr.14164) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:12.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:11.213807+0000 mon.smithi098 (mon.0) 221 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:12.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:11.214282+0000 mgr.smithi098.saehjc (mgr.14164) 56 : cephadm [INF] Reconfiguring crash.smithi098 (monmap changed)... 2023-09-29T16:54:12.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:11.214518+0000 mon.smithi098 (mon.0) 222 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T16:54:12.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:11.215119+0000 mon.smithi098 (mon.0) 223 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:12.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:11.215537+0000 mgr.smithi098.saehjc (mgr.14164) 57 : cephadm [INF] Reconfiguring daemon crash.smithi098 on smithi098 2023-09-29T16:54:13.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:13 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:12.389372+0000 mon.smithi098 (mon.0) 224 : audit [INF] from='client.? 172.21.15.98:0/2430460017' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef542407-1bff-44c3-8291-8f0f816ffd4a"}]: dispatch 2023-09-29T16:54:13.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:13 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:12.396882+0000 mon.smithi098 (mon.0) 225 : audit [INF] from='client.? 172.21.15.98:0/2430460017' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef542407-1bff-44c3-8291-8f0f816ffd4a"}]': finished 2023-09-29T16:54:13.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:13 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:12.396921+0000 mon.smithi098 (mon.0) 226 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-09-29T16:54:13.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:13 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:12.397019+0000 mon.smithi098 (mon.0) 227 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T16:54:13.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:13 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:12.804958+0000 mon.smithi098 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.98:0/4236406176' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T16:54:13.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:13 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:12.389372+0000 mon.smithi098 (mon.0) 224 : audit [INF] from='client.? 172.21.15.98:0/2430460017' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef542407-1bff-44c3-8291-8f0f816ffd4a"}]: dispatch 2023-09-29T16:54:13.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:13 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:12.396882+0000 mon.smithi098 (mon.0) 225 : audit [INF] from='client.? 172.21.15.98:0/2430460017' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef542407-1bff-44c3-8291-8f0f816ffd4a"}]': finished 2023-09-29T16:54:13.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:13 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:12.396921+0000 mon.smithi098 (mon.0) 226 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-09-29T16:54:13.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:13 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:12.397019+0000 mon.smithi098 (mon.0) 227 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T16:54:13.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:13 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:12.804958+0000 mon.smithi098 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.98:0/4236406176' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T16:54:14.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:14 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:12.745074+0000 mgr.smithi098.saehjc (mgr.14164) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:14.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:12.745074+0000 mgr.smithi098.saehjc (mgr.14164) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:16.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:14.745399+0000 mgr.smithi098.saehjc (mgr.14164) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:16.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:16.202788+0000 mon.smithi098 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:16.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:14.745399+0000 mgr.smithi098.saehjc (mgr.14164) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:16.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:16.202788+0000 mon.smithi098 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:17.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:16.203287+0000 mgr.smithi098.saehjc (mgr.14164) 60 : cephadm [INF] Reconfiguring grafana.smithi098 (dependencies changed)... 2023-09-29T16:54:17.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:16.207526+0000 mgr.smithi098.saehjc (mgr.14164) 61 : cephadm [INF] Reconfiguring daemon grafana.smithi098 on smithi098 2023-09-29T16:54:17.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:17.344697+0000 mon.smithi098 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-29T16:54:17.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:17.345330+0000 mon.smithi098 (mon.0) 231 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:17.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:16.203287+0000 mgr.smithi098.saehjc (mgr.14164) 60 : cephadm [INF] Reconfiguring grafana.smithi098 (dependencies changed)... 2023-09-29T16:54:17.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:16.207526+0000 mgr.smithi098.saehjc (mgr.14164) 61 : cephadm [INF] Reconfiguring daemon grafana.smithi098 on smithi098 2023-09-29T16:54:17.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:17.344697+0000 mon.smithi098 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-29T16:54:17.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:17.345330+0000 mon.smithi098 (mon.0) 231 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:18.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:16.745657+0000 mgr.smithi098.saehjc (mgr.14164) 62 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:18.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:17.345868+0000 mgr.smithi098.saehjc (mgr.14164) 63 : cephadm [INF] Deploying daemon osd.0 on smithi098 2023-09-29T16:54:18.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:18 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:16.745657+0000 mgr.smithi098.saehjc (mgr.14164) 62 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:18.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:18 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:17.345868+0000 mgr.smithi098.saehjc (mgr.14164) 63 : cephadm [INF] Deploying daemon osd.0 on smithi098 2023-09-29T16:54:20.724 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:20 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:18.745852+0000 mgr.smithi098.saehjc (mgr.14164) 64 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:20.724 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:20 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:19.532145+0000 mon.smithi098 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:20.724 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:20 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:19.532780+0000 mgr.smithi098.saehjc (mgr.14164) 65 : cephadm [INF] Reconfiguring prometheus.smithi098 (dependencies changed)... 2023-09-29T16:54:20.724 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:20 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:19.534985+0000 mgr.smithi098.saehjc (mgr.14164) 66 : cephadm [INF] Reconfiguring daemon prometheus.smithi098 on smithi098 2023-09-29T16:54:20.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:20 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:18.745852+0000 mgr.smithi098.saehjc (mgr.14164) 64 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:20.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:20 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:19.532145+0000 mon.smithi098 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:20.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:20 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:19.532780+0000 mgr.smithi098.saehjc (mgr.14164) 65 : cephadm [INF] Reconfiguring prometheus.smithi098 (dependencies changed)... 2023-09-29T16:54:20.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:20 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:19.534985+0000 mgr.smithi098.saehjc (mgr.14164) 66 : cephadm [INF] Reconfiguring daemon prometheus.smithi098 on smithi098 2023-09-29T16:54:21.752 INFO:teuthology.orchestra.run.smithi098.stdout:Created osd(s) 0 on host 'smithi098' 2023-09-29T16:54:22.317 DEBUG:teuthology.orchestra.run.smithi098:osd.0> sudo journalctl -f -n 0 -u ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.0.service 2023-09-29T16:54:22.319 INFO:tasks.cephadm:Deploying osd.1 on smithi098 with /dev/vg_nvme/lv_3... 2023-09-29T16:54:22.319 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-09-29T16:54:22.350 INFO:journalctl@ceph.osd.0.smithi098.stdout:-- Logs begin at Fri 2023-09-29 16:43:42 UTC. -- 2023-09-29T16:54:22.672 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:20.746090+0000 mgr.smithi098.saehjc (mgr.14164) 67 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:22.672 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:21.746518+0000 mon.smithi098 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:22.672 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:21.750621+0000 mon.smithi098 (mon.0) 234 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:22.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:22 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:20.746090+0000 mgr.smithi098.saehjc (mgr.14164) 67 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:22.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:22 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:21.746518+0000 mon.smithi098 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:22.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:22 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:21.750621+0000 mon.smithi098 (mon.0) 234 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:24.746 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-09-29T16:54:24.746 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 2023-09-29T16:54:24.746 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 10+0 records in 2023-09-29T16:54:24.746 INFO:teuthology.orchestra.run.smithi098.stderr:10+0 records out 2023-09-29T16:54:24.746 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0159597 s, 657 MB/s 2023-09-29T16:54:24.746 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping successful for: 2023-09-29T16:54:24.921 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:22.746286+0000 mgr.smithi098.saehjc (mgr.14164) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:24.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:22.746286+0000 mgr.smithi098.saehjc (mgr.14164) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:25.079 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi098:vg_nvme/lv_3 2023-09-29T16:54:25.225 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 16:54:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.0[118529]: debug 2023-09-29T16:54:24.943+0000 7f35875f1080 -1 osd.0 0 log_to_monitors {default=true} 2023-09-29T16:54:25.995 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:24.746534+0000 mgr.smithi098.saehjc (mgr.14164) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:25.995 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:24.754328+0000 mon.smithi098 (mon.0) 235 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:25.995 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:24.754926+0000 mgr.smithi098.saehjc (mgr.14164) 70 : cephadm [INF] Reconfiguring crash.smithi174 (monmap changed)... 2023-09-29T16:54:25.995 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:24.755162+0000 mon.smithi098 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi174", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T16:54:25.996 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:24.755834+0000 mon.smithi098 (mon.0) 237 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:25.996 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:24.756320+0000 mgr.smithi098.saehjc (mgr.14164) 71 : cephadm [INF] Reconfiguring daemon crash.smithi174 on smithi174 2023-09-29T16:54:25.996 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:24.946921+0000 mon.smithi098 (mon.0) 238 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/1793413057,v1:172.21.15.98:6803/1793413057]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-29T16:54:25.996 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:25.579681+0000 mon.smithi098 (mon.0) 239 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:25.996 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:25.580094+0000 mgr.smithi098.saehjc (mgr.14164) 72 : cephadm [INF] Reconfiguring mgr.smithi174.ceothj (monmap changed)... 2023-09-29T16:54:25.996 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:25.580303+0000 mon.smithi098 (mon.0) 240 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi174.ceothj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T16:54:25.996 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:25.580951+0000 mon.smithi098 (mon.0) 241 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T16:54:25.996 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:25.581457+0000 mon.smithi098 (mon.0) 242 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:26.044 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:24.746534+0000 mgr.smithi098.saehjc (mgr.14164) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:26.044 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:24.754328+0000 mon.smithi098 (mon.0) 235 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:26.044 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:24.754926+0000 mgr.smithi098.saehjc (mgr.14164) 70 : cephadm [INF] Reconfiguring crash.smithi174 (monmap changed)... 2023-09-29T16:54:26.045 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:24.755162+0000 mon.smithi098 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi174", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T16:54:26.045 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:24.755834+0000 mon.smithi098 (mon.0) 237 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:26.045 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:24.756320+0000 mgr.smithi098.saehjc (mgr.14164) 71 : cephadm [INF] Reconfiguring daemon crash.smithi174 on smithi174 2023-09-29T16:54:26.045 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:24.946921+0000 mon.smithi098 (mon.0) 238 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/1793413057,v1:172.21.15.98:6803/1793413057]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-29T16:54:26.045 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:25.579681+0000 mon.smithi098 (mon.0) 239 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:26.045 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:25.580094+0000 mgr.smithi098.saehjc (mgr.14164) 72 : cephadm [INF] Reconfiguring mgr.smithi174.ceothj (monmap changed)... 2023-09-29T16:54:26.045 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:25.580303+0000 mon.smithi098 (mon.0) 240 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi174.ceothj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T16:54:26.045 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:25.580951+0000 mon.smithi098 (mon.0) 241 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T16:54:26.045 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:25.581457+0000 mon.smithi098 (mon.0) 242 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:26.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:25.582069+0000 mgr.smithi098.saehjc (mgr.14164) 73 : cephadm [INF] Reconfiguring daemon mgr.smithi174.ceothj on smithi174 2023-09-29T16:54:26.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:25.759166+0000 mon.smithi098 (mon.0) 243 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/1793413057,v1:172.21.15.98:6803/1793413057]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-29T16:54:26.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:25.759206+0000 mon.smithi098 (mon.0) 244 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-09-29T16:54:26.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:25.759317+0000 mon.smithi098 (mon.0) 245 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T16:54:26.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:25.759657+0000 mon.smithi098 (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/1793413057,v1:172.21.15.98:6803/1793413057]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-09-29T16:54:26.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:26.346107+0000 mgr.smithi098.saehjc (mgr.14164) 74 : audit [DBG] from='client.14240 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:54:26.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:26.346846+0000 mon.smithi098 (mon.0) 247 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T16:54:26.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:26.348141+0000 mon.smithi098 (mon.0) 248 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T16:54:26.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:26.348610+0000 mon.smithi098 (mon.0) 249 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:26.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:26.419877+0000 mon.smithi098 (mon.0) 250 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:26.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:26.420360+0000 mgr.smithi098.saehjc (mgr.14164) 75 : cephadm [INF] Reconfiguring mon.smithi174 (monmap changed)... 2023-09-29T16:54:26.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:26.420608+0000 mon.smithi098 (mon.0) 251 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T16:54:26.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:26.421150+0000 mon.smithi098 (mon.0) 252 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T16:54:26.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:26.421614+0000 mon.smithi098 (mon.0) 253 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:26.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:26.422068+0000 mgr.smithi098.saehjc (mgr.14164) 76 : cephadm [INF] Reconfiguring daemon mon.smithi174 on smithi174 2023-09-29T16:54:26.976 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 16:54:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.0[118529]: debug 2023-09-29T16:54:26.768+0000 7f357db54700 -1 osd.0 0 waiting for initial osdmap 2023-09-29T16:54:26.976 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 16:54:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.0[118529]: debug 2023-09-29T16:54:26.771+0000 7f35782cc700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-09-29T16:54:26.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:25.582069+0000 mgr.smithi098.saehjc (mgr.14164) 73 : cephadm [INF] Reconfiguring daemon mgr.smithi174.ceothj on smithi174 2023-09-29T16:54:26.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:25.759166+0000 mon.smithi098 (mon.0) 243 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/1793413057,v1:172.21.15.98:6803/1793413057]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-29T16:54:26.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:25.759206+0000 mon.smithi098 (mon.0) 244 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-09-29T16:54:26.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:25.759317+0000 mon.smithi098 (mon.0) 245 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T16:54:26.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:25.759657+0000 mon.smithi098 (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/1793413057,v1:172.21.15.98:6803/1793413057]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-09-29T16:54:26.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:26.346107+0000 mgr.smithi098.saehjc (mgr.14164) 74 : audit [DBG] from='client.14240 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:54:26.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:26.346846+0000 mon.smithi098 (mon.0) 247 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T16:54:26.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:26.348141+0000 mon.smithi098 (mon.0) 248 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T16:54:26.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:26.348610+0000 mon.smithi098 (mon.0) 249 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:26.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:26.419877+0000 mon.smithi098 (mon.0) 250 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:26.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:26.420360+0000 mgr.smithi098.saehjc (mgr.14164) 75 : cephadm [INF] Reconfiguring mon.smithi174 (monmap changed)... 2023-09-29T16:54:26.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:26.420608+0000 mon.smithi098 (mon.0) 251 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T16:54:26.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:26.421150+0000 mon.smithi098 (mon.0) 252 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T16:54:26.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:26.421614+0000 mon.smithi098 (mon.0) 253 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:26.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:26.422068+0000 mgr.smithi098.saehjc (mgr.14164) 76 : cephadm [INF] Reconfiguring daemon mon.smithi174 on smithi174 2023-09-29T16:54:28.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:27 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:26.746776+0000 mgr.smithi098.saehjc (mgr.14164) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:28.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:27 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:26.764985+0000 mon.smithi098 (mon.0) 254 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/1793413057,v1:172.21.15.98:6803/1793413057]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-09-29T16:54:28.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:27 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:26.765054+0000 mon.smithi098 (mon.0) 255 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2023-09-29T16:54:28.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:27 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:26.766036+0000 mon.smithi098 (mon.0) 256 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T16:54:28.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:27 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:26.769380+0000 mon.smithi098 (mon.0) 257 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T16:54:28.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:27 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:27.213904+0000 mon.smithi098 (mon.0) 258 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:28.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:27 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:27.216559+0000 mon.smithi098 (mon.0) 259 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-29T16:54:28.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:27 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:27.216879+0000 mgr.smithi098.saehjc (mgr.14164) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-29T16:54:28.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:26.746776+0000 mgr.smithi098.saehjc (mgr.14164) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:28.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:26.764985+0000 mon.smithi098 (mon.0) 254 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/1793413057,v1:172.21.15.98:6803/1793413057]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-09-29T16:54:28.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:26.765054+0000 mon.smithi098 (mon.0) 255 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2023-09-29T16:54:28.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:26.766036+0000 mon.smithi098 (mon.0) 256 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T16:54:28.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:26.769380+0000 mon.smithi098 (mon.0) 257 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T16:54:28.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:27.213904+0000 mon.smithi098 (mon.0) 258 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:28.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:27.216559+0000 mon.smithi098 (mon.0) 259 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-29T16:54:28.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:27.216879+0000 mgr.smithi098.saehjc (mgr.14164) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-29T16:54:29.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:25.897431+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T16:54:29.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:25.897530+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T16:54:29.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:27.769874+0000 mon.smithi098 (mon.0) 260 : cluster [INF] osd.0 [v2:172.21.15.98:6802/1793413057,v1:172.21.15.98:6803/1793413057] boot 2023-09-29T16:54:29.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:27.769906+0000 mon.smithi098 (mon.0) 261 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-09-29T16:54:29.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:27.770347+0000 mon.smithi098 (mon.0) 262 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T16:54:29.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:28.025075+0000 mon.smithi098 (mon.0) 263 : audit [INF] from='client.? 172.21.15.98:0/2545530056' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4c8b2689-a560-4d1b-b849-027f5df47b5e"}]: dispatch 2023-09-29T16:54:29.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:28.031217+0000 mon.smithi098 (mon.0) 264 : audit [INF] from='client.? 172.21.15.98:0/2545530056' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4c8b2689-a560-4d1b-b849-027f5df47b5e"}]': finished 2023-09-29T16:54:29.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:28.031260+0000 mon.smithi098 (mon.0) 265 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-09-29T16:54:29.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:28.031338+0000 mon.smithi098 (mon.0) 266 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T16:54:29.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:28.450504+0000 mon.smithi098 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.98:0/3433572592' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T16:54:29.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:28 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:25.897431+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T16:54:29.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:28 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:25.897530+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T16:54:29.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:28 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:27.769874+0000 mon.smithi098 (mon.0) 260 : cluster [INF] osd.0 [v2:172.21.15.98:6802/1793413057,v1:172.21.15.98:6803/1793413057] boot 2023-09-29T16:54:29.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:28 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:27.769906+0000 mon.smithi098 (mon.0) 261 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-09-29T16:54:29.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:28 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:27.770347+0000 mon.smithi098 (mon.0) 262 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T16:54:29.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:28 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:28.025075+0000 mon.smithi098 (mon.0) 263 : audit [INF] from='client.? 172.21.15.98:0/2545530056' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4c8b2689-a560-4d1b-b849-027f5df47b5e"}]: dispatch 2023-09-29T16:54:29.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:28 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:28.031217+0000 mon.smithi098 (mon.0) 264 : audit [INF] from='client.? 172.21.15.98:0/2545530056' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4c8b2689-a560-4d1b-b849-027f5df47b5e"}]': finished 2023-09-29T16:54:29.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:28 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:28.031260+0000 mon.smithi098 (mon.0) 265 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-09-29T16:54:29.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:28 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:28.031338+0000 mon.smithi098 (mon.0) 266 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T16:54:29.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:28 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:28.450504+0000 mon.smithi098 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.98:0/3433572592' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T16:54:30.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:28.747060+0000 mgr.smithi098.saehjc (mgr.14164) 79 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:30.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:28.747060+0000 mgr.smithi098.saehjc (mgr.14164) 79 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-29T16:54:31.969 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:31 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:30.747406+0000 mgr.smithi098.saehjc (mgr.14164) 80 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T16:54:32.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:31 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:30.747406+0000 mgr.smithi098.saehjc (mgr.14164) 80 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T16:54:32.959 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:32 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:32.724381+0000 mon.smithi098 (mon.0) 268 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-29T16:54:32.959 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:32 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:32.724960+0000 mon.smithi098 (mon.0) 269 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:33.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:32 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:32.724381+0000 mon.smithi098 (mon.0) 268 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-29T16:54:33.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:32 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:32.724960+0000 mon.smithi098 (mon.0) 269 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:34.100 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:33 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:32.725416+0000 mgr.smithi098.saehjc (mgr.14164) 81 : cephadm [INF] Deploying daemon osd.1 on smithi098 2023-09-29T16:54:34.100 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:33 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:32.747892+0000 mgr.smithi098.saehjc (mgr.14164) 82 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T16:54:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:33 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:32.725416+0000 mgr.smithi098.saehjc (mgr.14164) 81 : cephadm [INF] Deploying daemon osd.1 on smithi098 2023-09-29T16:54:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:33 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:32.747892+0000 mgr.smithi098.saehjc (mgr.14164) 82 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T16:54:35.135 INFO:teuthology.orchestra.run.smithi098.stdout:Created osd(s) 1 on host 'smithi098' 2023-09-29T16:54:35.492 DEBUG:teuthology.orchestra.run.smithi098:osd.1> sudo journalctl -f -n 0 -u ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.1.service 2023-09-29T16:54:35.494 INFO:tasks.cephadm:Deploying osd.2 on smithi098 with /dev/vg_nvme/lv_2... 2023-09-29T16:54:35.495 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-09-29T16:54:35.526 INFO:journalctl@ceph.osd.1.smithi098.stdout:-- Logs begin at Fri 2023-09-29 16:43:42 UTC. -- 2023-09-29T16:54:35.725 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 16:54:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.1[121171]: debug 2023-09-29T16:54:35.587+0000 7f066bbd6080 -1 Falling back to public interface 2023-09-29T16:54:36.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:34.748143+0000 mgr.smithi098.saehjc (mgr.14164) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T16:54:36.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:35.128034+0000 mon.smithi098 (mon.0) 270 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:36.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:35.133458+0000 mon.smithi098 (mon.0) 271 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:36.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:35.140416+0000 mon.smithi098 (mon.0) 272 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.98:9093"}]: dispatch 2023-09-29T16:54:36.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:35.140796+0000 mgr.smithi098.saehjc (mgr.14164) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.98:9093"}]: dispatch 2023-09-29T16:54:36.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:35.146542+0000 mon.smithi098 (mon.0) 273 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:36.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:35.149865+0000 mon.smithi098 (mon.0) 274 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-29T16:54:36.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:35.150314+0000 mgr.smithi098.saehjc (mgr.14164) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-29T16:54:36.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:35.154726+0000 mon.smithi098 (mon.0) 275 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.98:3000"}]: dispatch 2023-09-29T16:54:36.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:35.155007+0000 mgr.smithi098.saehjc (mgr.14164) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.98:3000"}]: dispatch 2023-09-29T16:54:36.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:35.158961+0000 mon.smithi098 (mon.0) 276 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:36.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:35.162242+0000 mon.smithi098 (mon.0) 277 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T16:54:36.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:35.162700+0000 mgr.smithi098.saehjc (mgr.14164) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T16:54:36.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:35.166703+0000 mon.smithi098 (mon.0) 278 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.98:9095"}]: dispatch 2023-09-29T16:54:36.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:35.166982+0000 mgr.smithi098.saehjc (mgr.14164) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.98:9095"}]: dispatch 2023-09-29T16:54:36.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:35.170516+0000 mon.smithi098 (mon.0) 279 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:36.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:35.171878+0000 mon.smithi098 (mon.0) 280 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:54:36.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:35.172705+0000 mon.smithi098 (mon.0) 281 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:36.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:35.173288+0000 mon.smithi098 (mon.0) 282 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:54:36.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:34.748143+0000 mgr.smithi098.saehjc (mgr.14164) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T16:54:36.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:35.128034+0000 mon.smithi098 (mon.0) 270 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:36.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:35.133458+0000 mon.smithi098 (mon.0) 271 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:36.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:35.140416+0000 mon.smithi098 (mon.0) 272 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.98:9093"}]: dispatch 2023-09-29T16:54:36.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:35.140796+0000 mgr.smithi098.saehjc (mgr.14164) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.98:9093"}]: dispatch 2023-09-29T16:54:36.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:35.146542+0000 mon.smithi098 (mon.0) 273 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:36.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:35.149865+0000 mon.smithi098 (mon.0) 274 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-29T16:54:36.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:35.150314+0000 mgr.smithi098.saehjc (mgr.14164) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-29T16:54:36.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:35.154726+0000 mon.smithi098 (mon.0) 275 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.98:3000"}]: dispatch 2023-09-29T16:54:36.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:35.155007+0000 mgr.smithi098.saehjc (mgr.14164) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.98:3000"}]: dispatch 2023-09-29T16:54:36.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:35.158961+0000 mon.smithi098 (mon.0) 276 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:36.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:35.162242+0000 mon.smithi098 (mon.0) 277 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T16:54:36.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:35.162700+0000 mgr.smithi098.saehjc (mgr.14164) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T16:54:36.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:35.166703+0000 mon.smithi098 (mon.0) 278 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.98:9095"}]: dispatch 2023-09-29T16:54:36.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:35.166982+0000 mgr.smithi098.saehjc (mgr.14164) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.98:9095"}]: dispatch 2023-09-29T16:54:36.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:35.170516+0000 mon.smithi098 (mon.0) 279 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:36.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:35.171878+0000 mon.smithi098 (mon.0) 280 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:54:36.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:35.172705+0000 mon.smithi098 (mon.0) 281 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:36.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:35.173288+0000 mon.smithi098 (mon.0) 282 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:54:37.303 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-09-29T16:54:37.303 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 2023-09-29T16:54:37.303 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 10+0 records in 2023-09-29T16:54:37.303 INFO:teuthology.orchestra.run.smithi098.stderr:10+0 records out 2023-09-29T16:54:37.303 INFO:teuthology.orchestra.run.smithi098.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0125253 s, 837 MB/s 2023-09-29T16:54:37.304 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping successful for: 2023-09-29T16:54:37.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:36.170673+0000 mon.smithi098 (mon.0) 283 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:37.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:36.170673+0000 mon.smithi098 (mon.0) 283 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:38.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:38 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:36.748395+0000 mgr.smithi098.saehjc (mgr.14164) 89 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T16:54:38.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:38 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:36.748395+0000 mgr.smithi098.saehjc (mgr.14164) 89 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T16:54:38.476 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 16:54:38 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.1[121171]: debug 2023-09-29T16:54:38.333+0000 7f066bbd6080 -1 osd.1 0 log_to_monitors {default=true} 2023-09-29T16:54:38.804 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi098:vg_nvme/lv_2 2023-09-29T16:54:39.444 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:39 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:38.337359+0000 mon.smithi098 (mon.0) 284 : audit [INF] from='osd.1 [v2:172.21.15.98:6810/1390128895,v1:172.21.15.98:6811/1390128895]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-29T16:54:39.452 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:39 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:38.337359+0000 mon.smithi098 (mon.0) 284 : audit [INF] from='osd.1 [v2:172.21.15.98:6810/1390128895,v1:172.21.15.98:6811/1390128895]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-29T16:54:40.187 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 16:54:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.1[121171]: debug 2023-09-29T16:54:40.187+0000 7f0662139700 -1 osd.1 0 waiting for initial osdmap 2023-09-29T16:54:40.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:38.748800+0000 mgr.smithi098.saehjc (mgr.14164) 90 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T16:54:40.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:39.183929+0000 mon.smithi098 (mon.0) 285 : audit [INF] from='osd.1 [v2:172.21.15.98:6810/1390128895,v1:172.21.15.98:6811/1390128895]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-29T16:54:40.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:39.183999+0000 mon.smithi098 (mon.0) 286 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-09-29T16:54:40.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:39.184114+0000 mon.smithi098 (mon.0) 287 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T16:54:40.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:39.184414+0000 mon.smithi098 (mon.0) 288 : audit [INF] from='osd.1 [v2:172.21.15.98:6810/1390128895,v1:172.21.15.98:6811/1390128895]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-09-29T16:54:40.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:38.748800+0000 mgr.smithi098.saehjc (mgr.14164) 90 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T16:54:40.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:39.183929+0000 mon.smithi098 (mon.0) 285 : audit [INF] from='osd.1 [v2:172.21.15.98:6810/1390128895,v1:172.21.15.98:6811/1390128895]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-29T16:54:40.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:39.183999+0000 mon.smithi098 (mon.0) 286 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-09-29T16:54:40.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:39.184114+0000 mon.smithi098 (mon.0) 287 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T16:54:40.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:39.184414+0000 mon.smithi098 (mon.0) 288 : audit [INF] from='osd.1 [v2:172.21.15.98:6810/1390128895,v1:172.21.15.98:6811/1390128895]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-09-29T16:54:40.476 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 16:54:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.1[121171]: debug 2023-09-29T16:54:40.190+0000 7f065a8ad700 -1 osd.1 12 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-09-29T16:54:41.224 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:40.184574+0000 mon.smithi098 (mon.0) 289 : audit [INF] from='osd.1 [v2:172.21.15.98:6810/1390128895,v1:172.21.15.98:6811/1390128895]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-09-29T16:54:41.224 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:40.184621+0000 mon.smithi098 (mon.0) 290 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-09-29T16:54:41.224 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:40.184946+0000 mon.smithi098 (mon.0) 291 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T16:54:41.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:40.188799+0000 mon.smithi098 (mon.0) 292 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T16:54:41.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:40.268679+0000 mon.smithi098 (mon.0) 293 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:41.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:40.470327+0000 mgr.smithi098.saehjc (mgr.14164) 91 : audit [DBG] from='client.14258 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:54:41.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:40.471049+0000 mon.smithi098 (mon.0) 294 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T16:54:41.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:40.472326+0000 mon.smithi098 (mon.0) 295 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T16:54:41.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:40.472996+0000 mon.smithi098 (mon.0) 296 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:41.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:40.184574+0000 mon.smithi098 (mon.0) 289 : audit [INF] from='osd.1 [v2:172.21.15.98:6810/1390128895,v1:172.21.15.98:6811/1390128895]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-09-29T16:54:41.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:40.184621+0000 mon.smithi098 (mon.0) 290 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-09-29T16:54:41.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:40.184946+0000 mon.smithi098 (mon.0) 291 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T16:54:41.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:40.188799+0000 mon.smithi098 (mon.0) 292 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T16:54:41.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:40.268679+0000 mon.smithi098 (mon.0) 293 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:41.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:40.470327+0000 mgr.smithi098.saehjc (mgr.14164) 91 : audit [DBG] from='client.14258 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:54:41.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:40.471049+0000 mon.smithi098 (mon.0) 294 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T16:54:41.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:40.472326+0000 mon.smithi098 (mon.0) 295 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T16:54:41.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:40.472996+0000 mon.smithi098 (mon.0) 296 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:42.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:42 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:39.353417+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T16:54:42.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:42 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:39.353508+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T16:54:42.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:42 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:40.749054+0000 mgr.smithi098.saehjc (mgr.14164) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T16:54:42.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:42 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:41.190680+0000 mon.smithi098 (mon.0) 297 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T16:54:42.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:42 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:41.192710+0000 mon.smithi098 (mon.0) 298 : cluster [INF] osd.1 [v2:172.21.15.98:6810/1390128895,v1:172.21.15.98:6811/1390128895] boot 2023-09-29T16:54:42.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:42 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:41.192732+0000 mon.smithi098 (mon.0) 299 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-09-29T16:54:42.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:42 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:41.192813+0000 mon.smithi098 (mon.0) 300 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T16:54:42.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:42 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:39.353417+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T16:54:42.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:42 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:39.353508+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T16:54:42.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:42 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:40.749054+0000 mgr.smithi098.saehjc (mgr.14164) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-29T16:54:42.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:42 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:41.190680+0000 mon.smithi098 (mon.0) 297 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T16:54:42.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:42 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:41.192710+0000 mon.smithi098 (mon.0) 298 : cluster [INF] osd.1 [v2:172.21.15.98:6810/1390128895,v1:172.21.15.98:6811/1390128895] boot 2023-09-29T16:54:42.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:42 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:41.192732+0000 mon.smithi098 (mon.0) 299 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-09-29T16:54:42.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:42 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:41.192813+0000 mon.smithi098 (mon.0) 300 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T16:54:43.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:42.271448+0000 mon.smithi098 (mon.0) 301 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-09-29T16:54:43.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:42.953510+0000 mon.smithi098 (mon.0) 302 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:43.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:43.214032+0000 mon.smithi098 (mon.0) 303 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:54:43.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:43.214631+0000 mon.smithi098 (mon.0) 304 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:54:43.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:43.219916+0000 mon.smithi098 (mon.0) 305 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:43.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:43.223065+0000 mon.smithi098 (mon.0) 306 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:43.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:43.226433+0000 mon.smithi098 (mon.0) 307 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:54:43.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:43.227355+0000 mon.smithi098 (mon.0) 308 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:43.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:43.227907+0000 mon.smithi098 (mon.0) 309 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:54:43.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:42.271448+0000 mon.smithi098 (mon.0) 301 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-09-29T16:54:43.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:42.953510+0000 mon.smithi098 (mon.0) 302 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:43.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:43.214032+0000 mon.smithi098 (mon.0) 303 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:54:43.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:43.214631+0000 mon.smithi098 (mon.0) 304 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:54:43.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:43.219916+0000 mon.smithi098 (mon.0) 305 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:43.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:43.223065+0000 mon.smithi098 (mon.0) 306 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:43.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:43.226433+0000 mon.smithi098 (mon.0) 307 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:54:43.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:43.227355+0000 mon.smithi098 (mon.0) 308 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:43.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:43.227907+0000 mon.smithi098 (mon.0) 309 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:54:44.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:42.749277+0000 mgr.smithi098.saehjc (mgr.14164) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T16:54:44.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:42.948862+0000 mgr.smithi098.saehjc (mgr.14164) 94 : cephadm [INF] Detected new or changed devices on smithi098 2023-09-29T16:54:44.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:43.215073+0000 mgr.smithi098.saehjc (mgr.14164) 95 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 6445M 2023-09-29T16:54:44.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:43.659652+0000 mon.smithi098 (mon.0) 310 : audit [INF] from='client.? 172.21.15.98:0/3927131677' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ed2921f-7fd1-4f66-9646-6f28caf2958a"}]: dispatch 2023-09-29T16:54:44.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:43.667747+0000 mon.smithi098 (mon.0) 311 : audit [INF] from='client.? 172.21.15.98:0/3927131677' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3ed2921f-7fd1-4f66-9646-6f28caf2958a"}]': finished 2023-09-29T16:54:44.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:43.667813+0000 mon.smithi098 (mon.0) 312 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-09-29T16:54:44.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:43.667905+0000 mon.smithi098 (mon.0) 313 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T16:54:44.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:44.117204+0000 mon.smithi098 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.98:0/4013231862' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T16:54:44.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:42.749277+0000 mgr.smithi098.saehjc (mgr.14164) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T16:54:44.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:42.948862+0000 mgr.smithi098.saehjc (mgr.14164) 94 : cephadm [INF] Detected new or changed devices on smithi098 2023-09-29T16:54:44.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:43.215073+0000 mgr.smithi098.saehjc (mgr.14164) 95 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 6445M 2023-09-29T16:54:44.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:43.659652+0000 mon.smithi098 (mon.0) 310 : audit [INF] from='client.? 172.21.15.98:0/3927131677' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ed2921f-7fd1-4f66-9646-6f28caf2958a"}]: dispatch 2023-09-29T16:54:44.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:43.667747+0000 mon.smithi098 (mon.0) 311 : audit [INF] from='client.? 172.21.15.98:0/3927131677' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3ed2921f-7fd1-4f66-9646-6f28caf2958a"}]': finished 2023-09-29T16:54:44.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:43.667813+0000 mon.smithi098 (mon.0) 312 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-09-29T16:54:44.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:43.667905+0000 mon.smithi098 (mon.0) 313 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T16:54:44.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:44.117204+0000 mon.smithi098 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.98:0/4013231862' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T16:54:45.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:44.351103+0000 mon.smithi098 (mon.0) 315 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:45.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:44.351103+0000 mon.smithi098 (mon.0) 315 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:46.671 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:44.749617+0000 mgr.smithi098.saehjc (mgr.14164) 96 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T16:54:46.671 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:46.256325+0000 mon.smithi098 (mon.0) 316 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:46.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:44.749617+0000 mgr.smithi098.saehjc (mgr.14164) 96 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T16:54:46.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:46.256325+0000 mon.smithi098 (mon.0) 316 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:48.687 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:46.749876+0000 mgr.smithi098.saehjc (mgr.14164) 97 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T16:54:48.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:46.749876+0000 mgr.smithi098.saehjc (mgr.14164) 97 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T16:54:50.550 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:48.750138+0000 mgr.smithi098.saehjc (mgr.14164) 98 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T16:54:50.550 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:49.258283+0000 mgr.smithi098.saehjc (mgr.14164) 99 : cephadm [INF] Detected new or changed devices on smithi098 2023-09-29T16:54:50.551 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:49.262831+0000 mon.smithi098 (mon.0) 317 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:50.551 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:49.268048+0000 mon.smithi098 (mon.0) 318 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:50.551 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:50.022412+0000 mon.smithi098 (mon.0) 319 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-29T16:54:50.551 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:50.023015+0000 mon.smithi098 (mon.0) 320 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:50.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:48.750138+0000 mgr.smithi098.saehjc (mgr.14164) 98 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T16:54:50.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:49.258283+0000 mgr.smithi098.saehjc (mgr.14164) 99 : cephadm [INF] Detected new or changed devices on smithi098 2023-09-29T16:54:50.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:49.262831+0000 mon.smithi098 (mon.0) 317 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:50.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:49.268048+0000 mon.smithi098 (mon.0) 318 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:50.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:50.022412+0000 mon.smithi098 (mon.0) 319 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-29T16:54:50.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:50.023015+0000 mon.smithi098 (mon.0) 320 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:51.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:51 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:50.023444+0000 mgr.smithi098.saehjc (mgr.14164) 100 : cephadm [INF] Deploying daemon osd.2 on smithi098 2023-09-29T16:54:51.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:50.023444+0000 mgr.smithi098.saehjc (mgr.14164) 100 : cephadm [INF] Deploying daemon osd.2 on smithi098 2023-09-29T16:54:52.443 INFO:teuthology.orchestra.run.smithi098.stdout:Created osd(s) 2 on host 'smithi098' 2023-09-29T16:54:52.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:52 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:50.750482+0000 mgr.smithi098.saehjc (mgr.14164) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T16:54:52.702 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:50.750482+0000 mgr.smithi098.saehjc (mgr.14164) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T16:54:52.794 DEBUG:teuthology.orchestra.run.smithi098:osd.2> sudo journalctl -f -n 0 -u ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.2.service 2023-09-29T16:54:52.796 INFO:tasks.cephadm:Deploying osd.3 on smithi098 with /dev/vg_nvme/lv_1... 2023-09-29T16:54:52.796 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-09-29T16:54:52.827 INFO:journalctl@ceph.osd.2.smithi098.stdout:-- Logs begin at Fri 2023-09-29 16:43:42 UTC. -- 2023-09-29T16:54:53.201 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 16:54:52 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.2[125043]: debug 2023-09-29T16:54:52.898+0000 7f22e6183080 -1 Falling back to public interface 2023-09-29T16:54:53.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:53 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:52.431437+0000 mon.smithi098 (mon.0) 321 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:54:53.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:53 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:52.433173+0000 mon.smithi098 (mon.0) 322 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:53.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:53 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:52.435324+0000 mon.smithi098 (mon.0) 323 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:53.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:53 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:52.435574+0000 mon.smithi098 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:54:53.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:53 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:52.441922+0000 mon.smithi098 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:53.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:52.431437+0000 mon.smithi098 (mon.0) 321 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:54:53.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:52.433173+0000 mon.smithi098 (mon.0) 322 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:53.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:52.435324+0000 mon.smithi098 (mon.0) 323 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:53.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:52.435574+0000 mon.smithi098 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:54:53.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:52.441922+0000 mon.smithi098 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:54.542 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-09-29T16:54:54.542 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 2023-09-29T16:54:54.542 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 10+0 records in 2023-09-29T16:54:54.543 INFO:teuthology.orchestra.run.smithi098.stderr:10+0 records out 2023-09-29T16:54:54.543 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.015017 s, 698 MB/s 2023-09-29T16:54:54.543 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping successful for: 2023-09-29T16:54:54.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:52.750819+0000 mgr.smithi098.saehjc (mgr.14164) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T16:54:54.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:53.407400+0000 mon.smithi098 (mon.0) 326 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:54.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:52.750819+0000 mgr.smithi098.saehjc (mgr.14164) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T16:54:54.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:53.407400+0000 mon.smithi098 (mon.0) 326 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:54.989 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi098:vg_nvme/lv_1 2023-09-29T16:54:55.725 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 16:54:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.2[125043]: debug 2023-09-29T16:54:55.651+0000 7f22e6183080 -1 osd.2 0 log_to_monitors {default=true} 2023-09-29T16:54:56.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:54.751049+0000 mgr.smithi098.saehjc (mgr.14164) 103 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T16:54:56.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:55.654814+0000 mon.smithi098 (mon.0) 327 : audit [INF] from='osd.2 [v2:172.21.15.98:6818/3756520111,v1:172.21.15.98:6819/3756520111]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-29T16:54:56.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:56.255564+0000 mon.smithi098 (mon.0) 328 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:56.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:54.751049+0000 mgr.smithi098.saehjc (mgr.14164) 103 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T16:54:56.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:55.654814+0000 mon.smithi098 (mon.0) 327 : audit [INF] from='osd.2 [v2:172.21.15.98:6818/3756520111,v1:172.21.15.98:6819/3756520111]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-29T16:54:56.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:56.255564+0000 mon.smithi098 (mon.0) 328 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:57.682 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 16:54:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.2[125043]: debug 2023-09-29T16:54:57.416+0000 7f22dc6e6700 -1 osd.2 0 waiting for initial osdmap 2023-09-29T16:54:57.682 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 16:54:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.2[125043]: debug 2023-09-29T16:54:57.421+0000 7f22d6e5e700 -1 osd.2 17 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-09-29T16:54:57.683 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:56.412660+0000 mon.smithi098 (mon.0) 329 : audit [INF] from='osd.2 [v2:172.21.15.98:6818/3756520111,v1:172.21.15.98:6819/3756520111]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-29T16:54:57.683 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:56.412742+0000 mon.smithi098 (mon.0) 330 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-09-29T16:54:57.683 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:56.413125+0000 mon.smithi098 (mon.0) 331 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T16:54:57.683 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:56.413508+0000 mon.smithi098 (mon.0) 332 : audit [INF] from='osd.2 [v2:172.21.15.98:6818/3756520111,v1:172.21.15.98:6819/3756520111]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-09-29T16:54:57.683 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:56.762543+0000 mon.smithi098 (mon.0) 333 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T16:54:57.683 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:56.763597+0000 mon.smithi098 (mon.0) 334 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T16:54:57.683 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:56.764111+0000 mon.smithi098 (mon.0) 335 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:57.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:56.412660+0000 mon.smithi098 (mon.0) 329 : audit [INF] from='osd.2 [v2:172.21.15.98:6818/3756520111,v1:172.21.15.98:6819/3756520111]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-29T16:54:57.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:56.412742+0000 mon.smithi098 (mon.0) 330 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-09-29T16:54:57.706 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:56.413125+0000 mon.smithi098 (mon.0) 331 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T16:54:57.706 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:56.413508+0000 mon.smithi098 (mon.0) 332 : audit [INF] from='osd.2 [v2:172.21.15.98:6818/3756520111,v1:172.21.15.98:6819/3756520111]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-09-29T16:54:57.706 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:56.762543+0000 mon.smithi098 (mon.0) 333 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T16:54:57.706 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:56.763597+0000 mon.smithi098 (mon.0) 334 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T16:54:57.706 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:56.764111+0000 mon.smithi098 (mon.0) 335 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:58.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:56.751293+0000 mgr.smithi098.saehjc (mgr.14164) 104 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T16:54:58.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:56.761831+0000 mgr.smithi098.saehjc (mgr.14164) 105 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:54:58.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:57.413826+0000 mon.smithi098 (mon.0) 336 : audit [INF] from='osd.2 [v2:172.21.15.98:6818/3756520111,v1:172.21.15.98:6819/3756520111]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-09-29T16:54:58.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:57.413877+0000 mon.smithi098 (mon.0) 337 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-09-29T16:54:58.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:57.413968+0000 mon.smithi098 (mon.0) 338 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T16:54:58.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:57.419212+0000 mon.smithi098 (mon.0) 339 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T16:54:58.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:58.416866+0000 mon.smithi098 (mon.0) 340 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T16:54:58.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:56.751293+0000 mgr.smithi098.saehjc (mgr.14164) 104 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T16:54:58.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:56.761831+0000 mgr.smithi098.saehjc (mgr.14164) 105 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:54:58.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:57.413826+0000 mon.smithi098 (mon.0) 336 : audit [INF] from='osd.2 [v2:172.21.15.98:6818/3756520111,v1:172.21.15.98:6819/3756520111]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-09-29T16:54:58.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:57.413877+0000 mon.smithi098 (mon.0) 337 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-09-29T16:54:58.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:57.413968+0000 mon.smithi098 (mon.0) 338 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T16:54:58.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:57.419212+0000 mon.smithi098 (mon.0) 339 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T16:54:58.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:58.416866+0000 mon.smithi098 (mon.0) 340 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T16:54:59.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:56.650646+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T16:54:59.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:56.650740+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T16:54:59.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:58.426147+0000 mon.smithi098 (mon.0) 341 : cluster [INF] osd.2 [v2:172.21.15.98:6818/3756520111,v1:172.21.15.98:6819/3756520111] boot 2023-09-29T16:54:59.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:58.426179+0000 mon.smithi098 (mon.0) 342 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-09-29T16:54:59.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:58.426553+0000 mon.smithi098 (mon.0) 343 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T16:54:59.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:58.888354+0000 mon.smithi098 (mon.0) 344 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:59.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:58.889175+0000 mon.smithi098 (mon.0) 345 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:54:59.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:58.889730+0000 mon.smithi098 (mon.0) 346 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:54:59.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:58.890204+0000 mon.smithi098 (mon.0) 347 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:54:59.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:58.893587+0000 mon.smithi098 (mon.0) 348 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:59.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:58.898352+0000 mon.smithi098 (mon.0) 349 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:59.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:58.901144+0000 mon.smithi098 (mon.0) 350 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:54:59.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:58.901927+0000 mon.smithi098 (mon.0) 351 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:59.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:54:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:58.902384+0000 mon.smithi098 (mon.0) 352 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:54:59.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:56.650646+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T16:54:59.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:56.650740+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T16:54:59.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:58.426147+0000 mon.smithi098 (mon.0) 341 : cluster [INF] osd.2 [v2:172.21.15.98:6818/3756520111,v1:172.21.15.98:6819/3756520111] boot 2023-09-29T16:54:59.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:58.426179+0000 mon.smithi098 (mon.0) 342 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-09-29T16:54:59.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:58.426553+0000 mon.smithi098 (mon.0) 343 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T16:54:59.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:58.888354+0000 mon.smithi098 (mon.0) 344 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:59.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:58.889175+0000 mon.smithi098 (mon.0) 345 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:54:59.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:58.889730+0000 mon.smithi098 (mon.0) 346 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:54:59.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:58.890204+0000 mon.smithi098 (mon.0) 347 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:54:59.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:58.893587+0000 mon.smithi098 (mon.0) 348 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:59.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:58.898352+0000 mon.smithi098 (mon.0) 349 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:54:59.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:58.901144+0000 mon.smithi098 (mon.0) 350 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:54:59.728 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:58.901927+0000 mon.smithi098 (mon.0) 351 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:54:59.728 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:54:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:58.902384+0000 mon.smithi098 (mon.0) 352 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:55:00.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:58.751619+0000 mgr.smithi098.saehjc (mgr.14164) 106 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T16:55:00.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:54:58.890583+0000 mgr.smithi098.saehjc (mgr.14164) 107 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 4296M 2023-09-29T16:55:00.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:59.588911+0000 mon.smithi098 (mon.0) 353 : audit [INF] from='client.? 172.21.15.98:0/2436696263' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4945e604-e8ff-434e-883a-554a5379057f"}]: dispatch 2023-09-29T16:55:00.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:59.594112+0000 mon.smithi098 (mon.0) 354 : audit [INF] from='client.? 172.21.15.98:0/2436696263' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4945e604-e8ff-434e-883a-554a5379057f"}]': finished 2023-09-29T16:55:00.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:54:59.594179+0000 mon.smithi098 (mon.0) 355 : cluster [DBG] osdmap e19: 4 total, 3 up, 4 in 2023-09-29T16:55:00.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:54:59.594296+0000 mon.smithi098 (mon.0) 356 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T16:55:00.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:00.025566+0000 mon.smithi098 (mon.0) 357 : audit [DBG] from='client.? 172.21.15.98:0/988877912' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T16:55:00.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:58.751619+0000 mgr.smithi098.saehjc (mgr.14164) 106 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-29T16:55:00.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:54:58.890583+0000 mgr.smithi098.saehjc (mgr.14164) 107 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 4296M 2023-09-29T16:55:00.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:59.588911+0000 mon.smithi098 (mon.0) 353 : audit [INF] from='client.? 172.21.15.98:0/2436696263' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4945e604-e8ff-434e-883a-554a5379057f"}]: dispatch 2023-09-29T16:55:00.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:59.594112+0000 mon.smithi098 (mon.0) 354 : audit [INF] from='client.? 172.21.15.98:0/2436696263' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4945e604-e8ff-434e-883a-554a5379057f"}]': finished 2023-09-29T16:55:00.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:54:59.594179+0000 mon.smithi098 (mon.0) 355 : cluster [DBG] osdmap e19: 4 total, 3 up, 4 in 2023-09-29T16:55:00.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:54:59.594296+0000 mon.smithi098 (mon.0) 356 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T16:55:00.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:00.025566+0000 mon.smithi098 (mon.0) 357 : audit [DBG] from='client.? 172.21.15.98:0/988877912' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T16:55:02.560 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:00.751918+0000 mgr.smithi098.saehjc (mgr.14164) 108 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-29T16:55:02.560 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:01.588003+0000 mon.smithi098 (mon.0) 358 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:02.560 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:01.593050+0000 mon.smithi098 (mon.0) 359 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:02.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:00.751918+0000 mgr.smithi098.saehjc (mgr.14164) 108 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-29T16:55:02.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:01.588003+0000 mon.smithi098 (mon.0) 358 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:02.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:01.593050+0000 mon.smithi098 (mon.0) 359 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:04.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:02.752185+0000 mgr.smithi098.saehjc (mgr.14164) 109 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-29T16:55:04.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:04.379240+0000 mon.smithi098 (mon.0) 360 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-29T16:55:04.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:04.379789+0000 mon.smithi098 (mon.0) 361 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:04.712 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:02.752185+0000 mgr.smithi098.saehjc (mgr.14164) 109 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-29T16:55:04.712 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:04.379240+0000 mon.smithi098 (mon.0) 360 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-29T16:55:04.712 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:04.379789+0000 mon.smithi098 (mon.0) 361 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:05.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:05 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:55:04.380206+0000 mgr.smithi098.saehjc (mgr.14164) 110 : cephadm [INF] Deploying daemon osd.3 on smithi098 2023-09-29T16:55:05.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:05 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:55:04.380206+0000 mgr.smithi098.saehjc (mgr.14164) 110 : cephadm [INF] Deploying daemon osd.3 on smithi098 2023-09-29T16:55:06.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:06 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:04.752463+0000 mgr.smithi098.saehjc (mgr.14164) 111 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-29T16:55:06.711 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:06 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:04.752463+0000 mgr.smithi098.saehjc (mgr.14164) 111 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-29T16:55:06.830 INFO:teuthology.orchestra.run.smithi098.stdout:Created osd(s) 3 on host 'smithi098' 2023-09-29T16:55:07.183 DEBUG:teuthology.orchestra.run.smithi098:osd.3> sudo journalctl -f -n 0 -u ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.3.service 2023-09-29T16:55:07.185 INFO:tasks.cephadm:Deploying osd.4 on smithi174 with /dev/vg_nvme/lv_4... 2023-09-29T16:55:07.186 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-09-29T16:55:07.216 INFO:journalctl@ceph.osd.3.smithi098.stdout:-- Logs begin at Fri 2023-09-29 16:43:42 UTC. -- 2023-09-29T16:55:07.287 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 16:55:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.3[128705]: debug 2023-09-29T16:55:07.285+0000 7f731d053080 -1 Falling back to public interface 2023-09-29T16:55:07.487 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:06.820586+0000 mon.smithi098 (mon.0) 362 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:55:07.487 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:06.822217+0000 mon.smithi098 (mon.0) 363 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:07.487 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:06.824473+0000 mon.smithi098 (mon.0) 364 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:07.487 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:06.824735+0000 mon.smithi098 (mon.0) 365 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:55:07.487 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:06.828962+0000 mon.smithi098 (mon.0) 366 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:07.487 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:06.830553+0000 mon.smithi098 (mon.0) 367 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2023-09-29T16:55:07.488 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:07.085717+0000 mon.smithi098 (mon.0) 368 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/mirror_snapshot_schedule"}]: dispatch 2023-09-29T16:55:07.488 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:07.085952+0000 mon.smithi098 (mon.0) 369 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/trash_purge_schedule"}]: dispatch 2023-09-29T16:55:07.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:06.820586+0000 mon.smithi098 (mon.0) 362 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:55:07.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:06.822217+0000 mon.smithi098 (mon.0) 363 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:07.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:06.824473+0000 mon.smithi098 (mon.0) 364 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:07.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:06.824735+0000 mon.smithi098 (mon.0) 365 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:55:07.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:06.828962+0000 mon.smithi098 (mon.0) 366 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:07.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:06.830553+0000 mon.smithi098 (mon.0) 367 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2023-09-29T16:55:07.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:07.085717+0000 mon.smithi098 (mon.0) 368 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/mirror_snapshot_schedule"}]: dispatch 2023-09-29T16:55:07.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:07.085952+0000 mon.smithi098 (mon.0) 369 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/trash_purge_schedule"}]: dispatch 2023-09-29T16:55:08.498 INFO:teuthology.orchestra.run.smithi174.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-09-29T16:55:08.498 INFO:teuthology.orchestra.run.smithi174.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-09-29T16:55:08.498 INFO:teuthology.orchestra.run.smithi174.stderr: stderr: 10+0 records in 2023-09-29T16:55:08.498 INFO:teuthology.orchestra.run.smithi174.stderr:10+0 records out 2023-09-29T16:55:08.498 INFO:teuthology.orchestra.run.smithi174.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0111775 s, 938 MB/s 2023-09-29T16:55:08.498 INFO:teuthology.orchestra.run.smithi174.stderr: stderr: 2023-09-29T16:55:08.498 INFO:teuthology.orchestra.run.smithi174.stderr:--> Zapping successful for: 2023-09-29T16:55:08.684 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:06.752738+0000 mgr.smithi098.saehjc (mgr.14164) 112 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-29T16:55:08.684 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:07.831339+0000 mon.smithi098 (mon.0) 370 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2023-09-29T16:55:08.685 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:07.831383+0000 mon.smithi098 (mon.0) 371 : cluster [DBG] osdmap e20: 4 total, 3 up, 4 in 2023-09-29T16:55:08.685 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:07.831521+0000 mon.smithi098 (mon.0) 372 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T16:55:08.685 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:07.832404+0000 mon.smithi098 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-09-29T16:55:08.790 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:06.752738+0000 mgr.smithi098.saehjc (mgr.14164) 112 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-29T16:55:08.790 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:07.831339+0000 mon.smithi098 (mon.0) 370 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2023-09-29T16:55:08.790 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:07.831383+0000 mon.smithi098 (mon.0) 371 : cluster [DBG] osdmap e20: 4 total, 3 up, 4 in 2023-09-29T16:55:08.790 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:07.831521+0000 mon.smithi098 (mon.0) 372 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T16:55:08.790 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:07.832404+0000 mon.smithi098 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-09-29T16:55:08.847 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi174:vg_nvme/lv_4 2023-09-29T16:55:10.081 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 16:55:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.3[128705]: debug 2023-09-29T16:55:10.009+0000 7f731d053080 -1 osd.3 0 log_to_monitors {default=true} 2023-09-29T16:55:10.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:08.753079+0000 mgr.smithi098.saehjc (mgr.14164) 113 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-29T16:55:10.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:08.834545+0000 mon.smithi098 (mon.0) 374 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-09-29T16:55:10.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:08.834619+0000 mon.smithi098 (mon.0) 375 : cluster [DBG] osdmap e21: 4 total, 3 up, 4 in 2023-09-29T16:55:10.081 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:08.834732+0000 mon.smithi098 (mon.0) 376 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T16:55:10.082 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:09.486253+0000 mon.smithi098 (mon.0) 377 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:10.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:09 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:08.753079+0000 mgr.smithi098.saehjc (mgr.14164) 113 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-29T16:55:10.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:09 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:08.834545+0000 mon.smithi098 (mon.0) 374 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-09-29T16:55:10.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:09 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:08.834619+0000 mon.smithi098 (mon.0) 375 : cluster [DBG] osdmap e21: 4 total, 3 up, 4 in 2023-09-29T16:55:10.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:09 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:08.834732+0000 mon.smithi098 (mon.0) 376 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T16:55:10.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:09 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:09.486253+0000 mon.smithi098 (mon.0) 377 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:10.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:10 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:10.013800+0000 mon.smithi098 (mon.0) 378 : audit [INF] from='osd.3 [v2:172.21.15.98:6826/2955477305,v1:172.21.15.98:6827/2955477305]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-29T16:55:10.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:10 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:10.100130+0000 mgr.smithi098.saehjc (mgr.14164) 114 : audit [DBG] from='client.24141 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi174:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:55:10.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:10 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:10.100823+0000 mon.smithi098 (mon.0) 379 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T16:55:10.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:10 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:10.102075+0000 mon.smithi098 (mon.0) 380 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T16:55:10.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:10 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:10.102542+0000 mon.smithi098 (mon.0) 381 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:10.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:10 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:10.617715+0000 mon.smithi098 (mon.0) 382 : audit [INF] from='osd.3 [v2:172.21.15.98:6826/2955477305,v1:172.21.15.98:6827/2955477305]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-29T16:55:10.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:10 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:10.617764+0000 mon.smithi098 (mon.0) 383 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-09-29T16:55:10.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:10 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:10.617880+0000 mon.smithi098 (mon.0) 384 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T16:55:10.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:10 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:10.618172+0000 mon.smithi098 (mon.0) 385 : audit [INF] from='osd.3 [v2:172.21.15.98:6826/2955477305,v1:172.21.15.98:6827/2955477305]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-09-29T16:55:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:10.013800+0000 mon.smithi098 (mon.0) 378 : audit [INF] from='osd.3 [v2:172.21.15.98:6826/2955477305,v1:172.21.15.98:6827/2955477305]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-29T16:55:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:10.100130+0000 mgr.smithi098.saehjc (mgr.14164) 114 : audit [DBG] from='client.24141 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi174:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:55:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:10.100823+0000 mon.smithi098 (mon.0) 379 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T16:55:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:10.102075+0000 mon.smithi098 (mon.0) 380 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T16:55:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:10.102542+0000 mon.smithi098 (mon.0) 381 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:11.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:10.617715+0000 mon.smithi098 (mon.0) 382 : audit [INF] from='osd.3 [v2:172.21.15.98:6826/2955477305,v1:172.21.15.98:6827/2955477305]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-29T16:55:11.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:10.617764+0000 mon.smithi098 (mon.0) 383 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-09-29T16:55:11.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:10.617880+0000 mon.smithi098 (mon.0) 384 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T16:55:11.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:10.618172+0000 mon.smithi098 (mon.0) 385 : audit [INF] from='osd.3 [v2:172.21.15.98:6826/2955477305,v1:172.21.15.98:6827/2955477305]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-09-29T16:55:11.836 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.3[128705]: debug 2023-09-29T16:55:11.621+0000 7f73135b6700 -1 osd.3 0 waiting for initial osdmap 2023-09-29T16:55:11.836 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.3[128705]: debug 2023-09-29T16:55:11.627+0000 7f730fd32700 -1 osd.3 23 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-09-29T16:55:12.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:10.753378+0000 mgr.smithi098.saehjc (mgr.14164) 115 : cluster [DBG] pgmap v73: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-29T16:55:12.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:11.619460+0000 mon.smithi098 (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.98:6826/2955477305,v1:172.21.15.98:6827/2955477305]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-09-29T16:55:12.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:11.619508+0000 mon.smithi098 (mon.0) 387 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-09-29T16:55:12.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:11.619844+0000 mon.smithi098 (mon.0) 388 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T16:55:12.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:11.623642+0000 mon.smithi098 (mon.0) 389 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T16:55:12.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:11.644428+0000 mon.smithi174 (mon.1) 2 : audit [INF] from='client.? 172.21.15.174:0/2650018548' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7498693-817a-4109-87f6-ba477ac206b7"}]: dispatch 2023-09-29T16:55:12.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:11.644905+0000 mon.smithi098 (mon.0) 390 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7498693-817a-4109-87f6-ba477ac206b7"}]: dispatch 2023-09-29T16:55:12.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:11.649369+0000 mon.smithi098 (mon.0) 391 : cluster [INF] osd.3 [v2:172.21.15.98:6826/2955477305,v1:172.21.15.98:6827/2955477305] boot 2023-09-29T16:55:12.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:11.649427+0000 mon.smithi098 (mon.0) 392 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b7498693-817a-4109-87f6-ba477ac206b7"}]': finished 2023-09-29T16:55:12.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:11.649467+0000 mon.smithi098 (mon.0) 393 : cluster [DBG] osdmap e24: 5 total, 4 up, 5 in 2023-09-29T16:55:12.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:11.649609+0000 mon.smithi098 (mon.0) 394 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T16:55:12.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:11.649953+0000 mon.smithi098 (mon.0) 395 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T16:55:12.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:11.821367+0000 mon.smithi098 (mon.0) 396 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:12.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:11.822269+0000 mon.smithi098 (mon.0) 397 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:12.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:11.822794+0000 mon.smithi098 (mon.0) 398 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:12.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:11.823245+0000 mon.smithi098 (mon.0) 399 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:12.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:11.823693+0000 mon.smithi098 (mon.0) 400 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:12.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:11.827224+0000 mon.smithi098 (mon.0) 401 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:12.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:11.831740+0000 mon.smithi098 (mon.0) 402 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:12.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:11.834411+0000 mon.smithi098 (mon.0) 403 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:55:12.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:11.835227+0000 mon.smithi098 (mon.0) 404 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:12.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:10.753378+0000 mgr.smithi098.saehjc (mgr.14164) 115 : cluster [DBG] pgmap v73: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-29T16:55:12.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:11.619460+0000 mon.smithi098 (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.98:6826/2955477305,v1:172.21.15.98:6827/2955477305]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-09-29T16:55:12.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:11.619508+0000 mon.smithi098 (mon.0) 387 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-09-29T16:55:12.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:11.619844+0000 mon.smithi098 (mon.0) 388 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T16:55:12.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:11.623642+0000 mon.smithi098 (mon.0) 389 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T16:55:12.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:11.644428+0000 mon.smithi174 (mon.1) 2 : audit [INF] from='client.? 172.21.15.174:0/2650018548' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7498693-817a-4109-87f6-ba477ac206b7"}]: dispatch 2023-09-29T16:55:12.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:11.644905+0000 mon.smithi098 (mon.0) 390 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7498693-817a-4109-87f6-ba477ac206b7"}]: dispatch 2023-09-29T16:55:12.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:11.649369+0000 mon.smithi098 (mon.0) 391 : cluster [INF] osd.3 [v2:172.21.15.98:6826/2955477305,v1:172.21.15.98:6827/2955477305] boot 2023-09-29T16:55:12.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:11.649427+0000 mon.smithi098 (mon.0) 392 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b7498693-817a-4109-87f6-ba477ac206b7"}]': finished 2023-09-29T16:55:12.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:11.649467+0000 mon.smithi098 (mon.0) 393 : cluster [DBG] osdmap e24: 5 total, 4 up, 5 in 2023-09-29T16:55:12.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:11.649609+0000 mon.smithi098 (mon.0) 394 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T16:55:12.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:11.649953+0000 mon.smithi098 (mon.0) 395 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T16:55:12.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:11.821367+0000 mon.smithi098 (mon.0) 396 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:12.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:11.822269+0000 mon.smithi098 (mon.0) 397 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:12.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:11.822794+0000 mon.smithi098 (mon.0) 398 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:12.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:11.823245+0000 mon.smithi098 (mon.0) 399 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:12.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:11.823693+0000 mon.smithi098 (mon.0) 400 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:12.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:11.827224+0000 mon.smithi098 (mon.0) 401 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:12.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:11.831740+0000 mon.smithi098 (mon.0) 402 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:12.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:11.834411+0000 mon.smithi098 (mon.0) 403 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:55:12.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:11.835227+0000 mon.smithi098 (mon.0) 404 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:12.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:55:11.816359+0000 mgr.smithi098.saehjc (mgr.14164) 116 : cephadm [INF] Detected new or changed devices on smithi098 2023-09-29T16:55:12.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:55:11.824083+0000 mgr.smithi098.saehjc (mgr.14164) 117 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 3222M 2023-09-29T16:55:12.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:11.835894+0000 mon.smithi098 (mon.0) 405 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:55:12.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:12.065757+0000 mon.smithi174 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.174:0/2719556783' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T16:55:13.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:55:11.816359+0000 mgr.smithi098.saehjc (mgr.14164) 116 : cephadm [INF] Detected new or changed devices on smithi098 2023-09-29T16:55:13.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:55:11.824083+0000 mgr.smithi098.saehjc (mgr.14164) 117 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 3222M 2023-09-29T16:55:13.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:11.835894+0000 mon.smithi098 (mon.0) 405 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:55:13.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:12.065757+0000 mon.smithi174 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.174:0/2719556783' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T16:55:14.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:13 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:11.042595+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T16:55:14.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:13 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:11.042698+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T16:55:14.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:13 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:12.753614+0000 mgr.smithi098.saehjc (mgr.14164) 118 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 19 MiB used, 358 GiB / 358 GiB avail 2023-09-29T16:55:14.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:13 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:12.842750+0000 mon.smithi098 (mon.0) 406 : cluster [DBG] osdmap e25: 5 total, 4 up, 5 in 2023-09-29T16:55:14.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:13 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:12.842853+0000 mon.smithi098 (mon.0) 407 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T16:55:14.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:13 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:11.042595+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T16:55:14.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:13 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:11.042698+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T16:55:14.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:13 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:12.753614+0000 mgr.smithi098.saehjc (mgr.14164) 118 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 19 MiB used, 358 GiB / 358 GiB avail 2023-09-29T16:55:14.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:13 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:12.842750+0000 mon.smithi098 (mon.0) 406 : cluster [DBG] osdmap e25: 5 total, 4 up, 5 in 2023-09-29T16:55:14.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:13 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:12.842853+0000 mon.smithi098 (mon.0) 407 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T16:55:15.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:15 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:14.194865+0000 mon.smithi098 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:15.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:15 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:14.198182+0000 mon.smithi098 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:15.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:15 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:14.194865+0000 mon.smithi098 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:15.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:15 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:14.198182+0000 mon.smithi098 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:16.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:14.754111+0000 mgr.smithi098.saehjc (mgr.14164) 119 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-29T16:55:16.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:14.754111+0000 mgr.smithi098.saehjc (mgr.14164) 119 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-29T16:55:17.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:16.290979+0000 mon.smithi098 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-29T16:55:17.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:16.291770+0000 mon.smithi098 (mon.0) 411 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:17.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:55:16.292346+0000 mgr.smithi098.saehjc (mgr.14164) 120 : cephadm [INF] Deploying daemon osd.4 on smithi174 2023-09-29T16:55:17.546 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:16.290979+0000 mon.smithi098 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-29T16:55:17.547 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:16.291770+0000 mon.smithi098 (mon.0) 411 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:17.547 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:55:16.292346+0000 mgr.smithi098.saehjc (mgr.14164) 120 : cephadm [INF] Deploying daemon osd.4 on smithi174 2023-09-29T16:55:18.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:16.754581+0000 mgr.smithi098.saehjc (mgr.14164) 121 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-29T16:55:18.476 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:18 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:16.754581+0000 mgr.smithi098.saehjc (mgr.14164) 121 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-29T16:55:18.530 INFO:teuthology.orchestra.run.smithi174.stdout:Created osd(s) 4 on host 'smithi174' 2023-09-29T16:55:18.903 DEBUG:teuthology.orchestra.run.smithi174:osd.4> sudo journalctl -f -n 0 -u ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.4.service 2023-09-29T16:55:18.905 INFO:tasks.cephadm:Deploying osd.5 on smithi174 with /dev/vg_nvme/lv_3... 2023-09-29T16:55:18.905 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-09-29T16:55:18.936 INFO:journalctl@ceph.osd.4.smithi174.stdout:-- Logs begin at Fri 2023-09-29 16:43:46 UTC. -- 2023-09-29T16:55:19.128 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 16:55:19 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.4[113132]: debug 2023-09-29T16:55:19.003+0000 7f33e8231080 -1 Falling back to public interface 2023-09-29T16:55:19.393 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:19 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:18.517795+0000 mon.smithi098 (mon.0) 412 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:55:19.393 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:19 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:18.519511+0000 mon.smithi098 (mon.0) 413 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:19.393 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:19 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:18.521876+0000 mon.smithi098 (mon.0) 414 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:19.393 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:19 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:18.522089+0000 mon.smithi098 (mon.0) 415 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:55:19.393 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:19 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:18.526583+0000 mon.smithi098 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:19.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:19 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:18.517795+0000 mon.smithi098 (mon.0) 412 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:55:19.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:19 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:18.519511+0000 mon.smithi098 (mon.0) 413 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:19.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:19 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:18.521876+0000 mon.smithi098 (mon.0) 414 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:19.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:19 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:18.522089+0000 mon.smithi098 (mon.0) 415 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:55:19.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:19 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:18.526583+0000 mon.smithi098 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:20.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:20 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:18.754903+0000 mgr.smithi098.saehjc (mgr.14164) 122 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-29T16:55:20.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:20 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:19.923367+0000 mon.smithi098 (mon.0) 417 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:20.476 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:20 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:18.754903+0000 mgr.smithi098.saehjc (mgr.14164) 122 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-29T16:55:20.476 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:20 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:19.923367+0000 mon.smithi098 (mon.0) 417 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:20.572 INFO:teuthology.orchestra.run.smithi174.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-09-29T16:55:20.572 INFO:teuthology.orchestra.run.smithi174.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-09-29T16:55:20.572 INFO:teuthology.orchestra.run.smithi174.stderr: stderr: 10+0 records in 2023-09-29T16:55:20.572 INFO:teuthology.orchestra.run.smithi174.stderr:10+0 records out 2023-09-29T16:55:20.572 INFO:teuthology.orchestra.run.smithi174.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0132748 s, 790 MB/s 2023-09-29T16:55:20.572 INFO:teuthology.orchestra.run.smithi174.stderr:--> Zapping successful for: 2023-09-29T16:55:21.001 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi174:vg_nvme/lv_3 2023-09-29T16:55:21.992 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 16:55:21 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.4[113132]: debug 2023-09-29T16:55:21.749+0000 7f33e8231080 -1 osd.4 0 log_to_monitors {default=true} 2023-09-29T16:55:22.413 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:21 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:20.755238+0000 mgr.smithi098.saehjc (mgr.14164) 123 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-29T16:55:22.414 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:21 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:20.991753+0000 mon.smithi098 (mon.0) 418 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:22.414 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:21 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:21.753740+0000 mon.smithi174 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.174:6800/2558206681,v1:172.21.15.174:6801/2558206681]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-29T16:55:22.414 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:21 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:21.754461+0000 mon.smithi098 (mon.0) 419 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-29T16:55:22.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:21 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:20.755238+0000 mgr.smithi098.saehjc (mgr.14164) 123 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-29T16:55:22.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:21 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:20.991753+0000 mon.smithi098 (mon.0) 418 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:22.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:21 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:21.753740+0000 mon.smithi174 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.174:6800/2558206681,v1:172.21.15.174:6801/2558206681]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-29T16:55:22.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:21 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:21.754461+0000 mon.smithi098 (mon.0) 419 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-29T16:55:23.309 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 16:55:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.4[113132]: debug 2023-09-29T16:55:23.220+0000 7f33de794700 -1 osd.4 0 waiting for initial osdmap 2023-09-29T16:55:23.309 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 16:55:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.4[113132]: debug 2023-09-29T16:55:23.225+0000 7f33d8f0c700 -1 osd.4 27 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-09-29T16:55:23.309 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:22.216691+0000 mon.smithi098 (mon.0) 420 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-29T16:55:23.310 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:22.216795+0000 mon.smithi098 (mon.0) 421 : cluster [DBG] osdmap e26: 5 total, 4 up, 5 in 2023-09-29T16:55:23.310 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:22.216978+0000 mon.smithi098 (mon.0) 422 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T16:55:23.310 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:22.217792+0000 mon.smithi174 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.174:6800/2558206681,v1:172.21.15.174:6801/2558206681]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T16:55:23.310 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:22.218165+0000 mon.smithi098 (mon.0) 423 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T16:55:23.310 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:22.439994+0000 mgr.smithi098.saehjc (mgr.14164) 124 : audit [DBG] from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi174:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:55:23.310 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:22.440850+0000 mon.smithi098 (mon.0) 424 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T16:55:23.310 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:22.442385+0000 mon.smithi098 (mon.0) 425 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T16:55:23.310 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:22.443140+0000 mon.smithi098 (mon.0) 426 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:23.310 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:22.765709+0000 mon.smithi098 (mon.0) 427 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:23.310 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:22.766600+0000 mon.smithi098 (mon.0) 428 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:23.310 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:22.770954+0000 mon.smithi098 (mon.0) 429 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:23.311 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:22.774427+0000 mon.smithi098 (mon.0) 430 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:23.311 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:22.778779+0000 mon.smithi098 (mon.0) 431 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:55:23.311 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:22.779897+0000 mon.smithi098 (mon.0) 432 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:23.311 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:22.780657+0000 mon.smithi098 (mon.0) 433 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:55:23.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:22.216691+0000 mon.smithi098 (mon.0) 420 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-29T16:55:23.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:22.216795+0000 mon.smithi098 (mon.0) 421 : cluster [DBG] osdmap e26: 5 total, 4 up, 5 in 2023-09-29T16:55:23.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:22.216978+0000 mon.smithi098 (mon.0) 422 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T16:55:23.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:22.217792+0000 mon.smithi174 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.174:6800/2558206681,v1:172.21.15.174:6801/2558206681]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T16:55:23.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:22.218165+0000 mon.smithi098 (mon.0) 423 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T16:55:23.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:22.439994+0000 mgr.smithi098.saehjc (mgr.14164) 124 : audit [DBG] from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi174:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:55:23.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:22.440850+0000 mon.smithi098 (mon.0) 424 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T16:55:23.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:22.442385+0000 mon.smithi098 (mon.0) 425 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T16:55:23.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:22.443140+0000 mon.smithi098 (mon.0) 426 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:23.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:22.765709+0000 mon.smithi098 (mon.0) 427 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:23.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:22.766600+0000 mon.smithi098 (mon.0) 428 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:23.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:22.770954+0000 mon.smithi098 (mon.0) 429 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:23.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:22.774427+0000 mon.smithi098 (mon.0) 430 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:23.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:22.778779+0000 mon.smithi098 (mon.0) 431 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:55:23.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:22.779897+0000 mon.smithi098 (mon.0) 432 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:23.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:22.780657+0000 mon.smithi098 (mon.0) 433 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:55:24.420 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:22.755564+0000 mgr.smithi098.saehjc (mgr.14164) 125 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-29T16:55:24.420 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:55:22.760819+0000 mgr.smithi098.saehjc (mgr.14164) 126 : cephadm [INF] Detected new or changed devices on smithi174 2023-09-29T16:55:24.421 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:55:22.767250+0000 mgr.smithi098.saehjc (mgr.14164) 127 : cephadm [INF] Adjusting osd_memory_target on smithi174 to 15961M 2023-09-29T16:55:24.421 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:23.216483+0000 mon.smithi098 (mon.0) 434 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2023-09-29T16:55:24.421 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:23.216566+0000 mon.smithi098 (mon.0) 435 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-09-29T16:55:24.421 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:23.217018+0000 mon.smithi098 (mon.0) 436 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T16:55:24.421 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:23.220980+0000 mon.smithi098 (mon.0) 437 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T16:55:24.421 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:23.615714+0000 mon.smithi098 (mon.0) 438 : cluster [INF] osd.4 [v2:172.21.15.174:6800/2558206681,v1:172.21.15.174:6801/2558206681] boot 2023-09-29T16:55:24.421 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:23.615765+0000 mon.smithi098 (mon.0) 439 : cluster [DBG] osdmap e28: 5 total, 5 up, 5 in 2023-09-29T16:55:24.421 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:23.616053+0000 mon.smithi098 (mon.0) 440 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T16:55:24.421 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:23.981411+0000 mon.smithi174 (mon.1) 6 : audit [INF] from='client.? 172.21.15.174:0/2718670270' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ff459d2-9ca6-46b2-b529-2cadd276fa1d"}]: dispatch 2023-09-29T16:55:24.421 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:23.981868+0000 mon.smithi098 (mon.0) 441 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ff459d2-9ca6-46b2-b529-2cadd276fa1d"}]: dispatch 2023-09-29T16:55:24.422 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:23.985907+0000 mon.smithi098 (mon.0) 442 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3ff459d2-9ca6-46b2-b529-2cadd276fa1d"}]': finished 2023-09-29T16:55:24.422 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:23.985957+0000 mon.smithi098 (mon.0) 443 : cluster [DBG] osdmap e29: 6 total, 5 up, 6 in 2023-09-29T16:55:24.422 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:23.986248+0000 mon.smithi098 (mon.0) 444 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T16:55:24.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:22.755564+0000 mgr.smithi098.saehjc (mgr.14164) 125 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-29T16:55:24.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:55:22.760819+0000 mgr.smithi098.saehjc (mgr.14164) 126 : cephadm [INF] Detected new or changed devices on smithi174 2023-09-29T16:55:24.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:55:22.767250+0000 mgr.smithi098.saehjc (mgr.14164) 127 : cephadm [INF] Adjusting osd_memory_target on smithi174 to 15961M 2023-09-29T16:55:24.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:23.216483+0000 mon.smithi098 (mon.0) 434 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2023-09-29T16:55:24.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:23.216566+0000 mon.smithi098 (mon.0) 435 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-09-29T16:55:24.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:23.217018+0000 mon.smithi098 (mon.0) 436 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T16:55:24.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:23.220980+0000 mon.smithi098 (mon.0) 437 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T16:55:24.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:23.615714+0000 mon.smithi098 (mon.0) 438 : cluster [INF] osd.4 [v2:172.21.15.174:6800/2558206681,v1:172.21.15.174:6801/2558206681] boot 2023-09-29T16:55:24.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:23.615765+0000 mon.smithi098 (mon.0) 439 : cluster [DBG] osdmap e28: 5 total, 5 up, 5 in 2023-09-29T16:55:24.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:23.616053+0000 mon.smithi098 (mon.0) 440 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T16:55:24.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:23.981411+0000 mon.smithi174 (mon.1) 6 : audit [INF] from='client.? 172.21.15.174:0/2718670270' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ff459d2-9ca6-46b2-b529-2cadd276fa1d"}]: dispatch 2023-09-29T16:55:24.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:23.981868+0000 mon.smithi098 (mon.0) 441 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ff459d2-9ca6-46b2-b529-2cadd276fa1d"}]: dispatch 2023-09-29T16:55:24.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:23.985907+0000 mon.smithi098 (mon.0) 442 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3ff459d2-9ca6-46b2-b529-2cadd276fa1d"}]': finished 2023-09-29T16:55:24.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:23.985957+0000 mon.smithi098 (mon.0) 443 : cluster [DBG] osdmap e29: 6 total, 5 up, 6 in 2023-09-29T16:55:24.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:23.986248+0000 mon.smithi098 (mon.0) 444 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T16:55:25.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:22.774623+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T16:55:25.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:22.774806+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T16:55:25.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:24.396715+0000 mon.smithi174 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.174:0/1588568896' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T16:55:25.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:24.989629+0000 mon.smithi098 (mon.0) 445 : cluster [DBG] osdmap e30: 6 total, 5 up, 6 in 2023-09-29T16:55:25.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:24.989747+0000 mon.smithi098 (mon.0) 446 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T16:55:25.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:22.774623+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T16:55:25.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:22.774806+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T16:55:25.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:24.396715+0000 mon.smithi174 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.174:0/1588568896' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T16:55:25.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:24.989629+0000 mon.smithi098 (mon.0) 445 : cluster [DBG] osdmap e30: 6 total, 5 up, 6 in 2023-09-29T16:55:25.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:24.989747+0000 mon.smithi098 (mon.0) 446 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T16:55:26.628 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:24.755895+0000 mgr.smithi098.saehjc (mgr.14164) 128 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 24 MiB used, 447 GiB / 447 GiB avail 2023-09-29T16:55:26.628 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:25.258753+0000 mon.smithi098 (mon.0) 447 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:26.628 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:25.261523+0000 mon.smithi098 (mon.0) 448 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:26.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:24.755895+0000 mgr.smithi098.saehjc (mgr.14164) 128 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 24 MiB used, 447 GiB / 447 GiB avail 2023-09-29T16:55:26.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:25.258753+0000 mon.smithi098 (mon.0) 447 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:26.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:25.261523+0000 mon.smithi098 (mon.0) 448 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:28.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:26.756241+0000 mgr.smithi098.saehjc (mgr.14164) 129 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 24 MiB used, 447 GiB / 447 GiB avail 2023-09-29T16:55:28.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:28 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:26.756241+0000 mgr.smithi098.saehjc (mgr.14164) 129 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 24 MiB used, 447 GiB / 447 GiB avail 2023-09-29T16:55:29.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:28.498144+0000 mon.smithi098 (mon.0) 449 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-29T16:55:29.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:28.498974+0000 mon.smithi098 (mon.0) 450 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:29.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:55:28.499569+0000 mgr.smithi098.saehjc (mgr.14164) 130 : cephadm [INF] Deploying daemon osd.5 on smithi174 2023-09-29T16:55:29.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:28.498144+0000 mon.smithi098 (mon.0) 449 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-29T16:55:29.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:28.498974+0000 mon.smithi098 (mon.0) 450 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:29.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:55:28.499569+0000 mgr.smithi098.saehjc (mgr.14164) 130 : cephadm [INF] Deploying daemon osd.5 on smithi174 2023-09-29T16:55:30.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:30 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:28.756768+0000 mgr.smithi098.saehjc (mgr.14164) 131 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-29T16:55:30.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:30 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:28.756768+0000 mgr.smithi098.saehjc (mgr.14164) 131 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-29T16:55:30.769 INFO:teuthology.orchestra.run.smithi174.stdout:Created osd(s) 5 on host 'smithi174' 2023-09-29T16:55:31.095 DEBUG:teuthology.orchestra.run.smithi174:osd.5> sudo journalctl -f -n 0 -u ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.5.service 2023-09-29T16:55:31.097 INFO:tasks.cephadm:Deploying osd.6 on smithi174 with /dev/vg_nvme/lv_2... 2023-09-29T16:55:31.098 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-09-29T16:55:31.130 INFO:journalctl@ceph.osd.5.smithi174.stdout:-- Logs begin at Fri 2023-09-29 16:43:46 UTC. -- 2023-09-29T16:55:31.268 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 16:55:31 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.5[115979]: debug 2023-09-29T16:55:31.243+0000 7f3660ef7080 -1 Falling back to public interface 2023-09-29T16:55:31.575 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:31 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:30.757442+0000 mon.smithi098 (mon.0) 451 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:55:31.575 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:31 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:30.759674+0000 mon.smithi098 (mon.0) 452 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:31.575 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:31 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:30.762157+0000 mon.smithi098 (mon.0) 453 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:31.576 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:31 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:30.764030+0000 mon.smithi098 (mon.0) 454 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:55:31.576 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:31 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:30.766616+0000 mon.smithi098 (mon.0) 455 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:31.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:31 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:30.757442+0000 mon.smithi098 (mon.0) 451 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:55:31.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:31 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:30.759674+0000 mon.smithi098 (mon.0) 452 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:31.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:31 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:30.762157+0000 mon.smithi098 (mon.0) 453 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:31.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:31 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:30.764030+0000 mon.smithi098 (mon.0) 454 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:55:31.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:31 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:30.766616+0000 mon.smithi098 (mon.0) 455 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:32.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:32 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:30.757156+0000 mgr.smithi098.saehjc (mgr.14164) 132 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-29T16:55:32.682 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:32 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:30.757156+0000 mgr.smithi098.saehjc (mgr.14164) 132 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-29T16:55:32.730 INFO:teuthology.orchestra.run.smithi174.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-09-29T16:55:32.730 INFO:teuthology.orchestra.run.smithi174.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-09-29T16:55:32.730 INFO:teuthology.orchestra.run.smithi174.stderr: stderr: 10+0 records in 2023-09-29T16:55:32.730 INFO:teuthology.orchestra.run.smithi174.stderr:10+0 records out 2023-09-29T16:55:32.731 INFO:teuthology.orchestra.run.smithi174.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0126239 s, 831 MB/s 2023-09-29T16:55:32.731 INFO:teuthology.orchestra.run.smithi174.stderr:--> Zapping successful for: 2023-09-29T16:55:33.160 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi174:vg_nvme/lv_2 2023-09-29T16:55:33.564 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:33 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:32.405162+0000 mon.smithi098 (mon.0) 456 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:33.564 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:33 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:33.322381+0000 mon.smithi098 (mon.0) 457 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:33.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:33 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:32.405162+0000 mon.smithi098 (mon.0) 456 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:33.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:33 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:33.322381+0000 mon.smithi098 (mon.0) 457 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:34.167 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 16:55:33 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.5[115979]: debug 2023-09-29T16:55:33.975+0000 7f3660ef7080 -1 osd.5 0 log_to_monitors {default=true} 2023-09-29T16:55:34.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:32.757475+0000 mgr.smithi098.saehjc (mgr.14164) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-29T16:55:34.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:33.979527+0000 mon.smithi174 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.174:6808/3138544077,v1:172.21.15.174:6809/3138544077]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-29T16:55:34.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:33.980151+0000 mon.smithi098 (mon.0) 458 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-29T16:55:34.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:32.757475+0000 mgr.smithi098.saehjc (mgr.14164) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-29T16:55:34.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:33.979527+0000 mon.smithi174 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.174:6808/3138544077,v1:172.21.15.174:6809/3138544077]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-29T16:55:34.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:33.980151+0000 mon.smithi098 (mon.0) 458 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-29T16:55:35.703 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 16:55:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.5[115979]: debug 2023-09-29T16:55:35.628+0000 7f365745a700 -1 osd.5 0 waiting for initial osdmap 2023-09-29T16:55:35.703 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 16:55:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.5[115979]: debug 2023-09-29T16:55:35.632+0000 7f3651bd2700 -1 osd.5 32 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-09-29T16:55:35.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:34.541278+0000 mgr.smithi098.saehjc (mgr.14164) 134 : audit [DBG] from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi174:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:55:35.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:34.542271+0000 mon.smithi098 (mon.0) 459 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T16:55:35.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:34.543763+0000 mon.smithi098 (mon.0) 460 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T16:55:35.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:34.544434+0000 mon.smithi098 (mon.0) 461 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:35.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:34.619794+0000 mon.smithi098 (mon.0) 462 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-29T16:55:35.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:34.619870+0000 mon.smithi098 (mon.0) 463 : cluster [DBG] osdmap e31: 6 total, 5 up, 6 in 2023-09-29T16:55:35.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:34.619987+0000 mon.smithi098 (mon.0) 464 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T16:55:35.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:34.620398+0000 mon.smithi174 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.174:6808/3138544077,v1:172.21.15.174:6809/3138544077]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T16:55:35.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:34.620785+0000 mon.smithi098 (mon.0) 465 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T16:55:35.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:35.005745+0000 mon.smithi098 (mon.0) 466 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:35.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:35.006623+0000 mon.smithi098 (mon.0) 467 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:35.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:35.007362+0000 mon.smithi098 (mon.0) 468 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:35.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:35.011368+0000 mon.smithi098 (mon.0) 469 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:35.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:35.015098+0000 mon.smithi098 (mon.0) 470 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:35.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:35.018652+0000 mon.smithi098 (mon.0) 471 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:55:35.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:35.019762+0000 mon.smithi098 (mon.0) 472 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:35.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:35.020404+0000 mon.smithi098 (mon.0) 473 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:55:35.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:34.541278+0000 mgr.smithi098.saehjc (mgr.14164) 134 : audit [DBG] from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi174:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:55:35.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:34.542271+0000 mon.smithi098 (mon.0) 459 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T16:55:35.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:34.543763+0000 mon.smithi098 (mon.0) 460 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T16:55:35.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:34.544434+0000 mon.smithi098 (mon.0) 461 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:35.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:34.619794+0000 mon.smithi098 (mon.0) 462 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-29T16:55:35.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:34.619870+0000 mon.smithi098 (mon.0) 463 : cluster [DBG] osdmap e31: 6 total, 5 up, 6 in 2023-09-29T16:55:35.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:34.619987+0000 mon.smithi098 (mon.0) 464 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T16:55:35.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:34.620398+0000 mon.smithi174 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.174:6808/3138544077,v1:172.21.15.174:6809/3138544077]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T16:55:35.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:34.620785+0000 mon.smithi098 (mon.0) 465 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T16:55:35.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:35.005745+0000 mon.smithi098 (mon.0) 466 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:35.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:35.006623+0000 mon.smithi098 (mon.0) 467 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:35.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:35.007362+0000 mon.smithi098 (mon.0) 468 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:35.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:35.011368+0000 mon.smithi098 (mon.0) 469 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:35.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:35.015098+0000 mon.smithi098 (mon.0) 470 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:35.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:35.018652+0000 mon.smithi098 (mon.0) 471 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:55:35.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:35.019762+0000 mon.smithi098 (mon.0) 472 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:35.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:35.020404+0000 mon.smithi098 (mon.0) 473 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:55:36.701 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:34.757897+0000 mgr.smithi098.saehjc (mgr.14164) 135 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-29T16:55:36.701 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:55:35.000642+0000 mgr.smithi098.saehjc (mgr.14164) 136 : cephadm [INF] Detected new or changed devices on smithi174 2023-09-29T16:55:36.701 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:55:35.007870+0000 mgr.smithi098.saehjc (mgr.14164) 137 : cephadm [INF] Adjusting osd_memory_target on smithi174 to 7980M 2023-09-29T16:55:36.701 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:35.620916+0000 mon.smithi098 (mon.0) 474 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2023-09-29T16:55:36.701 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:35.620979+0000 mon.smithi098 (mon.0) 475 : cluster [DBG] osdmap e32: 6 total, 5 up, 6 in 2023-09-29T16:55:36.701 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:35.621360+0000 mon.smithi098 (mon.0) 476 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T16:55:36.702 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:35.628814+0000 mon.smithi098 (mon.0) 477 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T16:55:36.702 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:36.229149+0000 mon.smithi174 (mon.1) 10 : audit [INF] from='client.? 172.21.15.174:0/459182441' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f355002-1bb2-4f57-83b2-b0459168449c"}]: dispatch 2023-09-29T16:55:36.702 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:36.229577+0000 mon.smithi098 (mon.0) 478 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f355002-1bb2-4f57-83b2-b0459168449c"}]: dispatch 2023-09-29T16:55:36.702 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:36.233242+0000 mon.smithi098 (mon.0) 479 : cluster [INF] osd.5 [v2:172.21.15.174:6808/3138544077,v1:172.21.15.174:6809/3138544077] boot 2023-09-29T16:55:36.702 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:36.233292+0000 mon.smithi098 (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f355002-1bb2-4f57-83b2-b0459168449c"}]': finished 2023-09-29T16:55:36.702 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:36.233330+0000 mon.smithi098 (mon.0) 481 : cluster [DBG] osdmap e33: 7 total, 6 up, 7 in 2023-09-29T16:55:36.702 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:36.233408+0000 mon.smithi098 (mon.0) 482 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T16:55:36.702 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:36.233723+0000 mon.smithi098 (mon.0) 483 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T16:55:36.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:34.757897+0000 mgr.smithi098.saehjc (mgr.14164) 135 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-29T16:55:36.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:55:35.000642+0000 mgr.smithi098.saehjc (mgr.14164) 136 : cephadm [INF] Detected new or changed devices on smithi174 2023-09-29T16:55:36.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:55:35.007870+0000 mgr.smithi098.saehjc (mgr.14164) 137 : cephadm [INF] Adjusting osd_memory_target on smithi174 to 7980M 2023-09-29T16:55:36.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:35.620916+0000 mon.smithi098 (mon.0) 474 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2023-09-29T16:55:36.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:35.620979+0000 mon.smithi098 (mon.0) 475 : cluster [DBG] osdmap e32: 6 total, 5 up, 6 in 2023-09-29T16:55:36.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:35.621360+0000 mon.smithi098 (mon.0) 476 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T16:55:36.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:35.628814+0000 mon.smithi098 (mon.0) 477 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T16:55:36.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:36.229149+0000 mon.smithi174 (mon.1) 10 : audit [INF] from='client.? 172.21.15.174:0/459182441' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f355002-1bb2-4f57-83b2-b0459168449c"}]: dispatch 2023-09-29T16:55:36.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:36.229577+0000 mon.smithi098 (mon.0) 478 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f355002-1bb2-4f57-83b2-b0459168449c"}]: dispatch 2023-09-29T16:55:36.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:36.233242+0000 mon.smithi098 (mon.0) 479 : cluster [INF] osd.5 [v2:172.21.15.174:6808/3138544077,v1:172.21.15.174:6809/3138544077] boot 2023-09-29T16:55:36.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:36.233292+0000 mon.smithi098 (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f355002-1bb2-4f57-83b2-b0459168449c"}]': finished 2023-09-29T16:55:36.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:36.233330+0000 mon.smithi098 (mon.0) 481 : cluster [DBG] osdmap e33: 7 total, 6 up, 7 in 2023-09-29T16:55:36.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:36.233408+0000 mon.smithi098 (mon.0) 482 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T16:55:36.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:36.233723+0000 mon.smithi098 (mon.0) 483 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T16:55:37.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:34.961806+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T16:55:37.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:34.961899+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T16:55:37.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:36.652312+0000 mon.smithi174 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.174:0/1237521744' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T16:55:37.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:37.234305+0000 mon.smithi098 (mon.0) 484 : cluster [DBG] osdmap e34: 7 total, 6 up, 7 in 2023-09-29T16:55:37.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:37.234434+0000 mon.smithi098 (mon.0) 485 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T16:55:37.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:37.382731+0000 mon.smithi098 (mon.0) 486 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:37.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:37.388032+0000 mon.smithi098 (mon.0) 487 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:37.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:34.961806+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T16:55:37.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:34.961899+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T16:55:37.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:36.652312+0000 mon.smithi174 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.174:0/1237521744' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T16:55:37.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:37.234305+0000 mon.smithi098 (mon.0) 484 : cluster [DBG] osdmap e34: 7 total, 6 up, 7 in 2023-09-29T16:55:37.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:37.234434+0000 mon.smithi098 (mon.0) 485 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T16:55:37.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:37.382731+0000 mon.smithi098 (mon.0) 486 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:37.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:37.388032+0000 mon.smithi098 (mon.0) 487 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:38.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:38 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:36.758141+0000 mgr.smithi098.saehjc (mgr.14164) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T16:55:38.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:38 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:38.239569+0000 mon.smithi098 (mon.0) 488 : cluster [DBG] osdmap e35: 7 total, 6 up, 7 in 2023-09-29T16:55:38.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:38 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:38.239725+0000 mon.smithi098 (mon.0) 489 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T16:55:38.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:38 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:36.758141+0000 mgr.smithi098.saehjc (mgr.14164) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T16:55:38.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:38 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:38.239569+0000 mon.smithi098 (mon.0) 488 : cluster [DBG] osdmap e35: 7 total, 6 up, 7 in 2023-09-29T16:55:38.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:38 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:38.239725+0000 mon.smithi098 (mon.0) 489 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T16:55:39.765 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:39 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:38.758595+0000 mgr.smithi098.saehjc (mgr.14164) 139 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T16:55:39.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:39 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:38.758595+0000 mgr.smithi098.saehjc (mgr.14164) 139 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T16:55:42.050 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:40.759097+0000 mgr.smithi098.saehjc (mgr.14164) 140 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T16:55:42.050 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:40.822532+0000 mon.smithi098 (mon.0) 490 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-29T16:55:42.050 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:40.823339+0000 mon.smithi098 (mon.0) 491 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:42.050 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:55:40.823963+0000 mgr.smithi098.saehjc (mgr.14164) 141 : cephadm [INF] Deploying daemon osd.6 on smithi174 2023-09-29T16:55:42.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:40.759097+0000 mgr.smithi098.saehjc (mgr.14164) 140 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T16:55:42.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:40.822532+0000 mon.smithi098 (mon.0) 490 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-29T16:55:42.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:40.823339+0000 mon.smithi098 (mon.0) 491 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:42.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:55:40.823963+0000 mgr.smithi098.saehjc (mgr.14164) 141 : cephadm [INF] Deploying daemon osd.6 on smithi174 2023-09-29T16:55:42.986 INFO:teuthology.orchestra.run.smithi174.stdout:Created osd(s) 6 on host 'smithi174' 2023-09-29T16:55:43.337 DEBUG:teuthology.orchestra.run.smithi174:osd.6> sudo journalctl -f -n 0 -u ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.6.service 2023-09-29T16:55:43.339 INFO:tasks.cephadm:Deploying osd.7 on smithi174 with /dev/vg_nvme/lv_1... 2023-09-29T16:55:43.339 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-09-29T16:55:43.370 INFO:journalctl@ceph.osd.6.smithi174.stdout:-- Logs begin at Fri 2023-09-29 16:43:46 UTC. -- 2023-09-29T16:55:43.601 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 16:55:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.6[118835]: debug 2023-09-29T16:55:43.444+0000 7fe062a91080 -1 Falling back to public interface 2023-09-29T16:55:43.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:42.759727+0000 mgr.smithi098.saehjc (mgr.14164) 142 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T16:55:43.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:42.971618+0000 mon.smithi098 (mon.0) 492 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:55:43.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:42.973564+0000 mon.smithi098 (mon.0) 493 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:43.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:42.974282+0000 mon.smithi098 (mon.0) 494 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:55:43.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:42.977917+0000 mon.smithi098 (mon.0) 495 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:43.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:42.984604+0000 mon.smithi098 (mon.0) 496 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:44.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:42.759727+0000 mgr.smithi098.saehjc (mgr.14164) 142 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T16:55:44.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:42.971618+0000 mon.smithi098 (mon.0) 492 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:55:44.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:42.973564+0000 mon.smithi098 (mon.0) 493 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:44.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:42.974282+0000 mon.smithi098 (mon.0) 494 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:55:44.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:42.977917+0000 mon.smithi098 (mon.0) 495 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:44.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:42.984604+0000 mon.smithi098 (mon.0) 496 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:45.012 INFO:teuthology.orchestra.run.smithi174.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-09-29T16:55:45.012 INFO:teuthology.orchestra.run.smithi174.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-09-29T16:55:45.012 INFO:teuthology.orchestra.run.smithi174.stderr: stderr: 10+0 records in 2023-09-29T16:55:45.012 INFO:teuthology.orchestra.run.smithi174.stderr:10+0 records out 2023-09-29T16:55:45.012 INFO:teuthology.orchestra.run.smithi174.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0132407 s, 792 MB/s 2023-09-29T16:55:45.013 INFO:teuthology.orchestra.run.smithi174.stderr:--> Zapping successful for: 2023-09-29T16:55:45.572 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi174:vg_nvme/lv_1 2023-09-29T16:55:45.904 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:44.607565+0000 mon.smithi098 (mon.0) 497 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:45.905 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:44.760175+0000 mgr.smithi098.saehjc (mgr.14164) 143 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T16:55:45.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:44.607565+0000 mon.smithi098 (mon.0) 497 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:45.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:44.760175+0000 mgr.smithi098.saehjc (mgr.14164) 143 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T16:55:46.453 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 16:55:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.6[118835]: debug 2023-09-29T16:55:46.198+0000 7fe062a91080 -1 osd.6 0 log_to_monitors {default=true} 2023-09-29T16:55:46.810 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:46.202126+0000 mon.smithi174 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.174:6816/4227164896,v1:172.21.15.174:6817/4227164896]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-29T16:55:46.810 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:46.202593+0000 mon.smithi098 (mon.0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-29T16:55:46.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:46.202126+0000 mon.smithi174 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.174:6816/4227164896,v1:172.21.15.174:6817/4227164896]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-29T16:55:46.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:46.202593+0000 mon.smithi098 (mon.0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-29T16:55:47.703 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.6[118835]: debug 2023-09-29T16:55:47.626+0000 7fe058ff4700 -1 osd.6 0 waiting for initial osdmap 2023-09-29T16:55:47.703 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.6[118835]: debug 2023-09-29T16:55:47.632+0000 7fe05376c700 -1 osd.6 37 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-09-29T16:55:47.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:46.617457+0000 mon.smithi098 (mon.0) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-29T16:55:47.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:46.617562+0000 mon.smithi098 (mon.0) 500 : cluster [DBG] osdmap e36: 7 total, 6 up, 7 in 2023-09-29T16:55:47.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:46.617744+0000 mon.smithi098 (mon.0) 501 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T16:55:47.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:46.621341+0000 mon.smithi174 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.174:6816/4227164896,v1:172.21.15.174:6817/4227164896]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T16:55:47.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:46.621851+0000 mon.smithi098 (mon.0) 502 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T16:55:47.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:46.760568+0000 mgr.smithi098.saehjc (mgr.14164) 144 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T16:55:47.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:46.819581+0000 mgr.smithi098.saehjc (mgr.14164) 145 : audit [DBG] from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi174:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:55:47.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:46.820422+0000 mon.smithi098 (mon.0) 503 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T16:55:47.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:46.822146+0000 mon.smithi098 (mon.0) 504 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T16:55:47.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:46.822927+0000 mon.smithi098 (mon.0) 505 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:47.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:55:47.172526+0000 mgr.smithi098.saehjc (mgr.14164) 146 : cephadm [INF] Detected new or changed devices on smithi174 2023-09-29T16:55:47.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:47.178172+0000 mon.smithi098 (mon.0) 506 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:47.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:47.179175+0000 mon.smithi098 (mon.0) 507 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:47.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:47.180081+0000 mon.smithi098 (mon.0) 508 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:47.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:47.180860+0000 mon.smithi098 (mon.0) 509 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:47.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:55:47.181445+0000 mgr.smithi098.saehjc (mgr.14164) 147 : cephadm [INF] Adjusting osd_memory_target on smithi174 to 5320M 2023-09-29T16:55:47.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:47.185365+0000 mon.smithi098 (mon.0) 510 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:47.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:47.189880+0000 mon.smithi098 (mon.0) 511 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:47.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:47.193608+0000 mon.smithi098 (mon.0) 512 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:55:47.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:47.194670+0000 mon.smithi098 (mon.0) 513 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:47.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:47.195274+0000 mon.smithi098 (mon.0) 514 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:55:47.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:47.450474+0000 mon.smithi098 (mon.0) 515 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:47.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:46.617457+0000 mon.smithi098 (mon.0) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-29T16:55:47.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:46.617562+0000 mon.smithi098 (mon.0) 500 : cluster [DBG] osdmap e36: 7 total, 6 up, 7 in 2023-09-29T16:55:47.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:46.617744+0000 mon.smithi098 (mon.0) 501 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T16:55:47.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:46.621341+0000 mon.smithi174 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.174:6816/4227164896,v1:172.21.15.174:6817/4227164896]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T16:55:47.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:46.621851+0000 mon.smithi098 (mon.0) 502 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T16:55:47.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:46.760568+0000 mgr.smithi098.saehjc (mgr.14164) 144 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-29T16:55:47.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:46.819581+0000 mgr.smithi098.saehjc (mgr.14164) 145 : audit [DBG] from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi174:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:55:47.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:46.820422+0000 mon.smithi098 (mon.0) 503 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-29T16:55:47.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:46.822146+0000 mon.smithi098 (mon.0) 504 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-29T16:55:47.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:46.822927+0000 mon.smithi098 (mon.0) 505 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:47.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:55:47.172526+0000 mgr.smithi098.saehjc (mgr.14164) 146 : cephadm [INF] Detected new or changed devices on smithi174 2023-09-29T16:55:47.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:47.178172+0000 mon.smithi098 (mon.0) 506 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:47.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:47.179175+0000 mon.smithi098 (mon.0) 507 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:47.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:47.180081+0000 mon.smithi098 (mon.0) 508 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:47.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:47.180860+0000 mon.smithi098 (mon.0) 509 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:47.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:55:47.181445+0000 mgr.smithi098.saehjc (mgr.14164) 147 : cephadm [INF] Adjusting osd_memory_target on smithi174 to 5320M 2023-09-29T16:55:47.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:47.185365+0000 mon.smithi098 (mon.0) 510 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:47.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:47.189880+0000 mon.smithi098 (mon.0) 511 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:47.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:47.193608+0000 mon.smithi098 (mon.0) 512 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:55:47.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:47.194670+0000 mon.smithi098 (mon.0) 513 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:47.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:47.195274+0000 mon.smithi098 (mon.0) 514 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:55:47.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:47.450474+0000 mon.smithi098 (mon.0) 515 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:48.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:47.618823+0000 mon.smithi098 (mon.0) 516 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2023-09-29T16:55:48.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:47.618873+0000 mon.smithi098 (mon.0) 517 : cluster [DBG] osdmap e37: 7 total, 6 up, 7 in 2023-09-29T16:55:48.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:47.619166+0000 mon.smithi098 (mon.0) 518 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T16:55:48.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:47.627274+0000 mon.smithi098 (mon.0) 519 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T16:55:48.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:48.356675+0000 mon.smithi174 (mon.1) 14 : audit [INF] from='client.? 172.21.15.174:0/2112695567' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a149cedc-9bdf-453d-9c4d-b0d09ca50166"}]: dispatch 2023-09-29T16:55:48.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:48.357385+0000 mon.smithi098 (mon.0) 520 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a149cedc-9bdf-453d-9c4d-b0d09ca50166"}]: dispatch 2023-09-29T16:55:48.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:48.361980+0000 mon.smithi098 (mon.0) 521 : cluster [INF] osd.6 [v2:172.21.15.174:6816/4227164896,v1:172.21.15.174:6817/4227164896] boot 2023-09-29T16:55:48.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:48.362029+0000 mon.smithi098 (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a149cedc-9bdf-453d-9c4d-b0d09ca50166"}]': finished 2023-09-29T16:55:48.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:48.362075+0000 mon.smithi098 (mon.0) 523 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-09-29T16:55:48.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:48.362211+0000 mon.smithi098 (mon.0) 524 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T16:55:48.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:48.362592+0000 mon.smithi098 (mon.0) 525 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T16:55:48.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:48.620924+0000 mon.smithi098 (mon.0) 526 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2023-09-29T16:55:48.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:48.621294+0000 mon.smithi098 (mon.0) 527 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T16:55:48.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:47.618823+0000 mon.smithi098 (mon.0) 516 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2023-09-29T16:55:48.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:47.618873+0000 mon.smithi098 (mon.0) 517 : cluster [DBG] osdmap e37: 7 total, 6 up, 7 in 2023-09-29T16:55:48.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:47.619166+0000 mon.smithi098 (mon.0) 518 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T16:55:48.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:47.627274+0000 mon.smithi098 (mon.0) 519 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T16:55:48.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:48.356675+0000 mon.smithi174 (mon.1) 14 : audit [INF] from='client.? 172.21.15.174:0/2112695567' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a149cedc-9bdf-453d-9c4d-b0d09ca50166"}]: dispatch 2023-09-29T16:55:48.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:48.357385+0000 mon.smithi098 (mon.0) 520 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a149cedc-9bdf-453d-9c4d-b0d09ca50166"}]: dispatch 2023-09-29T16:55:48.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:48.361980+0000 mon.smithi098 (mon.0) 521 : cluster [INF] osd.6 [v2:172.21.15.174:6816/4227164896,v1:172.21.15.174:6817/4227164896] boot 2023-09-29T16:55:48.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:48.362029+0000 mon.smithi098 (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a149cedc-9bdf-453d-9c4d-b0d09ca50166"}]': finished 2023-09-29T16:55:48.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:48.362075+0000 mon.smithi098 (mon.0) 523 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-09-29T16:55:48.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:48.362211+0000 mon.smithi098 (mon.0) 524 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T16:55:48.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:48.362592+0000 mon.smithi098 (mon.0) 525 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T16:55:48.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:48.620924+0000 mon.smithi098 (mon.0) 526 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2023-09-29T16:55:48.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:48.621294+0000 mon.smithi098 (mon.0) 527 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T16:55:49.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:47.222405+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T16:55:49.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:47.222545+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T16:55:49.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:48.761073+0000 mgr.smithi098.saehjc (mgr.14164) 148 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 35 MiB used, 626 GiB / 626 GiB avail 2023-09-29T16:55:49.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:48.784669+0000 mon.smithi174 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.174:0/740890137' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T16:55:49.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:49.622711+0000 mon.smithi098 (mon.0) 528 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2023-09-29T16:55:49.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:49.622859+0000 mon.smithi098 (mon.0) 529 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T16:55:49.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:47.222405+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T16:55:49.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:47.222545+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T16:55:49.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:48.761073+0000 mgr.smithi098.saehjc (mgr.14164) 148 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 35 MiB used, 626 GiB / 626 GiB avail 2023-09-29T16:55:49.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:48.784669+0000 mon.smithi174 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.174:0/740890137' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-29T16:55:49.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:49.622711+0000 mon.smithi098 (mon.0) 528 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2023-09-29T16:55:49.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:49.622859+0000 mon.smithi098 (mon.0) 529 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T16:55:52.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:50.761535+0000 mgr.smithi098.saehjc (mgr.14164) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 35 MiB used, 626 GiB / 626 GiB avail 2023-09-29T16:55:52.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:51 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:50.761535+0000 mgr.smithi098.saehjc (mgr.14164) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 35 MiB used, 626 GiB / 626 GiB avail 2023-09-29T16:55:54.074 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:52.761945+0000 mgr.smithi098.saehjc (mgr.14164) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-29T16:55:54.075 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:53.078824+0000 mon.smithi098 (mon.0) 530 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-29T16:55:54.075 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:53.079604+0000 mon.smithi098 (mon.0) 531 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:54.075 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:55:53.080254+0000 mgr.smithi098.saehjc (mgr.14164) 151 : cephadm [INF] Deploying daemon osd.7 on smithi174 2023-09-29T16:55:54.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:53 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:52.761945+0000 mgr.smithi098.saehjc (mgr.14164) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-29T16:55:54.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:53 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:53.078824+0000 mon.smithi098 (mon.0) 530 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-29T16:55:54.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:53 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:53.079604+0000 mon.smithi098 (mon.0) 531 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:54.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:53 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:55:53.080254+0000 mgr.smithi098.saehjc (mgr.14164) 151 : cephadm [INF] Deploying daemon osd.7 on smithi174 2023-09-29T16:55:55.414 INFO:teuthology.orchestra.run.smithi174.stdout:Created osd(s) 7 on host 'smithi174' 2023-09-29T16:55:55.746 DEBUG:teuthology.orchestra.run.smithi174:osd.7> sudo journalctl -f -n 0 -u ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.7.service 2023-09-29T16:55:55.748 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-09-29T16:55:55.748 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-29T16:55:55.783 INFO:journalctl@ceph.osd.7.smithi174.stdout:-- Logs begin at Fri 2023-09-29 16:43:46 UTC. -- 2023-09-29T16:55:55.953 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 16:55:55 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.7[121717]: debug 2023-09-29T16:55:55.882+0000 7f923e5e9080 -1 Falling back to public interface 2023-09-29T16:55:55.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:55 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:54.762402+0000 mgr.smithi098.saehjc (mgr.14164) 152 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-29T16:55:55.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:55 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:55.403482+0000 mon.smithi098 (mon.0) 532 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:55:55.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:55 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:55.405283+0000 mon.smithi098 (mon.0) 533 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:55.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:55 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:55.407748+0000 mon.smithi098 (mon.0) 534 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:55.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:55 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:55.409885+0000 mon.smithi098 (mon.0) 535 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:55:55.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:55 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:55.412374+0000 mon.smithi098 (mon.0) 536 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:56.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:54.762402+0000 mgr.smithi098.saehjc (mgr.14164) 152 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-29T16:55:56.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:55.403482+0000 mon.smithi098 (mon.0) 532 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:55:56.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:55.405283+0000 mon.smithi098 (mon.0) 533 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:56.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:55.407748+0000 mon.smithi098 (mon.0) 534 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:56.074 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:55.409885+0000 mon.smithi098 (mon.0) 535 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:55:56.075 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:55.412374+0000 mon.smithi098 (mon.0) 536 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:57.102 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:55:57.478 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":40,"num_osds":8,"num_up_osds":7,"osd_up_since":1696006548,"num_in_osds":8,"osd_in_since":1696006548,"num_remapped_pgs":0} 2023-09-29T16:55:57.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:56.682516+0000 mon.smithi098 (mon.0) 537 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:57.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:56.762888+0000 mgr.smithi098.saehjc (mgr.14164) 153 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-29T16:55:57.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:57.103070+0000 mon.smithi098 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.98:0/1193039310' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-29T16:55:57.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:56.682516+0000 mon.smithi098 (mon.0) 537 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:57.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:56.762888+0000 mgr.smithi098.saehjc (mgr.14164) 153 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-29T16:55:57.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:57.103070+0000 mon.smithi098 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.98:0/1193039310' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-29T16:55:58.479 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-29T16:55:58.953 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 16:55:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.7[121717]: debug 2023-09-29T16:55:58.634+0000 7f923e5e9080 -1 osd.7 0 log_to_monitors {default=true} 2023-09-29T16:55:59.864 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:55:59.885 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:58.638203+0000 mon.smithi174 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.174:6824/4044837754,v1:172.21.15.174:6825/4044837754]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-29T16:55:59.886 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:58.638519+0000 mon.smithi098 (mon.0) 539 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-29T16:55:59.886 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:58.763211+0000 mgr.smithi098.saehjc (mgr.14164) 154 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-29T16:55:59.886 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:55:58.983097+0000 mgr.smithi098.saehjc (mgr.14164) 155 : cephadm [INF] Detected new or changed devices on smithi174 2023-09-29T16:55:59.886 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:58.987852+0000 mon.smithi098 (mon.0) 540 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:59.886 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:59.223689+0000 mon.smithi098 (mon.0) 541 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:59.886 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:59.224416+0000 mon.smithi098 (mon.0) 542 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:59.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:59.225005+0000 mon.smithi098 (mon.0) 543 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:59.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:59.225615+0000 mon.smithi098 (mon.0) 544 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:59.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:55:59.226004+0000 mgr.smithi098.saehjc (mgr.14164) 156 : cephadm [INF] Adjusting osd_memory_target on smithi174 to 3990M 2023-09-29T16:55:59.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:59.229536+0000 mon.smithi098 (mon.0) 545 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:59.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:59.232657+0000 mon.smithi098 (mon.0) 546 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:59.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:59.235579+0000 mon.smithi098 (mon.0) 547 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:55:59.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:59.236349+0000 mon.smithi098 (mon.0) 548 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:59.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:59.236941+0000 mon.smithi098 (mon.0) 549 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:55:59.887 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:55:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:59.240403+0000 mon.smithi098 (mon.0) 550 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:59.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:58.638203+0000 mon.smithi174 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.174:6824/4044837754,v1:172.21.15.174:6825/4044837754]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-29T16:55:59.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:58.638519+0000 mon.smithi098 (mon.0) 539 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-29T16:55:59.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:58.763211+0000 mgr.smithi098.saehjc (mgr.14164) 154 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-29T16:55:59.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:55:58.983097+0000 mgr.smithi098.saehjc (mgr.14164) 155 : cephadm [INF] Detected new or changed devices on smithi174 2023-09-29T16:55:59.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:58.987852+0000 mon.smithi098 (mon.0) 540 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:59.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:59.223689+0000 mon.smithi098 (mon.0) 541 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:59.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:59.224416+0000 mon.smithi098 (mon.0) 542 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:59.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:59.225005+0000 mon.smithi098 (mon.0) 543 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:59.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:59.225615+0000 mon.smithi098 (mon.0) 544 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:55:59.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:55:59.226004+0000 mgr.smithi098.saehjc (mgr.14164) 156 : cephadm [INF] Adjusting osd_memory_target on smithi174 to 3990M 2023-09-29T16:55:59.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:59.229536+0000 mon.smithi098 (mon.0) 545 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:59.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:59.232657+0000 mon.smithi098 (mon.0) 546 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:55:59.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:59.235579+0000 mon.smithi098 (mon.0) 547 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:55:59.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:59.236349+0000 mon.smithi098 (mon.0) 548 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:55:59.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:59.236941+0000 mon.smithi098 (mon.0) 549 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:55:59.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:55:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:59.240403+0000 mon.smithi098 (mon.0) 550 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:00.227 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":41,"num_osds":8,"num_up_osds":7,"osd_up_since":1696006548,"num_in_osds":8,"osd_in_since":1696006548,"num_remapped_pgs":0} 2023-09-29T16:56:00.953 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 16:56:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.7[121717]: debug 2023-09-29T16:56:00.636+0000 7f9234b4c700 -1 osd.7 0 waiting for initial osdmap 2023-09-29T16:56:00.953 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 16:56:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.7[121717]: debug 2023-09-29T16:56:00.643+0000 7f922fac5700 -1 osd.7 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-09-29T16:56:00.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:59.627793+0000 mon.smithi098 (mon.0) 551 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-29T16:56:00.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:59.627853+0000 mon.smithi098 (mon.0) 552 : cluster [DBG] osdmap e41: 8 total, 7 up, 8 in 2023-09-29T16:56:00.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:59.627979+0000 mon.smithi098 (mon.0) 553 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T16:56:00.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:59.629499+0000 mon.smithi174 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.174:6824/4044837754,v1:172.21.15.174:6825/4044837754]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T16:56:00.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:59.629830+0000 mon.smithi098 (mon.0) 554 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T16:56:00.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:55:59.864881+0000 mon.smithi098 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.98:0/1894417171' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-29T16:56:00.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:59.627793+0000 mon.smithi098 (mon.0) 551 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-29T16:56:00.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:59.627853+0000 mon.smithi098 (mon.0) 552 : cluster [DBG] osdmap e41: 8 total, 7 up, 8 in 2023-09-29T16:56:00.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:59.627979+0000 mon.smithi098 (mon.0) 553 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T16:56:00.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:59.629499+0000 mon.smithi174 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.174:6824/4044837754,v1:172.21.15.174:6825/4044837754]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T16:56:00.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:59.629830+0000 mon.smithi098 (mon.0) 554 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T16:56:00.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:55:59.864881+0000 mon.smithi098 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.98:0/1894417171' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-29T16:56:01.228 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-29T16:56:01.918 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:01 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:00.628989+0000 mon.smithi098 (mon.0) 556 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2023-09-29T16:56:01.919 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:01 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:00.629045+0000 mon.smithi098 (mon.0) 557 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2023-09-29T16:56:01.919 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:01 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:00.629457+0000 mon.smithi098 (mon.0) 558 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T16:56:01.919 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:01 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:00.635933+0000 mon.smithi098 (mon.0) 559 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T16:56:01.919 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:01 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:00.763487+0000 mgr.smithi098.saehjc (mgr.14164) 157 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-29T16:56:01.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:01 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:00.628989+0000 mon.smithi098 (mon.0) 556 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2023-09-29T16:56:01.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:01 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:00.629045+0000 mon.smithi098 (mon.0) 557 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2023-09-29T16:56:01.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:01 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:00.629457+0000 mon.smithi098 (mon.0) 558 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T16:56:01.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:01 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:00.635933+0000 mon.smithi098 (mon.0) 559 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T16:56:01.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:01 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:00.763487+0000 mgr.smithi098.saehjc (mgr.14164) 157 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-29T16:56:02.545 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:56:02.818 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:59.643822+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T16:56:02.819 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:55:59.643991+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T16:56:02.819 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:01.636322+0000 mon.smithi098 (mon.0) 560 : cluster [INF] osd.7 [v2:172.21.15.174:6824/4044837754,v1:172.21.15.174:6825/4044837754] boot 2023-09-29T16:56:02.819 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:01.636406+0000 mon.smithi098 (mon.0) 561 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-09-29T16:56:02.819 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:01.636750+0000 mon.smithi098 (mon.0) 562 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T16:56:02.819 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:02.546465+0000 mon.smithi098 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.98:0/134315432' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-29T16:56:02.919 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":43,"num_osds":8,"num_up_osds":8,"osd_up_since":1696006561,"num_in_osds":8,"osd_in_since":1696006548,"num_remapped_pgs":1} 2023-09-29T16:56:02.920 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-29T16:56:02.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:59.643822+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-29T16:56:02.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:55:59.643991+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-29T16:56:02.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:01.636322+0000 mon.smithi098 (mon.0) 560 : cluster [INF] osd.7 [v2:172.21.15.174:6824/4044837754,v1:172.21.15.174:6825/4044837754] boot 2023-09-29T16:56:02.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:01.636406+0000 mon.smithi098 (mon.0) 561 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-09-29T16:56:02.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:01.636750+0000 mon.smithi098 (mon.0) 562 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T16:56:02.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:02.546465+0000 mon.smithi098 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.98:0/134315432' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-29T16:56:03.142 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:03.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:03 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:02.637981+0000 mon.smithi098 (mon.0) 564 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-09-29T16:56:03.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:03 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:02.763756+0000 mgr.smithi098.saehjc (mgr.14164) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:03.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:03 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:02.637981+0000 mon.smithi098 (mon.0) 564 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-09-29T16:56:03.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:03 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:02.763756+0000 mgr.smithi098.saehjc (mgr.14164) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:04.213 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:56:04.214 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":45,"fsid":"7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7","created":"2023-09-29T16:52:15.593425+0000","modified":"2023-09-29T16:56:03.641778+0000","last_up_change":"2023-09-29T16:56:01.632789+0000","last_in_change":"2023-09-29T16:55:48.357978+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":"2023-09-29T16:55:07.085407+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":"ef542407-1bff-44c3-8291-8f0f816ffd4a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":1793413057},{"type":"v1","addr":"172.21.15.98:6803","nonce":1793413057}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":1793413057},{"type":"v1","addr":"172.21.15.98:6805","nonce":1793413057}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":1793413057},{"type":"v1","addr":"172.21.15.98:6809","nonce":1793413057}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":1793413057},{"type":"v1","addr":"172.21.15.98:6807","nonce":1793413057}]},"public_addr":"172.21.15.98:6803/1793413057","cluster_addr":"172.21.15.98:6805/1793413057","heartbeat_back_addr":"172.21.15.98:6809/1793413057","heartbeat_front_addr":"172.21.15.98:6807/1793413057","state":["exists","up"]},{"osd":1,"uuid":"4c8b2689-a560-4d1b-b849-027f5df47b5e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6810","nonce":1390128895},{"type":"v1","addr":"172.21.15.98:6811","nonce":1390128895}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":1390128895},{"type":"v1","addr":"172.21.15.98:6813","nonce":1390128895}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6816","nonce":1390128895},{"type":"v1","addr":"172.21.15.98:6817","nonce":1390128895}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6814","nonce":1390128895},{"type":"v1","addr":"172.21.15.98:6815","nonce":1390128895}]},"public_addr":"172.21.15.98:6811/1390128895","cluster_addr":"172.21.15.98:6813/1390128895","heartbeat_back_addr":"172.21.15.98:6817/1390128895","heartbeat_front_addr":"172.21.15.98:6815/1390128895","state":["exists","up"]},{"osd":2,"uuid":"3ed2921f-7fd1-4f66-9646-6f28caf2958a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6818","nonce":3756520111},{"type":"v1","addr":"172.21.15.98:6819","nonce":3756520111}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6820","nonce":3756520111},{"type":"v1","addr":"172.21.15.98:6821","nonce":3756520111}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6824","nonce":3756520111},{"type":"v1","addr":"172.21.15.98:6825","nonce":3756520111}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6822","nonce":3756520111},{"type":"v1","addr":"172.21.15.98:6823","nonce":3756520111}]},"public_addr":"172.21.15.98:6819/3756520111","cluster_addr":"172.21.15.98:6821/3756520111","heartbeat_back_addr":"172.21.15.98:6825/3756520111","heartbeat_front_addr":"172.21.15.98:6823/3756520111","state":["exists","up"]},{"osd":3,"uuid":"4945e604-e8ff-434e-883a-554a5379057f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6826","nonce":2955477305},{"type":"v1","addr":"172.21.15.98:6827","nonce":2955477305}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6828","nonce":2955477305},{"type":"v1","addr":"172.21.15.98:6829","nonce":2955477305}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6832","nonce":2955477305},{"type":"v1","addr":"172.21.15.98:6833","nonce":2955477305}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6830","nonce":2955477305},{"type":"v1","addr":"172.21.15.98:6831","nonce":2955477305}]},"public_addr":"172.21.15.98:6827/2955477305","cluster_addr":"172.21.15.98:6829/2955477305","heartbeat_back_addr":"172.21.15.98:6833/2955477305","heartbeat_front_addr":"172.21.15.98:6831/2955477305","state":["exists","up"]},{"osd":4,"uuid":"b7498693-817a-4109-87f6-ba477ac206b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6800","nonce":2558206681},{"type":"v1","addr":"172.21.15.174:6801","nonce":2558206681}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6802","nonce":2558206681},{"type":"v1","addr":"172.21.15.174:6803","nonce":2558206681}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6806","nonce":2558206681},{"type":"v1","addr":"172.21.15.174:6807","nonce":2558206681}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6804","nonce":2558206681},{"type":"v1","addr":"172.21.15.174:6805","nonce":2558206681}]},"public_addr":"172.21.15.174:6801/2558206681","cluster_addr":"172.21.15.174:6803/2558206681","heartbeat_back_addr":"172.21.15.174:6807/2558206681","heartbeat_front_addr":"172.21.15.174:6805/2558206681","state":["exists","up"]},{"osd":5,"uuid":"3ff459d2-9ca6-46b2-b529-2cadd276fa1d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6808","nonce":3138544077},{"type":"v1","addr":"172.21.15.174:6809","nonce":3138544077}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6810","nonce":3138544077},{"type":"v1","addr":"172.21.15.174:6811","nonce":3138544077}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6814","nonce":3138544077},{"type":"v1","addr":"172.21.15.174:6815","nonce":3138544077}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6812","nonce":3138544077},{"type":"v1","addr":"172.21.15.174:6813","nonce":3138544077}]},"public_addr":"172.21.15.174:6809/3138544077","cluster_addr":"172.21.15.174:6811/3138544077","heartbeat_back_addr":"172.21.15.174:6815/3138544077","heartbeat_front_addr":"172.21.15.174:6813/3138544077","state":["exists","up"]},{"osd":6,"uuid":"5f355002-1bb2-4f57-83b2-b0459168449c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6816","nonce":4227164896},{"type":"v1","addr":"172.21.15.174:6817","nonce":4227164896}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6818","nonce":4227164896},{"type":"v1","addr":"172.21.15.174:6819","nonce":4227164896}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6822","nonce":4227164896},{"type":"v1","addr":"172.21.15.174:6823","nonce":4227164896}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6820","nonce":4227164896},{"type":"v1","addr":"172.21.15.174:6821","nonce":4227164896}]},"public_addr":"172.21.15.174:6817/4227164896","cluster_addr":"172.21.15.174:6819/4227164896","heartbeat_back_addr":"172.21.15.174:6823/4227164896","heartbeat_front_addr":"172.21.15.174:6821/4227164896","state":["exists","up"]},{"osd":7,"uuid":"a149cedc-9bdf-453d-9c4d-b0d09ca50166","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.174:6824","nonce":4044837754},{"type":"v1","addr":"172.21.15.174:6825","nonce":4044837754}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6826","nonce":4044837754},{"type":"v1","addr":"172.21.15.174:6827","nonce":4044837754}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6830","nonce":4044837754},{"type":"v1","addr":"172.21.15.174:6831","nonce":4044837754}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6828","nonce":4044837754},{"type":"v1","addr":"172.21.15.174:6829","nonce":4044837754}]},"public_addr":"172.21.15.174:6825/4044837754","cluster_addr":"172.21.15.174:6827/4044837754","heartbeat_back_addr":"172.21.15.174:6831/4044837754","heartbeat_front_addr":"172.21.15.174:6829/4044837754","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":"2023-09-29T16:54:25.897533+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":"2023-09-29T16:54:39.353510+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":"2023-09-29T16:54:56.650742+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":"2023-09-29T16:55:11.042701+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":"2023-09-29T16:55:22.774810+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":"2023-09-29T16:55:34.961902+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":"2023-09-29T16:55:47.222547+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":"2023-09-29T16:55:59.643997+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.98:0/1518271232":"2023-09-30T16:53:06.679737+0000","172.21.15.98:0/2586993598":"2023-09-30T16:52:54.599479+0000","172.21.15.98:0/3963197849":"2023-09-30T16:52:54.599479+0000","172.21.15.98:6800/2880714176":"2023-09-30T16:53:06.679737+0000","172.21.15.98:6801/3038494259":"2023-09-30T16:52:54.599479+0000","172.21.15.98:0/1701542269":"2023-09-30T16:53:06.679737+0000","172.21.15.98:6800/3038494259":"2023-09-30T16:52:54.599479+0000","172.21.15.98:0/2648098321":"2023-09-30T16:52:33.117659+0000","172.21.15.98:6801/299883141":"2023-09-30T16:52:33.117659+0000","172.21.15.98:6801/2880714176":"2023-09-30T16:53:06.679737+0000","172.21.15.98:6800/299883141":"2023-09-30T16:52:33.117659+0000","172.21.15.98:0/4055612300":"2023-09-30T16:52:33.117659+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}} 2023-09-29T16:56:04.586 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-09-29T16:55:07.085407+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': {}}}] 2023-09-29T16:56:04.586 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-09-29T16:56:04.810 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:04.939 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:03.649841+0000 mon.smithi098 (mon.0) 565 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-09-29T16:56:04.939 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:04.212722+0000 mon.smithi098 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.98:0/919562765' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-29T16:56:04.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:03.649841+0000 mon.smithi098 (mon.0) 565 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-09-29T16:56:04.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:04.212722+0000 mon.smithi098 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.98:0/919562765' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-29T16:56:05.877 INFO:teuthology.orchestra.run.smithi098.stdout:pg_num: 1 2023-09-29T16:56:05.899 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:05 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:04.764084+0000 mgr.smithi098.saehjc (mgr.14164) 159 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:05.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:05 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:04.764084+0000 mgr.smithi098.saehjc (mgr.14164) 159 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:06.252 INFO:tasks.cephadm:Setting up client nodes... 2023-09-29T16:56:06.253 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-09-29T16:56:06.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:06 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:05.878384+0000 mon.smithi098 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.98:0/2059263968' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-09-29T16:56:06.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:06 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:05.878384+0000 mon.smithi098 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.98:0/2059263968' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-09-29T16:56:07.676 INFO:teuthology.orchestra.run.smithi098.stdout:[client.0] 2023-09-29T16:56:07.676 INFO:teuthology.orchestra.run.smithi098.stdout: key = AQCnARdlSCQyKBAAV3t9euK9ErQZ21l/u87rew== 2023-09-29T16:56:07.952 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:06.764333+0000 mgr.smithi098.saehjc (mgr.14164) 160 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:07.952 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:07.086948+0000 mon.smithi098 (mon.0) 568 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/mirror_snapshot_schedule"}]: dispatch 2023-09-29T16:56:07.952 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:07.087132+0000 mon.smithi098 (mon.0) 569 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/trash_purge_schedule"}]: dispatch 2023-09-29T16:56:07.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:06.764333+0000 mgr.smithi098.saehjc (mgr.14164) 160 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:07.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:07.086948+0000 mon.smithi098 (mon.0) 568 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/mirror_snapshot_schedule"}]: dispatch 2023-09-29T16:56:07.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:07.087132+0000 mon.smithi098 (mon.0) 569 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/trash_purge_schedule"}]: dispatch 2023-09-29T16:56:08.007 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-09-29T16:56:08.008 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-09-29T16:56:08.008 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-09-29T16:56:08.047 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-09-29T16:56:08.047 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-09-29T16:56:08.047 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph mgr dump --format=json 2023-09-29T16:56:08.307 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:08.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:07.674235+0000 mon.smithi098 (mon.0) 570 : audit [INF] from='client.? 172.21.15.98:0/664735700' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-29T16:56:08.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:07.677232+0000 mon.smithi098 (mon.0) 571 : audit [INF] from='client.? 172.21.15.98:0/664735700' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-29T16:56:08.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:07.674235+0000 mon.smithi098 (mon.0) 570 : audit [INF] from='client.? 172.21.15.98:0/664735700' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-29T16:56:08.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:07.677232+0000 mon.smithi098 (mon.0) 571 : audit [INF] from='client.? 172.21.15.98:0/664735700' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-29T16:56:09.450 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:56:09.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:08.764806+0000 mgr.smithi098.saehjc (mgr.14164) 161 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:09.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:09.446521+0000 mon.smithi098 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.98:0/469709465' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-29T16:56:09.827 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi098.saehjc","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":1506731565},{"type":"v1","addr":"172.21.15.98:6801","nonce":1506731565}]},"active_addr":"172.21.15.98:6801/1506731565","active_change":"2023-09-29T16:53:06.680001+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14208,"name":"smithi174.ceothj","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.98:8443/","prometheus":"http://172.21.15.98: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.98:0","nonce":639216361}]},{"addrvec":[{"type":"v2","addr":"172.21.15.98:0","nonce":2101114642}]}]}} 2023-09-29T16:56:09.832 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-09-29T16:56:09.832 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-09-29T16:56:09.832 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-29T16:56:09.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:09 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:08.764806+0000 mgr.smithi098.saehjc (mgr.14164) 161 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:09.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:09 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:09.446521+0000 mon.smithi098 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.98:0/469709465' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-29T16:56:10.054 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:11.203 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:56:11.203 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":45,"fsid":"7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7","created":"2023-09-29T16:52:15.593425+0000","modified":"2023-09-29T16:56:03.641778+0000","last_up_change":"2023-09-29T16:56:01.632789+0000","last_in_change":"2023-09-29T16:55:48.357978+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":"2023-09-29T16:55:07.085407+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":"ef542407-1bff-44c3-8291-8f0f816ffd4a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":1793413057},{"type":"v1","addr":"172.21.15.98:6803","nonce":1793413057}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":1793413057},{"type":"v1","addr":"172.21.15.98:6805","nonce":1793413057}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":1793413057},{"type":"v1","addr":"172.21.15.98:6809","nonce":1793413057}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":1793413057},{"type":"v1","addr":"172.21.15.98:6807","nonce":1793413057}]},"public_addr":"172.21.15.98:6803/1793413057","cluster_addr":"172.21.15.98:6805/1793413057","heartbeat_back_addr":"172.21.15.98:6809/1793413057","heartbeat_front_addr":"172.21.15.98:6807/1793413057","state":["exists","up"]},{"osd":1,"uuid":"4c8b2689-a560-4d1b-b849-027f5df47b5e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6810","nonce":1390128895},{"type":"v1","addr":"172.21.15.98:6811","nonce":1390128895}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":1390128895},{"type":"v1","addr":"172.21.15.98:6813","nonce":1390128895}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6816","nonce":1390128895},{"type":"v1","addr":"172.21.15.98:6817","nonce":1390128895}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6814","nonce":1390128895},{"type":"v1","addr":"172.21.15.98:6815","nonce":1390128895}]},"public_addr":"172.21.15.98:6811/1390128895","cluster_addr":"172.21.15.98:6813/1390128895","heartbeat_back_addr":"172.21.15.98:6817/1390128895","heartbeat_front_addr":"172.21.15.98:6815/1390128895","state":["exists","up"]},{"osd":2,"uuid":"3ed2921f-7fd1-4f66-9646-6f28caf2958a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6818","nonce":3756520111},{"type":"v1","addr":"172.21.15.98:6819","nonce":3756520111}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6820","nonce":3756520111},{"type":"v1","addr":"172.21.15.98:6821","nonce":3756520111}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6824","nonce":3756520111},{"type":"v1","addr":"172.21.15.98:6825","nonce":3756520111}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6822","nonce":3756520111},{"type":"v1","addr":"172.21.15.98:6823","nonce":3756520111}]},"public_addr":"172.21.15.98:6819/3756520111","cluster_addr":"172.21.15.98:6821/3756520111","heartbeat_back_addr":"172.21.15.98:6825/3756520111","heartbeat_front_addr":"172.21.15.98:6823/3756520111","state":["exists","up"]},{"osd":3,"uuid":"4945e604-e8ff-434e-883a-554a5379057f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6826","nonce":2955477305},{"type":"v1","addr":"172.21.15.98:6827","nonce":2955477305}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6828","nonce":2955477305},{"type":"v1","addr":"172.21.15.98:6829","nonce":2955477305}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6832","nonce":2955477305},{"type":"v1","addr":"172.21.15.98:6833","nonce":2955477305}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6830","nonce":2955477305},{"type":"v1","addr":"172.21.15.98:6831","nonce":2955477305}]},"public_addr":"172.21.15.98:6827/2955477305","cluster_addr":"172.21.15.98:6829/2955477305","heartbeat_back_addr":"172.21.15.98:6833/2955477305","heartbeat_front_addr":"172.21.15.98:6831/2955477305","state":["exists","up"]},{"osd":4,"uuid":"b7498693-817a-4109-87f6-ba477ac206b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6800","nonce":2558206681},{"type":"v1","addr":"172.21.15.174:6801","nonce":2558206681}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6802","nonce":2558206681},{"type":"v1","addr":"172.21.15.174:6803","nonce":2558206681}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6806","nonce":2558206681},{"type":"v1","addr":"172.21.15.174:6807","nonce":2558206681}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6804","nonce":2558206681},{"type":"v1","addr":"172.21.15.174:6805","nonce":2558206681}]},"public_addr":"172.21.15.174:6801/2558206681","cluster_addr":"172.21.15.174:6803/2558206681","heartbeat_back_addr":"172.21.15.174:6807/2558206681","heartbeat_front_addr":"172.21.15.174:6805/2558206681","state":["exists","up"]},{"osd":5,"uuid":"3ff459d2-9ca6-46b2-b529-2cadd276fa1d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6808","nonce":3138544077},{"type":"v1","addr":"172.21.15.174:6809","nonce":3138544077}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6810","nonce":3138544077},{"type":"v1","addr":"172.21.15.174:6811","nonce":3138544077}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6814","nonce":3138544077},{"type":"v1","addr":"172.21.15.174:6815","nonce":3138544077}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6812","nonce":3138544077},{"type":"v1","addr":"172.21.15.174:6813","nonce":3138544077}]},"public_addr":"172.21.15.174:6809/3138544077","cluster_addr":"172.21.15.174:6811/3138544077","heartbeat_back_addr":"172.21.15.174:6815/3138544077","heartbeat_front_addr":"172.21.15.174:6813/3138544077","state":["exists","up"]},{"osd":6,"uuid":"5f355002-1bb2-4f57-83b2-b0459168449c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6816","nonce":4227164896},{"type":"v1","addr":"172.21.15.174:6817","nonce":4227164896}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6818","nonce":4227164896},{"type":"v1","addr":"172.21.15.174:6819","nonce":4227164896}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6822","nonce":4227164896},{"type":"v1","addr":"172.21.15.174:6823","nonce":4227164896}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6820","nonce":4227164896},{"type":"v1","addr":"172.21.15.174:6821","nonce":4227164896}]},"public_addr":"172.21.15.174:6817/4227164896","cluster_addr":"172.21.15.174:6819/4227164896","heartbeat_back_addr":"172.21.15.174:6823/4227164896","heartbeat_front_addr":"172.21.15.174:6821/4227164896","state":["exists","up"]},{"osd":7,"uuid":"a149cedc-9bdf-453d-9c4d-b0d09ca50166","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.174:6824","nonce":4044837754},{"type":"v1","addr":"172.21.15.174:6825","nonce":4044837754}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6826","nonce":4044837754},{"type":"v1","addr":"172.21.15.174:6827","nonce":4044837754}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6830","nonce":4044837754},{"type":"v1","addr":"172.21.15.174:6831","nonce":4044837754}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6828","nonce":4044837754},{"type":"v1","addr":"172.21.15.174:6829","nonce":4044837754}]},"public_addr":"172.21.15.174:6825/4044837754","cluster_addr":"172.21.15.174:6827/4044837754","heartbeat_back_addr":"172.21.15.174:6831/4044837754","heartbeat_front_addr":"172.21.15.174:6829/4044837754","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":"2023-09-29T16:54:25.897533+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":"2023-09-29T16:54:39.353510+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":"2023-09-29T16:54:56.650742+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":"2023-09-29T16:55:11.042701+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":"2023-09-29T16:55:22.774810+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":"2023-09-29T16:55:34.961902+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":"2023-09-29T16:55:47.222547+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":"2023-09-29T16:55:59.643997+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.98:0/1518271232":"2023-09-30T16:53:06.679737+0000","172.21.15.98:0/2586993598":"2023-09-30T16:52:54.599479+0000","172.21.15.98:0/3963197849":"2023-09-30T16:52:54.599479+0000","172.21.15.98:6800/2880714176":"2023-09-30T16:53:06.679737+0000","172.21.15.98:6801/3038494259":"2023-09-30T16:52:54.599479+0000","172.21.15.98:0/1701542269":"2023-09-30T16:53:06.679737+0000","172.21.15.98:6800/3038494259":"2023-09-30T16:52:54.599479+0000","172.21.15.98:0/2648098321":"2023-09-30T16:52:33.117659+0000","172.21.15.98:6801/299883141":"2023-09-30T16:52:33.117659+0000","172.21.15.98:6801/2880714176":"2023-09-30T16:53:06.679737+0000","172.21.15.98:6800/299883141":"2023-09-30T16:52:33.117659+0000","172.21.15.98:0/4055612300":"2023-09-30T16:52:33.117659+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}} 2023-09-29T16:56:11.577 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-09-29T16:56:11.577 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-29T16:56:11.798 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:12.072 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:10.765237+0000 mgr.smithi098.saehjc (mgr.14164) 162 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:12.072 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:11.203226+0000 mon.smithi098 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.98:0/2906769164' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-29T16:56:12.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:10.765237+0000 mgr.smithi098.saehjc (mgr.14164) 162 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:12.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:11.203226+0000 mon.smithi098 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.98:0/2906769164' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-29T16:56:13.030 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:56:13.031 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":45,"fsid":"7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7","created":"2023-09-29T16:52:15.593425+0000","modified":"2023-09-29T16:56:03.641778+0000","last_up_change":"2023-09-29T16:56:01.632789+0000","last_in_change":"2023-09-29T16:55:48.357978+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":"2023-09-29T16:55:07.085407+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":"ef542407-1bff-44c3-8291-8f0f816ffd4a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":1793413057},{"type":"v1","addr":"172.21.15.98:6803","nonce":1793413057}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":1793413057},{"type":"v1","addr":"172.21.15.98:6805","nonce":1793413057}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":1793413057},{"type":"v1","addr":"172.21.15.98:6809","nonce":1793413057}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":1793413057},{"type":"v1","addr":"172.21.15.98:6807","nonce":1793413057}]},"public_addr":"172.21.15.98:6803/1793413057","cluster_addr":"172.21.15.98:6805/1793413057","heartbeat_back_addr":"172.21.15.98:6809/1793413057","heartbeat_front_addr":"172.21.15.98:6807/1793413057","state":["exists","up"]},{"osd":1,"uuid":"4c8b2689-a560-4d1b-b849-027f5df47b5e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6810","nonce":1390128895},{"type":"v1","addr":"172.21.15.98:6811","nonce":1390128895}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":1390128895},{"type":"v1","addr":"172.21.15.98:6813","nonce":1390128895}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6816","nonce":1390128895},{"type":"v1","addr":"172.21.15.98:6817","nonce":1390128895}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6814","nonce":1390128895},{"type":"v1","addr":"172.21.15.98:6815","nonce":1390128895}]},"public_addr":"172.21.15.98:6811/1390128895","cluster_addr":"172.21.15.98:6813/1390128895","heartbeat_back_addr":"172.21.15.98:6817/1390128895","heartbeat_front_addr":"172.21.15.98:6815/1390128895","state":["exists","up"]},{"osd":2,"uuid":"3ed2921f-7fd1-4f66-9646-6f28caf2958a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6818","nonce":3756520111},{"type":"v1","addr":"172.21.15.98:6819","nonce":3756520111}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6820","nonce":3756520111},{"type":"v1","addr":"172.21.15.98:6821","nonce":3756520111}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6824","nonce":3756520111},{"type":"v1","addr":"172.21.15.98:6825","nonce":3756520111}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6822","nonce":3756520111},{"type":"v1","addr":"172.21.15.98:6823","nonce":3756520111}]},"public_addr":"172.21.15.98:6819/3756520111","cluster_addr":"172.21.15.98:6821/3756520111","heartbeat_back_addr":"172.21.15.98:6825/3756520111","heartbeat_front_addr":"172.21.15.98:6823/3756520111","state":["exists","up"]},{"osd":3,"uuid":"4945e604-e8ff-434e-883a-554a5379057f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6826","nonce":2955477305},{"type":"v1","addr":"172.21.15.98:6827","nonce":2955477305}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6828","nonce":2955477305},{"type":"v1","addr":"172.21.15.98:6829","nonce":2955477305}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6832","nonce":2955477305},{"type":"v1","addr":"172.21.15.98:6833","nonce":2955477305}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6830","nonce":2955477305},{"type":"v1","addr":"172.21.15.98:6831","nonce":2955477305}]},"public_addr":"172.21.15.98:6827/2955477305","cluster_addr":"172.21.15.98:6829/2955477305","heartbeat_back_addr":"172.21.15.98:6833/2955477305","heartbeat_front_addr":"172.21.15.98:6831/2955477305","state":["exists","up"]},{"osd":4,"uuid":"b7498693-817a-4109-87f6-ba477ac206b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6800","nonce":2558206681},{"type":"v1","addr":"172.21.15.174:6801","nonce":2558206681}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6802","nonce":2558206681},{"type":"v1","addr":"172.21.15.174:6803","nonce":2558206681}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6806","nonce":2558206681},{"type":"v1","addr":"172.21.15.174:6807","nonce":2558206681}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6804","nonce":2558206681},{"type":"v1","addr":"172.21.15.174:6805","nonce":2558206681}]},"public_addr":"172.21.15.174:6801/2558206681","cluster_addr":"172.21.15.174:6803/2558206681","heartbeat_back_addr":"172.21.15.174:6807/2558206681","heartbeat_front_addr":"172.21.15.174:6805/2558206681","state":["exists","up"]},{"osd":5,"uuid":"3ff459d2-9ca6-46b2-b529-2cadd276fa1d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6808","nonce":3138544077},{"type":"v1","addr":"172.21.15.174:6809","nonce":3138544077}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6810","nonce":3138544077},{"type":"v1","addr":"172.21.15.174:6811","nonce":3138544077}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6814","nonce":3138544077},{"type":"v1","addr":"172.21.15.174:6815","nonce":3138544077}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6812","nonce":3138544077},{"type":"v1","addr":"172.21.15.174:6813","nonce":3138544077}]},"public_addr":"172.21.15.174:6809/3138544077","cluster_addr":"172.21.15.174:6811/3138544077","heartbeat_back_addr":"172.21.15.174:6815/3138544077","heartbeat_front_addr":"172.21.15.174:6813/3138544077","state":["exists","up"]},{"osd":6,"uuid":"5f355002-1bb2-4f57-83b2-b0459168449c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6816","nonce":4227164896},{"type":"v1","addr":"172.21.15.174:6817","nonce":4227164896}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6818","nonce":4227164896},{"type":"v1","addr":"172.21.15.174:6819","nonce":4227164896}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6822","nonce":4227164896},{"type":"v1","addr":"172.21.15.174:6823","nonce":4227164896}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6820","nonce":4227164896},{"type":"v1","addr":"172.21.15.174:6821","nonce":4227164896}]},"public_addr":"172.21.15.174:6817/4227164896","cluster_addr":"172.21.15.174:6819/4227164896","heartbeat_back_addr":"172.21.15.174:6823/4227164896","heartbeat_front_addr":"172.21.15.174:6821/4227164896","state":["exists","up"]},{"osd":7,"uuid":"a149cedc-9bdf-453d-9c4d-b0d09ca50166","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.174:6824","nonce":4044837754},{"type":"v1","addr":"172.21.15.174:6825","nonce":4044837754}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6826","nonce":4044837754},{"type":"v1","addr":"172.21.15.174:6827","nonce":4044837754}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6830","nonce":4044837754},{"type":"v1","addr":"172.21.15.174:6831","nonce":4044837754}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6828","nonce":4044837754},{"type":"v1","addr":"172.21.15.174:6829","nonce":4044837754}]},"public_addr":"172.21.15.174:6825/4044837754","cluster_addr":"172.21.15.174:6827/4044837754","heartbeat_back_addr":"172.21.15.174:6831/4044837754","heartbeat_front_addr":"172.21.15.174:6829/4044837754","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":"2023-09-29T16:54:25.897533+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":"2023-09-29T16:54:39.353510+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":"2023-09-29T16:54:56.650742+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":"2023-09-29T16:55:11.042701+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":"2023-09-29T16:55:22.774810+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":"2023-09-29T16:55:34.961902+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":"2023-09-29T16:55:47.222547+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":"2023-09-29T16:55:59.643997+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.98:0/1518271232":"2023-09-30T16:53:06.679737+0000","172.21.15.98:0/2586993598":"2023-09-30T16:52:54.599479+0000","172.21.15.98:0/3963197849":"2023-09-30T16:52:54.599479+0000","172.21.15.98:6800/2880714176":"2023-09-30T16:53:06.679737+0000","172.21.15.98:6801/3038494259":"2023-09-30T16:52:54.599479+0000","172.21.15.98:0/1701542269":"2023-09-30T16:53:06.679737+0000","172.21.15.98:6800/3038494259":"2023-09-30T16:52:54.599479+0000","172.21.15.98:0/2648098321":"2023-09-30T16:52:33.117659+0000","172.21.15.98:6801/299883141":"2023-09-30T16:52:33.117659+0000","172.21.15.98:6801/2880714176":"2023-09-30T16:53:06.679737+0000","172.21.15.98:6800/299883141":"2023-09-30T16:52:33.117659+0000","172.21.15.98:0/4055612300":"2023-09-30T16:52:33.117659+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}} 2023-09-29T16:56:13.392 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-09-29T16:56:13.393 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-09-29T16:56:13.393 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-09-29T16:56:13.394 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-09-29T16:56:13.394 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-09-29T16:56:13.395 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-09-29T16:56:13.395 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-09-29T16:56:13.395 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-09-29T16:56:13.785 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:13.998 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:14.099 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:14.105 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:13 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:12.765756+0000 mgr.smithi098.saehjc (mgr.14164) 163 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:14.105 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:13 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:13.030934+0000 mon.smithi098 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.98:0/3244303719' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-29T16:56:14.149 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:14.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:13 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:12.765756+0000 mgr.smithi098.saehjc (mgr.14164) 163 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:14.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:13 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:13.030934+0000 mon.smithi098 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.98:0/3244303719' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-29T16:56:14.904 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:15.155 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:15.708 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:15.927 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:15 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:14.766038+0000 mgr.smithi098.saehjc (mgr.14164) 164 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:16.066 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:16.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:15 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:14.766038+0000 mgr.smithi098.saehjc (mgr.14164) 164 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:16.643 INFO:teuthology.orchestra.run.smithi098.stdout:103079215119 2023-09-29T16:56:16.643 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-09-29T16:56:18.100 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:16.766335+0000 mgr.smithi098.saehjc (mgr.14164) 165 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:18.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:16.766335+0000 mgr.smithi098.saehjc (mgr.14164) 165 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:18.417 INFO:teuthology.orchestra.run.smithi098.stdout:38654705688 2023-09-29T16:56:18.418 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-09-29T16:56:18.469 INFO:teuthology.orchestra.run.smithi098.stdout:163208757256 2023-09-29T16:56:18.470 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-09-29T16:56:18.680 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:19.771 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:19 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:18.766651+0000 mgr.smithi098.saehjc (mgr.14164) 166 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:19.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:19 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:18.766651+0000 mgr.smithi098.saehjc (mgr.14164) 166 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:20.247 INFO:teuthology.orchestra.run.smithi098.stdout:77309411347 2023-09-29T16:56:20.247 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-09-29T16:56:20.346 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:21.154 INFO:teuthology.orchestra.run.smithi098.stdout:184683593735 2023-09-29T16:56:21.155 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-09-29T16:56:21.191 INFO:teuthology.orchestra.run.smithi098.stdout:141733920779 2023-09-29T16:56:21.192 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-09-29T16:56:21.272 INFO:teuthology.orchestra.run.smithi098.stdout:120259084302 2023-09-29T16:56:21.272 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-09-29T16:56:21.867 INFO:teuthology.orchestra.run.smithi098.stdout:103079215120 2023-09-29T16:56:21.978 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:21.997 INFO:teuthology.orchestra.run.smithi098.stdout:55834574871 2023-09-29T16:56:21.997 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-09-29T16:56:22.032 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:22.154 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:21 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:20.766997+0000 mgr.smithi098.saehjc (mgr.14164) 167 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:22.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:21 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:20.766997+0000 mgr.smithi098.saehjc (mgr.14164) 167 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:22.961 INFO:teuthology.orchestra.run.smithi098.stdout:163208757257 2023-09-29T16:56:23.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:21.867987+0000 mon.smithi098 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.98:0/3031036415' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-29T16:56:23.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:22.656245+0000 mon.smithi098 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.98:0/396282857' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-29T16:56:23.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:22 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:21.867987+0000 mon.smithi098 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.98:0/3031036415' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-29T16:56:23.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:22 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:22.656245+0000 mon.smithi098 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.98:0/396282857' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-29T16:56:23.547 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:23.576 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215119 got 103079215120 for osd.3 2023-09-29T16:56:23.576 DEBUG:teuthology.parallel:result is None 2023-09-29T16:56:23.790 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:23.881 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:23.972 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:22.767366+0000 mgr.smithi098.saehjc (mgr.14164) 168 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:24.030 INFO:teuthology.orchestra.run.smithi098.stdout:38654705689 2023-09-29T16:56:24.127 INFO:teuthology.orchestra.run.smithi098.stdout:77309411348 2023-09-29T16:56:24.133 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:24.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:22.767366+0000 mgr.smithi098.saehjc (mgr.14164) 168 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:24.375 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757256 got 163208757257 for osd.6 2023-09-29T16:56:24.375 DEBUG:teuthology.parallel:result is None 2023-09-29T16:56:25.184 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:24.031040+0000 mon.smithi098 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.98:0/3800054555' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-29T16:56:25.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:24.127919+0000 mon.smithi098 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.98:0/3886411784' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-29T16:56:25.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:24.031040+0000 mon.smithi098 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.98:0/3800054555' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-29T16:56:25.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:24.127919+0000 mon.smithi098 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.98:0/3886411784' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-29T16:56:25.249 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705688 got 38654705689 for osd.0 2023-09-29T16:56:25.250 DEBUG:teuthology.parallel:result is None 2023-09-29T16:56:25.515 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411347 got 77309411348 for osd.2 2023-09-29T16:56:25.516 DEBUG:teuthology.parallel:result is None 2023-09-29T16:56:26.049 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:24.767677+0000 mgr.smithi098.saehjc (mgr.14164) 169 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:26.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:24.767677+0000 mgr.smithi098.saehjc (mgr.14164) 169 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:26.935 INFO:teuthology.orchestra.run.smithi098.stdout:184683593736 2023-09-29T16:56:26.973 INFO:teuthology.orchestra.run.smithi098.stdout:55834574872 2023-09-29T16:56:27.136 INFO:teuthology.orchestra.run.smithi098.stdout:120259084303 2023-09-29T16:56:27.283 INFO:teuthology.orchestra.run.smithi098.stdout:141733920781 2023-09-29T16:56:27.461 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593735 got 184683593736 for osd.7 2023-09-29T16:56:27.461 DEBUG:teuthology.parallel:result is None 2023-09-29T16:56:27.624 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574871 got 55834574872 for osd.1 2023-09-29T16:56:27.624 DEBUG:teuthology.parallel:result is None 2023-09-29T16:56:27.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:26.768000+0000 mgr.smithi098.saehjc (mgr.14164) 170 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:27.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:26.932888+0000 mon.smithi098 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.98:0/3234838609' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-29T16:56:27.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:26.974170+0000 mon.smithi098 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.98:0/2754869594' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-29T16:56:27.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:27.137126+0000 mon.smithi098 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.98:0/3622582646' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-29T16:56:27.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:27.284716+0000 mon.smithi098 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.98:0/4008842496' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-29T16:56:28.134 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084302 got 120259084303 for osd.4 2023-09-29T16:56:28.134 DEBUG:teuthology.parallel:result is None 2023-09-29T16:56:28.150 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920779 got 141733920781 for osd.5 2023-09-29T16:56:28.151 DEBUG:teuthology.parallel:result is None 2023-09-29T16:56:28.151 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-09-29T16:56:28.151 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph pg dump --format=json 2023-09-29T16:56:28.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:27 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:26.768000+0000 mgr.smithi098.saehjc (mgr.14164) 170 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:28.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:27 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:26.932888+0000 mon.smithi098 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.98:0/3234838609' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-29T16:56:28.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:27 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:26.974170+0000 mon.smithi098 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.98:0/2754869594' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-29T16:56:28.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:27 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:27.137126+0000 mon.smithi098 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.98:0/3622582646' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-29T16:56:28.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:27 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:27.284716+0000 mon.smithi098 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.98:0/4008842496' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-29T16:56:28.416 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:29.557 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:56:29.559 INFO:teuthology.orchestra.run.smithi098.stderr:dumped all 2023-09-29T16:56:29.931 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:28.768332+0000 mgr.smithi098.saehjc (mgr.14164) 171 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:29.931 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:29.556176+0000 mgr.smithi098.saehjc (mgr.14164) 172 : audit [DBG] from='client.14456 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T16:56:29.932 INFO:teuthology.orchestra.run.smithi098.stdout:{"pg_ready":true,"pg_map":{"version":135,"stamp":"2023-09-29T16:56:28.768190+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":42692,"kb_used_data":3460,"kb_used_omap":0,"kb_used_meta":39168,"kb_avail":749918524,"statfs":{"total":767960285184,"available":767916568576,"internally_reserved":0,"allocated":3543040,"data_stored":1405667,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40108032},"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":45,"state":"active+clean","last_fresh":"2023-09-29T16:56:04.205527+0000","last_change":"2023-09-29T16:56:04.205527+0000","last_active":"2023-09-29T16:56:04.205527+0000","last_peered":"2023-09-29T16:56:04.205527+0000","last_clean":"2023-09-29T16:56:04.205527+0000","last_became_active":"2023-09-29T16:56:04.205102+0000","last_became_peered":"2023-09-29T16:56:04.205102+0000","last_unstale":"2023-09-29T16:56:04.205527+0000","last_undegraded":"2023-09-29T16:56:04.205527+0000","last_fullsized":"2023-09-29T16:56:04.205527+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-29T16:55:07.827474+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-29T16:55:07.827474+0000","last_clean_scrub_stamp":"2023-09-29T16:55:07.827474+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":43,"seq":184683593737,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5180,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739972,"statfs":{"total":95995035648,"available":95989731328,"internally_reserved":0,"allocated":446464,"data_stored":175984,"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.53500000000000003}]},{"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.52000000000000002}]},{"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.621}]},{"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.58599999999999997}]},{"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.60899999999999999}]},{"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.59599999999999997}]},{"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.64200000000000002}]}]},{"osd":6,"up_from":38,"seq":163208757259,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5240,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739912,"statfs":{"total":95995035648,"available":95989669888,"internally_reserved":0,"allocated":442368,"data_stored":175669,"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":"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.38600000000000001}]},{"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.40699999999999997}]},{"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.52500000000000002}]},{"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.50900000000000001}]},{"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.32700000000000001}]},{"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.375}]},{"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.42099999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574873,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5428,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739724,"statfs":{"total":95995035648,"available":95989477376,"internally_reserved":0,"allocated":438272,"data_stored":175354,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"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 Sep 29 16:55:42 2023","interfaces":[{"interface":"back","average":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"last":0.28000000000000003},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"last":0.32600000000000001}]},{"osd":2,"last update":"Fri Sep 29 16:56:01 2023","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.25700000000000001},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.36199999999999999}]},{"osd":3,"last update":"Fri Sep 29 16:56:17 2023","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.33900000000000002},{"interface":"front","average":{"1min":1.363,"5min":1.363,"15min":1.363},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":18.007999999999999,"5min":18.007999999999999,"15min":18.007999999999999},"last":0.59799999999999998}]},{"osd":4,"last update":"Fri Sep 29 16:56:23 2023","interfaces":[{"interface":"back","average":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":6.0369999999999999,"5min":6.0369999999999999,"15min":6.0369999999999999},"last":0.626},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.48599999999999999}]},{"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.58199999999999996}]},{"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.55700000000000005}]},{"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.64200000000000002}]}]},{"osd":0,"up_from":9,"seq":38654705690,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5500,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739652,"statfs":{"total":95995035648,"available":95989403648,"internally_reserved":0,"allocated":446464,"data_stored":175984,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Sep 29 16:55:44 2023","interfaces":[{"interface":"back","average":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.42499999999999999}]},{"osd":2,"last update":"Fri Sep 29 16:56:00 2023","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.497},{"interface":"front","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.41199999999999998}]},{"osd":3,"last update":"Fri Sep 29 16:56:18 2023","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.47399999999999998}]},{"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.66700000000000004}]},{"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.70099999999999996}]},{"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.65100000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.72799999999999998}]}]},{"osd":2,"up_from":18,"seq":77309411349,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5432,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739720,"statfs":{"total":95995035648,"available":95989473280,"internally_reserved":0,"allocated":442368,"data_stored":175669,"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 Sep 29 16:56:00 2023","interfaces":[{"interface":"back","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.64900000000000002},{"interface":"front","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.436}]},{"osd":1,"last update":"Fri Sep 29 16:56:00 2023","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.93700000000000006,"5min":0.93700000000000006,"15min":0.93700000000000006},"last":0.55100000000000005}]},{"osd":3,"last update":"Fri Sep 29 16:56:16 2023","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.5}]},{"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.71799999999999997}]},{"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.66200000000000003}]},{"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.754}]},{"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.745}]}]},{"osd":3,"up_from":24,"seq":103079215122,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5304,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739848,"statfs":{"total":95995035648,"available":95989604352,"internally_reserved":0,"allocated":442368,"data_stored":175669,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"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 Sep 29 16:56:13 2023","interfaces":[{"interface":"back","average":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.371},{"interface":"front","average":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"last":0.31900000000000001}]},{"osd":1,"last update":"Fri Sep 29 16:56:13 2023","interfaces":[{"interface":"back","average":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.28699999999999998},{"interface":"front","average":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.40899999999999997}]},{"osd":2,"last update":"Fri Sep 29 16:56:13 2023","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.307},{"interface":"front","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.39800000000000002}]},{"osd":4,"last update":"Fri Sep 29 16:56:24 2023","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.81899999999999995},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.63200000000000001}]},{"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.58399999999999996}]},{"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.76300000000000001}]},{"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.61799999999999999}]}]},{"osd":4,"up_from":28,"seq":120259084303,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5308,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739844,"statfs":{"total":95995035648,"available":95989600256,"internally_reserved":0,"allocated":446464,"data_stored":175984,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"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":"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":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.39600000000000002}]},{"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.377}]},{"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":2.0129999999999999}]},{"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.54300000000000004}]},{"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.60499999999999998}]},{"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.53000000000000003}]}]},{"osd":5,"up_from":33,"seq":141733920781,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5300,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739852,"statfs":{"total":95995035648,"available":95989608448,"internally_reserved":0,"allocated":438272,"data_stored":175354,"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":"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.47899999999999998}]},{"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.52800000000000002}]},{"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.59099999999999997}]},{"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.501}]},{"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.39400000000000002}]},{"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.42899999999999999}]},{"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.41399999999999998}]}]}],"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}]}} 2023-09-29T16:56:29.933 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph pg dump --format=json 2023-09-29T16:56:29.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:28.768332+0000 mgr.smithi098.saehjc (mgr.14164) 171 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:29.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:29.556176+0000 mgr.smithi098.saehjc (mgr.14164) 172 : audit [DBG] from='client.14456 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T16:56:30.158 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:31.204 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:56:31.206 INFO:teuthology.orchestra.run.smithi098.stderr:dumped all 2023-09-29T16:56:31.574 INFO:teuthology.orchestra.run.smithi098.stdout:{"pg_ready":true,"pg_map":{"version":136,"stamp":"2023-09-29T16:56:30.768523+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":42692,"kb_used_data":3460,"kb_used_omap":0,"kb_used_meta":39168,"kb_avail":749918524,"statfs":{"total":767960285184,"available":767916568576,"internally_reserved":0,"allocated":3543040,"data_stored":1405667,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40108032},"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":45,"state":"active+clean","last_fresh":"2023-09-29T16:56:04.205527+0000","last_change":"2023-09-29T16:56:04.205527+0000","last_active":"2023-09-29T16:56:04.205527+0000","last_peered":"2023-09-29T16:56:04.205527+0000","last_clean":"2023-09-29T16:56:04.205527+0000","last_became_active":"2023-09-29T16:56:04.205102+0000","last_became_peered":"2023-09-29T16:56:04.205102+0000","last_unstale":"2023-09-29T16:56:04.205527+0000","last_undegraded":"2023-09-29T16:56:04.205527+0000","last_fullsized":"2023-09-29T16:56:04.205527+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-29T16:55:07.827474+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-29T16:55:07.827474+0000","last_clean_scrub_stamp":"2023-09-29T16:55:07.827474+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":43,"seq":184683593737,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5180,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739972,"statfs":{"total":95995035648,"available":95989731328,"internally_reserved":0,"allocated":446464,"data_stored":175984,"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.53500000000000003}]},{"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.52000000000000002}]},{"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.621}]},{"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.58599999999999997}]},{"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.60899999999999999}]},{"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.59599999999999997}]},{"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.64200000000000002}]}]},{"osd":6,"up_from":38,"seq":163208757259,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5240,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739912,"statfs":{"total":95995035648,"available":95989669888,"internally_reserved":0,"allocated":442368,"data_stored":175669,"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":"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.38600000000000001}]},{"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.40699999999999997}]},{"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.52500000000000002}]},{"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.50900000000000001}]},{"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.32700000000000001}]},{"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.375}]},{"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.42099999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574873,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5428,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739724,"statfs":{"total":95995035648,"available":95989477376,"internally_reserved":0,"allocated":438272,"data_stored":175354,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"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 Sep 29 16:55:42 2023","interfaces":[{"interface":"back","average":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"last":0.28000000000000003},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"last":0.32600000000000001}]},{"osd":2,"last update":"Fri Sep 29 16:56:01 2023","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.25700000000000001},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.36199999999999999}]},{"osd":3,"last update":"Fri Sep 29 16:56:17 2023","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.33900000000000002},{"interface":"front","average":{"1min":1.363,"5min":1.363,"15min":1.363},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":18.007999999999999,"5min":18.007999999999999,"15min":18.007999999999999},"last":0.59799999999999998}]},{"osd":4,"last update":"Fri Sep 29 16:56:23 2023","interfaces":[{"interface":"back","average":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":6.0369999999999999,"5min":6.0369999999999999,"15min":6.0369999999999999},"last":0.626},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.48599999999999999}]},{"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.58199999999999996}]},{"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.55700000000000005}]},{"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.64200000000000002}]}]},{"osd":0,"up_from":9,"seq":38654705691,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5500,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739652,"statfs":{"total":95995035648,"available":95989403648,"internally_reserved":0,"allocated":446464,"data_stored":175984,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Sep 29 16:55:44 2023","interfaces":[{"interface":"back","average":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"last":0.33200000000000002},{"interface":"front","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.40999999999999998}]},{"osd":2,"last update":"Fri Sep 29 16:56:00 2023","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.36099999999999999}]},{"osd":3,"last update":"Fri Sep 29 16:56:18 2023","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.38200000000000001},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.375}]},{"osd":4,"last update":"Fri Sep 29 16:56:26 2023","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":1.0589999999999999,"5min":1.0589999999999999,"15min":1.0589999999999999},"last":0.57099999999999995},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.94499999999999995,"5min":0.94499999999999995,"15min":0.94499999999999995},"last":0.60899999999999999}]},{"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.58499999999999996}]},{"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.64300000000000002}]},{"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.65900000000000003}]}]},{"osd":2,"up_from":18,"seq":77309411350,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5432,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739720,"statfs":{"total":95995035648,"available":95989473280,"internally_reserved":0,"allocated":442368,"data_stored":175669,"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 Sep 29 16:56:00 2023","interfaces":[{"interface":"back","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.25800000000000001},{"interface":"front","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.27300000000000002}]},{"osd":1,"last update":"Fri Sep 29 16:56:00 2023","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.93700000000000006,"5min":0.93700000000000006,"15min":0.93700000000000006},"last":0.29099999999999998}]},{"osd":3,"last update":"Fri Sep 29 16:56:16 2023","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"last":0.32600000000000001},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.33300000000000002}]},{"osd":4,"last update":"Fri Sep 29 16:56:26 2023","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.70199999999999996}]},{"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.72599999999999998}]},{"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.68400000000000005}]},{"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.66300000000000003}]}]},{"osd":3,"up_from":24,"seq":103079215122,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5304,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739848,"statfs":{"total":95995035648,"available":95989604352,"internally_reserved":0,"allocated":442368,"data_stored":175669,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"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 Sep 29 16:56:13 2023","interfaces":[{"interface":"back","average":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.371},{"interface":"front","average":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"last":0.31900000000000001}]},{"osd":1,"last update":"Fri Sep 29 16:56:13 2023","interfaces":[{"interface":"back","average":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.28699999999999998},{"interface":"front","average":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.40899999999999997}]},{"osd":2,"last update":"Fri Sep 29 16:56:13 2023","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.307},{"interface":"front","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.39800000000000002}]},{"osd":4,"last update":"Fri Sep 29 16:56:24 2023","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.81899999999999995},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.63200000000000001}]},{"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.58399999999999996}]},{"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.76300000000000001}]},{"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.61799999999999999}]}]},{"osd":4,"up_from":28,"seq":120259084304,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5308,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739844,"statfs":{"total":95995035648,"available":95989600256,"internally_reserved":0,"allocated":446464,"data_stored":175984,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"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 Sep 29 16:56:26 2023","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"last":0.49299999999999999}]},{"osd":1,"last update":"Fri Sep 29 16:56:26 2023","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.58599999999999997}]},{"osd":2,"last update":"Fri Sep 29 16:56:26 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.45100000000000001}]},{"osd":3,"last update":"Fri Sep 29 16:56:26 2023","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":2.0129999999999999,"5min":2.0129999999999999,"15min":2.0129999999999999},"last":0.68500000000000005},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"last":0.52000000000000002}]},{"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.63800000000000001}]},{"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.60299999999999998}]},{"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.441}]}]},{"osd":5,"up_from":33,"seq":141733920781,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5300,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739852,"statfs":{"total":95995035648,"available":95989608448,"internally_reserved":0,"allocated":438272,"data_stored":175354,"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":"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.47899999999999998}]},{"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.52800000000000002}]},{"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.59099999999999997}]},{"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.501}]},{"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.39400000000000002}]},{"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.42899999999999999}]},{"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.41399999999999998}]}]}],"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}]}} 2023-09-29T16:56:31.575 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-09-29T16:56:31.575 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-09-29T16:56:31.575 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-09-29T16:56:31.576 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-29T16:56:31.799 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/mon.smithi098/config 2023-09-29T16:56:32.098 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:31 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:30.768658+0000 mgr.smithi098.saehjc (mgr.14164) 173 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:32.098 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:31 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:31.203342+0000 mgr.smithi098.saehjc (mgr.14164) 174 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T16:56:32.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:31 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:30.768658+0000 mgr.smithi098.saehjc (mgr.14164) 173 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:32.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:31 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:31.203342+0000 mgr.smithi098.saehjc (mgr.14164) 174 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T16:56:33.002 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:56:33.372 INFO:teuthology.orchestra.run.smithi098.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-09-29T16:56:33.373 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-09-29T16:56:33.373 INFO:tasks.cephadm:Setup complete, yielding 2023-09-29T16:56:33.373 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-29T16:56:33.382 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi098.front.sepia.ceph.com 2023-09-29T16:56:33.382 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch status' 2023-09-29T16:56:33.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:33 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:32.768963+0000 mgr.smithi098.saehjc (mgr.14164) 175 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:33.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:33 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:33.003067+0000 mon.smithi098 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.98:0/3691493928' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-29T16:56:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:33 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:32.768963+0000 mgr.smithi098.saehjc (mgr.14164) 175 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:33 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:33.003067+0000 mon.smithi098 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.98:0/3691493928' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-29T16:56:34.714 INFO:teuthology.orchestra.run.smithi098.stdout:Backend: cephadm 2023-09-29T16:56:34.714 INFO:teuthology.orchestra.run.smithi098.stdout:Available: Yes 2023-09-29T16:56:34.714 INFO:teuthology.orchestra.run.smithi098.stdout:Paused: No 2023-09-29T16:56:35.097 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-09-29T16:56:36.111 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:34.714811+0000 mgr.smithi098.saehjc (mgr.14164) 176 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:56:36.111 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:34.769305+0000 mgr.smithi098.saehjc (mgr.14164) 177 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:36.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:34.714811+0000 mgr.smithi098.saehjc (mgr.14164) 176 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:56:36.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:34.769305+0000 mgr.smithi098.saehjc (mgr.14164) 177 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:36.479 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T16:56:36.479 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (2m) 59s ago 3m 16.6M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T16:56:36.480 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (3m) 59s ago 3m 7000k - 16.2.5 6933c2a0b7dd a910a20a10aa 2023-09-29T16:56:36.480 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (2m) 39s ago 2m 7163k - 16.2.5 6933c2a0b7dd 1a5ecaee4186 2023-09-29T16:56:36.480 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (2m) 59s ago 3m 31.3M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T16:56:36.480 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:9283 running (4m) 59s ago 4m 430M - 16.2.5 6933c2a0b7dd 0ccce2f25903 2023-09-29T16:56:36.480 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (2m) 39s ago 2m 379M - 16.2.5 6933c2a0b7dd 22dcf0e570b5 2023-09-29T16:56:36.480 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (4m) 59s ago 4m 72.6M 2048M 16.2.5 6933c2a0b7dd e5e5be17f7bc 2023-09-29T16:56:36.480 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (2m) 39s ago 2m 71.3M 2048M 16.2.5 6933c2a0b7dd 3b3a670a7713 2023-09-29T16:56:36.480 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (3m) 59s ago 3m 18.3M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T16:56:36.480 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (2m) 39s ago 2m 18.0M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T16:56:36.481 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (2m) 59s ago 2m 31.9M 3222M 16.2.5 6933c2a0b7dd 3e44bcc8bd5c 2023-09-29T16:56:36.481 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (2m) 59s ago 2m 33.9M 3222M 16.2.5 6933c2a0b7dd 2530dfd11b82 2023-09-29T16:56:36.481 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (104s) 59s ago 104s 32.3M 3222M 16.2.5 6933c2a0b7dd 6cd552880e58 2023-09-29T16:56:36.481 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (89s) 59s ago 89s 33.7M 3222M 16.2.5 6933c2a0b7dd 7c95a892ae74 2023-09-29T16:56:36.481 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (78s) 39s ago 77s 33.0M 3990M 16.2.5 6933c2a0b7dd 56fd513ec204 2023-09-29T16:56:36.481 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (65s) 39s ago 65s 32.9M 3990M 16.2.5 6933c2a0b7dd d6f476ff7a82 2023-09-29T16:56:36.481 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (53s) 39s ago 53s 30.9M 3990M 16.2.5 6933c2a0b7dd 27d66cd3936c 2023-09-29T16:56:36.481 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (41s) 39s ago 41s 12.5M 3990M 16.2.5 6933c2a0b7dd 70b16eb57dc0 2023-09-29T16:56:36.481 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (2m) 59s ago 2m 31.8M - 2.18.1 de242295e225 439b3b9f65db 2023-09-29T16:56:36.850 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-09-29T16:56:37.184 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:36.472898+0000 mgr.smithi098.saehjc (mgr.14164) 178 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:56:37.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:36.472898+0000 mgr.smithi098.saehjc (mgr.14164) 178 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:56:38.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:36.769764+0000 mgr.smithi098.saehjc (mgr.14164) 179 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:38.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:36.769764+0000 mgr.smithi098.saehjc (mgr.14164) 179 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:38.245 INFO:teuthology.orchestra.run.smithi098.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-09-29T16:56:38.245 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager ?:9093,9094 1/1 60s ago 3m count:1 2023-09-29T16:56:38.245 INFO:teuthology.orchestra.run.smithi098.stdout:crash 2/2 60s ago 3m * 2023-09-29T16:56:38.246 INFO:teuthology.orchestra.run.smithi098.stdout:grafana ?:3000 1/1 60s ago 3m count:1 2023-09-29T16:56:38.246 INFO:teuthology.orchestra.run.smithi098.stdout:mgr 2/2 60s ago 3m count:2 2023-09-29T16:56:38.246 INFO:teuthology.orchestra.run.smithi098.stdout:mon 2/2 60s ago 3m smithi098:172.21.15.98=smithi098;smithi174:172.21.15.174=smithi174;count:2 2023-09-29T16:56:38.246 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter ?:9100 2/2 60s ago 3m * 2023-09-29T16:56:38.246 INFO:teuthology.orchestra.run.smithi098.stdout:osd 8/8 60s ago - 2023-09-29T16:56:38.246 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus ?:9095 1/1 60s ago 3m count:1 2023-09-29T16:56:38.614 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-09-29T16:56:39.112 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:38 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:38.242999+0000 mgr.smithi098.saehjc (mgr.14164) 180 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:56:39.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:38 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:38.242999+0000 mgr.smithi098.saehjc (mgr.14164) 180 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:56:39.908 INFO:teuthology.orchestra.run.smithi098.stdout:HOST ADDR LABELS STATUS 2023-09-29T16:56:39.908 INFO:teuthology.orchestra.run.smithi098.stdout:smithi098 172.21.15.98 2023-09-29T16:56:39.908 INFO:teuthology.orchestra.run.smithi098.stdout:smithi174 172.21.15.174 2023-09-29T16:56:40.172 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:39 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:38.770146+0000 mgr.smithi098.saehjc (mgr.14164) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:40.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:39 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:38.770146+0000 mgr.smithi098.saehjc (mgr.14164) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:40.227 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-09-29T16:56:41.160 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:39.908026+0000 mgr.smithi098.saehjc (mgr.14164) 182 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:56:41.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:39.908026+0000 mgr.smithi098.saehjc (mgr.14164) 182 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:56:41.519 INFO:teuthology.orchestra.run.smithi098.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2023-09-29T16:56:41.519 INFO:teuthology.orchestra.run.smithi098.stdout:smithi098 /dev/nvme0n1 ssd PHFT6204010H400BGN 400G Unknown N/A N/A No 2023-09-29T16:56:41.519 INFO:teuthology.orchestra.run.smithi098.stdout:smithi174 /dev/nvme0n1 ssd PHFT62050074400BGN 400G Unknown N/A N/A No 2023-09-29T16:56:41.890 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-29T16:56:41.899 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi098.front.sepia.ceph.com 2023-09-29T16:56:41.899 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-09-29T16:56:41.930 INFO:teuthology.orchestra.run.smithi098.stderr:+ systemctl stop nfs-server 2023-09-29T16:56:41.937 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi174.front.sepia.ceph.com 2023-09-29T16:56:41.937 DEBUG:teuthology.orchestra.run.smithi174:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-09-29T16:56:41.978 INFO:teuthology.orchestra.run.smithi174.stderr:+ systemctl stop nfs-server 2023-09-29T16:56:41.986 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-29T16:56:41.997 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi098.front.sepia.ceph.com 2023-09-29T16:56:41.997 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-09-29T16:56:42.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:40.770636+0000 mgr.smithi098.saehjc (mgr.14164) 183 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:42.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:41.519421+0000 mgr.smithi098.saehjc (mgr.14164) 184 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:56:42.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:40.770636+0000 mgr.smithi098.saehjc (mgr.14164) 183 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:42.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:41.519421+0000 mgr.smithi098.saehjc (mgr.14164) 184 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:56:44.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:42.770972+0000 mgr.smithi098.saehjc (mgr.14164) 185 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:44.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:43.307076+0000 mgr.smithi098.saehjc (mgr.14164) 186 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:56:44.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:43.307591+0000 mon.smithi098 (mon.0) 584 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-09-29T16:56:44.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:42.770972+0000 mgr.smithi098.saehjc (mgr.14164) 185 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:44.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:43.307076+0000 mgr.smithi098.saehjc (mgr.14164) 186 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:56:44.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:43.307591+0000 mon.smithi098 (mon.0) 584 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-09-29T16:56:45.188 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:43.856114+0000 mon.smithi098 (mon.0) 585 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-09-29T16:56:45.188 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:43.856153+0000 mon.smithi098 (mon.0) 586 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-09-29T16:56:45.188 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:43.856935+0000 mon.smithi098 (mon.0) 587 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-09-29T16:56:45.188 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T16:56:44.865+0000 7f9c2d450700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-29T16:56:45.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:43.856114+0000 mon.smithi098 (mon.0) 585 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-09-29T16:56:45.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:43.856153+0000 mon.smithi098 (mon.0) 586 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-09-29T16:56:45.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:43.856935+0000 mon.smithi098 (mon.0) 587 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-09-29T16:56:45.267 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-09-29T16:56:45.277 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-09-29T16:56:45.277 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph orch ls -f json 2023-09-29T16:56:46.146 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:44.771396+0000 mgr.smithi098.saehjc (mgr.14164) 187 : cluster [DBG] pgmap v144: 33 pgs: 5 creating+peering, 1 active+clean, 27 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:46.146 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:44.863223+0000 mon.smithi098 (mon.0) 588 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-09-29T16:56:46.146 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:44.863470+0000 mon.smithi098 (mon.0) 589 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-09-29T16:56:46.146 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:44.866743+0000 mon.smithi098 (mon.0) 590 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-09-29T16:56:46.146 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:44.867606+0000 mon.smithi098 (mon.0) 591 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-29T16:56:46.146 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:44.867636+0000 mon.smithi098 (mon.0) 592 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-09-29T16:56:46.146 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:44.876518+0000 mon.smithi098 (mon.0) 593 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-09-29T16:56:46.147 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:44.876803+0000 mon.smithi098 (mon.0) 594 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-09-29T16:56:46.147 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:44.876916+0000 mon.smithi098 (mon.0) 595 : cluster [DBG] fsmap foofs:0 2023-09-29T16:56:46.147 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:56:44.879778+0000 mgr.smithi098.saehjc (mgr.14164) 188 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-09-29T16:56:46.147 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:44.887847+0000 mon.smithi098 (mon.0) 596 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:46.147 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:44.888713+0000 mon.smithi098 (mon.0) 597 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:56:46.147 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:44.890320+0000 mon.smithi098 (mon.0) 598 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:56:46.147 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:44.892179+0000 mon.smithi098 (mon.0) 599 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:56:46.147 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:44.899712+0000 mon.smithi098 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:46.147 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:44.909855+0000 mon.smithi098 (mon.0) 601 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:46.147 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:44.910608+0000 mon.smithi098 (mon.0) 602 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.ygecui", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T16:56:46.147 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:44.915506+0000 mon.smithi098 (mon.0) 603 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.ygecui", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-29T16:56:46.147 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:44.916247+0000 mon.smithi098 (mon.0) 604 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:56:46.148 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:56:44.916865+0000 mgr.smithi098.saehjc (mgr.14164) 189 : cephadm [INF] Deploying daemon mds.foofs.smithi098.ygecui on smithi098 2023-09-29T16:56:46.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:44.771396+0000 mgr.smithi098.saehjc (mgr.14164) 187 : cluster [DBG] pgmap v144: 33 pgs: 5 creating+peering, 1 active+clean, 27 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:46.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:44.863223+0000 mon.smithi098 (mon.0) 588 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-09-29T16:56:46.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:44.863470+0000 mon.smithi098 (mon.0) 589 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-09-29T16:56:46.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:44.866743+0000 mon.smithi098 (mon.0) 590 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-09-29T16:56:46.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:44.867606+0000 mon.smithi098 (mon.0) 591 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-29T16:56:46.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:44.867636+0000 mon.smithi098 (mon.0) 592 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-09-29T16:56:46.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:44.876518+0000 mon.smithi098 (mon.0) 593 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-09-29T16:56:46.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:44.876803+0000 mon.smithi098 (mon.0) 594 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-09-29T16:56:46.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:44.876916+0000 mon.smithi098 (mon.0) 595 : cluster [DBG] fsmap foofs:0 2023-09-29T16:56:46.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:56:44.879778+0000 mgr.smithi098.saehjc (mgr.14164) 188 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-09-29T16:56:46.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:44.887847+0000 mon.smithi098 (mon.0) 596 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:46.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:44.888713+0000 mon.smithi098 (mon.0) 597 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:56:46.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:44.890320+0000 mon.smithi098 (mon.0) 598 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:56:46.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:44.892179+0000 mon.smithi098 (mon.0) 599 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:56:46.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:44.899712+0000 mon.smithi098 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:46.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:44.909855+0000 mon.smithi098 (mon.0) 601 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:46.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:44.910608+0000 mon.smithi098 (mon.0) 602 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.ygecui", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T16:56:46.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:44.915506+0000 mon.smithi098 (mon.0) 603 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.ygecui", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-29T16:56:46.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:44.916247+0000 mon.smithi098 (mon.0) 604 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:56:46.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:56:44.916865+0000 mgr.smithi098.saehjc (mgr.14164) 189 : cephadm [INF] Deploying daemon mds.foofs.smithi098.ygecui on smithi098 2023-09-29T16:56:47.141 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:56:47.141 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-29T16:52:58.703049Z", "last_refresh": "2023-09-29T16:55:37.377311Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-29T16:52:47.639989Z", "last_refresh": "2023-09-29T16:55:37.377368Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-09-29T16:52:56.782387Z", "last_refresh": "2023-09-29T16:55:37.377422Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-29T16:56:44.888055Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-29T16:56:44.879806Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-29T16:52:44.967133Z", "last_refresh": "2023-09-29T16:55:37.377248Z", "running": 2, "size": 2}}, {"events": ["2023-09-29T16:53:25.814264Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi174:172.21.15.174=smithi174"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-29T16:53:25.811763Z", "last_refresh": "2023-09-29T16:55:37.377120Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-29T16:52:57.849982Z", "last_refresh": "2023-09-29T16:55:37.377476Z", "ports": [9100], "running": 2, "size": 2}}, {"placement": {}, "service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", "container_image_name": "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2023-09-29T16:55:37.377584Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-29T16:52:55.662766Z", "last_refresh": "2023-09-29T16:55:37.377530Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-29T16:56:47.167 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:45.876220+0000 mon.smithi098 (mon.0) 605 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-09-29T16:56:47.168 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:46.721764+0000 mon.smithi098 (mon.0) 606 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:47.168 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:46.722614+0000 mon.smithi098 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi174.udpasg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T16:56:47.168 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:46.725694+0000 mon.smithi098 (mon.0) 608 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi174.udpasg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-29T16:56:47.168 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:46.726271+0000 mon.smithi098 (mon.0) 609 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:56:47.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:45.876220+0000 mon.smithi098 (mon.0) 605 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-09-29T16:56:47.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:46.721764+0000 mon.smithi098 (mon.0) 606 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:47.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:46.722614+0000 mon.smithi098 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi174.udpasg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T16:56:47.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:46.725694+0000 mon.smithi098 (mon.0) 608 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi174.udpasg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-29T16:56:47.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:46.726271+0000 mon.smithi098 (mon.0) 609 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:56:47.513 INFO:tasks.cephadm:mds.foofs has 1/2 2023-09-29T16:56:48.135 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:56:46.726836+0000 mgr.smithi098.saehjc (mgr.14164) 190 : cephadm [INF] Deploying daemon mds.foofs.smithi174.udpasg on smithi174 2023-09-29T16:56:48.135 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:46.771771+0000 mgr.smithi098.saehjc (mgr.14164) 191 : cluster [DBG] pgmap v148: 65 pgs: 5 creating+peering, 11 active+clean, 49 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:48.135 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:46.880284+0000 mon.smithi098 (mon.0) 610 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-09-29T16:56:48.135 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:47.138330+0000 mgr.smithi098.saehjc (mgr.14164) 192 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T16:56:48.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:56:46.726836+0000 mgr.smithi098.saehjc (mgr.14164) 190 : cephadm [INF] Deploying daemon mds.foofs.smithi174.udpasg on smithi174 2023-09-29T16:56:48.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:46.771771+0000 mgr.smithi098.saehjc (mgr.14164) 191 : cluster [DBG] pgmap v148: 65 pgs: 5 creating+peering, 11 active+clean, 49 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:48.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:46.880284+0000 mon.smithi098 (mon.0) 610 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-09-29T16:56:48.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:47.138330+0000 mgr.smithi098.saehjc (mgr.14164) 192 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T16:56:48.514 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph orch ls -f json 2023-09-29T16:56:49.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:48.222613+0000 mon.smithi098 (mon.0) 611 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:49.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:48.223675+0000 mon.smithi098 (mon.0) 612 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:56:49.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:48.224650+0000 mon.smithi098 (mon.0) 613 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:56:49.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:48.225464+0000 mon.smithi098 (mon.0) 614 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:56:49.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:48.642359+0000 mon.smithi098 (mon.0) 615 : cluster [INF] daemon mds.foofs.smithi174.udpasg assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-09-29T16:56:49.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:48.642448+0000 mon.smithi098 (mon.0) 616 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-29T16:56:49.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:48.642462+0000 mon.smithi098 (mon.0) 617 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-09-29T16:56:49.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:48.642472+0000 mon.smithi098 (mon.0) 618 : cluster [INF] Cluster is now healthy 2023-09-29T16:56:49.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:48.645988+0000 mon.smithi098 (mon.0) 619 : cluster [DBG] mds.? [v2:172.21.15.174:6832/1900375554,v1:172.21.15.174:6833/1900375554] up:boot 2023-09-29T16:56:49.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:48.646041+0000 mon.smithi098 (mon.0) 620 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi174.udpasg=up:creating} 2023-09-29T16:56:49.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:48.646334+0000 mon.smithi098 (mon.0) 621 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi174.udpasg"}]: dispatch 2023-09-29T16:56:49.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:48.659785+0000 mon.smithi098 (mon.0) 622 : cluster [INF] daemon mds.foofs.smithi174.udpasg is now active in filesystem foofs as rank 0 2023-09-29T16:56:49.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:48.222613+0000 mon.smithi098 (mon.0) 611 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:49.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:48.223675+0000 mon.smithi098 (mon.0) 612 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:56:49.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:48.224650+0000 mon.smithi098 (mon.0) 613 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:56:49.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:48.225464+0000 mon.smithi098 (mon.0) 614 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:56:49.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:48.642359+0000 mon.smithi098 (mon.0) 615 : cluster [INF] daemon mds.foofs.smithi174.udpasg assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-09-29T16:56:49.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:48.642448+0000 mon.smithi098 (mon.0) 616 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-29T16:56:49.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:48.642462+0000 mon.smithi098 (mon.0) 617 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-09-29T16:56:49.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:48.642472+0000 mon.smithi098 (mon.0) 618 : cluster [INF] Cluster is now healthy 2023-09-29T16:56:49.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:48.645988+0000 mon.smithi098 (mon.0) 619 : cluster [DBG] mds.? [v2:172.21.15.174:6832/1900375554,v1:172.21.15.174:6833/1900375554] up:boot 2023-09-29T16:56:49.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:48.646041+0000 mon.smithi098 (mon.0) 620 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi174.udpasg=up:creating} 2023-09-29T16:56:49.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:48.646334+0000 mon.smithi098 (mon.0) 621 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi174.udpasg"}]: dispatch 2023-09-29T16:56:49.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:48.659785+0000 mon.smithi098 (mon.0) 622 : cluster [INF] daemon mds.foofs.smithi174.udpasg is now active in filesystem foofs as rank 0 2023-09-29T16:56:50.279 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:56:50.280 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-29T16:52:58.703049Z", "last_refresh": "2023-09-29T16:55:37.377311Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-29T16:52:47.639989Z", "last_refresh": "2023-09-29T16:55:37.377368Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-09-29T16:52:56.782387Z", "last_refresh": "2023-09-29T16:55:37.377422Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-29T16:56:44.888055Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-29T16:56:44.879806Z", "last_refresh": "2023-09-29T16:56:49.401747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-29T16:52:44.967133Z", "last_refresh": "2023-09-29T16:55:37.377248Z", "running": 2, "size": 2}}, {"events": ["2023-09-29T16:53:25.814264Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi174:172.21.15.174=smithi174"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-29T16:53:25.811763Z", "last_refresh": "2023-09-29T16:55:37.377120Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-29T16:52:57.849982Z", "last_refresh": "2023-09-29T16:55:37.377476Z", "ports": [9100], "running": 2, "size": 2}}, {"placement": {}, "service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", "container_image_name": "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2023-09-29T16:55:37.377584Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-29T16:52:55.662766Z", "last_refresh": "2023-09-29T16:55:37.377530Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-29T16:56:50.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:48.772164+0000 mgr.smithi098.saehjc (mgr.14164) 193 : cluster [DBG] pgmap v150: 65 pgs: 5 creating+peering, 48 active+clean, 12 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:50.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:49.408618+0000 mon.smithi098 (mon.0) 623 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:50.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:49.657338+0000 mon.smithi098 (mon.0) 624 : cluster [DBG] mds.? [v2:172.21.15.174:6832/1900375554,v1:172.21.15.174:6833/1900375554] up:active 2023-09-29T16:56:50.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:49.657384+0000 mon.smithi098 (mon.0) 625 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi174.udpasg=up:active} 2023-09-29T16:56:50.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:48.772164+0000 mgr.smithi098.saehjc (mgr.14164) 193 : cluster [DBG] pgmap v150: 65 pgs: 5 creating+peering, 48 active+clean, 12 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:50.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:49.408618+0000 mon.smithi098 (mon.0) 623 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:50.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:49.657338+0000 mon.smithi098 (mon.0) 624 : cluster [DBG] mds.? [v2:172.21.15.174:6832/1900375554,v1:172.21.15.174:6833/1900375554] up:active 2023-09-29T16:56:50.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:49.657384+0000 mon.smithi098 (mon.0) 625 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi174.udpasg=up:active} 2023-09-29T16:56:50.893 INFO:tasks.cephadm:mds.foofs has 2/2 2023-09-29T16:56:50.894 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-29T16:56:50.903 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi098.front.sepia.ceph.com 2023-09-29T16:56:50.904 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-09-29T16:56:51.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:50.276879+0000 mgr.smithi098.saehjc (mgr.14164) 194 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T16:56:51.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:51 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:50.276879+0000 mgr.smithi098.saehjc (mgr.14164) 194 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T16:56:52.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:50.772512+0000 mgr.smithi098.saehjc (mgr.14164) 195 : cluster [DBG] pgmap v151: 65 pgs: 65 active+clean; 610 B data, 43 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:52.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:51.412248+0000 mon.smithi098 (mon.0) 626 : cluster [DBG] mds.? [v2:172.21.15.98:6834/3091217221,v1:172.21.15.98:6835/3091217221] up:boot 2023-09-29T16:56:52.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:51.412560+0000 mon.smithi098 (mon.0) 627 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi174.udpasg=up:active} 1 up:standby 2023-09-29T16:56:52.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:51.412652+0000 mon.smithi098 (mon.0) 628 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.ygecui"}]: dispatch 2023-09-29T16:56:52.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:51.415526+0000 mon.smithi098 (mon.0) 629 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi174.udpasg=up:active} 1 up:standby 2023-09-29T16:56:52.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:51.437492+0000 mon.smithi098 (mon.0) 630 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:52.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:51.541576+0000 mon.smithi098 (mon.0) 631 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:52.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:51.850065+0000 mon.smithi098 (mon.0) 632 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:52.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:51.853723+0000 mon.smithi098 (mon.0) 633 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:56:52.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:51.854506+0000 mon.smithi098 (mon.0) 634 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:56:52.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:51.855027+0000 mon.smithi098 (mon.0) 635 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:56:52.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:51.860921+0000 mon.smithi098 (mon.0) 636 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:52.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:52.395703+0000 mon.smithi098 (mon.0) 637 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2023-09-29T16:56:52.960 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:52 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:50.772512+0000 mgr.smithi098.saehjc (mgr.14164) 195 : cluster [DBG] pgmap v151: 65 pgs: 65 active+clean; 610 B data, 43 MiB used, 715 GiB / 715 GiB avail 2023-09-29T16:56:52.960 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:52 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:51.412248+0000 mon.smithi098 (mon.0) 626 : cluster [DBG] mds.? [v2:172.21.15.98:6834/3091217221,v1:172.21.15.98:6835/3091217221] up:boot 2023-09-29T16:56:52.960 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:52 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:51.412560+0000 mon.smithi098 (mon.0) 627 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi174.udpasg=up:active} 1 up:standby 2023-09-29T16:56:52.960 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:52 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:51.412652+0000 mon.smithi098 (mon.0) 628 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.ygecui"}]: dispatch 2023-09-29T16:56:52.960 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:52 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:51.415526+0000 mon.smithi098 (mon.0) 629 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi174.udpasg=up:active} 1 up:standby 2023-09-29T16:56:52.960 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:52 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:51.437492+0000 mon.smithi098 (mon.0) 630 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:52.960 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:52 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:51.541576+0000 mon.smithi098 (mon.0) 631 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:52.960 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:52 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:51.850065+0000 mon.smithi098 (mon.0) 632 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:52.960 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:52 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:51.853723+0000 mon.smithi098 (mon.0) 633 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:56:52.960 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:52 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:51.854506+0000 mon.smithi098 (mon.0) 634 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:56:52.961 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:52 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:51.855027+0000 mon.smithi098 (mon.0) 635 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:56:52.961 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:52 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:51.860921+0000 mon.smithi098 (mon.0) 636 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:52.961 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:52 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:52.395703+0000 mon.smithi098 (mon.0) 637 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2023-09-29T16:56:53.894 INFO:teuthology.orchestra.run.smithi098.stdout:NFS Cluster Created Successfully 2023-09-29T16:56:53.920 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:53 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:52.394478+0000 mgr.smithi098.saehjc (mgr.14164) 196 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:56:53.921 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:53 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:52.772989+0000 mgr.smithi098.saehjc (mgr.14164) 197 : cluster [DBG] pgmap v152: 65 pgs: 65 active+clean; 770 B data, 44 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 5 op/s 2023-09-29T16:56:53.921 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:53 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:52.863265+0000 mon.smithi098 (mon.0) 638 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2023-09-29T16:56:53.921 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:53 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:52.863311+0000 mon.smithi098 (mon.0) 639 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-09-29T16:56:53.921 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:53 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:52.864399+0000 mon.smithi098 (mon.0) 640 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2023-09-29T16:56:53.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:52.394478+0000 mgr.smithi098.saehjc (mgr.14164) 196 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:56:53.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:52.772989+0000 mgr.smithi098.saehjc (mgr.14164) 197 : cluster [DBG] pgmap v152: 65 pgs: 65 active+clean; 770 B data, 44 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 5 op/s 2023-09-29T16:56:53.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:52.863265+0000 mon.smithi098 (mon.0) 638 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2023-09-29T16:56:53.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:52.863311+0000 mon.smithi098 (mon.0) 639 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-09-29T16:56:53.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:52.864399+0000 mon.smithi098 (mon.0) 640 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2023-09-29T16:56:54.305 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- 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' 2023-09-29T16:56:54.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:53.868036+0000 mon.smithi098 (mon.0) 641 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2023-09-29T16:56:54.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:53.868265+0000 mon.smithi098 (mon.0) 642 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-09-29T16:56:54.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:56:53.890756+0000 mgr.smithi098.saehjc (mgr.14164) 198 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-09-29T16:56:54.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:53.894420+0000 mon.smithi098 (mon.0) 643 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:54.906 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:53.895847+0000 mon.smithi098 (mon.0) 644 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:56:54.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:53.898639+0000 mon.smithi098 (mon.0) 645 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:56:54.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:53.901651+0000 mon.smithi098 (mon.0) 646 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:56:54.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:53.907351+0000 mon.smithi098 (mon.0) 647 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:54.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:53.914048+0000 mon.smithi098 (mon.0) 648 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:54.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:56:53.925884+0000 mgr.smithi098.saehjc (mgr.14164) 199 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi098.vonnqw 2023-09-29T16:56:54.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:53.926202+0000 mon.smithi098 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi098.vonnqw", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2023-09-29T16:56:54.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:53.929889+0000 mon.smithi098 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi098.vonnqw", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2023-09-29T16:56:54.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:56:53.930406+0000 mgr.smithi098.saehjc (mgr.14164) 200 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-29T16:56:54.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:53.930734+0000 mon.smithi098 (mon.0) 651 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2023-09-29T16:56:54.907 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:53.934828+0000 mon.smithi098 (mon.0) 652 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2023-09-29T16:56:54.908 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:53.935958+0000 mon.smithi098 (mon.0) 653 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:56:54.908 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:54.101009+0000 mon.smithi098 (mon.0) 654 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T16:56:54.908 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:54.104537+0000 mon.smithi098 (mon.0) 655 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T16:56:54.908 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:56:54.146014+0000 mgr.smithi098.saehjc (mgr.14164) 201 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-29T16:56:54.908 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:56:54.146103+0000 mgr.smithi098.saehjc (mgr.14164) 202 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi098.vonnqw-rgw 2023-09-29T16:56:54.908 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:54.146448+0000 mon.smithi098 (mon.0) 656 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi098.vonnqw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T16:56:54.908 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:54.149798+0000 mon.smithi098 (mon.0) 657 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi098.vonnqw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-29T16:56:54.908 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:54.153529+0000 mon.smithi098 (mon.0) 658 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:56:54.908 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:56:54.154190+0000 mgr.smithi098.saehjc (mgr.14164) 203 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi098.vonnqw on smithi098 2023-09-29T16:56:55.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:53.868036+0000 mon.smithi098 (mon.0) 641 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2023-09-29T16:56:55.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:53.868265+0000 mon.smithi098 (mon.0) 642 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-09-29T16:56:55.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:56:53.890756+0000 mgr.smithi098.saehjc (mgr.14164) 198 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-09-29T16:56:55.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:53.894420+0000 mon.smithi098 (mon.0) 643 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:55.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:53.895847+0000 mon.smithi098 (mon.0) 644 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:56:55.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:53.898639+0000 mon.smithi098 (mon.0) 645 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:56:55.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:53.901651+0000 mon.smithi098 (mon.0) 646 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:56:55.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:53.907351+0000 mon.smithi098 (mon.0) 647 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:55.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:53.914048+0000 mon.smithi098 (mon.0) 648 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:55.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:56:53.925884+0000 mgr.smithi098.saehjc (mgr.14164) 199 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi098.vonnqw 2023-09-29T16:56:55.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:53.926202+0000 mon.smithi098 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi098.vonnqw", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2023-09-29T16:56:55.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:53.929889+0000 mon.smithi098 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi098.vonnqw", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2023-09-29T16:56:55.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:56:53.930406+0000 mgr.smithi098.saehjc (mgr.14164) 200 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-29T16:56:55.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:53.930734+0000 mon.smithi098 (mon.0) 651 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2023-09-29T16:56:55.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:53.934828+0000 mon.smithi098 (mon.0) 652 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2023-09-29T16:56:55.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:53.935958+0000 mon.smithi098 (mon.0) 653 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:56:55.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:54.101009+0000 mon.smithi098 (mon.0) 654 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T16:56:55.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:54.104537+0000 mon.smithi098 (mon.0) 655 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T16:56:55.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:56:54.146014+0000 mgr.smithi098.saehjc (mgr.14164) 201 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-29T16:56:55.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:56:54.146103+0000 mgr.smithi098.saehjc (mgr.14164) 202 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi098.vonnqw-rgw 2023-09-29T16:56:55.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:54.146448+0000 mon.smithi098 (mon.0) 656 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi098.vonnqw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T16:56:55.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:54.149798+0000 mon.smithi098 (mon.0) 657 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi098.vonnqw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-29T16:56:55.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:54.153529+0000 mon.smithi098 (mon.0) 658 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:56:55.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:56:54.154190+0000 mgr.smithi098.saehjc (mgr.14164) 203 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi098.vonnqw on smithi098 2023-09-29T16:56:55.893 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T16:56:55.893 INFO:teuthology.orchestra.run.smithi098.stdout: "bind": "/fake", 2023-09-29T16:56:55.893 INFO:teuthology.orchestra.run.smithi098.stdout: "fs": "foofs", 2023-09-29T16:56:55.893 INFO:teuthology.orchestra.run.smithi098.stdout: "path": "/", 2023-09-29T16:56:55.893 INFO:teuthology.orchestra.run.smithi098.stdout: "cluster": "foo", 2023-09-29T16:56:55.893 INFO:teuthology.orchestra.run.smithi098.stdout: "mode": "RW" 2023-09-29T16:56:55.893 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T16:56:56.144 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:54.773411+0000 mgr.smithi098.saehjc (mgr.14164) 204 : cluster [DBG] pgmap v155: 97 pgs: 8 creating+peering, 14 unknown, 75 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 5 op/s 2023-09-29T16:56:56.144 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:54.867539+0000 mon.smithi098 (mon.0) 659 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-09-29T16:56:56.144 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:55.156595+0000 mon.smithi098 (mon.0) 660 : cluster [DBG] mds.? [v2:172.21.15.98:6834/3091217221,v1:172.21.15.98:6835/3091217221] up:standby 2023-09-29T16:56:56.144 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:55.156653+0000 mon.smithi098 (mon.0) 661 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi174.udpasg=up:active} 1 up:standby 2023-09-29T16:56:56.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:55 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:54.773411+0000 mgr.smithi098.saehjc (mgr.14164) 204 : cluster [DBG] pgmap v155: 97 pgs: 8 creating+peering, 14 unknown, 75 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 5 op/s 2023-09-29T16:56:56.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:55 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:54.867539+0000 mon.smithi098 (mon.0) 659 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-09-29T16:56:56.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:55 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:55.156595+0000 mon.smithi098 (mon.0) 660 : cluster [DBG] mds.? [v2:172.21.15.98:6834/3091217221,v1:172.21.15.98:6835/3091217221] up:standby 2023-09-29T16:56:56.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:55 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:55.156653+0000 mon.smithi098 (mon.0) 661 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi174.udpasg=up:active} 1 up:standby 2023-09-29T16:56:56.262 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-09-29T16:56:57.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:55.864468+0000 mgr.smithi098.saehjc (mgr.14164) 205 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:56:57.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:55.885435+0000 mon.smithi098 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 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 2023-09-29T16:56:57.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:55.888958+0000 mon.smithi098 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 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 2023-09-29T16:56:57.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:55.891232+0000 mon.smithi098 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:57.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:56:55.892345+0000 mgr.smithi098.saehjc (mgr.14164) 206 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi174.jonnca 2023-09-29T16:56:57.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:55.892541+0000 mon.smithi098 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi174.jonnca", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2023-09-29T16:56:57.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:55.896744+0000 mon.smithi098 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi174.jonnca", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2023-09-29T16:56:57.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:56:55.897329+0000 mgr.smithi098.saehjc (mgr.14164) 207 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-29T16:56:57.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:55.897634+0000 mon.smithi098 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2023-09-29T16:56:57.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:55.901633+0000 mon.smithi098 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2023-09-29T16:56:57.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:55.902713+0000 mon.smithi098 (mon.0) 669 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:56:57.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:56.162141+0000 mon.smithi098 (mon.0) 670 : cluster [DBG] mgrmap e19: smithi098.saehjc(active, since 3m), standbys: smithi174.ceothj 2023-09-29T16:56:57.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:55.864468+0000 mgr.smithi098.saehjc (mgr.14164) 205 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:56:57.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:55.885435+0000 mon.smithi098 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 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 2023-09-29T16:56:57.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:55.888958+0000 mon.smithi098 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 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 2023-09-29T16:56:57.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:55.891232+0000 mon.smithi098 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:56:57.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:56:55.892345+0000 mgr.smithi098.saehjc (mgr.14164) 206 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi174.jonnca 2023-09-29T16:56:57.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:55.892541+0000 mon.smithi098 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi174.jonnca", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2023-09-29T16:56:57.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:55.896744+0000 mon.smithi098 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi174.jonnca", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2023-09-29T16:56:57.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:56:55.897329+0000 mgr.smithi098.saehjc (mgr.14164) 207 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-29T16:56:57.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:55.897634+0000 mon.smithi098 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2023-09-29T16:56:57.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:55.901633+0000 mon.smithi098 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2023-09-29T16:56:57.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:55.902713+0000 mon.smithi098 (mon.0) 669 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:56:57.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:56.162141+0000 mon.smithi098 (mon.0) 670 : cluster [DBG] mgrmap e19: smithi098.saehjc(active, since 3m), standbys: smithi174.ceothj 2023-09-29T16:56:58.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:56.773901+0000 mgr.smithi098.saehjc (mgr.14164) 208 : cluster [DBG] pgmap v157: 97 pgs: 8 creating+peering, 12 unknown, 77 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 853 B/s wr, 3 op/s 2023-09-29T16:56:58.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:57.572420+0000 mgr.smithi098.saehjc (mgr.14164) 209 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:56:58.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:56.773901+0000 mgr.smithi098.saehjc (mgr.14164) 208 : cluster [DBG] pgmap v157: 97 pgs: 8 creating+peering, 12 unknown, 77 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 853 B/s wr, 3 op/s 2023-09-29T16:56:58.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:57.572420+0000 mgr.smithi098.saehjc (mgr.14164) 209 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:56:59.866 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:56:58.774345+0000 mgr.smithi098.saehjc (mgr.14164) 210 : cluster [DBG] pgmap v158: 97 pgs: 5 creating+peering, 92 active+clean; 2.7 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 2.3 KiB/s wr, 5 op/s 2023-09-29T16:56:59.866 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:58.859085+0000 mgr.smithi098.saehjc (mgr.14164) 211 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:56:59.866 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:58.864013+0000 mon.smithi098 (mon.0) 671 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T16:56:59.867 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:58.868241+0000 mon.smithi098 (mon.0) 672 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T16:56:59.867 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:56:58.913287+0000 mgr.smithi098.saehjc (mgr.14164) 212 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-29T16:56:59.867 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:56:58.913392+0000 mgr.smithi098.saehjc (mgr.14164) 213 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi174.jonnca-rgw 2023-09-29T16:56:59.867 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:58.913754+0000 mon.smithi098 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi174.jonnca-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T16:56:59.867 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:58.916826+0000 mon.smithi098 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi174.jonnca-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-29T16:56:59.867 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:56:58.918207+0000 mon.smithi098 (mon.0) 675 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:56:59.867 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:56:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:56:58.918865+0000 mgr.smithi098.saehjc (mgr.14164) 214 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi174.jonnca on smithi174 2023-09-29T16:56:59.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:56:58.774345+0000 mgr.smithi098.saehjc (mgr.14164) 210 : cluster [DBG] pgmap v158: 97 pgs: 5 creating+peering, 92 active+clean; 2.7 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 2.3 KiB/s wr, 5 op/s 2023-09-29T16:56:59.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:58.859085+0000 mgr.smithi098.saehjc (mgr.14164) 211 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:56:59.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:58.864013+0000 mon.smithi098 (mon.0) 671 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T16:56:59.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:58.868241+0000 mon.smithi098 (mon.0) 672 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T16:56:59.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:56:58.913287+0000 mgr.smithi098.saehjc (mgr.14164) 212 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-29T16:56:59.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:56:58.913392+0000 mgr.smithi098.saehjc (mgr.14164) 213 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi174.jonnca-rgw 2023-09-29T16:56:59.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:58.913754+0000 mon.smithi098 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi174.jonnca-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T16:56:59.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:58.916826+0000 mon.smithi098 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi174.jonnca-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-29T16:56:59.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:56:58.918207+0000 mon.smithi098 (mon.0) 675 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:56:59.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:56:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:56:58.918865+0000 mgr.smithi098.saehjc (mgr.14164) 214 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi174.jonnca on smithi174 2023-09-29T16:57:01.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:01 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:00.150732+0000 mgr.smithi098.saehjc (mgr.14164) 215 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:01.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:01 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:00.322835+0000 mon.smithi098 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:01.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:01 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:00.323958+0000 mon.smithi098 (mon.0) 677 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:57:01.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:01 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:00.324762+0000 mon.smithi098 (mon.0) 678 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:57:01.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:01 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:00.325260+0000 mon.smithi098 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:57:01.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:01 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:00.150732+0000 mgr.smithi098.saehjc (mgr.14164) 215 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:01.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:01 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:00.322835+0000 mon.smithi098 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:01.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:01 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:00.323958+0000 mon.smithi098 (mon.0) 677 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:57:01.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:01 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:00.324762+0000 mon.smithi098 (mon.0) 678 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:57:01.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:01 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:00.325260+0000 mon.smithi098 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:57:01.492 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo 2/2 - 7s count:2 2023-09-29T16:57:02.096 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-29T16:57:02.106 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi098.front.sepia.ceph.com 2023-09-29T16:57:02.106 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-09-29T16:57:02.137 INFO:teuthology.orchestra.run.smithi098.stderr:+ mkdir /mnt/foo 2023-09-29T16:57:02.147 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-09-29T16:57:02.215 INFO:teuthology.orchestra.run.smithi098.stderr:++ hostname 2023-09-29T16:57:02.216 INFO:teuthology.orchestra.run.smithi098.stderr:+ mount -t nfs smithi098:/fake /mnt/foo -o sync 2023-09-29T16:57:02.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:00.774826+0000 mgr.smithi098.saehjc (mgr.14164) 216 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2023-09-29T16:57:02.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:01.441545+0000 mon.smithi098 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:02.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:01.474508+0000 mgr.smithi098.saehjc (mgr.14164) 217 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:02.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:01.772385+0000 mon.smithi098 (mon.0) 681 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:02.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:00.774826+0000 mgr.smithi098.saehjc (mgr.14164) 216 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2023-09-29T16:57:02.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:01.441545+0000 mon.smithi098 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:02.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:01.474508+0000 mgr.smithi098.saehjc (mgr.14164) 217 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:02.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:01.772385+0000 mon.smithi098 (mon.0) 681 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:03.428 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-09-29T16:57:03.495 INFO:teuthology.orchestra.run.smithi098.stderr:+ echo test 2023-09-29T16:57:03.504 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-09-29T16:57:03.570 INFO:teuthology.orchestra.run.smithi098.stderr:+ sync 2023-09-29T16:57:03.905 INFO:teuthology.run_tasks:Running task parallel... 2023-09-29T16:57:03.920 INFO:teuthology.task.parallel:starting parallel... 2023-09-29T16:57:03.920 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-09-29T16:57:03.921 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-09-29T16:57:03.922 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi098.front.sepia.ceph.com 2023-09-29T16:57:03.922 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-09-29T16:57:03.922 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-09-29T16:57:03.923 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-09-29T16:57:03.923 INFO:teuthology.task.exec:Executing custom commands... 2023-09-29T16:57:03.924 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi098.front.sepia.ceph.com 2023-09-29T16:57:03.924 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-09-29T16:57:04.058 INFO:teuthology.orchestra.run.smithi098.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-09-29T16:57:04.059 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T16:57:04.059 INFO:teuthology.orchestra.run.smithi098.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-09-29T16:57:04.069 INFO:teuthology.orchestra.run.smithi098.stdout:3 of 5 processes prepared for launch 0 sec 2023-09-29T16:57:04.169 INFO:teuthology.orchestra.run.smithi098.stdout:5 of 5 processes prepared for launch 0 sec 2023-09-29T16:57:04.169 INFO:teuthology.orchestra.run.smithi098.stdout:releasing clients 2023-09-29T16:57:04.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:02.775262+0000 mgr.smithi098.saehjc (mgr.14164) 218 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.0 KiB/s wr, 6 op/s 2023-09-29T16:57:04.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:03.438851+0000 mon.smithi098 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:04.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:03.442439+0000 mon.smithi098 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:04.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:03.452237+0000 mon.smithi098 (mon.0) 684 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:04.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:03.454205+0000 mon.smithi098 (mon.0) 685 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:57:04.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:03.455120+0000 mon.smithi098 (mon.0) 686 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:57:04.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:03.455751+0000 mon.smithi098 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:57:04.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:03.459675+0000 mon.smithi098 (mon.0) 688 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:04.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:03.464904+0000 mon.smithi098 (mon.0) 689 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:04.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:02.775262+0000 mgr.smithi098.saehjc (mgr.14164) 218 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.0 KiB/s wr, 6 op/s 2023-09-29T16:57:04.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:03.438851+0000 mon.smithi098 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:04.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:03.442439+0000 mon.smithi098 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:04.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:03.452237+0000 mon.smithi098 (mon.0) 684 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:04.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:03.454205+0000 mon.smithi098 (mon.0) 685 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:57:04.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:03.455120+0000 mon.smithi098 (mon.0) 686 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:57:04.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:03.455751+0000 mon.smithi098 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:57:04.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:03.459675+0000 mon.smithi098 (mon.0) 688 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:04.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:03.464904+0000 mon.smithi098 (mon.0) 689 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:05.169 INFO:teuthology.orchestra.run.smithi098.stdout: 5 303 55.67 MB/sec warmup 1 sec latency 12.136 ms 2023-09-29T16:57:05.898 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-09-29T16:57:06.170 INFO:teuthology.orchestra.run.smithi098.stdout: 5 671 52.87 MB/sec warmup 2 sec latency 10.748 ms 2023-09-29T16:57:06.670 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:06 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:04.775785+0000 mgr.smithi098.saehjc (mgr.14164) 219 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 10 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3.2 KiB/s wr, 6 op/s 2023-09-29T16:57:06.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:06 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:04.775785+0000 mgr.smithi098.saehjc (mgr.14164) 219 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 10 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3.2 KiB/s wr, 6 op/s 2023-09-29T16:57:07.170 INFO:teuthology.orchestra.run.smithi098.stdout: 5 1873 43.99 MB/sec warmup 3 sec latency 10.309 ms 2023-09-29T16:57:07.454 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:06.449706+0000 mon.smithi098 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:07.454 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:06.757529+0000 mon.smithi098 (mon.0) 691 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2023-09-29T16:57:07.454 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:06.757754+0000 mon.smithi098 (mon.0) 692 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2023-09-29T16:57:07.454 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:06.757941+0000 mon.smithi098 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-09-29T16:57:07.455 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:06.758120+0000 mon.smithi098 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-09-29T16:57:07.455 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:07.088191+0000 mon.smithi098 (mon.0) 695 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/mirror_snapshot_schedule"}]: dispatch 2023-09-29T16:57:07.455 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:07.088644+0000 mon.smithi098 (mon.0) 696 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/trash_purge_schedule"}]: dispatch 2023-09-29T16:57:07.828 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph config set global log_to_journald false --force' 2023-09-29T16:57:07.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:06.449706+0000 mon.smithi098 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:07.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:06.757529+0000 mon.smithi098 (mon.0) 691 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2023-09-29T16:57:07.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:06.757754+0000 mon.smithi098 (mon.0) 692 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2023-09-29T16:57:07.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:06.757941+0000 mon.smithi098 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-09-29T16:57:07.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:06.758120+0000 mon.smithi098 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-09-29T16:57:07.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:07.088191+0000 mon.smithi098 (mon.0) 695 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/mirror_snapshot_schedule"}]: dispatch 2023-09-29T16:57:07.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:07.088644+0000 mon.smithi098 (mon.0) 696 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/trash_purge_schedule"}]: dispatch 2023-09-29T16:57:08.170 INFO:teuthology.orchestra.run.smithi098.stdout: 5 3312 44.23 MB/sec warmup 4 sec latency 8.417 ms 2023-09-29T16:57:08.599 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:06.776195+0000 mgr.smithi098.saehjc (mgr.14164) 220 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 15 MiB data, 96 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.3 MiB/s wr, 34 op/s 2023-09-29T16:57:08.599 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:07.455602+0000 mon.smithi098 (mon.0) 697 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]': finished 2023-09-29T16:57:08.599 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:07.455680+0000 mon.smithi098 (mon.0) 698 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]': finished 2023-09-29T16:57:08.599 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:07.455752+0000 mon.smithi098 (mon.0) 699 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2023-09-29T16:57:08.600 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:07.455814+0000 mon.smithi098 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2023-09-29T16:57:08.600 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:07.455863+0000 mon.smithi098 (mon.0) 701 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-09-29T16:57:08.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:06.776195+0000 mgr.smithi098.saehjc (mgr.14164) 220 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 15 MiB data, 96 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.3 MiB/s wr, 34 op/s 2023-09-29T16:57:08.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:07.455602+0000 mon.smithi098 (mon.0) 697 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]': finished 2023-09-29T16:57:08.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:07.455680+0000 mon.smithi098 (mon.0) 698 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]': finished 2023-09-29T16:57:08.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:07.455752+0000 mon.smithi098 (mon.0) 699 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2023-09-29T16:57:08.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:07.455814+0000 mon.smithi098 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2023-09-29T16:57:08.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:07.455863+0000 mon.smithi098 (mon.0) 701 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-09-29T16:57:09.170 INFO:teuthology.orchestra.run.smithi098.stdout: 5 4409 40.68 MB/sec warmup 5 sec latency 13.205 ms 2023-09-29T16:57:09.670 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:08.460386+0000 mon.smithi098 (mon.0) 702 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-09-29T16:57:09.670 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:09.350957+0000 mon.smithi098 (mon.0) 703 : audit [INF] from='client.? 172.21.15.98:0/1909649692' entity='client.admin' 2023-09-29T16:57:09.671 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:09.358617+0000 mon.smithi098 (mon.0) 704 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:57:09.671 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:09.359975+0000 mon.smithi098 (mon.0) 705 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:57:09.671 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:09.360942+0000 mon.smithi098 (mon.0) 706 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:57:09.671 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:09.366794+0000 mon.smithi098 (mon.0) 707 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:09.671 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:09.375541+0000 mon.smithi098 (mon.0) 708 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:09.729 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph mgr module enable nfs --force' 2023-09-29T16:57:09.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:09 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:08.460386+0000 mon.smithi098 (mon.0) 702 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-09-29T16:57:09.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:09 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:09.350957+0000 mon.smithi098 (mon.0) 703 : audit [INF] from='client.? 172.21.15.98:0/1909649692' entity='client.admin' 2023-09-29T16:57:09.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:09 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:09.358617+0000 mon.smithi098 (mon.0) 704 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:57:09.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:09 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:09.359975+0000 mon.smithi098 (mon.0) 705 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:57:09.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:09 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:09.360942+0000 mon.smithi098 (mon.0) 706 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:57:09.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:09 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:09.366794+0000 mon.smithi098 (mon.0) 707 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:09.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:09 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:09.375541+0000 mon.smithi098 (mon.0) 708 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:10.170 INFO:teuthology.orchestra.run.smithi098.stdout: 5 5815 38.59 MB/sec warmup 6 sec latency 15.945 ms 2023-09-29T16:57:10.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:08.776633+0000 mgr.smithi098.saehjc (mgr.14164) 221 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 86 MiB data, 357 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 12 MiB/s wr, 730 op/s 2023-09-29T16:57:10.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:10 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:08.776633+0000 mgr.smithi098.saehjc (mgr.14164) 221 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 86 MiB data, 357 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 12 MiB/s wr, 730 op/s 2023-09-29T16:57:11.170 INFO:teuthology.orchestra.run.smithi098.stdout: 5 7005 39.84 MB/sec warmup 7 sec latency 20.045 ms 2023-09-29T16:57:11.476 INFO:teuthology.orchestra.run.smithi098.stderr:module 'nfs' is already enabled 2023-09-29T16:57:11.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:11.425230+0000 mon.smithi098 (mon.0) 709 : audit [INF] from='client.? 172.21.15.98:0/4212045707' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2023-09-29T16:57:11.856 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-09-29T16:57:11.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:11.425230+0000 mon.smithi098 (mon.0) 709 : audit [INF] from='client.? 172.21.15.98:0/4212045707' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2023-09-29T16:57:12.170 INFO:teuthology.orchestra.run.smithi098.stdout: 5 8071 37.72 MB/sec warmup 8 sec latency 23.514 ms 2023-09-29T16:57:12.657 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:10.777065+0000 mgr.smithi098.saehjc (mgr.14164) 222 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 123 MiB data, 526 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 18 MiB/s wr, 964 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T16:57:12.657 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:11.473695+0000 mon.smithi098 (mon.0) 710 : audit [INF] from='client.? 172.21.15.98:0/4212045707' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2023-09-29T16:57:12.658 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:11.473738+0000 mon.smithi098 (mon.0) 711 : cluster [DBG] mgrmap e20: smithi098.saehjc(active, since 4m), standbys: smithi174.ceothj 2023-09-29T16:57:12.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:10.777065+0000 mgr.smithi098.saehjc (mgr.14164) 222 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 123 MiB data, 526 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 18 MiB/s wr, 964 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T16:57:12.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:11.473695+0000 mon.smithi098 (mon.0) 710 : audit [INF] from='client.? 172.21.15.98:0/4212045707' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2023-09-29T16:57:12.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:11.473738+0000 mon.smithi098 (mon.0) 711 : cluster [DBG] mgrmap e20: smithi098.saehjc(active, since 4m), standbys: smithi174.ceothj 2023-09-29T16:57:13.170 INFO:teuthology.orchestra.run.smithi098.stdout: 5 9385 36.38 MB/sec warmup 9 sec latency 14.796 ms 2023-09-29T16:57:13.469 INFO:teuthology.orchestra.run.smithi098.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:a552a72f82bc3283d463e7a22b8076cc326593ab 2023-09-29T16:57:13.884 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-09-29T16:57:13.884 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi098.front.sepia.ceph.com 2023-09-29T16:57:13.884 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2023-09-29T16:57:14.170 INFO:teuthology.orchestra.run.smithi098.stdout: 5 10584 37.49 MB/sec warmup 10 sec latency 16.380 ms 2023-09-29T16:57:14.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:12.777578+0000 mgr.smithi098.saehjc (mgr.14164) 223 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 144 MiB data, 619 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 25 MiB/s wr, 1.57k op/s; 0 B/s, 0 objects/s recovering 2023-09-29T16:57:14.728 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:13.462441+0000 mgr.smithi098.saehjc (mgr.14164) 224 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:a552a72f82bc3283d463e7a22b8076cc326593ab", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:14.728 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:57:13.463260+0000 mgr.smithi098.saehjc (mgr.14164) 225 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:a552a72f82bc3283d463e7a22b8076cc326593ab 2023-09-29T16:57:14.728 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:13.467121+0000 mon.smithi098 (mon.0) 712 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:14.728 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:13.468295+0000 mon.smithi098 (mon.0) 713 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:57:14.728 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:13.469988+0000 mon.smithi098 (mon.0) 714 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:57:14.728 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:13.471121+0000 mon.smithi098 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:57:14.728 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:13.480533+0000 mon.smithi098 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:14.729 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:13.489394+0000 mon.smithi098 (mon.0) 717 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:14.729 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:57:13.492246+0000 mgr.smithi098.saehjc (mgr.14164) 226 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a552a72f82bc3283d463e7a22b8076cc326593ab 2023-09-29T16:57:14.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:14 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:12.777578+0000 mgr.smithi098.saehjc (mgr.14164) 223 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 144 MiB data, 619 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 25 MiB/s wr, 1.57k op/s; 0 B/s, 0 objects/s recovering 2023-09-29T16:57:14.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:14 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:13.462441+0000 mgr.smithi098.saehjc (mgr.14164) 224 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:a552a72f82bc3283d463e7a22b8076cc326593ab", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:14.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:14 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:57:13.463260+0000 mgr.smithi098.saehjc (mgr.14164) 225 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:a552a72f82bc3283d463e7a22b8076cc326593ab 2023-09-29T16:57:14.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:14 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:13.467121+0000 mon.smithi098 (mon.0) 712 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:14.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:14 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:13.468295+0000 mon.smithi098 (mon.0) 713 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:57:14.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:14 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:13.469988+0000 mon.smithi098 (mon.0) 714 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:57:14.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:14 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:13.471121+0000 mon.smithi098 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:57:14.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:14 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:13.480533+0000 mon.smithi098 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:14.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:14 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:13.489394+0000 mon.smithi098 (mon.0) 717 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:14.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:14 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:57:13.492246+0000 mgr.smithi098.saehjc (mgr.14164) 226 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a552a72f82bc3283d463e7a22b8076cc326593ab 2023-09-29T16:57:15.170 INFO:teuthology.orchestra.run.smithi098.stdout: 5 11170 35.62 MB/sec warmup 11 sec latency 55.711 ms 2023-09-29T16:57:15.774 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T16:57:16.170 INFO:teuthology.orchestra.run.smithi098.stdout: 5 11754 33.35 MB/sec warmup 12 sec latency 27.417 ms 2023-09-29T16:57:16.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:14.778087+0000 mgr.smithi098.saehjc (mgr.14164) 227 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 146 MiB data, 729 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 26 MiB/s wr, 1.83k op/s; 0 B/s, 0 objects/s recovering 2023-09-29T16:57:16.751 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T16:57:16.751 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (3m) 13s ago 3m 24.2M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T16:57:16.751 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (3m) 13s ago 3m 7000k - 16.2.5 6933c2a0b7dd a910a20a10aa 2023-09-29T16:57:16.752 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (3m) 14s ago 3m 7163k - 16.2.5 6933c2a0b7dd 1a5ecaee4186 2023-09-29T16:57:16.752 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (2m) 13s ago 3m 32.4M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T16:57:16.752 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (30s) 13s ago 30s 13.1M - 16.2.5 6933c2a0b7dd 34f81c40f041 2023-09-29T16:57:16.752 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (28s) 14s ago 28s 14.3M - 16.2.5 6933c2a0b7dd 45f595b8d0ed 2023-09-29T16:57:16.752 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:9283 running (4m) 13s ago 4m 444M - 16.2.5 6933c2a0b7dd 0ccce2f25903 2023-09-29T16:57:16.752 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (3m) 14s ago 3m 380M - 16.2.5 6933c2a0b7dd 22dcf0e570b5 2023-09-29T16:57:16.752 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (4m) 13s ago 5m 94.2M 2048M 16.2.5 6933c2a0b7dd e5e5be17f7bc 2023-09-29T16:57:16.752 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (3m) 14s ago 3m 88.7M 2048M 16.2.5 6933c2a0b7dd 3b3a670a7713 2023-09-29T16:57:16.752 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.0.smithi098.vonnqw smithi098 *:2049 running (21s) 13s ago 20s 54.9M - 3.5 6933c2a0b7dd 68ee726ffb9d 2023-09-29T16:57:16.752 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.0.smithi174.jonnca smithi174 *:2049 running (16s) 14s ago 16s 20.7M - 3.5 6933c2a0b7dd 272faca22fde 2023-09-29T16:57:16.752 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (3m) 13s ago 3m 18.3M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T16:57:16.752 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (3m) 14s ago 3m 18.1M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T16:57:16.753 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (2m) 13s ago 2m 46.4M 3222M 16.2.5 6933c2a0b7dd 3e44bcc8bd5c 2023-09-29T16:57:16.753 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (2m) 13s ago 2m 47.5M 3222M 16.2.5 6933c2a0b7dd 2530dfd11b82 2023-09-29T16:57:16.753 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (2m) 13s ago 2m 45.4M 3222M 16.2.5 6933c2a0b7dd 6cd552880e58 2023-09-29T16:57:16.753 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (2m) 13s ago 2m 51.3M 3222M 16.2.5 6933c2a0b7dd 7c95a892ae74 2023-09-29T16:57:16.753 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (118s) 14s ago 118s 47.5M 3990M 16.2.5 6933c2a0b7dd 56fd513ec204 2023-09-29T16:57:16.753 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (106s) 14s ago 106s 44.2M 3990M 16.2.5 6933c2a0b7dd d6f476ff7a82 2023-09-29T16:57:16.753 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (93s) 14s ago 93s 45.0M 3990M 16.2.5 6933c2a0b7dd 27d66cd3936c 2023-09-29T16:57:16.753 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (81s) 14s ago 81s 46.2M 3990M 16.2.5 6933c2a0b7dd 70b16eb57dc0 2023-09-29T16:57:16.753 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (2m) 13s ago 3m 40.4M - 2.18.1 de242295e225 439b3b9f65db 2023-09-29T16:57:16.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:14.778087+0000 mgr.smithi098.saehjc (mgr.14164) 227 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 146 MiB data, 729 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 26 MiB/s wr, 1.83k op/s; 0 B/s, 0 objects/s recovering 2023-09-29T16:57:17.170 INFO:teuthology.orchestra.run.smithi098.stdout: 5 12791 32.42 MB/sec warmup 13 sec latency 40.242 ms 2023-09-29T16:57:17.281 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T16:57:17.282 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T16:57:17.282 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T16:57:17.282 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T16:57:17.282 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T16:57:17.282 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T16:57:17.283 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T16:57:17.283 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T16:57:17.283 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-29T16:57:17.283 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T16:57:17.283 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T16:57:17.283 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T16:57:17.283 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T16:57:17.283 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T16:57:17.283 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2023-09-29T16:57:17.283 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T16:57:17.283 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T16:57:17.743 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T16:57:17.743 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a552a72f82bc3283d463e7a22b8076cc326593ab", 2023-09-29T16:57:17.743 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T16:57:17.743 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [], 2023-09-29T16:57:17.743 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "", 2023-09-29T16:57:17.743 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:a552a72f82bc3283d463e7a22b8076cc326593ab image" 2023-09-29T16:57:17.743 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T16:57:17.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:15.747585+0000 mgr.smithi098.saehjc (mgr.14164) 228 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:17.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:16.243649+0000 mgr.smithi098.saehjc (mgr.14164) 229 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:17.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:17.281005+0000 mon.smithi174 (mon.1) 18 : audit [DBG] from='client.? 172.21.15.98:0/3192299758' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T16:57:17.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:15.747585+0000 mgr.smithi098.saehjc (mgr.14164) 228 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:17.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:16.243649+0000 mgr.smithi098.saehjc (mgr.14164) 229 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:17.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:17.281005+0000 mon.smithi174 (mon.1) 18 : audit [DBG] from='client.? 172.21.15.98:0/3192299758' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T16:57:18.170 INFO:teuthology.orchestra.run.smithi098.stdout: 5 13701 32.58 MB/sec warmup 14 sec latency 24.329 ms 2023-09-29T16:57:18.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:18 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:16.734775+0000 mgr.smithi098.saehjc (mgr.14164) 230 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:18.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:18 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:16.778510+0000 mgr.smithi098.saehjc (mgr.14164) 231 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 147 MiB data, 741 MiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 22 MiB/s wr, 1.63k op/s; 0 B/s, 0 objects/s recovering 2023-09-29T16:57:18.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:16.734775+0000 mgr.smithi098.saehjc (mgr.14164) 230 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:18.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:16.778510+0000 mgr.smithi098.saehjc (mgr.14164) 231 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 147 MiB data, 741 MiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 22 MiB/s wr, 1.63k op/s; 0 B/s, 0 objects/s recovering 2023-09-29T16:57:19.170 INFO:teuthology.orchestra.run.smithi098.stdout: 5 14474 32.39 MB/sec warmup 15 sec latency 19.598 ms 2023-09-29T16:57:19.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:19 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:17.739082+0000 mgr.smithi098.saehjc (mgr.14164) 232 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:19.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:19 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:17.739082+0000 mgr.smithi098.saehjc (mgr.14164) 232 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:20.170 INFO:teuthology.orchestra.run.smithi098.stdout: 5 15012 30.61 MB/sec warmup 16 sec latency 27.161 ms 2023-09-29T16:57:20.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:20 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:18.779438+0000 mgr.smithi098.saehjc (mgr.14164) 233 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 156 MiB data, 790 MiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 18 MiB/s wr, 1.42k op/s; 0 B/s, 0 objects/s recovering 2023-09-29T16:57:20.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:20 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:18.779438+0000 mgr.smithi098.saehjc (mgr.14164) 233 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 156 MiB data, 790 MiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 18 MiB/s wr, 1.42k op/s; 0 B/s, 0 objects/s recovering 2023-09-29T16:57:21.170 INFO:teuthology.orchestra.run.smithi098.stdout: 5 15929 30.22 MB/sec warmup 17 sec latency 36.448 ms 2023-09-29T16:57:22.170 INFO:teuthology.orchestra.run.smithi098.stdout: 5 17249 30.61 MB/sec warmup 18 sec latency 19.492 ms 2023-09-29T16:57:22.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:22 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:20.779925+0000 mgr.smithi098.saehjc (mgr.14164) 234 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 159 MiB data, 831 MiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 16 MiB/s wr, 1.19k op/s; 0 B/s, 0 objects/s recovering 2023-09-29T16:57:22.959 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:20.779925+0000 mgr.smithi098.saehjc (mgr.14164) 234 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 159 MiB data, 831 MiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 16 MiB/s wr, 1.19k op/s; 0 B/s, 0 objects/s recovering 2023-09-29T16:57:23.170 INFO:teuthology.orchestra.run.smithi098.stdout: 5 18318 30.71 MB/sec warmup 19 sec latency 14.564 ms 2023-09-29T16:57:24.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 19322 30.43 MB/sec warmup 20 sec latency 15.451 ms 2023-09-29T16:57:24.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:22.780441+0000 mgr.smithi098.saehjc (mgr.14164) 235 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 166 MiB data, 901 MiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 16 MiB/s wr, 1.40k op/s 2023-09-29T16:57:24.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:22.780441+0000 mgr.smithi098.saehjc (mgr.14164) 235 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 166 MiB data, 901 MiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 16 MiB/s wr, 1.40k op/s 2023-09-29T16:57:25.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 20480 30.05 MB/sec warmup 21 sec latency 17.976 ms 2023-09-29T16:57:26.170 INFO:teuthology.orchestra.run.smithi098.stdout: 5 21588 30.75 MB/sec warmup 22 sec latency 22.642 ms 2023-09-29T16:57:26.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:24.780969+0000 mgr.smithi098.saehjc (mgr.14164) 236 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 171 MiB data, 944 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 13 MiB/s wr, 1.15k op/s 2023-09-29T16:57:26.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:24.780969+0000 mgr.smithi098.saehjc (mgr.14164) 236 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 171 MiB data, 944 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 13 MiB/s wr, 1.15k op/s 2023-09-29T16:57:27.170 INFO:teuthology.orchestra.run.smithi098.stdout: 5 22456 29.97 MB/sec warmup 23 sec latency 17.436 ms 2023-09-29T16:57:28.170 INFO:teuthology.orchestra.run.smithi098.stdout: 5 23604 29.61 MB/sec warmup 24 sec latency 20.085 ms 2023-09-29T16:57:28.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:26.781353+0000 mgr.smithi098.saehjc (mgr.14164) 237 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 179 MiB data, 955 MiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.18k op/s 2023-09-29T16:57:28.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:28 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:26.781353+0000 mgr.smithi098.saehjc (mgr.14164) 237 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 179 MiB data, 955 MiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.18k op/s 2023-09-29T16:57:29.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 24851 30.37 MB/sec warmup 25 sec latency 13.072 ms 2023-09-29T16:57:29.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:28.783119+0000 mgr.smithi098.saehjc (mgr.14164) 238 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 189 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 15 MiB/s wr, 1.36k op/s 2023-09-29T16:57:29.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:28.783119+0000 mgr.smithi098.saehjc (mgr.14164) 238 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 189 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 15 MiB/s wr, 1.36k op/s 2023-09-29T16:57:30.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 25711 29.92 MB/sec warmup 26 sec latency 19.072 ms 2023-09-29T16:57:31.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 26941 29.80 MB/sec warmup 27 sec latency 12.396 ms 2023-09-29T16:57:32.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 28217 30.32 MB/sec warmup 28 sec latency 14.593 ms 2023-09-29T16:57:32.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:31 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:30.783626+0000 mgr.smithi098.saehjc (mgr.14164) 239 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 195 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.30k op/s 2023-09-29T16:57:32.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:31 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:30.783626+0000 mgr.smithi098.saehjc (mgr.14164) 239 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 195 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.30k op/s 2023-09-29T16:57:33.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 29061 30.04 MB/sec warmup 29 sec latency 32.600 ms 2023-09-29T16:57:34.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 30026 29.77 MB/sec warmup 30 sec latency 15.897 ms 2023-09-29T16:57:34.198 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:33 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:32.785107+0000 mgr.smithi098.saehjc (mgr.14164) 240 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 210 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 17 MiB/s wr, 1.53k op/s 2023-09-29T16:57:34.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:33 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:32.785107+0000 mgr.smithi098.saehjc (mgr.14164) 240 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 210 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 17 MiB/s wr, 1.53k op/s 2023-09-29T16:57:35.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 31072 29.59 MB/sec warmup 31 sec latency 17.595 ms 2023-09-29T16:57:36.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 32169 30.03 MB/sec warmup 32 sec latency 18.673 ms 2023-09-29T16:57:36.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:34.785535+0000 mgr.smithi098.saehjc (mgr.14164) 241 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 215 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 15 MiB/s wr, 1.41k op/s 2023-09-29T16:57:36.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:34.785535+0000 mgr.smithi098.saehjc (mgr.14164) 241 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 215 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 15 MiB/s wr, 1.41k op/s 2023-09-29T16:57:37.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 32910 29.42 MB/sec warmup 33 sec latency 18.583 ms 2023-09-29T16:57:38.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 33979 29.28 MB/sec warmup 34 sec latency 17.617 ms 2023-09-29T16:57:38.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:36.785996+0000 mgr.smithi098.saehjc (mgr.14164) 242 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 214 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 14 MiB/s wr, 1.28k op/s 2023-09-29T16:57:38.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:36.785996+0000 mgr.smithi098.saehjc (mgr.14164) 242 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 214 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 14 MiB/s wr, 1.28k op/s 2023-09-29T16:57:39.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 35228 29.65 MB/sec warmup 35 sec latency 19.697 ms 2023-09-29T16:57:39.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:39 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:38.787129+0000 mgr.smithi098.saehjc (mgr.14164) 243 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 225 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 16 MiB/s wr, 1.47k op/s 2023-09-29T16:57:39.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:39 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:38.787129+0000 mgr.smithi098.saehjc (mgr.14164) 243 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 225 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 16 MiB/s wr, 1.47k op/s 2023-09-29T16:57:40.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 36227 29.55 MB/sec warmup 36 sec latency 21.942 ms 2023-09-29T16:57:41.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 37154 29.31 MB/sec warmup 37 sec latency 24.313 ms 2023-09-29T16:57:41.842 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:40.787523+0000 mgr.smithi098.saehjc (mgr.14164) 244 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 224 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 14 MiB/s wr, 1.29k op/s 2023-09-29T16:57:42.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 38055 29.07 MB/sec warmup 38 sec latency 30.467 ms 2023-09-29T16:57:42.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:40.787523+0000 mgr.smithi098.saehjc (mgr.14164) 244 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 224 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 14 MiB/s wr, 1.29k op/s 2023-09-29T16:57:43.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 38939 29.21 MB/sec warmup 39 sec latency 33.515 ms 2023-09-29T16:57:44.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 39783 28.99 MB/sec warmup 40 sec latency 51.743 ms 2023-09-29T16:57:44.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:42.788098+0000 mgr.smithi098.saehjc (mgr.14164) 245 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 228 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 15 MiB/s wr, 1.37k op/s 2023-09-29T16:57:44.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:42.788098+0000 mgr.smithi098.saehjc (mgr.14164) 245 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 228 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 15 MiB/s wr, 1.37k op/s 2023-09-29T16:57:45.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 40836 28.82 MB/sec warmup 41 sec latency 29.415 ms 2023-09-29T16:57:46.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 42081 29.06 MB/sec warmup 42 sec latency 9.860 ms 2023-09-29T16:57:46.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:44.789653+0000 mgr.smithi098.saehjc (mgr.14164) 246 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 244 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 14 MiB/s wr, 1.43k op/s 2023-09-29T16:57:46.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:45.192794+0000 mon.smithi098 (mon.0) 718 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:46.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:57:45.193491+0000 mgr.smithi098.saehjc (mgr.14164) 247 : cephadm [INF] Upgrade: Target is version 17.2.6-1144-ga552a72f (unknown) 2023-09-29T16:57:46.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:57:45.193585+0000 mgr.smithi098.saehjc (mgr.14164) 248 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01, digests ['quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01'] 2023-09-29T16:57:46.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:45.194664+0000 mon.smithi098 (mon.0) 719 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:57:46.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:57:45.196019+0000 mgr.smithi098.saehjc (mgr.14164) 249 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi098.saehjc) 2023-09-29T16:57:46.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:57:45.483827+0000 mgr.smithi098.saehjc (mgr.14164) 250 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01 on smithi174 2023-09-29T16:57:46.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:44.789653+0000 mgr.smithi098.saehjc (mgr.14164) 246 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 244 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 14 MiB/s wr, 1.43k op/s 2023-09-29T16:57:46.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:45.192794+0000 mon.smithi098 (mon.0) 718 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:57:46.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:57:45.193491+0000 mgr.smithi098.saehjc (mgr.14164) 247 : cephadm [INF] Upgrade: Target is version 17.2.6-1144-ga552a72f (unknown) 2023-09-29T16:57:46.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:57:45.193585+0000 mgr.smithi098.saehjc (mgr.14164) 248 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01, digests ['quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01'] 2023-09-29T16:57:46.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:45.194664+0000 mon.smithi098 (mon.0) 719 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:57:46.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:57:45.196019+0000 mgr.smithi098.saehjc (mgr.14164) 249 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi098.saehjc) 2023-09-29T16:57:46.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:57:45.483827+0000 mgr.smithi098.saehjc (mgr.14164) 250 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01 on smithi174 2023-09-29T16:57:47.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 42988 29.09 MB/sec warmup 43 sec latency 25.773 ms 2023-09-29T16:57:48.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 44005 28.83 MB/sec warmup 44 sec latency 15.425 ms 2023-09-29T16:57:48.229 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T16:57:48.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:46.790045+0000 mgr.smithi098.saehjc (mgr.14164) 251 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 246 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.22k op/s 2023-09-29T16:57:48.702 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:46.790045+0000 mgr.smithi098.saehjc (mgr.14164) 251 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 246 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.22k op/s 2023-09-29T16:57:49.058 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T16:57:49.058 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (3m) 45s ago 4m 24.2M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T16:57:49.058 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (4m) 45s ago 4m 7000k - 16.2.5 6933c2a0b7dd a910a20a10aa 2023-09-29T16:57:49.058 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (4m) 47s ago 4m 7163k - 16.2.5 6933c2a0b7dd 1a5ecaee4186 2023-09-29T16:57:49.059 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (3m) 45s ago 4m 32.4M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T16:57:49.059 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (62s) 45s ago 62s 13.1M - 16.2.5 6933c2a0b7dd 34f81c40f041 2023-09-29T16:57:49.059 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (61s) 47s ago 60s 14.3M - 16.2.5 6933c2a0b7dd 45f595b8d0ed 2023-09-29T16:57:49.059 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:9283 running (5m) 45s ago 5m 444M - 16.2.5 6933c2a0b7dd 0ccce2f25903 2023-09-29T16:57:49.059 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (4m) 47s ago 4m 380M - 16.2.5 6933c2a0b7dd 22dcf0e570b5 2023-09-29T16:57:49.059 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (5m) 45s ago 5m 94.2M 2048M 16.2.5 6933c2a0b7dd e5e5be17f7bc 2023-09-29T16:57:49.059 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (3m) 47s ago 3m 88.7M 2048M 16.2.5 6933c2a0b7dd 3b3a670a7713 2023-09-29T16:57:49.059 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.0.smithi098.vonnqw smithi098 *:2049 running (53s) 45s ago 53s 54.9M - 3.5 6933c2a0b7dd 68ee726ffb9d 2023-09-29T16:57:49.059 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.0.smithi174.jonnca smithi174 *:2049 running (49s) 47s ago 48s 20.7M - 3.5 6933c2a0b7dd 272faca22fde 2023-09-29T16:57:49.059 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (4m) 45s ago 4m 18.3M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T16:57:49.059 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (3m) 47s ago 3m 18.1M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T16:57:49.059 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (3m) 45s ago 3m 46.4M 3222M 16.2.5 6933c2a0b7dd 3e44bcc8bd5c 2023-09-29T16:57:49.059 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (3m) 45s ago 3m 47.5M 3222M 16.2.5 6933c2a0b7dd 2530dfd11b82 2023-09-29T16:57:49.060 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (2m) 45s ago 2m 45.4M 3222M 16.2.5 6933c2a0b7dd 6cd552880e58 2023-09-29T16:57:49.060 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (2m) 45s ago 2m 51.3M 3222M 16.2.5 6933c2a0b7dd 7c95a892ae74 2023-09-29T16:57:49.060 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (2m) 47s ago 2m 47.5M 3990M 16.2.5 6933c2a0b7dd 56fd513ec204 2023-09-29T16:57:49.060 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (2m) 47s ago 2m 44.2M 3990M 16.2.5 6933c2a0b7dd d6f476ff7a82 2023-09-29T16:57:49.060 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (2m) 47s ago 2m 45.0M 3990M 16.2.5 6933c2a0b7dd 27d66cd3936c 2023-09-29T16:57:49.060 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (113s) 47s ago 113s 46.2M 3990M 16.2.5 6933c2a0b7dd 70b16eb57dc0 2023-09-29T16:57:49.060 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (3m) 45s ago 4m 40.4M - 2.18.1 de242295e225 439b3b9f65db 2023-09-29T16:57:49.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 45270 28.86 MB/sec warmup 45 sec latency 15.546 ms 2023-09-29T16:57:49.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:48.208675+0000 mgr.smithi098.saehjc (mgr.14164) 252 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:49.529 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T16:57:49.529 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T16:57:49.529 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T16:57:49.529 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T16:57:49.530 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T16:57:49.530 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T16:57:49.530 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T16:57:49.530 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T16:57:49.530 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-29T16:57:49.530 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T16:57:49.530 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T16:57:49.530 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T16:57:49.530 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T16:57:49.530 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T16:57:49.530 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2023-09-29T16:57:49.530 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T16:57:49.531 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T16:57:49.702 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:48.208675+0000 mgr.smithi098.saehjc (mgr.14164) 252 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:49.960 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T16:57:49.960 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T16:57:49.960 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T16:57:49.961 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [], 2023-09-29T16:57:49.961 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "0/23 ceph daemons upgraded", 2023-09-29T16:57:49.961 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01 image on host smithi174" 2023-09-29T16:57:49.961 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T16:57:50.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 46218 29.11 MB/sec warmup 46 sec latency 28.064 ms 2023-09-29T16:57:50.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:48.632773+0000 mgr.smithi098.saehjc (mgr.14164) 253 : audit [DBG] from='client.24383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:50.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:48.791016+0000 mgr.smithi098.saehjc (mgr.14164) 254 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 252 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 16 MiB/s wr, 1.48k op/s 2023-09-29T16:57:50.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:49.046820+0000 mgr.smithi098.saehjc (mgr.14164) 255 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:50.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:49.530203+0000 mon.smithi098 (mon.0) 720 : audit [DBG] from='client.? 172.21.15.98:0/1323268583' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T16:57:50.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:48.632773+0000 mgr.smithi098.saehjc (mgr.14164) 253 : audit [DBG] from='client.24383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:50.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:48.791016+0000 mgr.smithi098.saehjc (mgr.14164) 254 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 252 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 16 MiB/s wr, 1.48k op/s 2023-09-29T16:57:50.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:49.046820+0000 mgr.smithi098.saehjc (mgr.14164) 255 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:50.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:49.530203+0000 mon.smithi098 (mon.0) 720 : audit [DBG] from='client.? 172.21.15.98:0/1323268583' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T16:57:51.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 46978 28.75 MB/sec warmup 47 sec latency 25.650 ms 2023-09-29T16:57:51.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:51 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:57:49.960859+0000 mgr.smithi098.saehjc (mgr.14164) 256 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:51.502 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:57:49.960859+0000 mgr.smithi098.saehjc (mgr.14164) 256 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:57:52.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 48038 28.67 MB/sec warmup 48 sec latency 16.253 ms 2023-09-29T16:57:52.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:52 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:50.791417+0000 mgr.smithi098.saehjc (mgr.14164) 257 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 258 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 13 MiB/s wr, 1.18k op/s 2023-09-29T16:57:52.702 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:50.791417+0000 mgr.smithi098.saehjc (mgr.14164) 257 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 258 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 13 MiB/s wr, 1.18k op/s 2023-09-29T16:57:53.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 49090 28.73 MB/sec warmup 49 sec latency 42.355 ms 2023-09-29T16:57:54.171 INFO:teuthology.orchestra.run.smithi098.stdout: 5 49909 28.72 MB/sec warmup 50 sec latency 28.619 ms 2023-09-29T16:57:54.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:52.791971+0000 mgr.smithi098.saehjc (mgr.14164) 258 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 266 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 15 MiB/s wr, 1.40k op/s 2023-09-29T16:57:54.702 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:52.791971+0000 mgr.smithi098.saehjc (mgr.14164) 258 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 266 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 15 MiB/s wr, 1.40k op/s 2023-09-29T16:57:55.173 INFO:teuthology.orchestra.run.smithi098.stdout: 5 50796 28.49 MB/sec warmup 51 sec latency 17.451 ms 2023-09-29T16:57:56.172 INFO:teuthology.orchestra.run.smithi098.stdout: 5 51926 28.43 MB/sec warmup 52 sec latency 17.425 ms 2023-09-29T16:57:56.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:54.792468+0000 mgr.smithi098.saehjc (mgr.14164) 259 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 271 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 14 MiB/s wr, 1.38k op/s 2023-09-29T16:57:56.702 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:54.792468+0000 mgr.smithi098.saehjc (mgr.14164) 259 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 271 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 14 MiB/s wr, 1.38k op/s 2023-09-29T16:57:57.172 INFO:teuthology.orchestra.run.smithi098.stdout: 5 52721 28.40 MB/sec warmup 53 sec latency 34.534 ms 2023-09-29T16:57:58.172 INFO:teuthology.orchestra.run.smithi098.stdout: 5 53398 28.36 MB/sec warmup 54 sec latency 27.581 ms 2023-09-29T16:57:58.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:56.792850+0000 mgr.smithi098.saehjc (mgr.14164) 260 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 276 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.11k op/s 2023-09-29T16:57:58.702 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:56.792850+0000 mgr.smithi098.saehjc (mgr.14164) 260 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 276 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.11k op/s 2023-09-29T16:57:59.172 INFO:teuthology.orchestra.run.smithi098.stdout: 5 54357 28.16 MB/sec warmup 55 sec latency 15.899 ms 2023-09-29T16:57:59.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:57:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:57:58.793393+0000 mgr.smithi098.saehjc (mgr.14164) 261 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 277 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 15 MiB/s wr, 1.29k op/s 2023-09-29T16:57:59.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:57:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:57:58.793393+0000 mgr.smithi098.saehjc (mgr.14164) 261 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 277 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 15 MiB/s wr, 1.29k op/s 2023-09-29T16:58:00.172 INFO:teuthology.orchestra.run.smithi098.stdout: 5 55092 27.94 MB/sec warmup 56 sec latency 30.543 ms 2023-09-29T16:58:01.172 INFO:teuthology.orchestra.run.smithi098.stdout: 5 55730 27.71 MB/sec warmup 57 sec latency 56.052 ms 2023-09-29T16:58:02.172 INFO:teuthology.orchestra.run.smithi098.stdout: 5 56707 27.89 MB/sec warmup 58 sec latency 25.770 ms 2023-09-29T16:58:02.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:01 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:00.793902+0000 mgr.smithi098.saehjc (mgr.14164) 262 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 286 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2023-09-29T16:58:02.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:01 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:00.793902+0000 mgr.smithi098.saehjc (mgr.14164) 262 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 286 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2023-09-29T16:58:03.174 INFO:teuthology.orchestra.run.smithi098.stdout: 5 57582 27.76 MB/sec warmup 59 sec latency 16.714 ms 2023-09-29T16:58:04.172 INFO:teuthology.orchestra.run.smithi098.stdout: 5 58433 27.65 MB/sec warmup 60 sec latency 27.424 ms 2023-09-29T16:58:04.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:03 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:02.794510+0000 mgr.smithi098.saehjc (mgr.14164) 263 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 295 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 15 MiB/s wr, 1.43k op/s 2023-09-29T16:58:04.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:03 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:02.794510+0000 mgr.smithi098.saehjc (mgr.14164) 263 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 295 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 15 MiB/s wr, 1.43k op/s 2023-09-29T16:58:05.172 INFO:teuthology.orchestra.run.smithi098.stdout: 5 59019 27.33 MB/sec warmup 61 sec latency 32.935 ms 2023-09-29T16:58:06.172 INFO:teuthology.orchestra.run.smithi098.stdout: 5 59522 27.16 MB/sec warmup 62 sec latency 28.459 ms 2023-09-29T16:58:06.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:05 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:04.795032+0000 mgr.smithi098.saehjc (mgr.14164) 264 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 295 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2023-09-29T16:58:06.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:05 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:04.795032+0000 mgr.smithi098.saehjc (mgr.14164) 264 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 295 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2023-09-29T16:58:07.172 INFO:teuthology.orchestra.run.smithi098.stdout: 5 60381 27.31 MB/sec warmup 63 sec latency 60.978 ms 2023-09-29T16:58:08.172 INFO:teuthology.orchestra.run.smithi098.stdout: 5 61091 27.08 MB/sec warmup 64 sec latency 19.597 ms 2023-09-29T16:58:08.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:06.795419+0000 mgr.smithi098.saehjc (mgr.14164) 265 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 295 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 983 op/s 2023-09-29T16:58:08.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:07.089917+0000 mon.smithi098 (mon.0) 721 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/mirror_snapshot_schedule"}]: dispatch 2023-09-29T16:58:08.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:07.091047+0000 mon.smithi098 (mon.0) 722 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/trash_purge_schedule"}]: dispatch 2023-09-29T16:58:08.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:06.795419+0000 mgr.smithi098.saehjc (mgr.14164) 265 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 295 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 983 op/s 2023-09-29T16:58:08.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:07.089917+0000 mon.smithi098 (mon.0) 721 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/mirror_snapshot_schedule"}]: dispatch 2023-09-29T16:58:08.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:07.091047+0000 mon.smithi098 (mon.0) 722 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/trash_purge_schedule"}]: dispatch 2023-09-29T16:58:09.173 INFO:teuthology.orchestra.run.smithi098.stdout: 5 61625 26.85 MB/sec warmup 65 sec latency 31.135 ms 2023-09-29T16:58:09.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:09 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:08.795969+0000 mgr.smithi098.saehjc (mgr.14164) 266 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 303 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2023-09-29T16:58:09.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:08.795969+0000 mgr.smithi098.saehjc (mgr.14164) 266 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 303 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2023-09-29T16:58:10.172 INFO:teuthology.orchestra.run.smithi098.stdout: 5 62213 26.60 MB/sec warmup 66 sec latency 60.679 ms 2023-09-29T16:58:11.172 INFO:teuthology.orchestra.run.smithi098.stdout: 5 63345 26.75 MB/sec warmup 67 sec latency 13.342 ms 2023-09-29T16:58:12.172 INFO:teuthology.orchestra.run.smithi098.stdout: 5 64139 26.77 MB/sec warmup 68 sec latency 32.729 ms 2023-09-29T16:58:12.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:11 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:10.796494+0000 mgr.smithi098.saehjc (mgr.14164) 267 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 304 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 10 MiB/s wr, 969 op/s 2023-09-29T16:58:12.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:11 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:10.796494+0000 mgr.smithi098.saehjc (mgr.14164) 267 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 304 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 10 MiB/s wr, 969 op/s 2023-09-29T16:58:13.172 INFO:teuthology.orchestra.run.smithi098.stdout: 5 64682 26.51 MB/sec warmup 69 sec latency 35.616 ms 2023-09-29T16:58:14.172 INFO:teuthology.orchestra.run.smithi098.stdout: 5 65274 26.31 MB/sec warmup 70 sec latency 48.409 ms 2023-09-29T16:58:14.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:13 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:12.796941+0000 mgr.smithi098.saehjc (mgr.14164) 268 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2023-09-29T16:58:14.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:13 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:12.796941+0000 mgr.smithi098.saehjc (mgr.14164) 268 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 317 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2023-09-29T16:58:15.172 INFO:teuthology.orchestra.run.smithi098.stdout: 5 66101 26.21 MB/sec warmup 71 sec latency 21.935 ms 2023-09-29T16:58:16.062 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:15 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:14.797395+0000 mgr.smithi098.saehjc (mgr.14164) 269 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 315 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 9.8 MiB/s wr, 856 op/s 2023-09-29T16:58:16.172 INFO:teuthology.orchestra.run.smithi098.stdout: 5 66948 26.27 MB/sec warmup 72 sec latency 15.313 ms 2023-09-29T16:58:16.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:15 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:14.797395+0000 mgr.smithi098.saehjc (mgr.14164) 269 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 315 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 9.8 MiB/s wr, 856 op/s 2023-09-29T16:58:17.172 INFO:teuthology.orchestra.run.smithi098.stdout: 5 67694 26.25 MB/sec warmup 73 sec latency 28.436 ms 2023-09-29T16:58:17.374 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:16.147302+0000 mgr.smithi098.saehjc (mgr.14164) 270 : cephadm [INF] Upgrade: Updating mgr.smithi174.ceothj 2023-09-29T16:58:17.375 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:16.152665+0000 mon.smithi098 (mon.0) 723 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:58:17.375 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:16.153996+0000 mon.smithi098 (mon.0) 724 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi174.ceothj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T16:58:17.375 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:16.155034+0000 mon.smithi098 (mon.0) 725 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T16:58:17.375 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:16.155775+0000 mon.smithi098 (mon.0) 726 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:58:17.375 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:16.156468+0000 mgr.smithi098.saehjc (mgr.14164) 271 : cephadm [INF] Deploying daemon mgr.smithi174.ceothj on smithi174 2023-09-29T16:58:17.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:16.147302+0000 mgr.smithi098.saehjc (mgr.14164) 270 : cephadm [INF] Upgrade: Updating mgr.smithi174.ceothj 2023-09-29T16:58:17.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:16.152665+0000 mon.smithi098 (mon.0) 723 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:58:17.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:16.153996+0000 mon.smithi098 (mon.0) 724 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi174.ceothj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T16:58:17.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:16.155034+0000 mon.smithi098 (mon.0) 725 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T16:58:17.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:16.155775+0000 mon.smithi098 (mon.0) 726 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:58:17.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:16.156468+0000 mgr.smithi098.saehjc (mgr.14164) 271 : cephadm [INF] Deploying daemon mgr.smithi174.ceothj on smithi174 2023-09-29T16:58:18.178 INFO:teuthology.orchestra.run.smithi098.stdout: 5 68161 26.00 MB/sec warmup 74 sec latency 51.795 ms 2023-09-29T16:58:18.402 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:18 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:16.797828+0000 mgr.smithi098.saehjc (mgr.14164) 272 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 9.6 MiB/s wr, 983 op/s 2023-09-29T16:58:18.403 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:18 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:18.056558+0000 mon.smithi098 (mon.0) 727 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:58:18.403 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:18 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:18.057310+0000 mon.smithi098 (mon.0) 728 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:58:18.403 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:18 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:18.058219+0000 mon.smithi098 (mon.0) 729 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:58:18.403 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:18 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:18.058791+0000 mon.smithi098 (mon.0) 730 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:58:18.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:16.797828+0000 mgr.smithi098.saehjc (mgr.14164) 272 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 9.6 MiB/s wr, 983 op/s 2023-09-29T16:58:18.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:18.056558+0000 mon.smithi098 (mon.0) 727 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:58:18.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:18.057310+0000 mon.smithi098 (mon.0) 728 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:58:18.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:18.058219+0000 mon.smithi098 (mon.0) 729 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:58:18.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:18.058791+0000 mon.smithi098 (mon.0) 730 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:58:19.178 INFO:teuthology.orchestra.run.smithi098.stdout: 5 68562 25.75 MB/sec warmup 75 sec latency 133.385 ms 2023-09-29T16:58:19.830 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:19 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:18.798394+0000 mgr.smithi098.saehjc (mgr.14164) 273 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 327 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.18k op/s 2023-09-29T16:58:19.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:19 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:18.798394+0000 mgr.smithi098.saehjc (mgr.14164) 273 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 327 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.18k op/s 2023-09-29T16:58:20.178 INFO:teuthology.orchestra.run.smithi098.stdout: 5 69306 25.63 MB/sec warmup 76 sec latency 24.343 ms 2023-09-29T16:58:20.412 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T16:58:21.178 INFO:teuthology.orchestra.run.smithi098.stdout: 5 70098 25.56 MB/sec warmup 77 sec latency 24.147 ms 2023-09-29T16:58:21.266 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T16:58:21.267 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (4m) 77s ago 4m 24.2M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T16:58:21.267 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (4m) 77s ago 4m 7000k - 16.2.5 6933c2a0b7dd a910a20a10aa 2023-09-29T16:58:21.267 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (4m) 0s ago 4m 7168k - 16.2.5 6933c2a0b7dd 1a5ecaee4186 2023-09-29T16:58:21.267 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (4m) 77s ago 4m 32.4M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T16:58:21.267 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (94s) 77s ago 94s 13.1M - 16.2.5 6933c2a0b7dd 34f81c40f041 2023-09-29T16:58:21.267 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (93s) 0s ago 93s 44.4M - 16.2.5 6933c2a0b7dd 45f595b8d0ed 2023-09-29T16:58:21.267 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:9283 running (6m) 77s ago 6m 444M - 16.2.5 6933c2a0b7dd 0ccce2f25903 2023-09-29T16:58:21.267 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (3s) 0s ago 4m 42.1M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 41156be3438a 2023-09-29T16:58:21.267 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (6m) 77s ago 6m 94.2M 2048M 16.2.5 6933c2a0b7dd e5e5be17f7bc 2023-09-29T16:58:21.267 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (4m) 0s ago 4m 103M 2048M 16.2.5 6933c2a0b7dd 3b3a670a7713 2023-09-29T16:58:21.267 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.0.smithi098.vonnqw smithi098 *:2049 running (85s) 77s ago 85s 54.9M - 3.5 6933c2a0b7dd 68ee726ffb9d 2023-09-29T16:58:21.268 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.0.smithi174.jonnca smithi174 *:2049 running (81s) 0s ago 80s 58.6M - 3.5 6933c2a0b7dd 272faca22fde 2023-09-29T16:58:21.268 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (4m) 77s ago 4m 18.3M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T16:58:21.268 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (4m) 0s ago 4m 18.0M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T16:58:21.268 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (3m) 77s ago 3m 46.4M 3222M 16.2.5 6933c2a0b7dd 3e44bcc8bd5c 2023-09-29T16:58:21.268 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (3m) 77s ago 3m 47.5M 3222M 16.2.5 6933c2a0b7dd 2530dfd11b82 2023-09-29T16:58:21.268 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (3m) 77s ago 3m 45.4M 3222M 16.2.5 6933c2a0b7dd 6cd552880e58 2023-09-29T16:58:21.268 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (3m) 77s ago 3m 51.3M 3222M 16.2.5 6933c2a0b7dd 7c95a892ae74 2023-09-29T16:58:21.268 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (3m) 0s ago 3m 811M 3990M 16.2.5 6933c2a0b7dd 56fd513ec204 2023-09-29T16:58:21.268 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (2m) 0s ago 2m 1094M 3990M 16.2.5 6933c2a0b7dd d6f476ff7a82 2023-09-29T16:58:21.268 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (2m) 0s ago 2m 880M 3990M 16.2.5 6933c2a0b7dd 27d66cd3936c 2023-09-29T16:58:21.268 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (2m) 0s ago 2m 1337M 3990M 16.2.5 6933c2a0b7dd 70b16eb57dc0 2023-09-29T16:58:21.268 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (3m) 77s ago 4m 40.4M - 2.18.1 de242295e225 439b3b9f65db 2023-09-29T16:58:21.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:21 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:20.396029+0000 mgr.smithi098.saehjc (mgr.14164) 274 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:58:21.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:21 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:20.531326+0000 mon.smithi098 (mon.0) 731 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:58:21.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:21 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:20.873716+0000 mon.smithi098 (mon.0) 732 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:58:21.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:21 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:20.883527+0000 mon.smithi098 (mon.0) 733 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:58:21.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:21 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:20.886633+0000 mon.smithi098 (mon.0) 734 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:58:21.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:21 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:20.891541+0000 mon.smithi098 (mon.0) 735 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr fail", "who": "smithi098.saehjc"}]: dispatch 2023-09-29T16:58:21.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:21 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:20.896372+0000 mon.smithi098 (mon.0) 736 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-09-29T16:58:21.776 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T16:58:21.776 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T16:58:21.776 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T16:58:21.776 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T16:58:21.776 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T16:58:21.776 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T16:58:21.776 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T16:58:21.776 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T16:58:21.776 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-29T16:58:21.777 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T16:58:21.777 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T16:58:21.777 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T16:58:21.777 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T16:58:21.777 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T16:58:21.777 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2023-09-29T16:58:21.777 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T16:58:21.777 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T16:58:21.925 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:21 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:20.396029+0000 mgr.smithi098.saehjc (mgr.14164) 274 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:58:21.925 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:21 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:20.531326+0000 mon.smithi098 (mon.0) 731 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:58:21.925 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:21 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:20.873716+0000 mon.smithi098 (mon.0) 732 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:58:21.925 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:21 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:20.883527+0000 mon.smithi098 (mon.0) 733 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' 2023-09-29T16:58:21.925 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:21 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:20.886633+0000 mon.smithi098 (mon.0) 734 : audit [DBG] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:58:21.925 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:21 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:20.891541+0000 mon.smithi098 (mon.0) 735 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr fail", "who": "smithi098.saehjc"}]: dispatch 2023-09-29T16:58:21.925 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:21 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:20.896372+0000 mon.smithi098 (mon.0) 736 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-09-29T16:58:22.178 INFO:teuthology.orchestra.run.smithi098.stdout: 5 70796 25.61 MB/sec warmup 78 sec latency 20.256 ms 2023-09-29T16:58:22.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:20.798931+0000 mgr.smithi098.saehjc (mgr.14164) 275 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 9.1 MiB/s wr, 886 op/s 2023-09-29T16:58:22.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:20.825058+0000 mgr.smithi098.saehjc (mgr.14164) 276 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:58:22.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:20.888178+0000 mgr.smithi098.saehjc (mgr.14164) 277 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi098.saehjc) 2023-09-29T16:58:22.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:20.891201+0000 mgr.smithi098.saehjc (mgr.14164) 278 : cephadm [INF] Failing over to other MGR 2023-09-29T16:58:22.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:21.256417+0000 mgr.smithi098.saehjc (mgr.14164) 279 : audit [DBG] from='client.24405 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:58:22.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:21.776772+0000 mon.smithi174 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.98:0/3981191181' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T16:58:22.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:21.887886+0000 mon.smithi098 (mon.0) 737 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "mgr fail", "who": "smithi098.saehjc"}]': finished 2023-09-29T16:58:22.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:21.887957+0000 mon.smithi098 (mon.0) 738 : cluster [DBG] mgrmap e21: smithi174.ceothj(active, starting, since 0.995621s) 2023-09-29T16:58:22.879 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:22 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:20.798931+0000 mgr.smithi098.saehjc (mgr.14164) 275 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 9.1 MiB/s wr, 886 op/s 2023-09-29T16:58:22.879 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:22 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:20.825058+0000 mgr.smithi098.saehjc (mgr.14164) 276 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:58:22.879 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:22 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:20.888178+0000 mgr.smithi098.saehjc (mgr.14164) 277 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi098.saehjc) 2023-09-29T16:58:22.879 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:22 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:20.891201+0000 mgr.smithi098.saehjc (mgr.14164) 278 : cephadm [INF] Failing over to other MGR 2023-09-29T16:58:22.879 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:22 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:21.256417+0000 mgr.smithi098.saehjc (mgr.14164) 279 : audit [DBG] from='client.24405 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:58:22.879 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:22 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:21.776772+0000 mon.smithi174 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.98:0/3981191181' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T16:58:22.879 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:22 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:21.887886+0000 mon.smithi098 (mon.0) 737 : audit [INF] from='mgr.14164 172.21.15.98:0/4131156453' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "mgr fail", "who": "smithi098.saehjc"}]': finished 2023-09-29T16:58:22.880 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:22 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:21.887957+0000 mon.smithi098 (mon.0) 738 : cluster [DBG] mgrmap e21: smithi174.ceothj(active, starting, since 0.995621s) 2023-09-29T16:58:23.178 INFO:teuthology.orchestra.run.smithi098.stdout: 5 71260 25.47 MB/sec warmup 79 sec latency 43.163 ms 2023-09-29T16:58:24.178 INFO:teuthology.orchestra.run.smithi098.stdout: 5 71560 25.24 MB/sec warmup 80 sec latency 59.238 ms 2023-09-29T16:58:25.178 INFO:teuthology.orchestra.run.smithi098.stdout: 5 71897 24.99 MB/sec warmup 81 sec latency 37.463 ms 2023-09-29T16:58:26.178 INFO:teuthology.orchestra.run.smithi098.stdout: 5 72446 24.81 MB/sec warmup 82 sec latency 39.371 ms 2023-09-29T16:58:27.178 INFO:teuthology.orchestra.run.smithi098.stdout: 5 73068 24.71 MB/sec warmup 83 sec latency 40.839 ms 2023-09-29T16:58:27.292 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:26.921040+0000 mon.smithi098 (mon.0) 739 : cluster [INF] Active manager daemon smithi174.ceothj restarted 2023-09-29T16:58:27.292 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:26.921708+0000 mon.smithi098 (mon.0) 740 : cluster [INF] Activating manager daemon smithi174.ceothj 2023-09-29T16:58:27.292 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:26.924671+0000 mon.smithi098 (mon.0) 741 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-09-29T16:58:27.292 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:26.927137+0000 mon.smithi174 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.ceothj/crt"}]: dispatch 2023-09-29T16:58:27.292 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:26.928959+0000 mon.smithi174 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T16:58:27.292 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:26.931496+0000 mon.smithi174 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.ceothj/key"}]: dispatch 2023-09-29T16:58:27.292 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:26.931901+0000 mon.smithi174 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T16:58:27.300 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:26.921040+0000 mon.smithi098 (mon.0) 739 : cluster [INF] Active manager daemon smithi174.ceothj restarted 2023-09-29T16:58:27.300 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:26.921708+0000 mon.smithi098 (mon.0) 740 : cluster [INF] Activating manager daemon smithi174.ceothj 2023-09-29T16:58:27.300 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:26.924671+0000 mon.smithi098 (mon.0) 741 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-09-29T16:58:27.300 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:26.927137+0000 mon.smithi174 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.ceothj/crt"}]: dispatch 2023-09-29T16:58:27.300 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:26.928959+0000 mon.smithi174 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T16:58:27.300 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:26.931496+0000 mon.smithi174 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.ceothj/key"}]: dispatch 2023-09-29T16:58:27.300 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:26.931901+0000 mon.smithi174 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T16:58:28.004 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T16:58:28.004 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T16:58:28.004 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T16:58:28.004 INFO:teuthology.orchestra.run.smithi098.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T16:58:28.004 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [], 2023-09-29T16:58:28.004 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "1/23 daemons upgraded", 2023-09-29T16:58:28.005 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "", 2023-09-29T16:58:28.005 INFO:teuthology.orchestra.run.smithi098.stdout: "is_paused": false 2023-09-29T16:58:28.005 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T16:58:28.178 INFO:teuthology.orchestra.run.smithi098.stdout: 5 73728 24.61 MB/sec warmup 84 sec latency 44.732 ms 2023-09-29T16:58:28.348 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:26.977175+0000 mon.smithi098 (mon.0) 742 : cluster [DBG] mgrmap e22: smithi174.ceothj(active, starting, since 0.055713s) 2023-09-29T16:58:28.349 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:26.985339+0000 mon.smithi174 (mon.1) 24 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-09-29T16:58:28.349 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:26.985522+0000 mon.smithi174 (mon.1) 25 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T16:58:28.349 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:26.985735+0000 mon.smithi174 (mon.1) 26 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.ygecui"}]: dispatch 2023-09-29T16:58:28.349 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:26.985975+0000 mon.smithi174 (mon.1) 27 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi174.udpasg"}]: dispatch 2023-09-29T16:58:28.349 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:26.986230+0000 mon.smithi174 (mon.1) 28 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mgr metadata", "who": "smithi174.ceothj", "id": "smithi174.ceothj"}]: dispatch 2023-09-29T16:58:28.349 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:26.986415+0000 mon.smithi174 (mon.1) 29 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T16:58:28.349 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:26.986650+0000 mon.smithi174 (mon.1) 30 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T16:58:28.349 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:26.986875+0000 mon.smithi174 (mon.1) 31 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T16:58:28.349 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:26.987101+0000 mon.smithi174 (mon.1) 32 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T16:58:28.349 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:26.987355+0000 mon.smithi174 (mon.1) 33 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T16:58:28.349 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:26.987592+0000 mon.smithi174 (mon.1) 34 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T16:58:28.350 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:26.987818+0000 mon.smithi174 (mon.1) 35 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T16:58:28.350 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:26.988055+0000 mon.smithi174 (mon.1) 36 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T16:58:28.350 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:26.988383+0000 mon.smithi174 (mon.1) 37 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T16:58:28.350 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:26.988601+0000 mon.smithi174 (mon.1) 38 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T16:58:28.350 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:26.988947+0000 mon.smithi174 (mon.1) 39 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T16:58:28.350 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:27.087535+0000 mon.smithi098 (mon.0) 743 : cluster [INF] Manager daemon smithi174.ceothj is now available 2023-09-29T16:58:28.350 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:27.109129+0000 mon.smithi098 (mon.0) 744 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:28.350 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:27.118882+0000 mon.smithi174 (mon.1) 40 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:58:28.350 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:27.121791+0000 mon.smithi174 (mon.1) 41 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:58:28.350 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:27.140593+0000 mon.smithi174 (mon.1) 42 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2023-09-29T16:58:28.350 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:27.141002+0000 mon.smithi098 (mon.0) 745 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2023-09-29T16:58:28.350 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:27.184778+0000 mon.smithi098 (mon.0) 746 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:28.351 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:27.195624+0000 mon.smithi174 (mon.1) 43 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T16:58:28.351 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:27.227590+0000 mon.smithi174 (mon.1) 44 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi174.ceothj/mirror_snapshot_schedule"}]: dispatch 2023-09-29T16:58:28.351 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:27.227902+0000 mon.smithi098 (mon.0) 747 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi174.ceothj/mirror_snapshot_schedule"}]: dispatch 2023-09-29T16:58:28.351 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:27.250777+0000 mon.smithi174 (mon.1) 45 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi174.ceothj/trash_purge_schedule"}]: dispatch 2023-09-29T16:58:28.351 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:27.253185+0000 mon.smithi098 (mon.0) 748 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:28.351 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:27.255993+0000 mon.smithi098 (mon.0) 749 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi174.ceothj/trash_purge_schedule"}]: dispatch 2023-09-29T16:58:28.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:26.977175+0000 mon.smithi098 (mon.0) 742 : cluster [DBG] mgrmap e22: smithi174.ceothj(active, starting, since 0.055713s) 2023-09-29T16:58:28.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:26.985339+0000 mon.smithi174 (mon.1) 24 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-09-29T16:58:28.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:26.985522+0000 mon.smithi174 (mon.1) 25 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T16:58:28.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:26.985735+0000 mon.smithi174 (mon.1) 26 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.ygecui"}]: dispatch 2023-09-29T16:58:28.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:26.985975+0000 mon.smithi174 (mon.1) 27 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi174.udpasg"}]: dispatch 2023-09-29T16:58:28.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:26.986230+0000 mon.smithi174 (mon.1) 28 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mgr metadata", "who": "smithi174.ceothj", "id": "smithi174.ceothj"}]: dispatch 2023-09-29T16:58:28.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:26.986415+0000 mon.smithi174 (mon.1) 29 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T16:58:28.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:26.986650+0000 mon.smithi174 (mon.1) 30 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T16:58:28.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:26.986875+0000 mon.smithi174 (mon.1) 31 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T16:58:28.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:26.987101+0000 mon.smithi174 (mon.1) 32 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T16:58:28.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:26.987355+0000 mon.smithi174 (mon.1) 33 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T16:58:28.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:26.987592+0000 mon.smithi174 (mon.1) 34 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T16:58:28.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:26.987818+0000 mon.smithi174 (mon.1) 35 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T16:58:28.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:26.988055+0000 mon.smithi174 (mon.1) 36 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T16:58:28.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:26.988383+0000 mon.smithi174 (mon.1) 37 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T16:58:28.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:26.988601+0000 mon.smithi174 (mon.1) 38 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T16:58:28.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:26.988947+0000 mon.smithi174 (mon.1) 39 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T16:58:28.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:27.087535+0000 mon.smithi098 (mon.0) 743 : cluster [INF] Manager daemon smithi174.ceothj is now available 2023-09-29T16:58:28.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:27.109129+0000 mon.smithi098 (mon.0) 744 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:28.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:27.118882+0000 mon.smithi174 (mon.1) 40 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:58:28.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:27.121791+0000 mon.smithi174 (mon.1) 41 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:58:28.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:27.140593+0000 mon.smithi174 (mon.1) 42 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2023-09-29T16:58:28.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:27.141002+0000 mon.smithi098 (mon.0) 745 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2023-09-29T16:58:28.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:27.184778+0000 mon.smithi098 (mon.0) 746 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:28.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:27.195624+0000 mon.smithi174 (mon.1) 43 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T16:58:28.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:27.227590+0000 mon.smithi174 (mon.1) 44 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi174.ceothj/mirror_snapshot_schedule"}]: dispatch 2023-09-29T16:58:28.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:27.227902+0000 mon.smithi098 (mon.0) 747 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi174.ceothj/mirror_snapshot_schedule"}]: dispatch 2023-09-29T16:58:28.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:27.250777+0000 mon.smithi174 (mon.1) 45 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi174.ceothj/trash_purge_schedule"}]: dispatch 2023-09-29T16:58:28.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:27.253185+0000 mon.smithi098 (mon.0) 748 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:28.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:27.255993+0000 mon.smithi098 (mon.0) 749 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi174.ceothj/trash_purge_schedule"}]: dispatch 2023-09-29T16:58:29.178 INFO:teuthology.orchestra.run.smithi098.stdout: 5 74518 24.72 MB/sec warmup 85 sec latency 16.898 ms 2023-09-29T16:58:29.278 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:27.109801+0000 mgr.smithi174.ceothj (mgr.24393) 1 : cephadm [INF] Queued nfs.foo for migration 2023-09-29T16:58:29.279 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:27.610574+0000 mgr.smithi174.ceothj (mgr.24393) 2 : cephadm [INF] Deploying cephadm binary to smithi098 2023-09-29T16:58:29.279 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:27.616628+0000 mgr.smithi174.ceothj (mgr.24393) 3 : cephadm [INF] Deploying cephadm binary to smithi174 2023-09-29T16:58:29.279 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:27.989850+0000 mon.smithi098 (mon.0) 750 : cluster [DBG] mgrmap e23: smithi174.ceothj(active, since 1.06838s) 2023-09-29T16:58:29.279 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:28.000065+0000 mgr.smithi174.ceothj (mgr.24393) 4 : audit [DBG] from='client.24413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:58:29.279 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:28.001179+0000 mgr.smithi174.ceothj (mgr.24393) 5 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T16:58:29.279 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:28.115118+0000 mon.smithi098 (mon.0) 751 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2023-09-29T16:58:29.279 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:28.115232+0000 mon.smithi098 (mon.0) 752 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-09-29T16:58:29.279 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:28.118234+0000 mon.smithi174 (mon.1) 46 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-29T16:58:29.279 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:28.119393+0000 mon.smithi098 (mon.0) 753 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-29T16:58:29.279 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:28.344630+0000 mon.smithi098 (mon.0) 754 : cluster [DBG] Standby manager daemon smithi098.saehjc started 2023-09-29T16:58:29.280 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:28.348504+0000 mon.smithi098 (mon.0) 755 : audit [DBG] from='mgr.? 172.21.15.98:0/3664534444' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.saehjc/crt"}]: dispatch 2023-09-29T16:58:29.280 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:28.349276+0000 mon.smithi098 (mon.0) 756 : audit [DBG] from='mgr.? 172.21.15.98:0/3664534444' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T16:58:29.280 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:28.352713+0000 mon.smithi098 (mon.0) 757 : audit [DBG] from='mgr.? 172.21.15.98:0/3664534444' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.saehjc/key"}]: dispatch 2023-09-29T16:58:29.280 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:28.354057+0000 mon.smithi098 (mon.0) 758 : audit [DBG] from='mgr.? 172.21.15.98:0/3664534444' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T16:58:29.280 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:28.403012+0000 mgr.smithi174.ceothj (mgr.24393) 6 : cephadm [INF] [29/Sep/2023:16:58:28] ENGINE Bus STARTING 2023-09-29T16:58:29.280 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:28.521991+0000 mgr.smithi174.ceothj (mgr.24393) 7 : cephadm [INF] [29/Sep/2023:16:58:28] ENGINE Serving on https://172.21.15.174:7150 2023-09-29T16:58:29.280 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:28.522182+0000 mgr.smithi174.ceothj (mgr.24393) 8 : cephadm [INF] [29/Sep/2023:16:58:28] ENGINE Bus STARTED 2023-09-29T16:58:29.280 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:28.527522+0000 mon.smithi098 (mon.0) 759 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:29.280 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:28.987312+0000 mgr.smithi174.ceothj (mgr.24393) 9 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T16:58:29.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:27.109801+0000 mgr.smithi174.ceothj (mgr.24393) 1 : cephadm [INF] Queued nfs.foo for migration 2023-09-29T16:58:29.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:27.610574+0000 mgr.smithi174.ceothj (mgr.24393) 2 : cephadm [INF] Deploying cephadm binary to smithi098 2023-09-29T16:58:29.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:27.616628+0000 mgr.smithi174.ceothj (mgr.24393) 3 : cephadm [INF] Deploying cephadm binary to smithi174 2023-09-29T16:58:29.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:27.989850+0000 mon.smithi098 (mon.0) 750 : cluster [DBG] mgrmap e23: smithi174.ceothj(active, since 1.06838s) 2023-09-29T16:58:29.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:28.000065+0000 mgr.smithi174.ceothj (mgr.24393) 4 : audit [DBG] from='client.24413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:58:29.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:28.001179+0000 mgr.smithi174.ceothj (mgr.24393) 5 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T16:58:29.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:28.115118+0000 mon.smithi098 (mon.0) 751 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2023-09-29T16:58:29.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:28.115232+0000 mon.smithi098 (mon.0) 752 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-09-29T16:58:29.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:28.118234+0000 mon.smithi174 (mon.1) 46 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-29T16:58:29.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:28.119393+0000 mon.smithi098 (mon.0) 753 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-29T16:58:29.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:28.344630+0000 mon.smithi098 (mon.0) 754 : cluster [DBG] Standby manager daemon smithi098.saehjc started 2023-09-29T16:58:29.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:28.348504+0000 mon.smithi098 (mon.0) 755 : audit [DBG] from='mgr.? 172.21.15.98:0/3664534444' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.saehjc/crt"}]: dispatch 2023-09-29T16:58:29.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:28.349276+0000 mon.smithi098 (mon.0) 756 : audit [DBG] from='mgr.? 172.21.15.98:0/3664534444' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T16:58:29.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:28.352713+0000 mon.smithi098 (mon.0) 757 : audit [DBG] from='mgr.? 172.21.15.98:0/3664534444' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.saehjc/key"}]: dispatch 2023-09-29T16:58:29.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:28.354057+0000 mon.smithi098 (mon.0) 758 : audit [DBG] from='mgr.? 172.21.15.98:0/3664534444' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T16:58:29.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:28.403012+0000 mgr.smithi174.ceothj (mgr.24393) 6 : cephadm [INF] [29/Sep/2023:16:58:28] ENGINE Bus STARTING 2023-09-29T16:58:29.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:28.521991+0000 mgr.smithi174.ceothj (mgr.24393) 7 : cephadm [INF] [29/Sep/2023:16:58:28] ENGINE Serving on https://172.21.15.174:7150 2023-09-29T16:58:29.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:28.522182+0000 mgr.smithi174.ceothj (mgr.24393) 8 : cephadm [INF] [29/Sep/2023:16:58:28] ENGINE Bus STARTED 2023-09-29T16:58:29.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:28.527522+0000 mon.smithi098 (mon.0) 759 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:29.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:29 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:28.987312+0000 mgr.smithi174.ceothj (mgr.24393) 9 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T16:58:30.178 INFO:teuthology.orchestra.run.smithi098.stdout: 5 75098 24.58 MB/sec warmup 86 sec latency 22.406 ms 2023-09-29T16:58:30.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:30 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:29.115848+0000 mon.smithi098 (mon.0) 760 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-29T16:58:30.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:30 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:29.115917+0000 mon.smithi098 (mon.0) 761 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-09-29T16:58:30.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:30 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:29.124597+0000 mon.smithi098 (mon.0) 762 : cluster [DBG] mgrmap e24: smithi174.ceothj(active, since 2s), standbys: smithi098.saehjc 2023-09-29T16:58:30.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:30 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:29.128687+0000 mon.smithi174 (mon.1) 47 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mgr metadata", "who": "smithi098.saehjc", "id": "smithi098.saehjc"}]: dispatch 2023-09-29T16:58:30.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:30 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:29.926800+0000 mon.smithi098 (mon.0) 763 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:30.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:30 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:29.115848+0000 mon.smithi098 (mon.0) 760 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-29T16:58:30.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:30 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:29.115917+0000 mon.smithi098 (mon.0) 761 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-09-29T16:58:30.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:30 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:29.124597+0000 mon.smithi098 (mon.0) 762 : cluster [DBG] mgrmap e24: smithi174.ceothj(active, since 2s), standbys: smithi098.saehjc 2023-09-29T16:58:30.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:30 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:29.128687+0000 mon.smithi174 (mon.1) 47 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mgr metadata", "who": "smithi098.saehjc", "id": "smithi098.saehjc"}]: dispatch 2023-09-29T16:58:30.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:30 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:29.926800+0000 mon.smithi098 (mon.0) 763 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:31.178 INFO:teuthology.orchestra.run.smithi098.stdout: 5 75629 24.39 MB/sec warmup 87 sec latency 33.991 ms 2023-09-29T16:58:31.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:31 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:30.987714+0000 mgr.smithi174.ceothj (mgr.24393) 10 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T16:58:31.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:31 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:30.987714+0000 mgr.smithi174.ceothj (mgr.24393) 10 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T16:58:32.178 INFO:teuthology.orchestra.run.smithi098.stdout: 5 76112 24.27 MB/sec warmup 88 sec latency 39.369 ms 2023-09-29T16:58:32.315 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:32 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:31.127903+0000 mon.smithi098 (mon.0) 764 : cluster [DBG] mgrmap e25: smithi174.ceothj(active, since 4s), standbys: smithi098.saehjc 2023-09-29T16:58:32.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:32 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:31.127903+0000 mon.smithi098 (mon.0) 764 : cluster [DBG] mgrmap e25: smithi174.ceothj(active, since 4s), standbys: smithi098.saehjc 2023-09-29T16:58:33.178 INFO:teuthology.orchestra.run.smithi098.stdout: 5 76606 24.08 MB/sec warmup 89 sec latency 36.462 ms 2023-09-29T16:58:33.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:33 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:32.492298+0000 mon.smithi098 (mon.0) 765 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:33.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:33 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:32.988118+0000 mgr.smithi174.ceothj (mgr.24393) 11 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T16:58:33.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:33 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:33.419874+0000 mon.smithi098 (mon.0) 766 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:33.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:33 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:33.428983+0000 mon.smithi098 (mon.0) 767 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:33.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:33 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:32.492298+0000 mon.smithi098 (mon.0) 765 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:33.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:33 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:32.988118+0000 mgr.smithi174.ceothj (mgr.24393) 11 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-29T16:58:33.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:33 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:33.419874+0000 mon.smithi098 (mon.0) 766 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:33.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:33 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:33.428983+0000 mon.smithi098 (mon.0) 767 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:34.178 INFO:teuthology.orchestra.run.smithi098.stdout: 5 77066 23.95 MB/sec warmup 90 sec latency 42.191 ms 2023-09-29T16:58:35.179 INFO:teuthology.orchestra.run.smithi098.stdout: 5 77420 23.83 MB/sec warmup 91 sec latency 506.437 ms 2023-09-29T16:58:35.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:34.220560+0000 mon.smithi098 (mon.0) 768 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:35.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:34.227380+0000 mon.smithi098 (mon.0) 769 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:35.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:34.453868+0000 mon.smithi098 (mon.0) 770 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-29T16:58:35.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:34.454267+0000 mon.smithi174 (mon.1) 48 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-09-29T16:58:35.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:34.454508+0000 mon.smithi174 (mon.1) 49 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T16:58:35.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:34.977108+0000 mon.smithi098 (mon.0) 771 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-29T16:58:35.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:34.220560+0000 mon.smithi098 (mon.0) 768 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:35.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:34.227380+0000 mon.smithi098 (mon.0) 769 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:35.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:34.453868+0000 mon.smithi098 (mon.0) 770 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-29T16:58:35.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:34.454267+0000 mon.smithi174 (mon.1) 48 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-09-29T16:58:35.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:34.454508+0000 mon.smithi174 (mon.1) 49 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T16:58:35.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:34.977108+0000 mon.smithi098 (mon.0) 771 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-29T16:58:36.179 INFO:teuthology.orchestra.run.smithi098.stdout: 5 77912 23.79 MB/sec warmup 92 sec latency 33.247 ms 2023-09-29T16:58:36.717 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:34.978910+0000 mon.smithi174 (mon.1) 50 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-29T16:58:36.717 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:34.988833+0000 mgr.smithi174.ceothj (mgr.24393) 12 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 6.4 MiB/s wr, 640 op/s 2023-09-29T16:58:36.717 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:35.566987+0000 mon.smithi174 (mon.1) 51 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-29T16:58:36.717 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:35.567787+0000 mon.smithi174 (mon.1) 52 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-09-29T16:58:36.717 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:35.567964+0000 mon.smithi174 (mon.1) 53 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T16:58:36.717 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:35.721864+0000 mon.smithi098 (mon.0) 772 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:36.717 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:35.730986+0000 mon.smithi098 (mon.0) 773 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:36.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:34.978910+0000 mon.smithi174 (mon.1) 50 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-29T16:58:36.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:34.988833+0000 mgr.smithi174.ceothj (mgr.24393) 12 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 6.4 MiB/s wr, 640 op/s 2023-09-29T16:58:36.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:35.566987+0000 mon.smithi174 (mon.1) 51 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-29T16:58:36.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:35.567787+0000 mon.smithi174 (mon.1) 52 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-09-29T16:58:36.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:35.567964+0000 mon.smithi174 (mon.1) 53 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T16:58:36.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:35.721864+0000 mon.smithi098 (mon.0) 772 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:36.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:35.730986+0000 mon.smithi098 (mon.0) 773 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:37.179 INFO:teuthology.orchestra.run.smithi098.stdout: 5 78529 23.74 MB/sec warmup 93 sec latency 40.261 ms 2023-09-29T16:58:37.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:36.725047+0000 mon.smithi098 (mon.0) 774 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:37.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:36.734510+0000 mon.smithi098 (mon.0) 775 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:37.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:36.811285+0000 mon.smithi098 (mon.0) 776 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:37.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:36.818793+0000 mon.smithi098 (mon.0) 777 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:37.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:36.820774+0000 mon.smithi174 (mon.1) 54 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:37.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:36.821068+0000 mon.smithi098 (mon.0) 778 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:37.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:36.821950+0000 mon.smithi174 (mon.1) 55 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:37.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:36.822652+0000 mon.smithi098 (mon.0) 779 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:37.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:36.823585+0000 mon.smithi174 (mon.1) 56 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:37.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:36.824590+0000 mon.smithi098 (mon.0) 780 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:37.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:36.825446+0000 mon.smithi174 (mon.1) 57 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:37.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:36.825848+0000 mon.smithi098 (mon.0) 781 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:37.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:36.826520+0000 mgr.smithi174.ceothj (mgr.24393) 13 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 1942M 2023-09-29T16:58:37.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:36.832726+0000 mon.smithi098 (mon.0) 782 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:37.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:36.989118+0000 mgr.smithi174.ceothj (mgr.24393) 14 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 5.0 MiB/s wr, 504 op/s 2023-09-29T16:58:38.122 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:36.725047+0000 mon.smithi098 (mon.0) 774 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:38.122 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:36.734510+0000 mon.smithi098 (mon.0) 775 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:38.122 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:36.811285+0000 mon.smithi098 (mon.0) 776 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:38.122 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:36.818793+0000 mon.smithi098 (mon.0) 777 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:38.122 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:36.820774+0000 mon.smithi174 (mon.1) 54 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:38.122 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:36.821068+0000 mon.smithi098 (mon.0) 778 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:38.123 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:36.821950+0000 mon.smithi174 (mon.1) 55 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:38.123 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:36.822652+0000 mon.smithi098 (mon.0) 779 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:38.123 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:36.823585+0000 mon.smithi174 (mon.1) 56 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:38.123 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:36.824590+0000 mon.smithi098 (mon.0) 780 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:38.123 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:36.825446+0000 mon.smithi174 (mon.1) 57 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:38.123 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:36.825848+0000 mon.smithi098 (mon.0) 781 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:38.123 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:36.826520+0000 mgr.smithi174.ceothj (mgr.24393) 13 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 1942M 2023-09-29T16:58:38.123 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:36.832726+0000 mon.smithi098 (mon.0) 782 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:38.124 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:36.989118+0000 mgr.smithi174.ceothj (mgr.24393) 14 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 5.0 MiB/s wr, 504 op/s 2023-09-29T16:58:38.179 INFO:teuthology.orchestra.run.smithi098.stdout: 5 79176 23.59 MB/sec warmup 94 sec latency 25.743 ms 2023-09-29T16:58:39.179 INFO:teuthology.orchestra.run.smithi098.stdout: 5 79789 23.51 MB/sec warmup 95 sec latency 28.458 ms 2023-09-29T16:58:39.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:39 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:38.989754+0000 mgr.smithi174.ceothj (mgr.24393) 15 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 8.6 MiB/s wr, 816 op/s 2023-09-29T16:58:39.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:39 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:38.989754+0000 mgr.smithi174.ceothj (mgr.24393) 15 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 8.6 MiB/s wr, 816 op/s 2023-09-29T16:58:40.179 INFO:teuthology.orchestra.run.smithi098.stdout: 5 80542 23.42 MB/sec warmup 96 sec latency 24.974 ms 2023-09-29T16:58:40.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:39.717412+0000 mon.smithi098 (mon.0) 783 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:40.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:39.723362+0000 mon.smithi098 (mon.0) 784 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:40.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:39.725052+0000 mon.smithi174 (mon.1) 58 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:40.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:39.726742+0000 mon.smithi098 (mon.0) 785 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:40.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:39.727827+0000 mon.smithi174 (mon.1) 59 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:40.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:39.728102+0000 mon.smithi098 (mon.0) 786 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:40.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:39.728849+0000 mon.smithi174 (mon.1) 60 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:40.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:39.729092+0000 mon.smithi098 (mon.0) 787 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:40.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:39.729802+0000 mon.smithi174 (mon.1) 61 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:40.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:39.730046+0000 mon.smithi098 (mon.0) 788 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:40.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:39.730667+0000 mgr.smithi174.ceothj (mgr.24393) 16 : cephadm [INF] Adjusting osd_memory_target on smithi174 to 2710M 2023-09-29T16:58:40.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:39.735936+0000 mon.smithi098 (mon.0) 789 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:40.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:39.737005+0000 mon.smithi174 (mon.1) 62 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:58:40.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:39.737820+0000 mon.smithi174 (mon.1) 63 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:58:40.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:39.738780+0000 mgr.smithi174.ceothj (mgr.24393) 17 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2023-09-29T16:58:40.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:39.738954+0000 mgr.smithi174.ceothj (mgr.24393) 18 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2023-09-29T16:58:41.179 INFO:teuthology.orchestra.run.smithi098.stdout: 5 81243 23.46 MB/sec warmup 97 sec latency 27.510 ms 2023-09-29T16:58:41.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:39.717412+0000 mon.smithi098 (mon.0) 783 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:41.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:39.723362+0000 mon.smithi098 (mon.0) 784 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:41.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:39.725052+0000 mon.smithi174 (mon.1) 58 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:41.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:39.726742+0000 mon.smithi098 (mon.0) 785 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:41.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:39.727827+0000 mon.smithi174 (mon.1) 59 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:41.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:39.728102+0000 mon.smithi098 (mon.0) 786 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:41.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:39.728849+0000 mon.smithi174 (mon.1) 60 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:41.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:39.729092+0000 mon.smithi098 (mon.0) 787 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:41.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:39.729802+0000 mon.smithi174 (mon.1) 61 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:41.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:39.730046+0000 mon.smithi098 (mon.0) 788 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-29T16:58:41.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:39.730667+0000 mgr.smithi174.ceothj (mgr.24393) 16 : cephadm [INF] Adjusting osd_memory_target on smithi174 to 2710M 2023-09-29T16:58:41.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:39.735936+0000 mon.smithi098 (mon.0) 789 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:41.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:39.737005+0000 mon.smithi174 (mon.1) 62 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:58:41.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:39.737820+0000 mon.smithi174 (mon.1) 63 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:58:41.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:39.738780+0000 mgr.smithi174.ceothj (mgr.24393) 17 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2023-09-29T16:58:41.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:39.738954+0000 mgr.smithi174.ceothj (mgr.24393) 18 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2023-09-29T16:58:42.179 INFO:teuthology.orchestra.run.smithi098.stdout: 5 82007 23.50 MB/sec warmup 98 sec latency 235.521 ms 2023-09-29T16:58:42.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:40.053606+0000 mgr.smithi174.ceothj (mgr.24393) 19 : cephadm [INF] Updating smithi174:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T16:58:42.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:40.103575+0000 mgr.smithi174.ceothj (mgr.24393) 20 : cephadm [INF] Updating smithi098:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T16:58:42.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:40.317783+0000 mgr.smithi174.ceothj (mgr.24393) 21 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2023-09-29T16:58:42.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:40.468709+0000 mgr.smithi174.ceothj (mgr.24393) 22 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2023-09-29T16:58:42.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:40.581959+0000 mgr.smithi174.ceothj (mgr.24393) 23 : cephadm [INF] Updating smithi174:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T16:58:42.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:40.783419+0000 mgr.smithi174.ceothj (mgr.24393) 24 : cephadm [INF] Updating smithi098:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T16:58:42.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:40.851815+0000 mon.smithi098 (mon.0) 790 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:42.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:40.861401+0000 mon.smithi098 (mon.0) 791 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:42.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:40.990082+0000 mgr.smithi174.ceothj (mgr.24393) 25 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 7.3 MiB/s wr, 687 op/s 2023-09-29T16:58:42.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:41.102825+0000 mon.smithi098 (mon.0) 792 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:42.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:41.110325+0000 mon.smithi098 (mon.0) 793 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:42.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:41.116094+0000 mon.smithi098 (mon.0) 794 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:42.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:41.138069+0000 mon.smithi174 (mon.1) 64 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-09-29T16:58:42.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:41.138540+0000 mon.smithi098 (mon.0) 795 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-09-29T16:58:42.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:40.053606+0000 mgr.smithi174.ceothj (mgr.24393) 19 : cephadm [INF] Updating smithi174:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T16:58:42.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:40.103575+0000 mgr.smithi174.ceothj (mgr.24393) 20 : cephadm [INF] Updating smithi098:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T16:58:42.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:40.317783+0000 mgr.smithi174.ceothj (mgr.24393) 21 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2023-09-29T16:58:42.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:40.468709+0000 mgr.smithi174.ceothj (mgr.24393) 22 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2023-09-29T16:58:42.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:40.581959+0000 mgr.smithi174.ceothj (mgr.24393) 23 : cephadm [INF] Updating smithi174:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T16:58:42.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:40.783419+0000 mgr.smithi174.ceothj (mgr.24393) 24 : cephadm [INF] Updating smithi098:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T16:58:42.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:40.851815+0000 mon.smithi098 (mon.0) 790 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:42.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:40.861401+0000 mon.smithi098 (mon.0) 791 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:42.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:40.990082+0000 mgr.smithi174.ceothj (mgr.24393) 25 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 7.3 MiB/s wr, 687 op/s 2023-09-29T16:58:42.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:41.102825+0000 mon.smithi098 (mon.0) 792 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:42.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:41.110325+0000 mon.smithi098 (mon.0) 793 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:42.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:41.116094+0000 mon.smithi098 (mon.0) 794 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:42.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:41.138069+0000 mon.smithi174 (mon.1) 64 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-09-29T16:58:42.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:41.138540+0000 mon.smithi098 (mon.0) 795 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-09-29T16:58:43.179 INFO:teuthology.orchestra.run.smithi098.stdout: 5 82856 23.38 MB/sec warmup 99 sec latency 23.914 ms 2023-09-29T16:58:43.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:42.118034+0000 mon.smithi098 (mon.0) 796 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-09-29T16:58:43.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:42.118111+0000 mon.smithi098 (mon.0) 797 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-09-29T16:58:43.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:42.120324+0000 mon.smithi174 (mon.1) 65 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-29T16:58:43.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:42.121875+0000 mon.smithi098 (mon.0) 798 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-29T16:58:43.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:42.195792+0000 mon.smithi174 (mon.1) 66 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T16:58:43.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:43 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:42.990439+0000 mgr.smithi174.ceothj (mgr.24393) 26 : cluster [DBG] pgmap v14: 129 pgs: 32 unknown, 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 8.6 MiB/s wr, 816 op/s 2023-09-29T16:58:43.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:42.118034+0000 mon.smithi098 (mon.0) 796 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-09-29T16:58:43.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:42.118111+0000 mon.smithi098 (mon.0) 797 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-09-29T16:58:43.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:42.120324+0000 mon.smithi174 (mon.1) 65 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-29T16:58:43.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:42.121875+0000 mon.smithi098 (mon.0) 798 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-29T16:58:43.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:42.195792+0000 mon.smithi174 (mon.1) 66 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T16:58:43.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:42.990439+0000 mgr.smithi174.ceothj (mgr.24393) 26 : cluster [DBG] pgmap v14: 129 pgs: 32 unknown, 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 8.6 MiB/s wr, 816 op/s 2023-09-29T16:58:44.179 INFO:teuthology.orchestra.run.smithi098.stdout: 5 83185 23.24 MB/sec warmup 100 sec latency 519.199 ms 2023-09-29T16:58:44.417 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:43.120189+0000 mon.smithi098 (mon.0) 799 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-09-29T16:58:44.418 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:43.120294+0000 mon.smithi098 (mon.0) 800 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-09-29T16:58:44.418 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:43.121726+0000 mgr.smithi174.ceothj (mgr.24393) 27 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2023-09-29T16:58:44.418 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:43.159229+0000 mgr.smithi174.ceothj (mgr.24393) 28 : cephadm [INF] Found 1 exports for legacy nfs.foo 2023-09-29T16:58:44.418 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:43.159375+0000 mgr.smithi174.ceothj (mgr.24393) 29 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi098.vonnqw', 'nfs.foo.1.0.smithi174.jonnca'] 2023-09-29T16:58:44.418 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:43.159458+0000 mgr.smithi174.ceothj (mgr.24393) 30 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi098.vonnqw nfs.foo.1.0.smithi174.jonnca 2023-09-29T16:58:44.418 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:43.159804+0000 mgr.smithi174.ceothj (mgr.24393) 31 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi098.vonnqw from smithi098 -- ports [2049] 2023-09-29T16:58:44.418 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:43.160030+0000 mgr.smithi174.ceothj (mgr.24393) 32 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi174.jonnca from smithi174 -- ports [2049] 2023-09-29T16:58:44.418 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.076821+0000 mon.smithi174 (mon.1) 67 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi174.jonnca"}]: dispatch 2023-09-29T16:58:44.418 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.077184+0000 mon.smithi098 (mon.0) 801 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi174.jonnca"}]: dispatch 2023-09-29T16:58:44.419 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.081213+0000 mon.smithi098 (mon.0) 802 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi174.jonnca"}]': finished 2023-09-29T16:58:44.419 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.082011+0000 mon.smithi174 (mon.1) 68 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi174.jonnca-rgw"}]: dispatch 2023-09-29T16:58:44.419 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.082201+0000 mon.smithi098 (mon.0) 803 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi174.jonnca-rgw"}]: dispatch 2023-09-29T16:58:44.419 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.085278+0000 mon.smithi098 (mon.0) 804 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi174.jonnca-rgw"}]': finished 2023-09-29T16:58:44.419 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:44.120888+0000 mon.smithi098 (mon.0) 805 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-09-29T16:58:44.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:43.120189+0000 mon.smithi098 (mon.0) 799 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-09-29T16:58:44.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:43.120294+0000 mon.smithi098 (mon.0) 800 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-09-29T16:58:44.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:43.121726+0000 mgr.smithi174.ceothj (mgr.24393) 27 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2023-09-29T16:58:44.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:43.159229+0000 mgr.smithi174.ceothj (mgr.24393) 28 : cephadm [INF] Found 1 exports for legacy nfs.foo 2023-09-29T16:58:44.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:43.159375+0000 mgr.smithi174.ceothj (mgr.24393) 29 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi098.vonnqw', 'nfs.foo.1.0.smithi174.jonnca'] 2023-09-29T16:58:44.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:43.159458+0000 mgr.smithi174.ceothj (mgr.24393) 30 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi098.vonnqw nfs.foo.1.0.smithi174.jonnca 2023-09-29T16:58:44.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:43.159804+0000 mgr.smithi174.ceothj (mgr.24393) 31 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi098.vonnqw from smithi098 -- ports [2049] 2023-09-29T16:58:44.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:43.160030+0000 mgr.smithi174.ceothj (mgr.24393) 32 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi174.jonnca from smithi174 -- ports [2049] 2023-09-29T16:58:44.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.076821+0000 mon.smithi174 (mon.1) 67 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi174.jonnca"}]: dispatch 2023-09-29T16:58:44.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.077184+0000 mon.smithi098 (mon.0) 801 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi174.jonnca"}]: dispatch 2023-09-29T16:58:44.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.081213+0000 mon.smithi098 (mon.0) 802 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi174.jonnca"}]': finished 2023-09-29T16:58:44.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.082011+0000 mon.smithi174 (mon.1) 68 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi174.jonnca-rgw"}]: dispatch 2023-09-29T16:58:44.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.082201+0000 mon.smithi098 (mon.0) 803 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi174.jonnca-rgw"}]: dispatch 2023-09-29T16:58:44.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.085278+0000 mon.smithi098 (mon.0) 804 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi174.jonnca-rgw"}]': finished 2023-09-29T16:58:44.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:44.120888+0000 mon.smithi098 (mon.0) 805 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-09-29T16:58:45.179 INFO:teuthology.orchestra.run.smithi098.stdout: 5 83185 23.01 MB/sec warmup 101 sec latency 1519.277 ms 2023-09-29T16:58:45.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:44.076491+0000 mgr.smithi174.ceothj (mgr.24393) 33 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi174.jonnca 2023-09-29T16:58:45.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:44.081828+0000 mgr.smithi174.ceothj (mgr.24393) 34 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi174.jonnca-rgw 2023-09-29T16:58:45.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:44.225935+0000 mgr.smithi174.ceothj (mgr.24393) 35 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi098.vonnqw 2023-09-29T16:58:45.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.226223+0000 mon.smithi174 (mon.1) 69 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi098.vonnqw"}]: dispatch 2023-09-29T16:58:45.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.226663+0000 mon.smithi098 (mon.0) 806 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi098.vonnqw"}]: dispatch 2023-09-29T16:58:45.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.230030+0000 mon.smithi098 (mon.0) 807 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi098.vonnqw"}]': finished 2023-09-29T16:58:45.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:44.232752+0000 mgr.smithi174.ceothj (mgr.24393) 36 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi098.vonnqw-rgw 2023-09-29T16:58:45.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.232915+0000 mon.smithi174 (mon.1) 70 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi098.vonnqw-rgw"}]: dispatch 2023-09-29T16:58:45.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.233157+0000 mon.smithi098 (mon.0) 808 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi098.vonnqw-rgw"}]: dispatch 2023-09-29T16:58:45.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.237713+0000 mon.smithi098 (mon.0) 809 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi098.vonnqw-rgw"}]': finished 2023-09-29T16:58:45.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.243651+0000 mon.smithi098 (mon.0) 810 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:45.404 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.244450+0000 mon.smithi174 (mon.1) 71 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2023-09-29T16:58:45.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.245041+0000 mgr.smithi174.ceothj (mgr.24393) 37 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2023-09-29T16:58:45.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.277065+0000 mon.smithi174 (mon.1) 72 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' 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 2023-09-29T16:58:45.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.277512+0000 mon.smithi098 (mon.0) 811 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 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 2023-09-29T16:58:45.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.283070+0000 mon.smithi098 (mon.0) 812 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 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 2023-09-29T16:58:45.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:44.287379+0000 mgr.smithi174.ceothj (mgr.24393) 38 : cephadm [INF] Done migrating nfs.foo 2023-09-29T16:58:45.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:44.287438+0000 mgr.smithi174.ceothj (mgr.24393) 39 : cephadm [INF] Done migrating all NFS services 2023-09-29T16:58:45.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.293269+0000 mon.smithi098 (mon.0) 813 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:45.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.300718+0000 mon.smithi098 (mon.0) 814 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:45.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.310122+0000 mon.smithi098 (mon.0) 815 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:45.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.321131+0000 mon.smithi098 (mon.0) 816 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:45.405 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:44.324462+0000 mgr.smithi174.ceothj (mgr.24393) 40 : cephadm [INF] Fencing old nfs.foo.0.0.smithi098.vonnqw 2023-09-29T16:58:45.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.324629+0000 mon.smithi174 (mon.1) 73 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi098.vonnqw"}]: dispatch 2023-09-29T16:58:45.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.324841+0000 mon.smithi098 (mon.0) 817 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi098.vonnqw"}]: dispatch 2023-09-29T16:58:45.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.327947+0000 mon.smithi098 (mon.0) 818 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:45.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:44.330444+0000 mgr.smithi174.ceothj (mgr.24393) 41 : cephadm [INF] Fencing old nfs.foo.1.0.smithi174.jonnca 2023-09-29T16:58:45.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.330582+0000 mon.smithi174 (mon.1) 74 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi174.jonnca"}]: dispatch 2023-09-29T16:58:45.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.330774+0000 mon.smithi098 (mon.0) 819 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi174.jonnca"}]: dispatch 2023-09-29T16:58:45.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.333930+0000 mon.smithi098 (mon.0) 820 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:45.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:44.336531+0000 mgr.smithi174.ceothj (mgr.24393) 42 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi098.oceskk 2023-09-29T16:58:45.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.336709+0000 mon.smithi174 (mon.1) 75 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi098.oceskk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T16:58:45.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.336899+0000 mon.smithi098 (mon.0) 821 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi098.oceskk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T16:58:45.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.339542+0000 mon.smithi098 (mon.0) 822 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi098.oceskk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-29T16:58:45.406 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:44.340282+0000 mgr.smithi174.ceothj (mgr.24393) 43 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-29T16:58:45.407 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.340442+0000 mon.smithi174 (mon.1) 76 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T16:58:45.407 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.340627+0000 mon.smithi098 (mon.0) 823 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T16:58:45.407 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.343359+0000 mon.smithi098 (mon.0) 824 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-29T16:58:45.407 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.344604+0000 mon.smithi174 (mon.1) 77 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:58:45.407 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.385648+0000 mon.smithi174 (mon.1) 78 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T16:58:45.407 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.385922+0000 mon.smithi098 (mon.0) 825 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T16:58:45.407 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.388417+0000 mon.smithi098 (mon.0) 826 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T16:58:45.407 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:44.435094+0000 mgr.smithi174.ceothj (mgr.24393) 44 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-29T16:58:45.407 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:44.435184+0000 mgr.smithi174.ceothj (mgr.24393) 45 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi098.oceskk-rgw 2023-09-29T16:58:45.407 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.435494+0000 mon.smithi174 (mon.1) 79 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi098.oceskk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T16:58:45.407 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.435851+0000 mon.smithi098 (mon.0) 827 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi098.oceskk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T16:58:45.408 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.438635+0000 mon.smithi098 (mon.0) 828 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi098.oceskk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-29T16:58:45.408 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:44.440114+0000 mgr.smithi174.ceothj (mgr.24393) 46 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi098.oceskk's ganesha conf is defaulting to empty 2023-09-29T16:58:45.408 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:44.445528+0000 mon.smithi174 (mon.1) 80 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:58:45.408 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:44.446685+0000 mgr.smithi174.ceothj (mgr.24393) 47 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi098.oceskk on smithi098 2023-09-29T16:58:45.408 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:45 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:44.990952+0000 mgr.smithi174.ceothj (mgr.24393) 48 : cluster [DBG] pgmap v17: 129 pgs: 32 creating+peering, 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 8.9 MiB/s wr, 829 op/s 2023-09-29T16:58:45.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:44.076491+0000 mgr.smithi174.ceothj (mgr.24393) 33 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi174.jonnca 2023-09-29T16:58:45.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:44.081828+0000 mgr.smithi174.ceothj (mgr.24393) 34 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi174.jonnca-rgw 2023-09-29T16:58:45.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:44.225935+0000 mgr.smithi174.ceothj (mgr.24393) 35 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi098.vonnqw 2023-09-29T16:58:45.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.226223+0000 mon.smithi174 (mon.1) 69 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi098.vonnqw"}]: dispatch 2023-09-29T16:58:45.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.226663+0000 mon.smithi098 (mon.0) 806 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi098.vonnqw"}]: dispatch 2023-09-29T16:58:45.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.230030+0000 mon.smithi098 (mon.0) 807 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi098.vonnqw"}]': finished 2023-09-29T16:58:45.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:44.232752+0000 mgr.smithi174.ceothj (mgr.24393) 36 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi098.vonnqw-rgw 2023-09-29T16:58:45.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.232915+0000 mon.smithi174 (mon.1) 70 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi098.vonnqw-rgw"}]: dispatch 2023-09-29T16:58:45.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.233157+0000 mon.smithi098 (mon.0) 808 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi098.vonnqw-rgw"}]: dispatch 2023-09-29T16:58:45.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.237713+0000 mon.smithi098 (mon.0) 809 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi098.vonnqw-rgw"}]': finished 2023-09-29T16:58:45.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.243651+0000 mon.smithi098 (mon.0) 810 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:45.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.244450+0000 mon.smithi174 (mon.1) 71 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2023-09-29T16:58:45.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.245041+0000 mgr.smithi174.ceothj (mgr.24393) 37 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2023-09-29T16:58:45.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.277065+0000 mon.smithi174 (mon.1) 72 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' 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 2023-09-29T16:58:45.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.277512+0000 mon.smithi098 (mon.0) 811 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 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 2023-09-29T16:58:45.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.283070+0000 mon.smithi098 (mon.0) 812 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 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 2023-09-29T16:58:45.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:44.287379+0000 mgr.smithi174.ceothj (mgr.24393) 38 : cephadm [INF] Done migrating nfs.foo 2023-09-29T16:58:45.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:44.287438+0000 mgr.smithi174.ceothj (mgr.24393) 39 : cephadm [INF] Done migrating all NFS services 2023-09-29T16:58:45.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.293269+0000 mon.smithi098 (mon.0) 813 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:45.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.300718+0000 mon.smithi098 (mon.0) 814 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:45.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.310122+0000 mon.smithi098 (mon.0) 815 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:45.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.321131+0000 mon.smithi098 (mon.0) 816 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:45.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:44.324462+0000 mgr.smithi174.ceothj (mgr.24393) 40 : cephadm [INF] Fencing old nfs.foo.0.0.smithi098.vonnqw 2023-09-29T16:58:45.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.324629+0000 mon.smithi174 (mon.1) 73 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi098.vonnqw"}]: dispatch 2023-09-29T16:58:45.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.324841+0000 mon.smithi098 (mon.0) 817 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi098.vonnqw"}]: dispatch 2023-09-29T16:58:45.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.327947+0000 mon.smithi098 (mon.0) 818 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:45.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:44.330444+0000 mgr.smithi174.ceothj (mgr.24393) 41 : cephadm [INF] Fencing old nfs.foo.1.0.smithi174.jonnca 2023-09-29T16:58:45.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.330582+0000 mon.smithi174 (mon.1) 74 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi174.jonnca"}]: dispatch 2023-09-29T16:58:45.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.330774+0000 mon.smithi098 (mon.0) 819 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi174.jonnca"}]: dispatch 2023-09-29T16:58:45.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.333930+0000 mon.smithi098 (mon.0) 820 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:45.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:44.336531+0000 mgr.smithi174.ceothj (mgr.24393) 42 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi098.oceskk 2023-09-29T16:58:45.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.336709+0000 mon.smithi174 (mon.1) 75 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi098.oceskk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T16:58:45.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.336899+0000 mon.smithi098 (mon.0) 821 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi098.oceskk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T16:58:45.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.339542+0000 mon.smithi098 (mon.0) 822 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi098.oceskk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-29T16:58:45.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:44.340282+0000 mgr.smithi174.ceothj (mgr.24393) 43 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-29T16:58:45.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.340442+0000 mon.smithi174 (mon.1) 76 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T16:58:45.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.340627+0000 mon.smithi098 (mon.0) 823 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T16:58:45.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.343359+0000 mon.smithi098 (mon.0) 824 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-29T16:58:45.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.344604+0000 mon.smithi174 (mon.1) 77 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:58:45.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.385648+0000 mon.smithi174 (mon.1) 78 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T16:58:45.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.385922+0000 mon.smithi098 (mon.0) 825 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T16:58:45.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.388417+0000 mon.smithi098 (mon.0) 826 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T16:58:45.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:44.435094+0000 mgr.smithi174.ceothj (mgr.24393) 44 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-29T16:58:45.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:44.435184+0000 mgr.smithi174.ceothj (mgr.24393) 45 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi098.oceskk-rgw 2023-09-29T16:58:45.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.435494+0000 mon.smithi174 (mon.1) 79 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi098.oceskk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T16:58:45.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.435851+0000 mon.smithi098 (mon.0) 827 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi098.oceskk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T16:58:45.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.438635+0000 mon.smithi098 (mon.0) 828 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi098.oceskk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-29T16:58:45.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:44.440114+0000 mgr.smithi174.ceothj (mgr.24393) 46 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi098.oceskk's ganesha conf is defaulting to empty 2023-09-29T16:58:45.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:44.445528+0000 mon.smithi174 (mon.1) 80 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:58:45.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:44.446685+0000 mgr.smithi174.ceothj (mgr.24393) 47 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi098.oceskk on smithi098 2023-09-29T16:58:45.458 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:44.990952+0000 mgr.smithi174.ceothj (mgr.24393) 48 : cluster [DBG] pgmap v17: 129 pgs: 32 creating+peering, 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 8.9 MiB/s wr, 829 op/s 2023-09-29T16:58:46.179 INFO:teuthology.orchestra.run.smithi098.stdout: 5 83185 22.79 MB/sec warmup 102 sec latency 2519.316 ms 2023-09-29T16:58:46.559 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:45.449373+0000 mon.smithi098 (mon.0) 829 : cluster [DBG] mgrmap e26: smithi174.ceothj(active, since 18s), standbys: smithi098.saehjc 2023-09-29T16:58:46.702 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:45.449373+0000 mon.smithi098 (mon.0) 829 : cluster [DBG] mgrmap e26: smithi174.ceothj(active, since 18s), standbys: smithi098.saehjc 2023-09-29T16:58:47.179 INFO:teuthology.orchestra.run.smithi098.stdout: 5 83185 22.57 MB/sec warmup 103 sec latency 3519.390 ms 2023-09-29T16:58:48.179 INFO:teuthology.orchestra.run.smithi098.stdout: 5 83185 22.35 MB/sec warmup 104 sec latency 4519.449 ms 2023-09-29T16:58:48.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:46.750750+0000 mon.smithi098 (mon.0) 830 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:48.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:46.758689+0000 mon.smithi098 (mon.0) 831 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:48.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:46.771207+0000 mon.smithi098 (mon.0) 832 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:48.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:46.772204+0000 mgr.smithi174.ceothj (mgr.24393) 49 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi174.xjpwho 2023-09-29T16:58:48.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:46.772446+0000 mon.smithi174 (mon.1) 81 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi174.xjpwho", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T16:58:48.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:46.772699+0000 mon.smithi098 (mon.0) 833 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi174.xjpwho", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T16:58:48.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:46.777566+0000 mon.smithi098 (mon.0) 834 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi174.xjpwho", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-29T16:58:48.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:46.778873+0000 mgr.smithi174.ceothj (mgr.24393) 50 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-29T16:58:48.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:46.779130+0000 mon.smithi174 (mon.1) 82 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T16:58:48.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:46.779496+0000 mon.smithi098 (mon.0) 835 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T16:58:48.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:46.784201+0000 mon.smithi098 (mon.0) 836 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-29T16:58:48.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:46.785945+0000 mon.smithi174 (mon.1) 83 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:58:48.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:46.991468+0000 mgr.smithi174.ceothj (mgr.24393) 51 : cluster [DBG] pgmap v18: 129 pgs: 32 creating+peering, 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 8.9 MiB/s wr, 829 op/s 2023-09-29T16:58:48.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:46.750750+0000 mon.smithi098 (mon.0) 830 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:48.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:46.758689+0000 mon.smithi098 (mon.0) 831 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:48.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:46.771207+0000 mon.smithi098 (mon.0) 832 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:48.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:46.772204+0000 mgr.smithi174.ceothj (mgr.24393) 49 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi174.xjpwho 2023-09-29T16:58:48.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:46.772446+0000 mon.smithi174 (mon.1) 81 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi174.xjpwho", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T16:58:48.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:46.772699+0000 mon.smithi098 (mon.0) 833 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi174.xjpwho", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T16:58:48.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:46.777566+0000 mon.smithi098 (mon.0) 834 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi174.xjpwho", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-29T16:58:48.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:46.778873+0000 mgr.smithi174.ceothj (mgr.24393) 50 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-29T16:58:48.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:46.779130+0000 mon.smithi174 (mon.1) 82 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T16:58:48.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:46.779496+0000 mon.smithi098 (mon.0) 835 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T16:58:48.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:46.784201+0000 mon.smithi098 (mon.0) 836 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-29T16:58:48.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:46.785945+0000 mon.smithi174 (mon.1) 83 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:58:48.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:47 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:46.991468+0000 mgr.smithi174.ceothj (mgr.24393) 51 : cluster [DBG] pgmap v18: 129 pgs: 32 creating+peering, 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 8.9 MiB/s wr, 829 op/s 2023-09-29T16:58:49.180 INFO:teuthology.orchestra.run.smithi098.stdout: 5 83185 22.14 MB/sec warmup 105 sec latency 5519.564 ms 2023-09-29T16:58:49.921 INFO:teuthology.orchestra.run.smithi098.stdout:[82600] open ./clients/client0/~dmtmp/PWRPNT/NEWTIPS.PPT failed for handle 10566 (Stale file handle) 2023-09-29T16:58:49.921 INFO:teuthology.orchestra.run.smithi098.stdout:(82601) ERROR: handle 10566 was not found 2023-09-29T16:58:49.921 INFO:teuthology.orchestra.run.smithi098.stdout:[84056] write failed on handle 10870 (Bad file descriptor) 2023-09-29T16:58:49.921 INFO:teuthology.orchestra.run.smithi098.stdout:Child failed with status 1 2023-09-29T16:58:49.921 INFO:teuthology.orchestra.run.smithi098.stdout:[83174] open ./clients/client3/~dmtmp/PARADOX/COURSES.VAL failed for handle 10674 (Stale file handle) 2023-09-29T16:58:49.921 INFO:teuthology.orchestra.run.smithi098.stdout:(83175) ERROR: handle 10674 was not found 2023-09-29T16:58:49.922 INFO:teuthology.orchestra.run.smithi098.stdout:[83193] unlink ./clients/client1/~dmtmp/PARADOX/__3F2C4.DB failed (Stale file handle) - expected NT_STATUS_OK 2023-09-29T16:58:49.922 INFO:teuthology.orchestra.run.smithi098.stdout:ERROR: child 1 failed at line 83193 2023-09-29T16:58:49.923 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-09-29T16:58:49.950 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:49 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:48.992310+0000 mgr.smithi174.ceothj (mgr.24393) 52 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 316 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 8.5 MiB/s wr, 849 op/s 2023-09-29T16:58:49.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:48.992310+0000 mgr.smithi174.ceothj (mgr.24393) 52 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 316 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 8.5 MiB/s wr, 849 op/s 2023-09-29T16:58:49.986 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-09-29T16:58:50.156 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T16:58:50.885 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:49.717526+0000 mon.smithi174 (mon.1) 84 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T16:58:50.885 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:49.718002+0000 mon.smithi098 (mon.0) 837 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T16:58:50.885 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:49.722766+0000 mon.smithi098 (mon.0) 838 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T16:58:50.885 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:49.730221+0000 mds.foofs.smithi174.udpasg (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14548 (172.21.15.98:0/1604466600) 2023-09-29T16:58:50.885 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:49.730510+0000 mon.smithi174 (mon.1) 85 : audit [INF] from='mds.? [v2:172.21.15.174:6832/1900375554,v1:172.21.15.174:6833/1900375554]' entity='mds.foofs.smithi174.udpasg' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.98:0/1604466600"}]: dispatch 2023-09-29T16:58:50.886 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:49.730986+0000 mon.smithi098 (mon.0) 839 : audit [INF] from='mds.? ' entity='mds.foofs.smithi174.udpasg' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.98:0/1604466600"}]: dispatch 2023-09-29T16:58:50.886 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:49.733373+0000 mds.foofs.smithi174.udpasg (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14698 172.21.15.98:0/3026270372) 2023-09-29T16:58:50.886 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:49.775407+0000 mgr.smithi174.ceothj (mgr.24393) 53 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-29T16:58:50.886 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:49.775505+0000 mgr.smithi174.ceothj (mgr.24393) 54 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi174.xjpwho-rgw 2023-09-29T16:58:50.886 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:49.775904+0000 mon.smithi174 (mon.1) 86 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi174.xjpwho-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T16:58:50.886 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:49.776472+0000 mon.smithi098 (mon.0) 840 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi174.xjpwho-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T16:58:50.886 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:49.780213+0000 mon.smithi098 (mon.0) 841 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi174.xjpwho-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-29T16:58:50.886 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:49.780949+0000 mgr.smithi174.ceothj (mgr.24393) 55 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi174.xjpwho's ganesha conf is defaulting to empty 2023-09-29T16:58:50.886 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:49.781474+0000 mon.smithi174 (mon.1) 87 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:58:50.886 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:49.782570+0000 mgr.smithi174.ceothj (mgr.24393) 56 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi174.xjpwho on smithi174 2023-09-29T16:58:50.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:49.717526+0000 mon.smithi174 (mon.1) 84 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T16:58:50.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:49.718002+0000 mon.smithi098 (mon.0) 837 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T16:58:50.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:49.722766+0000 mon.smithi098 (mon.0) 838 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T16:58:50.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:49.730221+0000 mds.foofs.smithi174.udpasg (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14548 (172.21.15.98:0/1604466600) 2023-09-29T16:58:50.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:49.730510+0000 mon.smithi174 (mon.1) 85 : audit [INF] from='mds.? [v2:172.21.15.174:6832/1900375554,v1:172.21.15.174:6833/1900375554]' entity='mds.foofs.smithi174.udpasg' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.98:0/1604466600"}]: dispatch 2023-09-29T16:58:50.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:49.730986+0000 mon.smithi098 (mon.0) 839 : audit [INF] from='mds.? ' entity='mds.foofs.smithi174.udpasg' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.98:0/1604466600"}]: dispatch 2023-09-29T16:58:50.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:49.733373+0000 mds.foofs.smithi174.udpasg (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14698 172.21.15.98:0/3026270372) 2023-09-29T16:58:50.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:49.775407+0000 mgr.smithi174.ceothj (mgr.24393) 53 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-29T16:58:50.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:49.775505+0000 mgr.smithi174.ceothj (mgr.24393) 54 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi174.xjpwho-rgw 2023-09-29T16:58:50.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:49.775904+0000 mon.smithi174 (mon.1) 86 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi174.xjpwho-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T16:58:50.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:49.776472+0000 mon.smithi098 (mon.0) 840 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi174.xjpwho-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T16:58:50.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:49.780213+0000 mon.smithi098 (mon.0) 841 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi174.xjpwho-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-29T16:58:50.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:49.780949+0000 mgr.smithi174.ceothj (mgr.24393) 55 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi174.xjpwho's ganesha conf is defaulting to empty 2023-09-29T16:58:50.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:49.781474+0000 mon.smithi174 (mon.1) 87 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:58:50.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:49.782570+0000 mgr.smithi174.ceothj (mgr.24393) 56 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi174.xjpwho on smithi174 2023-09-29T16:58:52.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:50.723720+0000 mon.smithi098 (mon.0) 842 : audit [INF] from='mds.? ' entity='mds.foofs.smithi174.udpasg' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.98:0/1604466600"}]': finished 2023-09-29T16:58:52.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:50.723799+0000 mon.smithi098 (mon.0) 843 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-09-29T16:58:52.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:50.992687+0000 mgr.smithi174.ceothj (mgr.24393) 57 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 316 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 670 KiB/s wr, 109 op/s 2023-09-29T16:58:52.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:51.421840+0000 mon.smithi098 (mon.0) 844 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:52.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:51.428908+0000 mon.smithi098 (mon.0) 845 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:52.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:51.459809+0000 mon.smithi098 (mon.0) 846 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:52.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:51.466208+0000 mon.smithi098 (mon.0) 847 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:52.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:51.595651+0000 mon.smithi174 (mon.1) 88 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:58:52.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:51 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:50.723720+0000 mon.smithi098 (mon.0) 842 : audit [INF] from='mds.? ' entity='mds.foofs.smithi174.udpasg' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.98:0/1604466600"}]': finished 2023-09-29T16:58:52.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:51 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:50.723799+0000 mon.smithi098 (mon.0) 843 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-09-29T16:58:52.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:51 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:50.992687+0000 mgr.smithi174.ceothj (mgr.24393) 57 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 316 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 670 KiB/s wr, 109 op/s 2023-09-29T16:58:52.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:51 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:51.421840+0000 mon.smithi098 (mon.0) 844 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:52.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:51 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:51.428908+0000 mon.smithi098 (mon.0) 845 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:52.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:51 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:51.459809+0000 mon.smithi098 (mon.0) 846 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:52.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:51 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:51.466208+0000 mon.smithi098 (mon.0) 847 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:52.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:51 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:51.595651+0000 mon.smithi174 (mon.1) 88 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T16:58:53.450 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:53 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:52.178614+0000 mon.smithi098 (mon.0) 848 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:53.450 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:53 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:52.993080+0000 mgr.smithi174.ceothj (mgr.24393) 58 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 316 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8 KiB/s rd, 595 KiB/s wr, 97 op/s 2023-09-29T16:58:53.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:52.178614+0000 mon.smithi098 (mon.0) 848 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:53.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:52.993080+0000 mgr.smithi174.ceothj (mgr.24393) 58 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 316 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8 KiB/s rd, 595 KiB/s wr, 97 op/s 2023-09-29T16:58:55.187 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T16:58:55.702 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:55 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:54.379143+0000 mon.smithi098 (mon.0) 849 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:55.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:55 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:54.384387+0000 mon.smithi098 (mon.0) 850 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:55.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:55 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:54.993856+0000 mgr.smithi174.ceothj (mgr.24393) 59 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 621 KiB/s wr, 109 op/s 2023-09-29T16:58:55.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:54.379143+0000 mon.smithi098 (mon.0) 849 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:55.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:54.384387+0000 mon.smithi098 (mon.0) 850 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:55.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:55 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:54.993856+0000 mgr.smithi174.ceothj (mgr.24393) 59 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 621 KiB/s wr, 109 op/s 2023-09-29T16:58:56.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:55.478879+0000 mon.smithi098 (mon.0) 851 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:56.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:55.484958+0000 mon.smithi098 (mon.0) 852 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:56.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:55.486841+0000 mon.smithi174 (mon.1) 89 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:58:56.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:55.487622+0000 mon.smithi174 (mon.1) 90 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:58:56.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:55.492190+0000 mon.smithi098 (mon.0) 853 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:56.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:55.501326+0000 mon.smithi098 (mon.0) 854 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:56.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:55.631641+0000 mgr.smithi174.ceothj (mgr.24393) 60 : cephadm [INF] Reconfiguring prometheus.smithi098 (dependencies changed)... 2023-09-29T16:58:56.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T16:58:55.641554+0000 mgr.smithi174.ceothj (mgr.24393) 61 : cephadm [INF] Reconfiguring daemon prometheus.smithi098 on smithi098 2023-09-29T16:58:56.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:55.478879+0000 mon.smithi098 (mon.0) 851 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:56.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:55.484958+0000 mon.smithi098 (mon.0) 852 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:56.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:55.486841+0000 mon.smithi174 (mon.1) 89 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T16:58:56.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:55.487622+0000 mon.smithi174 (mon.1) 90 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T16:58:56.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:55.492190+0000 mon.smithi098 (mon.0) 853 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:56.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:55.501326+0000 mon.smithi098 (mon.0) 854 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:56.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:55.631641+0000 mgr.smithi174.ceothj (mgr.24393) 60 : cephadm [INF] Reconfiguring prometheus.smithi098 (dependencies changed)... 2023-09-29T16:58:56.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T16:58:55.641554+0000 mgr.smithi174.ceothj (mgr.24393) 61 : cephadm [INF] Reconfiguring daemon prometheus.smithi098 on smithi098 2023-09-29T16:58:57.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:56.994454+0000 mgr.smithi174.ceothj (mgr.24393) 62 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 621 KiB/s wr, 109 op/s 2023-09-29T16:58:57.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:57.188864+0000 mon.smithi098 (mon.0) 855 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:57.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:57.196404+0000 mon.smithi174 (mon.1) 91 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T16:58:57.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:57.397808+0000 mon.smithi174 (mon.1) 92 : audit [INF] from='mds.? [v2:172.21.15.174:6832/1900375554,v1:172.21.15.174:6833/1900375554]' entity='mds.foofs.smithi174.udpasg' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.174:0/1395726872"}]: dispatch 2023-09-29T16:58:57.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:57.398384+0000 mon.smithi098 (mon.0) 856 : audit [INF] from='mds.? ' entity='mds.foofs.smithi174.udpasg' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.174:0/1395726872"}]: dispatch 2023-09-29T16:58:57.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:56.994454+0000 mgr.smithi174.ceothj (mgr.24393) 62 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 621 KiB/s wr, 109 op/s 2023-09-29T16:58:57.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:57.188864+0000 mon.smithi098 (mon.0) 855 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T16:58:57.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:57.196404+0000 mon.smithi174 (mon.1) 91 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T16:58:57.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:57.397808+0000 mon.smithi174 (mon.1) 92 : audit [INF] from='mds.? [v2:172.21.15.174:6832/1900375554,v1:172.21.15.174:6833/1900375554]' entity='mds.foofs.smithi174.udpasg' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.174:0/1395726872"}]: dispatch 2023-09-29T16:58:57.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:57.398384+0000 mon.smithi098 (mon.0) 856 : audit [INF] from='mds.? ' entity='mds.foofs.smithi174.udpasg' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.174:0/1395726872"}]: dispatch 2023-09-29T16:58:58.406 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T16:58:58.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:57.397541+0000 mds.foofs.smithi174.udpasg (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 14572 (172.21.15.174:0/1395726872) 2023-09-29T16:58:58.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:57.400575+0000 mds.foofs.smithi174.udpasg (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.14716 172.21.15.174:0/916073134) 2023-09-29T16:58:58.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:58.190811+0000 mon.smithi098 (mon.0) 857 : audit [INF] from='mds.? ' entity='mds.foofs.smithi174.udpasg' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.174:0/1395726872"}]': finished 2023-09-29T16:58:58.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:58.190879+0000 mon.smithi098 (mon.0) 858 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-09-29T16:58:58.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:57.397541+0000 mds.foofs.smithi174.udpasg (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 14572 (172.21.15.174:0/1395726872) 2023-09-29T16:58:58.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:57.400575+0000 mds.foofs.smithi174.udpasg (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.14716 172.21.15.174:0/916073134) 2023-09-29T16:58:58.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:58.190811+0000 mon.smithi098 (mon.0) 857 : audit [INF] from='mds.? ' entity='mds.foofs.smithi174.udpasg' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.174:0/1395726872"}]': finished 2023-09-29T16:58:58.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:58.190879+0000 mon.smithi098 (mon.0) 858 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-09-29T16:58:59.130 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T16:58:59.130 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (4m) 3s ago 5m 24.2M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T16:58:59.131 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (5m) 3s ago 5m 7000k - 16.2.5 6933c2a0b7dd a910a20a10aa 2023-09-29T16:58:59.131 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (5m) 4s ago 5m 7163k - 16.2.5 6933c2a0b7dd 1a5ecaee4186 2023-09-29T16:58:59.131 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (4m) 3s ago 5m 40.5M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T16:58:59.131 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (2m) 3s ago 2m 13.9M - 16.2.5 6933c2a0b7dd 34f81c40f041 2023-09-29T16:58:59.131 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (2m) 4s ago 2m 42.8M - 16.2.5 6933c2a0b7dd 45f595b8d0ed 2023-09-29T16:58:59.131 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:9283 running (6m) 3s ago 6m 388M - 16.2.5 6933c2a0b7dd 0ccce2f25903 2023-09-29T16:58:59.131 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (41s) 4s ago 5m 492M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 41156be3438a 2023-09-29T16:58:59.131 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (6m) 3s ago 6m 116M 2048M 16.2.5 6933c2a0b7dd e5e5be17f7bc 2023-09-29T16:58:59.131 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (5m) 4s ago 5m 76.6M 2048M 16.2.5 6933c2a0b7dd 3b3a670a7713 2023-09-29T16:58:59.131 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 running (12s) 3s ago 12s 50.4M - 3.5 6933c2a0b7dd 3245936c6837 2023-09-29T16:58:59.131 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (8s) 4s ago 7s 20.8M - 3.5 6933c2a0b7dd 68a450073ccd 2023-09-29T16:58:59.132 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (5m) 3s ago 5m 18.3M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T16:58:59.132 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (5m) 4s ago 5m 18.1M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T16:58:59.132 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (4m) 3s ago 4m 1156M 1942M 16.2.5 6933c2a0b7dd 3e44bcc8bd5c 2023-09-29T16:58:59.132 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (4m) 3s ago 4m 1024M 1942M 16.2.5 6933c2a0b7dd 2530dfd11b82 2023-09-29T16:58:59.132 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (4m) 3s ago 4m 737M 1942M 16.2.5 6933c2a0b7dd 6cd552880e58 2023-09-29T16:58:59.132 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (3m) 3s ago 3m 1076M 1942M 16.2.5 6933c2a0b7dd 7c95a892ae74 2023-09-29T16:58:59.132 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (3m) 4s ago 3m 1067M 2710M 16.2.5 6933c2a0b7dd 56fd513ec204 2023-09-29T16:58:59.132 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (3m) 4s ago 3m 1302M 2710M 16.2.5 6933c2a0b7dd d6f476ff7a82 2023-09-29T16:58:59.132 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (3m) 4s ago 3m 1038M 2710M 16.2.5 6933c2a0b7dd 27d66cd3936c 2023-09-29T16:58:59.132 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (3m) 4s ago 3m 1582M 2710M 16.2.5 6933c2a0b7dd 70b16eb57dc0 2023-09-29T16:58:59.132 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (4m) 3s ago 5m 45.7M - 2.18.1 de242295e225 439b3b9f65db 2023-09-29T16:58:59.528 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T16:58:59.529 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T16:58:59.529 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T16:58:59.529 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T16:58:59.529 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T16:58:59.529 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-29T16:58:59.529 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T16:58:59.529 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T16:58:59.529 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T16:58:59.529 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-29T16:58:59.529 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T16:58:59.529 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T16:58:59.529 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T16:58:59.530 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T16:58:59.530 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T16:58:59.530 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-29T16:58:59.530 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T16:58:59.530 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T16:58:59.530 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T16:58:59.873 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T16:58:59.873 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T16:58:59.874 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T16:58:59.874 INFO:teuthology.orchestra.run.smithi098.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T16:58:59.874 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [], 2023-09-29T16:58:59.874 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "1/23 daemons upgraded", 2023-09-29T16:58:59.874 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "", 2023-09-29T16:58:59.874 INFO:teuthology.orchestra.run.smithi098.stdout: "is_paused": false 2023-09-29T16:58:59.874 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T16:58:59.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:58.391614+0000 mgr.smithi174.ceothj (mgr.24393) 63 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:58:59.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:58.784919+0000 mgr.smithi174.ceothj (mgr.24393) 64 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:58:59.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:58:58.995014+0000 mgr.smithi174.ceothj (mgr.24393) 65 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 120 KiB/s wr, 31 op/s 2023-09-29T16:58:59.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:58:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:59.529502+0000 mon.smithi098 (mon.0) 859 : audit [DBG] from='client.? 172.21.15.98:0/2781548418' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T16:58:59.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:58.391614+0000 mgr.smithi174.ceothj (mgr.24393) 63 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:58:59.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:58.784919+0000 mgr.smithi174.ceothj (mgr.24393) 64 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:58:59.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:58:58.995014+0000 mgr.smithi174.ceothj (mgr.24393) 65 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 120 KiB/s wr, 31 op/s 2023-09-29T16:58:59.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:58:59 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:59.529502+0000 mon.smithi098 (mon.0) 859 : audit [DBG] from='client.? 172.21.15.98:0/2781548418' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T16:59:00.227 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T16:59:00.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:59.119958+0000 mgr.smithi174.ceothj (mgr.24393) 66 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:59:00.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:58:59.873924+0000 mgr.smithi174.ceothj (mgr.24393) 67 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:59:00.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:59.119958+0000 mgr.smithi174.ceothj (mgr.24393) 66 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:59:00.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:58:59.873924+0000 mgr.smithi174.ceothj (mgr.24393) 67 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:59:02.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:00.995568+0000 mgr.smithi174.ceothj (mgr.24393) 68 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 99 KiB/s wr, 26 op/s 2023-09-29T16:59:02.959 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:00.995568+0000 mgr.smithi174.ceothj (mgr.24393) 68 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 99 KiB/s wr, 26 op/s 2023-09-29T16:59:04.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:02.996169+0000 mgr.smithi174.ceothj (mgr.24393) 69 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 99 KiB/s wr, 26 op/s 2023-09-29T16:59:04.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:02.996169+0000 mgr.smithi174.ceothj (mgr.24393) 69 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 99 KiB/s wr, 26 op/s 2023-09-29T16:59:05.288 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T16:59:06.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:06 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:04.996689+0000 mgr.smithi174.ceothj (mgr.24393) 70 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 307 B/s rd, 5.3 KiB/s wr, 3 op/s 2023-09-29T16:59:06.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:06 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:04.996689+0000 mgr.smithi174.ceothj (mgr.24393) 70 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 307 B/s rd, 5.3 KiB/s wr, 3 op/s 2023-09-29T16:59:08.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:06.997080+0000 mgr.smithi174.ceothj (mgr.24393) 71 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 307 B/s rd, 5.3 KiB/s wr, 3 op/s 2023-09-29T16:59:08.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:06.997080+0000 mgr.smithi174.ceothj (mgr.24393) 71 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 307 B/s rd, 5.3 KiB/s wr, 3 op/s 2023-09-29T16:59:10.325 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T16:59:10.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:10 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:08.997836+0000 mgr.smithi174.ceothj (mgr.24393) 72 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 473 B/s wr, 0 op/s 2023-09-29T16:59:10.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:08.997836+0000 mgr.smithi174.ceothj (mgr.24393) 72 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 473 B/s wr, 0 op/s 2023-09-29T16:59:12.959 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:10.998385+0000 mgr.smithi174.ceothj (mgr.24393) 73 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T16:59:12.960 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:59:12.196703+0000 mon.smithi174 (mon.1) 93 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T16:59:13.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:10.998385+0000 mgr.smithi174.ceothj (mgr.24393) 73 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T16:59:13.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:59:12.196703+0000 mon.smithi174 (mon.1) 93 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T16:59:14.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:12.998995+0000 mgr.smithi174.ceothj (mgr.24393) 74 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T16:59:15.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:14 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:12.998995+0000 mgr.smithi174.ceothj (mgr.24393) 74 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T16:59:15.359 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T16:59:16.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:14.999791+0000 mgr.smithi174.ceothj (mgr.24393) 75 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T16:59:17.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:14.999791+0000 mgr.smithi174.ceothj (mgr.24393) 75 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T16:59:18.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:17.000446+0000 mgr.smithi174.ceothj (mgr.24393) 76 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-29T16:59:19.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:18 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:17.000446+0000 mgr.smithi174.ceothj (mgr.24393) 76 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-29T16:59:20.413 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T16:59:20.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:20 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:19.001228+0000 mgr.smithi174.ceothj (mgr.24393) 77 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T16:59:21.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:20 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:19.001228+0000 mgr.smithi174.ceothj (mgr.24393) 77 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T16:59:22.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:21.001613+0000 mgr.smithi174.ceothj (mgr.24393) 78 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:23.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:22 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:21.001613+0000 mgr.smithi174.ceothj (mgr.24393) 78 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:25.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:23.002316+0000 mgr.smithi174.ceothj (mgr.24393) 79 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:25.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:23.002316+0000 mgr.smithi174.ceothj (mgr.24393) 79 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:25.450 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T16:59:27.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:25.003025+0000 mgr.smithi174.ceothj (mgr.24393) 80 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T16:59:27.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:25.003025+0000 mgr.smithi174.ceothj (mgr.24393) 80 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T16:59:28.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:27 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:59:27.197188+0000 mon.smithi174 (mon.1) 94 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T16:59:28.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:59:27.197188+0000 mon.smithi174 (mon.1) 94 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T16:59:29.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:27.003566+0000 mgr.smithi174.ceothj (mgr.24393) 81 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:29.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:28 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:27.003566+0000 mgr.smithi174.ceothj (mgr.24393) 81 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:30.212 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T16:59:30.483 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T16:59:30.823 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T16:59:30.823 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (5m) 35s ago 6m 24.2M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T16:59:30.823 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (6m) 35s ago 6m 7000k - 16.2.5 6933c2a0b7dd a910a20a10aa 2023-09-29T16:59:30.824 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (5m) 36s ago 5m 7163k - 16.2.5 6933c2a0b7dd 1a5ecaee4186 2023-09-29T16:59:30.824 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (5m) 35s ago 5m 40.5M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T16:59:30.824 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (2m) 35s ago 2m 13.9M - 16.2.5 6933c2a0b7dd 34f81c40f041 2023-09-29T16:59:30.824 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (2m) 36s ago 2m 42.8M - 16.2.5 6933c2a0b7dd 45f595b8d0ed 2023-09-29T16:59:30.824 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:9283 running (7m) 35s ago 7m 388M - 16.2.5 6933c2a0b7dd 0ccce2f25903 2023-09-29T16:59:30.824 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (73s) 36s ago 5m 492M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 41156be3438a 2023-09-29T16:59:30.824 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (7m) 35s ago 7m 116M 2048M 16.2.5 6933c2a0b7dd e5e5be17f7bc 2023-09-29T16:59:30.824 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (5m) 36s ago 5m 76.6M 2048M 16.2.5 6933c2a0b7dd 3b3a670a7713 2023-09-29T16:59:30.824 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 running (44s) 35s ago 44s 50.4M - 3.5 6933c2a0b7dd 3245936c6837 2023-09-29T16:59:30.824 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (39s) 36s ago 39s 20.8M - 3.5 6933c2a0b7dd 68a450073ccd 2023-09-29T16:59:30.824 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (5m) 35s ago 5m 18.3M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T16:59:30.824 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (5m) 36s ago 5m 18.1M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T16:59:30.825 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (5m) 35s ago 5m 1156M 1942M 16.2.5 6933c2a0b7dd 3e44bcc8bd5c 2023-09-29T16:59:30.825 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (4m) 35s ago 4m 1024M 1942M 16.2.5 6933c2a0b7dd 2530dfd11b82 2023-09-29T16:59:30.825 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (4m) 35s ago 4m 737M 1942M 16.2.5 6933c2a0b7dd 6cd552880e58 2023-09-29T16:59:30.825 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (4m) 35s ago 4m 1076M 1942M 16.2.5 6933c2a0b7dd 7c95a892ae74 2023-09-29T16:59:30.825 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (4m) 36s ago 4m 1067M 2710M 16.2.5 6933c2a0b7dd 56fd513ec204 2023-09-29T16:59:30.825 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (4m) 36s ago 4m 1302M 2710M 16.2.5 6933c2a0b7dd d6f476ff7a82 2023-09-29T16:59:30.825 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (3m) 36s ago 3m 1038M 2710M 16.2.5 6933c2a0b7dd 27d66cd3936c 2023-09-29T16:59:30.825 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (3m) 36s ago 3m 1582M 2710M 16.2.5 6933c2a0b7dd 70b16eb57dc0 2023-09-29T16:59:30.825 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (5m) 35s ago 5m 45.7M - 2.18.1 de242295e225 439b3b9f65db 2023-09-29T16:59:31.184 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T16:59:31.185 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T16:59:31.185 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T16:59:31.185 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T16:59:31.185 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T16:59:31.185 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-29T16:59:31.185 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T16:59:31.185 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T16:59:31.185 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T16:59:31.185 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-29T16:59:31.185 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T16:59:31.185 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T16:59:31.186 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T16:59:31.186 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T16:59:31.186 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T16:59:31.186 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-29T16:59:31.186 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T16:59:31.186 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T16:59:31.186 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T16:59:31.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:30 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:29.004498+0000 mgr.smithi174.ceothj (mgr.24393) 82 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T16:59:31.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:30 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:29.004498+0000 mgr.smithi174.ceothj (mgr.24393) 82 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T16:59:31.489 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T16:59:31.489 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T16:59:31.489 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T16:59:31.489 INFO:teuthology.orchestra.run.smithi098.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T16:59:31.490 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [], 2023-09-29T16:59:31.490 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "1/23 daemons upgraded", 2023-09-29T16:59:31.490 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "", 2023-09-29T16:59:31.490 INFO:teuthology.orchestra.run.smithi098.stdout: "is_paused": false 2023-09-29T16:59:31.490 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T16:59:31.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:31 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:59:30.199464+0000 mgr.smithi174.ceothj (mgr.24393) 83 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:59:31.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:31 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:59:30.515167+0000 mgr.smithi174.ceothj (mgr.24393) 84 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:59:31.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:31 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:59:30.813364+0000 mgr.smithi174.ceothj (mgr.24393) 85 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:59:31.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:31 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:59:31.185560+0000 mon.smithi098 (mon.0) 860 : audit [DBG] from='client.? 172.21.15.98:0/4163731363' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T16:59:32.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:31 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:59:30.199464+0000 mgr.smithi174.ceothj (mgr.24393) 83 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:59:32.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:31 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:59:30.515167+0000 mgr.smithi174.ceothj (mgr.24393) 84 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:59:32.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:31 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:59:30.813364+0000 mgr.smithi174.ceothj (mgr.24393) 85 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:59:32.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:31 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:59:31.185560+0000 mon.smithi098 (mon.0) 860 : audit [DBG] from='client.? 172.21.15.98:0/4163731363' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T16:59:33.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:32 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:31.005044+0000 mgr.smithi174.ceothj (mgr.24393) 86 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:33.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:32 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:59:31.489978+0000 mgr.smithi174.ceothj (mgr.24393) 87 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:59:33.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:32 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:31.005044+0000 mgr.smithi174.ceothj (mgr.24393) 86 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:33.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:32 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:59:31.489978+0000 mgr.smithi174.ceothj (mgr.24393) 87 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T16:59:35.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:33.005829+0000 mgr.smithi174.ceothj (mgr.24393) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T16:59:35.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:33.005829+0000 mgr.smithi174.ceothj (mgr.24393) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T16:59:35.524 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T16:59:37.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:35.006513+0000 mgr.smithi174.ceothj (mgr.24393) 89 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T16:59:37.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:35.006513+0000 mgr.smithi174.ceothj (mgr.24393) 89 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T16:59:39.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:38 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:37.006952+0000 mgr.smithi174.ceothj (mgr.24393) 90 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:39.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:38 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:37.006952+0000 mgr.smithi174.ceothj (mgr.24393) 90 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:40.564 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T16:59:41.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:39.007776+0000 mgr.smithi174.ceothj (mgr.24393) 91 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T16:59:41.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:39.007776+0000 mgr.smithi174.ceothj (mgr.24393) 91 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T16:59:43.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:42 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:41.008250+0000 mgr.smithi174.ceothj (mgr.24393) 92 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:43.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:42 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:59:42.197376+0000 mon.smithi174 (mon.1) 95 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T16:59:43.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:42 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:41.008250+0000 mgr.smithi174.ceothj (mgr.24393) 92 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:43.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:42 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:59:42.197376+0000 mon.smithi174 (mon.1) 95 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T16:59:45.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:43.008829+0000 mgr.smithi174.ceothj (mgr.24393) 93 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T16:59:45.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:43.008829+0000 mgr.smithi174.ceothj (mgr.24393) 93 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T16:59:45.608 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T16:59:47.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:45.009223+0000 mgr.smithi174.ceothj (mgr.24393) 94 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:47.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:45.009223+0000 mgr.smithi174.ceothj (mgr.24393) 94 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:49.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:47.009689+0000 mgr.smithi174.ceothj (mgr.24393) 95 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:49.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:47.009689+0000 mgr.smithi174.ceothj (mgr.24393) 95 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:50.640 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T16:59:51.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:49.010525+0000 mgr.smithi174.ceothj (mgr.24393) 96 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T16:59:51.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:49.010525+0000 mgr.smithi174.ceothj (mgr.24393) 96 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T16:59:53.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:51.010906+0000 mgr.smithi174.ceothj (mgr.24393) 97 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:53.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:52 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:51.010906+0000 mgr.smithi174.ceothj (mgr.24393) 97 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:55.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:53.011719+0000 mgr.smithi174.ceothj (mgr.24393) 98 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T16:59:55.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:53.011719+0000 mgr.smithi174.ceothj (mgr.24393) 98 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T16:59:55.683 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T16:59:57.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:55.012251+0000 mgr.smithi174.ceothj (mgr.24393) 99 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:57.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:55.012251+0000 mgr.smithi174.ceothj (mgr.24393) 99 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:58.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T16:59:57.197906+0000 mon.smithi174 (mon.1) 96 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T16:59:58.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T16:59:57.197906+0000 mon.smithi174 (mon.1) 96 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T16:59:59.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:57.012673+0000 mgr.smithi174.ceothj (mgr.24393) 100 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:59.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 16:59:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:57.808730+0000 mon.smithi098 (mon.0) 861 : cluster [DBG] mgrmap e27: smithi174.ceothj(active, since 90s), standbys: smithi098.saehjc 2023-09-29T16:59:59.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:57.012673+0000 mgr.smithi174.ceothj (mgr.24393) 100 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T16:59:59.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 16:59:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:57.808730+0000 mon.smithi098 (mon.0) 861 : cluster [DBG] mgrmap e27: smithi174.ceothj(active, since 90s), standbys: smithi098.saehjc 2023-09-29T17:00:00.735 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:00:01.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T16:59:59.013557+0000 mgr.smithi174.ceothj (mgr.24393) 101 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2023-09-29T17:00:01.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:00.000161+0000 mon.smithi098 (mon.0) 862 : cluster [INF] overall HEALTH_OK 2023-09-29T17:00:01.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T16:59:59.013557+0000 mgr.smithi174.ceothj (mgr.24393) 101 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2023-09-29T17:00:01.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:00.000161+0000 mon.smithi098 (mon.0) 862 : cluster [INF] overall HEALTH_OK 2023-09-29T17:00:01.813 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T17:00:02.418 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T17:00:02.419 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (5m) 66s ago 6m 24.2M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T17:00:02.419 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (6m) 66s ago 6m 7000k - 16.2.5 6933c2a0b7dd a910a20a10aa 2023-09-29T17:00:02.419 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (6m) 68s ago 6m 7163k - 16.2.5 6933c2a0b7dd 1a5ecaee4186 2023-09-29T17:00:02.419 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (5m) 66s ago 6m 40.5M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T17:00:02.419 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (3m) 66s ago 3m 13.9M - 16.2.5 6933c2a0b7dd 34f81c40f041 2023-09-29T17:00:02.419 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (3m) 68s ago 3m 42.8M - 16.2.5 6933c2a0b7dd 45f595b8d0ed 2023-09-29T17:00:02.419 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:9283 running (7m) 66s ago 7m 388M - 16.2.5 6933c2a0b7dd 0ccce2f25903 2023-09-29T17:00:02.419 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (104s) 68s ago 6m 492M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 41156be3438a 2023-09-29T17:00:02.419 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (7m) 66s ago 7m 116M 2048M 16.2.5 6933c2a0b7dd e5e5be17f7bc 2023-09-29T17:00:02.419 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (6m) 68s ago 6m 76.6M 2048M 16.2.5 6933c2a0b7dd 3b3a670a7713 2023-09-29T17:00:02.419 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 running (75s) 66s ago 75s 50.4M - 3.5 6933c2a0b7dd 3245936c6837 2023-09-29T17:00:02.420 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (71s) 68s ago 71s 20.8M - 3.5 6933c2a0b7dd 68a450073ccd 2023-09-29T17:00:02.420 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (6m) 66s ago 6m 18.3M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T17:00:02.420 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (6m) 68s ago 6m 18.1M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T17:00:02.420 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (5m) 66s ago 5m 1156M 1942M 16.2.5 6933c2a0b7dd 3e44bcc8bd5c 2023-09-29T17:00:02.420 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (5m) 66s ago 5m 1024M 1942M 16.2.5 6933c2a0b7dd 2530dfd11b82 2023-09-29T17:00:02.420 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (5m) 66s ago 5m 737M 1942M 16.2.5 6933c2a0b7dd 6cd552880e58 2023-09-29T17:00:02.420 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (4m) 66s ago 4m 1076M 1942M 16.2.5 6933c2a0b7dd 7c95a892ae74 2023-09-29T17:00:02.420 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (4m) 68s ago 4m 1067M 2710M 16.2.5 6933c2a0b7dd 56fd513ec204 2023-09-29T17:00:02.420 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (4m) 68s ago 4m 1302M 2710M 16.2.5 6933c2a0b7dd d6f476ff7a82 2023-09-29T17:00:02.420 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (4m) 68s ago 4m 1038M 2710M 16.2.5 6933c2a0b7dd 27d66cd3936c 2023-09-29T17:00:02.420 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (4m) 68s ago 4m 1582M 2710M 16.2.5 6933c2a0b7dd 70b16eb57dc0 2023-09-29T17:00:02.420 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (5m) 66s ago 6m 45.7M - 2.18.1 de242295e225 439b3b9f65db 2023-09-29T17:00:02.778 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:00:02.778 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T17:00:02.778 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T17:00:02.778 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:00:02.779 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T17:00:02.779 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-29T17:00:02.779 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T17:00:02.779 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:00:02.779 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T17:00:02.779 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-29T17:00:02.779 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:00:02.779 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T17:00:02.779 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T17:00:02.779 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:00:02.779 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T17:00:02.779 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-29T17:00:02.780 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T17:00:02.780 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T17:00:02.780 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:00:03.084 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:00:03.084 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T17:00:03.084 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T17:00:03.084 INFO:teuthology.orchestra.run.smithi098.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T17:00:03.085 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [], 2023-09-29T17:00:03.085 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "1/23 daemons upgraded", 2023-09-29T17:00:03.085 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "", 2023-09-29T17:00:03.085 INFO:teuthology.orchestra.run.smithi098.stdout: "is_paused": false 2023-09-29T17:00:03.085 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:00:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:01.014122+0000 mgr.smithi174.ceothj (mgr.24393) 102 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T17:00:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:00:01.801081+0000 mgr.smithi174.ceothj (mgr.24393) 103 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:00:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:00:02.779235+0000 mon.smithi098 (mon.0) 863 : audit [DBG] from='client.? 172.21.15.98:0/3461286787' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:00:03.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:01.014122+0000 mgr.smithi174.ceothj (mgr.24393) 102 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T17:00:03.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:00:01.801081+0000 mgr.smithi174.ceothj (mgr.24393) 103 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:00:03.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:00:02.779235+0000 mon.smithi098 (mon.0) 863 : audit [DBG] from='client.? 172.21.15.98:0/3461286787' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:00:04.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:03 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:00:02.106660+0000 mgr.smithi174.ceothj (mgr.24393) 104 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:00:04.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:03 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:00:02.409071+0000 mgr.smithi174.ceothj (mgr.24393) 105 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:00:04.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:03 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:00:02.106660+0000 mgr.smithi174.ceothj (mgr.24393) 104 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:00:04.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:03 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:00:02.409071+0000 mgr.smithi174.ceothj (mgr.24393) 105 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:00:05.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:03.014788+0000 mgr.smithi174.ceothj (mgr.24393) 106 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2023-09-29T17:00:05.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:00:03.084600+0000 mgr.smithi174.ceothj (mgr.24393) 107 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:00:05.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:03.014788+0000 mgr.smithi174.ceothj (mgr.24393) 106 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2023-09-29T17:00:05.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:00:03.084600+0000 mgr.smithi174.ceothj (mgr.24393) 107 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:00:05.774 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:00:07.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:06 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:05.015151+0000 mgr.smithi174.ceothj (mgr.24393) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T17:00:07.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:06 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:05.015151+0000 mgr.smithi174.ceothj (mgr.24393) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T17:00:09.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:07.015522+0000 mgr.smithi174.ceothj (mgr.24393) 109 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T17:00:09.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:07.015522+0000 mgr.smithi174.ceothj (mgr.24393) 109 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T17:00:10.823 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:00:11.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:10 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:09.016263+0000 mgr.smithi174.ceothj (mgr.24393) 110 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2023-09-29T17:00:11.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:09.016263+0000 mgr.smithi174.ceothj (mgr.24393) 110 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2023-09-29T17:00:13.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:11.016631+0000 mgr.smithi174.ceothj (mgr.24393) 111 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:13.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:00:12.198188+0000 mon.smithi174 (mon.1) 97 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:00:13.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:11.016631+0000 mgr.smithi174.ceothj (mgr.24393) 111 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:13.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:00:12.198188+0000 mon.smithi174 (mon.1) 97 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:00:15.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:14 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:13.017361+0000 mgr.smithi174.ceothj (mgr.24393) 112 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:00:15.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:13.017361+0000 mgr.smithi174.ceothj (mgr.24393) 112 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:00:15.864 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:00:17.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:15.017818+0000 mgr.smithi174.ceothj (mgr.24393) 113 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:17.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:15.017818+0000 mgr.smithi174.ceothj (mgr.24393) 113 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:19.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:18 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:17.018333+0000 mgr.smithi174.ceothj (mgr.24393) 114 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:19.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:18 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:17.018333+0000 mgr.smithi174.ceothj (mgr.24393) 114 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:20.904 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:00:21.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:20 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:19.019287+0000 mgr.smithi174.ceothj (mgr.24393) 115 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:00:21.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:20 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:19.019287+0000 mgr.smithi174.ceothj (mgr.24393) 115 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:00:23.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:22 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:21.019848+0000 mgr.smithi174.ceothj (mgr.24393) 116 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:23.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:21.019848+0000 mgr.smithi174.ceothj (mgr.24393) 116 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:25.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:23.020538+0000 mgr.smithi174.ceothj (mgr.24393) 117 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:00:25.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:23.020538+0000 mgr.smithi174.ceothj (mgr.24393) 117 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:00:25.942 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:00:27.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:25.020973+0000 mgr.smithi174.ceothj (mgr.24393) 118 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:27.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:25.020973+0000 mgr.smithi174.ceothj (mgr.24393) 118 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:28.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:27 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:00:27.198447+0000 mon.smithi174 (mon.1) 98 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:00:28.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:27 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:00:27.198447+0000 mon.smithi174 (mon.1) 98 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:00:29.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:27.021512+0000 mgr.smithi174.ceothj (mgr.24393) 119 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:29.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:28 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:27.021512+0000 mgr.smithi174.ceothj (mgr.24393) 119 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:30.985 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:00:31.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:30 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:29.022266+0000 mgr.smithi174.ceothj (mgr.24393) 120 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:00:31.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:30 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:29.022266+0000 mgr.smithi174.ceothj (mgr.24393) 120 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:00:33.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:32 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:31.022603+0000 mgr.smithi174.ceothj (mgr.24393) 121 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:33.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:32 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:31.022603+0000 mgr.smithi174.ceothj (mgr.24393) 121 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:33.413 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T17:00:34.017 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T17:00:34.017 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (6m) 98s ago 7m 24.2M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T17:00:34.017 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (7m) 98s ago 7m 7000k - 16.2.5 6933c2a0b7dd a910a20a10aa 2023-09-29T17:00:34.018 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (6m) 99s ago 6m 7163k - 16.2.5 6933c2a0b7dd 1a5ecaee4186 2023-09-29T17:00:34.018 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (6m) 98s ago 7m 40.5M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T17:00:34.018 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (3m) 98s ago 3m 13.9M - 16.2.5 6933c2a0b7dd 34f81c40f041 2023-09-29T17:00:34.018 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (3m) 99s ago 3m 42.8M - 16.2.5 6933c2a0b7dd 45f595b8d0ed 2023-09-29T17:00:34.018 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:9283 running (8m) 98s ago 8m 388M - 16.2.5 6933c2a0b7dd 0ccce2f25903 2023-09-29T17:00:34.018 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (2m) 99s ago 6m 492M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 41156be3438a 2023-09-29T17:00:34.019 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (8m) 98s ago 8m 116M 2048M 16.2.5 6933c2a0b7dd e5e5be17f7bc 2023-09-29T17:00:34.019 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (6m) 99s ago 6m 76.6M 2048M 16.2.5 6933c2a0b7dd 3b3a670a7713 2023-09-29T17:00:34.019 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 running (107s) 98s ago 107s 50.4M - 3.5 6933c2a0b7dd 3245936c6837 2023-09-29T17:00:34.019 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (102s) 99s ago 102s 20.8M - 3.5 6933c2a0b7dd 68a450073ccd 2023-09-29T17:00:34.019 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (6m) 98s ago 6m 18.3M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T17:00:34.019 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (6m) 99s ago 6m 18.1M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T17:00:34.019 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (6m) 98s ago 6m 1156M 1942M 16.2.5 6933c2a0b7dd 3e44bcc8bd5c 2023-09-29T17:00:34.019 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (5m) 98s ago 5m 1024M 1942M 16.2.5 6933c2a0b7dd 2530dfd11b82 2023-09-29T17:00:34.020 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (5m) 98s ago 5m 737M 1942M 16.2.5 6933c2a0b7dd 6cd552880e58 2023-09-29T17:00:34.020 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (5m) 98s ago 5m 1076M 1942M 16.2.5 6933c2a0b7dd 7c95a892ae74 2023-09-29T17:00:34.020 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (5m) 99s ago 5m 1067M 2710M 16.2.5 6933c2a0b7dd 56fd513ec204 2023-09-29T17:00:34.020 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (5m) 99s ago 5m 1302M 2710M 16.2.5 6933c2a0b7dd d6f476ff7a82 2023-09-29T17:00:34.020 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (4m) 99s ago 4m 1038M 2710M 16.2.5 6933c2a0b7dd 27d66cd3936c 2023-09-29T17:00:34.020 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (4m) 99s ago 4m 1582M 2710M 16.2.5 6933c2a0b7dd 70b16eb57dc0 2023-09-29T17:00:34.020 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (6m) 98s ago 6m 45.7M - 2.18.1 de242295e225 439b3b9f65db 2023-09-29T17:00:34.374 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:00:34.374 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T17:00:34.374 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T17:00:34.374 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:00:34.374 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T17:00:34.374 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-29T17:00:34.374 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T17:00:34.375 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:00:34.375 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T17:00:34.375 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-29T17:00:34.375 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:00:34.375 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T17:00:34.375 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T17:00:34.375 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:00:34.375 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T17:00:34.375 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-29T17:00:34.375 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T17:00:34.375 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T17:00:34.376 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:00:34.679 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:00:34.680 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T17:00:34.680 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T17:00:34.680 INFO:teuthology.orchestra.run.smithi098.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T17:00:34.680 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [], 2023-09-29T17:00:34.680 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "1/23 daemons upgraded", 2023-09-29T17:00:34.680 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "", 2023-09-29T17:00:34.681 INFO:teuthology.orchestra.run.smithi098.stdout: "is_paused": false 2023-09-29T17:00:34.681 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:00:35.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:33.023288+0000 mgr.smithi174.ceothj (mgr.24393) 122 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:00:35.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:00:33.401807+0000 mgr.smithi174.ceothj (mgr.24393) 123 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:00:35.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:00:33.708626+0000 mgr.smithi174.ceothj (mgr.24393) 124 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:00:35.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:00:34.007460+0000 mgr.smithi174.ceothj (mgr.24393) 125 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:00:35.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:00:34.374521+0000 mon.smithi098 (mon.0) 864 : audit [DBG] from='client.? 172.21.15.98:0/3424112075' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:00:35.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:33.023288+0000 mgr.smithi174.ceothj (mgr.24393) 122 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:00:35.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:00:33.401807+0000 mgr.smithi174.ceothj (mgr.24393) 123 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:00:35.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:00:33.708626+0000 mgr.smithi174.ceothj (mgr.24393) 124 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:00:35.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:00:34.007460+0000 mgr.smithi174.ceothj (mgr.24393) 125 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:00:35.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:00:34.374521+0000 mon.smithi098 (mon.0) 864 : audit [DBG] from='client.? 172.21.15.98:0/3424112075' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:00:36.031 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:00:36.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:00:34.680214+0000 mgr.smithi174.ceothj (mgr.24393) 126 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:00:36.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:00:34.680214+0000 mgr.smithi174.ceothj (mgr.24393) 126 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:00:37.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:35.023677+0000 mgr.smithi174.ceothj (mgr.24393) 127 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:37.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:35.023677+0000 mgr.smithi174.ceothj (mgr.24393) 127 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:39.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:38 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:37.024073+0000 mgr.smithi174.ceothj (mgr.24393) 128 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:39.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:38 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:37.024073+0000 mgr.smithi174.ceothj (mgr.24393) 128 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:41.069 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:00:41.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:39.025054+0000 mgr.smithi174.ceothj (mgr.24393) 129 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:00:41.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:40 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:39.025054+0000 mgr.smithi174.ceothj (mgr.24393) 129 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:00:43.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:42 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:41.025468+0000 mgr.smithi174.ceothj (mgr.24393) 130 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:43.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:42 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:00:42.198802+0000 mon.smithi174 (mon.1) 99 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:00:43.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:42 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:41.025468+0000 mgr.smithi174.ceothj (mgr.24393) 130 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:43.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:42 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:00:42.198802+0000 mon.smithi174 (mon.1) 99 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:00:45.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:43.026264+0000 mgr.smithi174.ceothj (mgr.24393) 131 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:00:45.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:44 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:43.026264+0000 mgr.smithi174.ceothj (mgr.24393) 131 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:00:46.112 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:00:47.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:45.026829+0000 mgr.smithi174.ceothj (mgr.24393) 132 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:47.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:46 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:45.026829+0000 mgr.smithi174.ceothj (mgr.24393) 132 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:49.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:47.027214+0000 mgr.smithi174.ceothj (mgr.24393) 133 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:49.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:48 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:47.027214+0000 mgr.smithi174.ceothj (mgr.24393) 133 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:51.156 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:00:51.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:49.027943+0000 mgr.smithi174.ceothj (mgr.24393) 134 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:00:51.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:50 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:49.027943+0000 mgr.smithi174.ceothj (mgr.24393) 134 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:00:53.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:51.028336+0000 mgr.smithi174.ceothj (mgr.24393) 135 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:53.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:52 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:51.028336+0000 mgr.smithi174.ceothj (mgr.24393) 135 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:55.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:53.029179+0000 mgr.smithi174.ceothj (mgr.24393) 136 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:00:55.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:54 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:53.029179+0000 mgr.smithi174.ceothj (mgr.24393) 136 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:00:56.207 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:00:57.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:55.029695+0000 mgr.smithi174.ceothj (mgr.24393) 137 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:57.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:56 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:55.029695+0000 mgr.smithi174.ceothj (mgr.24393) 137 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:58.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:00:57.199152+0000 mon.smithi174 (mon.1) 100 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:00:58.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:57 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:00:57.199152+0000 mon.smithi174 (mon.1) 100 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:00:59.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:00:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:57.030160+0000 mgr.smithi174.ceothj (mgr.24393) 138 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:00:59.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:00:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:57.030160+0000 mgr.smithi174.ceothj (mgr.24393) 138 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:01.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:00:59.031073+0000 mgr.smithi174.ceothj (mgr.24393) 139 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:01:01.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:00 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:00:59.031073+0000 mgr.smithi174.ceothj (mgr.24393) 139 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:01:01.249 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:01:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:01.031631+0000 mgr.smithi174.ceothj (mgr.24393) 140 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:03.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:01.031631+0000 mgr.smithi174.ceothj (mgr.24393) 140 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:04.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:03.032298+0000 mgr.smithi174.ceothj (mgr.24393) 141 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:01:04.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:03.720113+0000 mon.smithi098 (mon.0) 865 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:04.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:03.728105+0000 mon.smithi098 (mon.0) 866 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:04.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:03.737315+0000 mon.smithi174 (mon.1) 101 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T17:01:04.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:03.737764+0000 mgr.smithi174.ceothj (mgr.24393) 142 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T17:01:04.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:03.738777+0000 mon.smithi174 (mon.1) 102 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi098.front.sepia.ceph.com:9095"}]: dispatch 2023-09-29T17:01:04.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:03.739122+0000 mgr.smithi174.ceothj (mgr.24393) 143 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi098.front.sepia.ceph.com:9095"}]: dispatch 2023-09-29T17:01:04.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:03.742614+0000 mon.smithi098 (mon.0) 867 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:04.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:03.750744+0000 mon.smithi174 (mon.1) 103 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:04.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:03.757259+0000 mon.smithi098 (mon.0) 868 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:04.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T17:01:03.759230+0000 mgr.smithi174.ceothj (mgr.24393) 144 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi174.ceothj) 2023-09-29T17:01:04.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:04 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T17:01:03.759645+0000 mgr.smithi174.ceothj (mgr.24393) 145 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi174.ceothj) 2023-09-29T17:01:05.014 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T17:01:05.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:03.032298+0000 mgr.smithi174.ceothj (mgr.24393) 141 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:01:05.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:03.720113+0000 mon.smithi098 (mon.0) 865 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:05.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:03.728105+0000 mon.smithi098 (mon.0) 866 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:05.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:03.737315+0000 mon.smithi174 (mon.1) 101 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T17:01:05.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:03.737764+0000 mgr.smithi174.ceothj (mgr.24393) 142 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T17:01:05.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:03.738777+0000 mon.smithi174 (mon.1) 102 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi098.front.sepia.ceph.com:9095"}]: dispatch 2023-09-29T17:01:05.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:03.739122+0000 mgr.smithi174.ceothj (mgr.24393) 143 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi098.front.sepia.ceph.com:9095"}]: dispatch 2023-09-29T17:01:05.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:03.742614+0000 mon.smithi098 (mon.0) 867 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:05.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:03.750744+0000 mon.smithi174 (mon.1) 103 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:05.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:03.757259+0000 mon.smithi098 (mon.0) 868 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:05.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:03.759230+0000 mgr.smithi174.ceothj (mgr.24393) 144 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi174.ceothj) 2023-09-29T17:01:05.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:04 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:03.759645+0000 mgr.smithi174.ceothj (mgr.24393) 145 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi174.ceothj) 2023-09-29T17:01:05.656 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T17:01:05.656 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (6m) 2m ago 7m 24.2M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T17:01:05.656 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (7m) 2m ago 7m 7000k - 16.2.5 6933c2a0b7dd a910a20a10aa 2023-09-29T17:01:05.656 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (7m) 2m ago 7m 7163k - 16.2.5 6933c2a0b7dd 1a5ecaee4186 2023-09-29T17:01:05.656 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (6m) 2m ago 7m 40.5M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T17:01:05.656 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (4m) 2m ago 4m 13.9M - 16.2.5 6933c2a0b7dd 34f81c40f041 2023-09-29T17:01:05.657 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (4m) 2m ago 4m 42.8M - 16.2.5 6933c2a0b7dd 45f595b8d0ed 2023-09-29T17:01:05.657 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:9283 running (8m) 2m ago 8m 388M - 16.2.5 6933c2a0b7dd 0ccce2f25903 2023-09-29T17:01:05.657 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (2m) 2m ago 7m 492M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 41156be3438a 2023-09-29T17:01:05.657 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (8m) 2m ago 8m 116M 2048M 16.2.5 6933c2a0b7dd e5e5be17f7bc 2023-09-29T17:01:05.657 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (7m) 2m ago 7m 76.6M 2048M 16.2.5 6933c2a0b7dd 3b3a670a7713 2023-09-29T17:01:05.657 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 running (2m) 2m ago 2m 50.4M - 3.5 6933c2a0b7dd 3245936c6837 2023-09-29T17:01:05.657 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (2m) 2m ago 2m 20.8M - 3.5 6933c2a0b7dd 68a450073ccd 2023-09-29T17:01:05.657 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (7m) 2m ago 7m 18.3M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T17:01:05.657 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (7m) 2m ago 7m 18.1M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T17:01:05.657 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (6m) 2m ago 6m 1156M 1942M 16.2.5 6933c2a0b7dd 3e44bcc8bd5c 2023-09-29T17:01:05.657 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (6m) 2m ago 6m 1024M 1942M 16.2.5 6933c2a0b7dd 2530dfd11b82 2023-09-29T17:01:05.658 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (6m) 2m ago 6m 737M 1942M 16.2.5 6933c2a0b7dd 6cd552880e58 2023-09-29T17:01:05.658 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (5m) 2m ago 5m 1076M 1942M 16.2.5 6933c2a0b7dd 7c95a892ae74 2023-09-29T17:01:05.658 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (5m) 2m ago 5m 1067M 2710M 16.2.5 6933c2a0b7dd 56fd513ec204 2023-09-29T17:01:05.658 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (5m) 2m ago 5m 1302M 2710M 16.2.5 6933c2a0b7dd d6f476ff7a82 2023-09-29T17:01:05.658 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (5m) 2m ago 5m 1038M 2710M 16.2.5 6933c2a0b7dd 27d66cd3936c 2023-09-29T17:01:05.658 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (5m) 2m ago 5m 1582M 2710M 16.2.5 6933c2a0b7dd 70b16eb57dc0 2023-09-29T17:01:05.658 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 starting - - - - 2023-09-29T17:01:05.899 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:05 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T17:01:04.776183+0000 mgr.smithi174.ceothj (mgr.24393) 146 : cephadm [INF] Upgrade: Updating mgr.smithi098.saehjc 2023-09-29T17:01:05.899 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:05 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:04.783073+0000 mon.smithi098 (mon.0) 869 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:05.899 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:05 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:04.784100+0000 mon.smithi174 (mon.1) 104 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.saehjc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T17:01:05.899 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:05 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:04.784449+0000 mon.smithi098 (mon.0) 870 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.saehjc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T17:01:05.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:05 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:04.785445+0000 mon.smithi174 (mon.1) 105 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T17:01:05.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:05 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:04.786338+0000 mon.smithi174 (mon.1) 106 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:01:05.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:05 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T17:01:04.787258+0000 mgr.smithi174.ceothj (mgr.24393) 147 : cephadm [INF] Deploying daemon mgr.smithi098.saehjc on smithi098 2023-09-29T17:01:05.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:05 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:05.001605+0000 mgr.smithi174.ceothj (mgr.24393) 148 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:01:06.051 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:01:06.051 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T17:01:06.051 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T17:01:06.051 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:01:06.052 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T17:01:06.052 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-29T17:01:06.052 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T17:01:06.052 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:01:06.052 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T17:01:06.052 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-29T17:01:06.052 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:01:06.052 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T17:01:06.052 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T17:01:06.052 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:01:06.053 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T17:01:06.053 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-29T17:01:06.053 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T17:01:06.053 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T17:01:06.053 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:01:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:05 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:04.776183+0000 mgr.smithi174.ceothj (mgr.24393) 146 : cephadm [INF] Upgrade: Updating mgr.smithi098.saehjc 2023-09-29T17:01:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:05 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:04.783073+0000 mon.smithi098 (mon.0) 869 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:05 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:04.784100+0000 mon.smithi174 (mon.1) 104 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.saehjc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T17:01:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:05 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:04.784449+0000 mon.smithi098 (mon.0) 870 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.saehjc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T17:01:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:05 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:04.785445+0000 mon.smithi174 (mon.1) 105 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T17:01:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:05 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:04.786338+0000 mon.smithi174 (mon.1) 106 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:01:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:05 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:04.787258+0000 mgr.smithi174.ceothj (mgr.24393) 147 : cephadm [INF] Deploying daemon mgr.smithi098.saehjc on smithi098 2023-09-29T17:01:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:05 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:05.001605+0000 mgr.smithi174.ceothj (mgr.24393) 148 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:01:06.284 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:01:06.401 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:01:06.401 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T17:01:06.401 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T17:01:06.401 INFO:teuthology.orchestra.run.smithi098.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T17:01:06.401 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [], 2023-09-29T17:01:06.401 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "1/23 daemons upgraded", 2023-09-29T17:01:06.401 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "Currently upgrading mgr daemons", 2023-09-29T17:01:06.401 INFO:teuthology.orchestra.run.smithi098.stdout: "is_paused": false 2023-09-29T17:01:06.401 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:01:06.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:06 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:05.032787+0000 mgr.smithi174.ceothj (mgr.24393) 149 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:06.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:06 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:05.330296+0000 mgr.smithi174.ceothj (mgr.24393) 150 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:01:06.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:06 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:05.646352+0000 mgr.smithi174.ceothj (mgr.24393) 151 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:01:06.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:06 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:06.051326+0000 mon.smithi098 (mon.0) 871 : audit [DBG] from='client.? 172.21.15.98:0/4210179788' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:01:07.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:06 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:05.032787+0000 mgr.smithi174.ceothj (mgr.24393) 149 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:07.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:06 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:05.330296+0000 mgr.smithi174.ceothj (mgr.24393) 150 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:01:07.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:06 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:05.646352+0000 mgr.smithi174.ceothj (mgr.24393) 151 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:01:07.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:06 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:06.051326+0000 mon.smithi098 (mon.0) 871 : audit [DBG] from='client.? 172.21.15.98:0/4210179788' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:01:08.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:06.401069+0000 mgr.smithi174.ceothj (mgr.24393) 152 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:01:08.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:07.174943+0000 mon.smithi098 (mon.0) 872 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:08.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:07.183560+0000 mon.smithi098 (mon.0) 873 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:08.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:07.211046+0000 mon.smithi174 (mon.1) 107 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:08.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:06.401069+0000 mgr.smithi174.ceothj (mgr.24393) 152 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:01:08.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:07.174943+0000 mon.smithi098 (mon.0) 872 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:08.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:07.183560+0000 mon.smithi098 (mon.0) 873 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:08.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:07.211046+0000 mon.smithi174 (mon.1) 107 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:09.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:08 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:07.033184+0000 mgr.smithi174.ceothj (mgr.24393) 153 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:09.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:07.033184+0000 mgr.smithi174.ceothj (mgr.24393) 153 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:11.091 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:09.033771+0000 mgr.smithi174.ceothj (mgr.24393) 154 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:01:11.091 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:09.936287+0000 mon.smithi098 (mon.0) 874 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:11.091 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:09.941585+0000 mon.smithi098 (mon.0) 875 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:11.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:10 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:09.033771+0000 mgr.smithi174.ceothj (mgr.24393) 154 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:01:11.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:10 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:09.936287+0000 mon.smithi098 (mon.0) 874 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:11.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:10 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:09.941585+0000 mon.smithi098 (mon.0) 875 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:11.320 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:01:13.147 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:11.034332+0000 mgr.smithi174.ceothj (mgr.24393) 155 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:13.148 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:11.890086+0000 mon.smithi098 (mon.0) 876 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:13.148 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:11.896559+0000 mon.smithi098 (mon.0) 877 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:13.148 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:12.199359+0000 mon.smithi174 (mon.1) 108 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:01:13.148 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:12.633451+0000 mon.smithi098 (mon.0) 878 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:13.148 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:12 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:12.640146+0000 mon.smithi098 (mon.0) 879 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:13.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:11.034332+0000 mgr.smithi174.ceothj (mgr.24393) 155 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:13.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:11.890086+0000 mon.smithi098 (mon.0) 876 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:13.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:11.896559+0000 mon.smithi098 (mon.0) 877 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:13.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:12.199359+0000 mon.smithi174 (mon.1) 108 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:01:13.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:12.633451+0000 mon.smithi098 (mon.0) 878 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:13.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:12.640146+0000 mon.smithi098 (mon.0) 879 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:14.961 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:13.034943+0000 mgr.smithi174.ceothj (mgr.24393) 156 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:01:14.962 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:14.210815+0000 mon.smithi098 (mon.0) 880 : cluster [DBG] Standby manager daemon smithi098.saehjc restarted 2023-09-29T17:01:14.962 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:14.210936+0000 mon.smithi098 (mon.0) 881 : cluster [DBG] Standby manager daemon smithi098.saehjc started 2023-09-29T17:01:14.962 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:14.213046+0000 mon.smithi098 (mon.0) 882 : audit [DBG] from='mgr.? 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.saehjc/crt"}]: dispatch 2023-09-29T17:01:14.962 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:14.213478+0000 mon.smithi098 (mon.0) 883 : audit [DBG] from='mgr.? 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T17:01:14.962 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:14.215366+0000 mon.smithi098 (mon.0) 884 : audit [DBG] from='mgr.? 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.saehjc/key"}]: dispatch 2023-09-29T17:01:14.962 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:14 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:14.216268+0000 mon.smithi098 (mon.0) 885 : audit [DBG] from='mgr.? 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T17:01:15.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:14 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:13.034943+0000 mgr.smithi174.ceothj (mgr.24393) 156 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:01:15.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:14 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:14.210815+0000 mon.smithi098 (mon.0) 880 : cluster [DBG] Standby manager daemon smithi098.saehjc restarted 2023-09-29T17:01:15.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:14 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:14.210936+0000 mon.smithi098 (mon.0) 881 : cluster [DBG] Standby manager daemon smithi098.saehjc started 2023-09-29T17:01:15.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:14 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:14.213046+0000 mon.smithi098 (mon.0) 882 : audit [DBG] from='mgr.? 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.saehjc/crt"}]: dispatch 2023-09-29T17:01:15.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:14 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:14.213478+0000 mon.smithi098 (mon.0) 883 : audit [DBG] from='mgr.? 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T17:01:15.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:14 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:14.215366+0000 mon.smithi098 (mon.0) 884 : audit [DBG] from='mgr.? 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.saehjc/key"}]: dispatch 2023-09-29T17:01:15.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:14 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:14.216268+0000 mon.smithi098 (mon.0) 885 : audit [DBG] from='mgr.? 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T17:01:16.176 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:15 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:14.902405+0000 mon.smithi098 (mon.0) 886 : cluster [DBG] mgrmap e28: smithi174.ceothj(active, since 2m), standbys: smithi098.saehjc 2023-09-29T17:01:16.176 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:15 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:15.066215+0000 mon.smithi098 (mon.0) 887 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:16.176 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:15 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:15.072541+0000 mon.smithi098 (mon.0) 888 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:16.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:15 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:15.074506+0000 mon.smithi174 (mon.1) 109 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:01:16.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:15 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:15.075304+0000 mon.smithi174 (mon.1) 110 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:01:16.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:15 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:15.079301+0000 mon.smithi098 (mon.0) 889 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:16.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:15 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:15.086667+0000 mon.smithi098 (mon.0) 890 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:16.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:15 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:15.218328+0000 mon.smithi174 (mon.1) 111 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:16.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:15 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:15.223499+0000 mon.smithi174 (mon.1) 112 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mgr fail", "who": "smithi174.ceothj"}]: dispatch 2023-09-29T17:01:16.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:15 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:15.223888+0000 mon.smithi098 (mon.0) 891 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mgr fail", "who": "smithi174.ceothj"}]: dispatch 2023-09-29T17:01:16.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:15 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:15.228571+0000 mon.smithi098 (mon.0) 892 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-09-29T17:01:16.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:15 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:15.749971+0000 mon.smithi098 (mon.0) 893 : cluster [DBG] Standby manager daemon smithi174.ceothj started 2023-09-29T17:01:16.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:15 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:14.902405+0000 mon.smithi098 (mon.0) 886 : cluster [DBG] mgrmap e28: smithi174.ceothj(active, since 2m), standbys: smithi098.saehjc 2023-09-29T17:01:16.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:15 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:15.066215+0000 mon.smithi098 (mon.0) 887 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:16.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:15 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:15.072541+0000 mon.smithi098 (mon.0) 888 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:16.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:15 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:15.074506+0000 mon.smithi174 (mon.1) 109 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:01:16.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:15 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:15.075304+0000 mon.smithi174 (mon.1) 110 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:01:16.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:15 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:15.079301+0000 mon.smithi098 (mon.0) 889 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:16.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:15 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:15.086667+0000 mon.smithi098 (mon.0) 890 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' 2023-09-29T17:01:16.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:15 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:15.218328+0000 mon.smithi174 (mon.1) 111 : audit [DBG] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:16.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:15 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:15.223499+0000 mon.smithi174 (mon.1) 112 : audit [INF] from='mgr.24393 172.21.15.174:0/3056272882' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mgr fail", "who": "smithi174.ceothj"}]: dispatch 2023-09-29T17:01:16.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:15 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:15.223888+0000 mon.smithi098 (mon.0) 891 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "mgr fail", "who": "smithi174.ceothj"}]: dispatch 2023-09-29T17:01:16.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:15 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:15.228571+0000 mon.smithi098 (mon.0) 892 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-09-29T17:01:16.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:15 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:15.749971+0000 mon.smithi098 (mon.0) 893 : cluster [DBG] Standby manager daemon smithi174.ceothj started 2023-09-29T17:01:16.362 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:01:17.174 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:15.035461+0000 mgr.smithi174.ceothj (mgr.24393) 157 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:17.175 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:15.220555+0000 mgr.smithi174.ceothj (mgr.24393) 158 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi174.ceothj) 2023-09-29T17:01:17.175 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:15.220969+0000 mgr.smithi174.ceothj (mgr.24393) 159 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi174.ceothj) 2023-09-29T17:01:17.175 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:15.223241+0000 mgr.smithi174.ceothj (mgr.24393) 160 : cephadm [INF] Failing over to other MGR 2023-09-29T17:01:17.175 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.093347+0000 mon.smithi098 (mon.0) 894 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "mgr fail", "who": "smithi174.ceothj"}]': finished 2023-09-29T17:01:17.175 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:16.093428+0000 mon.smithi098 (mon.0) 895 : cluster [DBG] mgrmap e29: smithi098.saehjc(active, starting, since 0.868885s), standbys: smithi174.ceothj 2023-09-29T17:01:17.175 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.094410+0000 mon.smithi098 (mon.0) 896 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-09-29T17:01:17.175 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.094536+0000 mon.smithi098 (mon.0) 897 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T17:01:17.175 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.095436+0000 mon.smithi098 (mon.0) 898 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.ygecui"}]: dispatch 2023-09-29T17:01:17.175 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.095628+0000 mon.smithi098 (mon.0) 899 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi174.udpasg"}]: dispatch 2023-09-29T17:01:17.175 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.096008+0000 mon.smithi098 (mon.0) 900 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr metadata", "who": "smithi098.saehjc", "id": "smithi098.saehjc"}]: dispatch 2023-09-29T17:01:17.175 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.096163+0000 mon.smithi098 (mon.0) 901 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr metadata", "who": "smithi174.ceothj", "id": "smithi174.ceothj"}]: dispatch 2023-09-29T17:01:17.175 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.096322+0000 mon.smithi098 (mon.0) 902 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T17:01:17.176 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.096505+0000 mon.smithi098 (mon.0) 903 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T17:01:17.176 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.096718+0000 mon.smithi098 (mon.0) 904 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T17:01:17.176 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.096889+0000 mon.smithi098 (mon.0) 905 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T17:01:17.176 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.097065+0000 mon.smithi098 (mon.0) 906 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T17:01:17.176 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.097279+0000 mon.smithi098 (mon.0) 907 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T17:01:17.176 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.097488+0000 mon.smithi098 (mon.0) 908 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T17:01:17.176 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.097751+0000 mon.smithi098 (mon.0) 909 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T17:01:17.176 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.097974+0000 mon.smithi098 (mon.0) 910 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T17:01:17.176 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.098195+0000 mon.smithi098 (mon.0) 911 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T17:01:17.176 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.098609+0000 mon.smithi098 (mon.0) 912 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T17:01:17.176 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:16.128583+0000 mon.smithi098 (mon.0) 913 : cluster [INF] Manager daemon smithi098.saehjc is now available 2023-09-29T17:01:17.176 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.148259+0000 mon.smithi098 (mon.0) 914 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:17.177 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.149643+0000 mon.smithi098 (mon.0) 915 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:17.177 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.168658+0000 mon.smithi098 (mon.0) 916 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:01:17.177 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.179310+0000 mon.smithi098 (mon.0) 917 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/mirror_snapshot_schedule"}]: dispatch 2023-09-29T17:01:17.177 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:16 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.194712+0000 mon.smithi098 (mon.0) 918 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/trash_purge_schedule"}]: dispatch 2023-09-29T17:01:17.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:15.035461+0000 mgr.smithi174.ceothj (mgr.24393) 157 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:17.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T17:01:15.220555+0000 mgr.smithi174.ceothj (mgr.24393) 158 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi174.ceothj) 2023-09-29T17:01:17.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T17:01:15.220969+0000 mgr.smithi174.ceothj (mgr.24393) 159 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi174.ceothj) 2023-09-29T17:01:17.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T17:01:15.223241+0000 mgr.smithi174.ceothj (mgr.24393) 160 : cephadm [INF] Failing over to other MGR 2023-09-29T17:01:17.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.093347+0000 mon.smithi098 (mon.0) 894 : audit [INF] from='mgr.24393 ' entity='mgr.smithi174.ceothj' cmd='[{"prefix": "mgr fail", "who": "smithi174.ceothj"}]': finished 2023-09-29T17:01:17.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:16.093428+0000 mon.smithi098 (mon.0) 895 : cluster [DBG] mgrmap e29: smithi098.saehjc(active, starting, since 0.868885s), standbys: smithi174.ceothj 2023-09-29T17:01:17.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.094410+0000 mon.smithi098 (mon.0) 896 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-09-29T17:01:17.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.094536+0000 mon.smithi098 (mon.0) 897 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T17:01:17.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.095436+0000 mon.smithi098 (mon.0) 898 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.ygecui"}]: dispatch 2023-09-29T17:01:17.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.095628+0000 mon.smithi098 (mon.0) 899 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi174.udpasg"}]: dispatch 2023-09-29T17:01:17.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.096008+0000 mon.smithi098 (mon.0) 900 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr metadata", "who": "smithi098.saehjc", "id": "smithi098.saehjc"}]: dispatch 2023-09-29T17:01:17.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.096163+0000 mon.smithi098 (mon.0) 901 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr metadata", "who": "smithi174.ceothj", "id": "smithi174.ceothj"}]: dispatch 2023-09-29T17:01:17.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.096322+0000 mon.smithi098 (mon.0) 902 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T17:01:17.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.096505+0000 mon.smithi098 (mon.0) 903 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T17:01:17.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.096718+0000 mon.smithi098 (mon.0) 904 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T17:01:17.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.096889+0000 mon.smithi098 (mon.0) 905 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T17:01:17.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.097065+0000 mon.smithi098 (mon.0) 906 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T17:01:17.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.097279+0000 mon.smithi098 (mon.0) 907 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T17:01:17.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.097488+0000 mon.smithi098 (mon.0) 908 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T17:01:17.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.097751+0000 mon.smithi098 (mon.0) 909 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T17:01:17.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.097974+0000 mon.smithi098 (mon.0) 910 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T17:01:17.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.098195+0000 mon.smithi098 (mon.0) 911 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T17:01:17.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.098609+0000 mon.smithi098 (mon.0) 912 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T17:01:17.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:16.128583+0000 mon.smithi098 (mon.0) 913 : cluster [INF] Manager daemon smithi098.saehjc is now available 2023-09-29T17:01:17.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.148259+0000 mon.smithi098 (mon.0) 914 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:17.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.149643+0000 mon.smithi098 (mon.0) 915 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:17.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.168658+0000 mon.smithi098 (mon.0) 916 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:01:17.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.179310+0000 mon.smithi098 (mon.0) 917 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/mirror_snapshot_schedule"}]: dispatch 2023-09-29T17:01:17.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:16 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.194712+0000 mon.smithi098 (mon.0) 918 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/trash_purge_schedule"}]: dispatch 2023-09-29T17:01:17.938 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:16.819200+0000 mgr.smithi098.saehjc (mgr.14820) 1 : cephadm [INF] [29/Sep/2023:17:01:16] ENGINE Bus STARTING 2023-09-29T17:01:17.938 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:16.934106+0000 mgr.smithi098.saehjc (mgr.14820) 2 : cephadm [INF] [29/Sep/2023:17:01:16] ENGINE Serving on https://172.21.15.98:7150 2023-09-29T17:01:17.938 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:16.934216+0000 mgr.smithi098.saehjc (mgr.14820) 3 : cephadm [INF] [29/Sep/2023:17:01:16] ENGINE Bus STARTED 2023-09-29T17:01:17.938 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:16.938293+0000 mon.smithi098 (mon.0) 919 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:18.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:17.097718+0000 mon.smithi098 (mon.0) 920 : cluster [DBG] mgrmap e30: smithi098.saehjc(active, since 1.87318s), standbys: smithi174.ceothj 2023-09-29T17:01:18.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:17 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:17.114783+0000 mgr.smithi098.saehjc (mgr.14820) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:18.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T17:01:16.819200+0000 mgr.smithi098.saehjc (mgr.14820) 1 : cephadm [INF] [29/Sep/2023:17:01:16] ENGINE Bus STARTING 2023-09-29T17:01:18.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T17:01:16.934106+0000 mgr.smithi098.saehjc (mgr.14820) 2 : cephadm [INF] [29/Sep/2023:17:01:16] ENGINE Serving on https://172.21.15.98:7150 2023-09-29T17:01:18.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T17:01:16.934216+0000 mgr.smithi098.saehjc (mgr.14820) 3 : cephadm [INF] [29/Sep/2023:17:01:16] ENGINE Bus STARTED 2023-09-29T17:01:18.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:16.938293+0000 mon.smithi098 (mon.0) 919 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:18.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:17.097718+0000 mon.smithi098 (mon.0) 920 : cluster [DBG] mgrmap e30: smithi098.saehjc(active, since 1.87318s), standbys: smithi174.ceothj 2023-09-29T17:01:18.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:17 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:17.114783+0000 mgr.smithi098.saehjc (mgr.14820) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:19.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:19 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:18.097806+0000 mgr.smithi098.saehjc (mgr.14820) 5 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:19.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:19 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:18.097806+0000 mgr.smithi098.saehjc (mgr.14820) 5 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:20.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:20 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:19.108183+0000 mon.smithi098 (mon.0) 921 : cluster [DBG] mgrmap e31: smithi098.saehjc(active, since 3s), standbys: smithi174.ceothj 2023-09-29T17:01:20.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:20 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:19.243425+0000 mon.smithi098 (mon.0) 922 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:20.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:20 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:19.248224+0000 mon.smithi098 (mon.0) 923 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:20.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:20 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:19.982034+0000 mon.smithi098 (mon.0) 924 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:20.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:20 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:19.985719+0000 mon.smithi098 (mon.0) 925 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:20.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:20 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:19.108183+0000 mon.smithi098 (mon.0) 921 : cluster [DBG] mgrmap e31: smithi098.saehjc(active, since 3s), standbys: smithi174.ceothj 2023-09-29T17:01:20.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:20 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:19.243425+0000 mon.smithi098 (mon.0) 922 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:20.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:20 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:19.248224+0000 mon.smithi098 (mon.0) 923 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:20.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:20 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:19.982034+0000 mon.smithi098 (mon.0) 924 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:20.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:20 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:19.985719+0000 mon.smithi098 (mon.0) 925 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:21.397 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:01:21.452 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:21 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:20.098135+0000 mgr.smithi098.saehjc (mgr.14820) 6 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:21.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:21 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:20.447440+0000 mon.smithi098 (mon.0) 926 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:21.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:21 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:20.453756+0000 mon.smithi098 (mon.0) 927 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:21.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:21 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:20.098135+0000 mgr.smithi098.saehjc (mgr.14820) 6 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:21.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:21 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:20.447440+0000 mon.smithi098 (mon.0) 926 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:21.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:21 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:20.453756+0000 mon.smithi098 (mon.0) 927 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:22.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:22 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:21.136667+0000 mon.smithi098 (mon.0) 928 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:22.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:22 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:21.140562+0000 mon.smithi098 (mon.0) 929 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:22.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:22 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:22.098511+0000 mgr.smithi098.saehjc (mgr.14820) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:22.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:21.136667+0000 mon.smithi098 (mon.0) 928 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:22.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:21.140562+0000 mon.smithi098 (mon.0) 929 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:22.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:22.098511+0000 mgr.smithi098.saehjc (mgr.14820) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:23.141 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:23.007525+0000 mon.smithi098 (mon.0) 930 : cluster [DBG] Standby manager daemon smithi174.ceothj restarted 2023-09-29T17:01:23.141 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:23.007630+0000 mon.smithi098 (mon.0) 931 : cluster [DBG] Standby manager daemon smithi174.ceothj started 2023-09-29T17:01:23.141 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:23.009458+0000 mon.smithi174 (mon.1) 113 : audit [DBG] from='mgr.? 172.21.15.174:0/500639446' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.ceothj/crt"}]: dispatch 2023-09-29T17:01:23.141 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:23.010662+0000 mon.smithi174 (mon.1) 114 : audit [DBG] from='mgr.? 172.21.15.174:0/500639446' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T17:01:23.141 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:23.012961+0000 mon.smithi174 (mon.1) 115 : audit [DBG] from='mgr.? 172.21.15.174:0/500639446' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.ceothj/key"}]: dispatch 2023-09-29T17:01:23.141 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:23.013332+0000 mon.smithi174 (mon.1) 116 : audit [DBG] from='mgr.? 172.21.15.174:0/500639446' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T17:01:23.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:23.007525+0000 mon.smithi098 (mon.0) 930 : cluster [DBG] Standby manager daemon smithi174.ceothj restarted 2023-09-29T17:01:23.401 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:23.007630+0000 mon.smithi098 (mon.0) 931 : cluster [DBG] Standby manager daemon smithi174.ceothj started 2023-09-29T17:01:23.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:23.009458+0000 mon.smithi174 (mon.1) 113 : audit [DBG] from='mgr.? 172.21.15.174:0/500639446' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.ceothj/crt"}]: dispatch 2023-09-29T17:01:23.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:23.010662+0000 mon.smithi174 (mon.1) 114 : audit [DBG] from='mgr.? 172.21.15.174:0/500639446' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T17:01:23.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:23.012961+0000 mon.smithi174 (mon.1) 115 : audit [DBG] from='mgr.? 172.21.15.174:0/500639446' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.ceothj/key"}]: dispatch 2023-09-29T17:01:23.402 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:23 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:23.013332+0000 mon.smithi174 (mon.1) 116 : audit [DBG] from='mgr.? 172.21.15.174:0/500639446' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T17:01:24.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:23.151467+0000 mon.smithi098 (mon.0) 932 : cluster [DBG] mgrmap e32: smithi098.saehjc(active, since 7s), standbys: smithi174.ceothj 2023-09-29T17:01:24.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:23.513330+0000 mon.smithi098 (mon.0) 933 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:24.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:23.518577+0000 mon.smithi098 (mon.0) 934 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:24.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:23.519713+0000 mon.smithi098 (mon.0) 935 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:01:24.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:23.520308+0000 mon.smithi098 (mon.0) 936 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:01:24.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:23.521166+0000 mgr.smithi098.saehjc (mgr.14820) 8 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2023-09-29T17:01:24.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:23.521433+0000 mgr.smithi098.saehjc (mgr.14820) 9 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2023-09-29T17:01:24.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:23.785670+0000 mgr.smithi098.saehjc (mgr.14820) 10 : cephadm [INF] Updating smithi174:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T17:01:24.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:23.785876+0000 mgr.smithi098.saehjc (mgr.14820) 11 : cephadm [INF] Updating smithi098:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T17:01:24.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:24.049910+0000 mgr.smithi098.saehjc (mgr.14820) 12 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2023-09-29T17:01:24.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:24.050069+0000 mgr.smithi098.saehjc (mgr.14820) 13 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2023-09-29T17:01:24.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:24 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:24.099271+0000 mgr.smithi098.saehjc (mgr.14820) 14 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2023-09-29T17:01:24.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:23.151467+0000 mon.smithi098 (mon.0) 932 : cluster [DBG] mgrmap e32: smithi098.saehjc(active, since 7s), standbys: smithi174.ceothj 2023-09-29T17:01:24.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:23.513330+0000 mon.smithi098 (mon.0) 933 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:24.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:23.518577+0000 mon.smithi098 (mon.0) 934 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:24.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:23.519713+0000 mon.smithi098 (mon.0) 935 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:01:24.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:23.520308+0000 mon.smithi098 (mon.0) 936 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:01:24.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T17:01:23.521166+0000 mgr.smithi098.saehjc (mgr.14820) 8 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2023-09-29T17:01:24.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T17:01:23.521433+0000 mgr.smithi098.saehjc (mgr.14820) 9 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2023-09-29T17:01:24.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T17:01:23.785670+0000 mgr.smithi098.saehjc (mgr.14820) 10 : cephadm [INF] Updating smithi174:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T17:01:24.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T17:01:23.785876+0000 mgr.smithi098.saehjc (mgr.14820) 11 : cephadm [INF] Updating smithi098:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T17:01:24.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T17:01:24.049910+0000 mgr.smithi098.saehjc (mgr.14820) 12 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2023-09-29T17:01:24.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T17:01:24.050069+0000 mgr.smithi098.saehjc (mgr.14820) 13 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2023-09-29T17:01:24.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:24 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:24.099271+0000 mgr.smithi098.saehjc (mgr.14820) 14 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2023-09-29T17:01:25.649 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:24.314058+0000 mgr.smithi098.saehjc (mgr.14820) 15 : cephadm [INF] Updating smithi174:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T17:01:25.649 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:24.314540+0000 mgr.smithi098.saehjc (mgr.14820) 16 : cephadm [INF] Updating smithi098:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T17:01:25.649 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:24.582786+0000 mon.smithi098 (mon.0) 937 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:25.649 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:24.585286+0000 mon.smithi098 (mon.0) 938 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:25.649 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:24.588475+0000 mon.smithi098 (mon.0) 939 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:25.649 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:24.591523+0000 mon.smithi098 (mon.0) 940 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:25.649 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:24.594712+0000 mon.smithi098 (mon.0) 941 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:25.649 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:24.600435+0000 mon.smithi098 (mon.0) 942 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:25.649 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:25 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:24.731219+0000 mon.smithi098 (mon.0) 943 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:25.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T17:01:24.314058+0000 mgr.smithi098.saehjc (mgr.14820) 15 : cephadm [INF] Updating smithi174:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T17:01:25.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T17:01:24.314540+0000 mgr.smithi098.saehjc (mgr.14820) 16 : cephadm [INF] Updating smithi098:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T17:01:25.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:24.582786+0000 mon.smithi098 (mon.0) 937 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:25.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:24.585286+0000 mon.smithi098 (mon.0) 938 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:25.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:24.588475+0000 mon.smithi098 (mon.0) 939 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:25.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:24.591523+0000 mon.smithi098 (mon.0) 940 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:25.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:24.594712+0000 mon.smithi098 (mon.0) 941 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:25.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:24.600435+0000 mon.smithi098 (mon.0) 942 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:25.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:25 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:24.731219+0000 mon.smithi098 (mon.0) 943 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:26.448 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:01:26.701 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:25.748889+0000 mgr.smithi098.saehjc (mgr.14820) 17 : cephadm [INF] Upgrade: Updating mgr.smithi174.ceothj 2023-09-29T17:01:26.701 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:25.749372+0000 mon.smithi098 (mon.0) 944 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi174.ceothj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T17:01:26.701 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:25.750368+0000 mon.smithi098 (mon.0) 945 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T17:01:26.702 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:25.751258+0000 mon.smithi098 (mon.0) 946 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:01:26.702 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:25.752230+0000 mgr.smithi098.saehjc (mgr.14820) 18 : cephadm [INF] Deploying daemon mgr.smithi174.ceothj on smithi174 2023-09-29T17:01:26.702 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:26.099794+0000 mgr.smithi098.saehjc (mgr.14820) 19 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 113 B/s wr, 0 op/s 2023-09-29T17:01:26.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T17:01:25.748889+0000 mgr.smithi098.saehjc (mgr.14820) 17 : cephadm [INF] Upgrade: Updating mgr.smithi174.ceothj 2023-09-29T17:01:26.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:25.749372+0000 mon.smithi098 (mon.0) 944 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi174.ceothj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T17:01:26.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:25.750368+0000 mon.smithi098 (mon.0) 945 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T17:01:26.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:25.751258+0000 mon.smithi098 (mon.0) 946 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:01:26.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T17:01:25.752230+0000 mgr.smithi098.saehjc (mgr.14820) 18 : cephadm [INF] Deploying daemon mgr.smithi174.ceothj on smithi174 2023-09-29T17:01:26.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:26 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:26.099794+0000 mgr.smithi098.saehjc (mgr.14820) 19 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 113 B/s wr, 0 op/s 2023-09-29T17:01:29.153 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:27.787143+0000 mon.smithi098 (mon.0) 947 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:29.153 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:27.791782+0000 mon.smithi098 (mon.0) 948 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:29.153 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:27.820733+0000 mon.smithi098 (mon.0) 949 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:29.153 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:28.100636+0000 mgr.smithi098.saehjc (mgr.14820) 20 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2023-09-29T17:01:29.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:28 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:27.787143+0000 mon.smithi098 (mon.0) 947 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:29.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:28 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:27.791782+0000 mon.smithi098 (mon.0) 948 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:29.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:28 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:27.820733+0000 mon.smithi098 (mon.0) 949 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:29.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:28 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:28.100636+0000 mgr.smithi098.saehjc (mgr.14820) 20 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2023-09-29T17:01:30.452 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:30 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:30.100998+0000 mgr.smithi098.saehjc (mgr.14820) 21 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:30.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:30 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:30.100998+0000 mgr.smithi098.saehjc (mgr.14820) 21 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:31.490 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:01:31.778 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:31 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:30.600748+0000 mon.smithi098 (mon.0) 950 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:31.779 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:31 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:30.605278+0000 mon.smithi098 (mon.0) 951 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:31.779 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:31 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:31.168917+0000 mon.smithi098 (mon.0) 952 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:01:31.779 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:31 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:31.345211+0000 mon.smithi098 (mon.0) 953 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:31.779 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:31 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:31.350137+0000 mon.smithi098 (mon.0) 954 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:31.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:31 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:30.600748+0000 mon.smithi098 (mon.0) 950 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:31.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:31 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:30.605278+0000 mon.smithi098 (mon.0) 951 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:31.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:31 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:31.168917+0000 mon.smithi098 (mon.0) 952 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:01:31.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:31 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:31.345211+0000 mon.smithi098 (mon.0) 953 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:31.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:31 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:31.350137+0000 mon.smithi098 (mon.0) 954 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:32.671 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:32 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:32.101500+0000 mgr.smithi098.saehjc (mgr.14820) 22 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:32.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:32 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:32.101500+0000 mgr.smithi098.saehjc (mgr.14820) 22 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:35.133 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:33.978512+0000 mon.smithi098 (mon.0) 955 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:35.134 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:33.983213+0000 mon.smithi098 (mon.0) 956 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:35.134 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:33.984089+0000 mon.smithi098 (mon.0) 957 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:01:35.134 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:33.984924+0000 mon.smithi098 (mon.0) 958 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:01:35.134 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:33.991830+0000 mon.smithi098 (mon.0) 959 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:35.134 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:33.998580+0000 mon.smithi098 (mon.0) 960 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:35.134 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:34.102350+0000 mgr.smithi098.saehjc (mgr.14820) 23 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:01:35.134 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:34.129729+0000 mon.smithi098 (mon.0) 961 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:35.135 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:34.132191+0000 mon.smithi098 (mon.0) 962 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:01:35.135 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:34.139495+0000 mon.smithi098 (mon.0) 963 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:35.135 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:34.140204+0000 mon.smithi098 (mon.0) 964 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi098.saehjc"}]: dispatch 2023-09-29T17:01:35.135 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:34.145991+0000 mon.smithi098 (mon.0) 965 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi098.saehjc"}]': finished 2023-09-29T17:01:35.135 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:34.146582+0000 mon.smithi098 (mon.0) 966 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi174.ceothj"}]: dispatch 2023-09-29T17:01:35.135 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:34.152034+0000 mon.smithi098 (mon.0) 967 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi174.ceothj"}]': finished 2023-09-29T17:01:35.136 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:34.152964+0000 mon.smithi098 (mon.0) 968 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-29T17:01:35.136 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:34.813764+0000 mon.smithi098 (mon.0) 969 : cluster [DBG] Standby manager daemon smithi174.ceothj restarted 2023-09-29T17:01:35.136 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:34.813915+0000 mon.smithi098 (mon.0) 970 : cluster [DBG] Standby manager daemon smithi174.ceothj started 2023-09-29T17:01:35.136 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:34.815136+0000 mon.smithi174 (mon.1) 117 : audit [DBG] from='mgr.? 172.21.15.174:0/3388688300' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.ceothj/crt"}]: dispatch 2023-09-29T17:01:35.136 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:34.815639+0000 mon.smithi174 (mon.1) 118 : audit [DBG] from='mgr.? 172.21.15.174:0/3388688300' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T17:01:35.136 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:34.817665+0000 mon.smithi174 (mon.1) 119 : audit [DBG] from='mgr.? 172.21.15.174:0/3388688300' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.ceothj/key"}]: dispatch 2023-09-29T17:01:35.136 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:34.818672+0000 mon.smithi174 (mon.1) 120 : audit [DBG] from='mgr.? 172.21.15.174:0/3388688300' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T17:01:35.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:33.978512+0000 mon.smithi098 (mon.0) 955 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:35.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:33.983213+0000 mon.smithi098 (mon.0) 956 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:35.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:33.984089+0000 mon.smithi098 (mon.0) 957 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:01:35.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:33.984924+0000 mon.smithi098 (mon.0) 958 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:01:35.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:33.991830+0000 mon.smithi098 (mon.0) 959 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:35.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:33.998580+0000 mon.smithi098 (mon.0) 960 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:35.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:34.102350+0000 mgr.smithi098.saehjc (mgr.14820) 23 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:01:35.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:34.129729+0000 mon.smithi098 (mon.0) 961 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:35.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:34.132191+0000 mon.smithi098 (mon.0) 962 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:01:35.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:34.139495+0000 mon.smithi098 (mon.0) 963 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:35.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:34.140204+0000 mon.smithi098 (mon.0) 964 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi098.saehjc"}]: dispatch 2023-09-29T17:01:35.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:34.145991+0000 mon.smithi098 (mon.0) 965 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi098.saehjc"}]': finished 2023-09-29T17:01:35.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:34.146582+0000 mon.smithi098 (mon.0) 966 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi174.ceothj"}]: dispatch 2023-09-29T17:01:35.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:34.152034+0000 mon.smithi098 (mon.0) 967 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi174.ceothj"}]': finished 2023-09-29T17:01:35.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:34.152964+0000 mon.smithi098 (mon.0) 968 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-29T17:01:35.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:34.813764+0000 mon.smithi098 (mon.0) 969 : cluster [DBG] Standby manager daemon smithi174.ceothj restarted 2023-09-29T17:01:35.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:34.813915+0000 mon.smithi098 (mon.0) 970 : cluster [DBG] Standby manager daemon smithi174.ceothj started 2023-09-29T17:01:35.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:34.815136+0000 mon.smithi174 (mon.1) 117 : audit [DBG] from='mgr.? 172.21.15.174:0/3388688300' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.ceothj/crt"}]: dispatch 2023-09-29T17:01:35.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:34.815639+0000 mon.smithi174 (mon.1) 118 : audit [DBG] from='mgr.? 172.21.15.174:0/3388688300' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T17:01:35.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:34.817665+0000 mon.smithi174 (mon.1) 119 : audit [DBG] from='mgr.? 172.21.15.174:0/3388688300' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.ceothj/key"}]: dispatch 2023-09-29T17:01:35.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:34 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:34.818672+0000 mon.smithi174 (mon.1) 120 : audit [DBG] from='mgr.? 172.21.15.174:0/3388688300' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T17:01:36.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cephadm 2023-09-29T17:01:34.132950+0000 mgr.smithi098.saehjc (mgr.14820) 24 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-09-29T17:01:36.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: cluster 2023-09-29T17:01:35.158729+0000 mon.smithi098 (mon.0) 971 : cluster [DBG] mgrmap e33: smithi098.saehjc(active, since 19s), standbys: smithi174.ceothj 2023-09-29T17:01:36.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:35.225613+0000 mon.smithi098 (mon.0) 972 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:36.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:35.226316+0000 mon.smithi098 (mon.0) 973 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T17:01:36.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:35.226885+0000 mon.smithi098 (mon.0) 974 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T17:01:36.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:35 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: audit 2023-09-29T17:01:35.227444+0000 mon.smithi098 (mon.0) 975 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:01:36.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:34.132950+0000 mgr.smithi098.saehjc (mgr.14820) 24 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-09-29T17:01:36.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:35.158729+0000 mon.smithi098 (mon.0) 971 : cluster [DBG] mgrmap e33: smithi098.saehjc(active, since 19s), standbys: smithi174.ceothj 2023-09-29T17:01:36.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:35.225613+0000 mon.smithi098 (mon.0) 972 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:36.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:35.226316+0000 mon.smithi098 (mon.0) 973 : audit [INF] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T17:01:36.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:35.226885+0000 mon.smithi098 (mon.0) 974 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T17:01:36.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:35.227444+0000 mon.smithi098 (mon.0) 975 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:01:36.523 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:01:36.713 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:36 smithi098 systemd[1]: Stopping Ceph mon.smithi098 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:01:36.714 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T17:01:36.334+0000 7f9c33c5d700 -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 2023-09-29T17:01:36.714 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098[107283]: debug 2023-09-29T17:01:36.334+0000 7f9c33c5d700 -1 mon.smithi098@0(leader) e2 *** Got Signal Terminated *** 2023-09-29T17:01:36.751 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T17:01:36.964 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:36 smithi098 bash[155490]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi098 2023-09-29T17:01:37.434 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T17:01:37.434 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (7m) 16s ago 8m 24.3M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T17:01:37.434 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (8m) 16s ago 8m 7000k - 16.2.5 6933c2a0b7dd a910a20a10aa 2023-09-29T17:01:37.434 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (7m) 6s ago 7m 7163k - 16.2.5 6933c2a0b7dd 1a5ecaee4186 2023-09-29T17:01:37.434 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (7m) 16s ago 8m 40.7M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T17:01:37.435 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (4m) 16s ago 4m 14.8M - 16.2.5 6933c2a0b7dd 34f81c40f041 2023-09-29T17:01:37.435 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (4m) 6s ago 4m 39.4M - 16.2.5 6933c2a0b7dd 45f595b8d0ed 2023-09-29T17:01:37.435 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:8443,9283 running (30s) 16s ago 9m 468M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 414cb1f79b42 2023-09-29T17:01:37.435 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (9s) 6s ago 7m 49.6M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 5c703357ecec 2023-09-29T17:01:37.435 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (9m) 16s ago 9m 130M 2048M 16.2.5 6933c2a0b7dd e5e5be17f7bc 2023-09-29T17:01:37.435 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (7m) 6s ago 7m 91.2M 2048M 16.2.5 6933c2a0b7dd 3b3a670a7713 2023-09-29T17:01:37.435 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 running (2m) 16s ago 2m 53.1M - 3.5 6933c2a0b7dd 3245936c6837 2023-09-29T17:01:37.435 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (2m) 6s ago 2m 71.5M - 3.5 6933c2a0b7dd 68a450073ccd 2023-09-29T17:01:37.435 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (8m) 16s ago 8m 18.4M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T17:01:37.435 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (7m) 6s ago 7m 18.1M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T17:01:37.435 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (7m) 16s ago 7m 1164M 1942M 16.2.5 6933c2a0b7dd 3e44bcc8bd5c 2023-09-29T17:01:37.436 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (7m) 16s ago 7m 1033M 1942M 16.2.5 6933c2a0b7dd 2530dfd11b82 2023-09-29T17:01:37.436 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (6m) 16s ago 6m 745M 1942M 16.2.5 6933c2a0b7dd 6cd552880e58 2023-09-29T17:01:37.436 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (6m) 16s ago 6m 1085M 1942M 16.2.5 6933c2a0b7dd 7c95a892ae74 2023-09-29T17:01:37.436 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (6m) 6s ago 6m 1077M 2710M 16.2.5 6933c2a0b7dd 56fd513ec204 2023-09-29T17:01:37.436 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (6m) 6s ago 6m 1311M 2710M 16.2.5 6933c2a0b7dd d6f476ff7a82 2023-09-29T17:01:37.436 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (5m) 6s ago 5m 1046M 2710M 16.2.5 6933c2a0b7dd 27d66cd3936c 2023-09-29T17:01:37.436 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (5m) 6s ago 5m 1592M 2710M 16.2.5 6933c2a0b7dd 70b16eb57dc0 2023-09-29T17:01:37.436 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (34s) 16s ago 7m 40.2M - 2.18.1 de242295e225 0f6f23efc384 2023-09-29T17:01:37.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 systemd[1]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mon.smithi098.service: Succeeded. 2023-09-29T17:01:37.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 systemd[1]: Stopped Ceph mon.smithi098 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T17:01:37.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 systemd[1]: Starting Ceph mon.smithi098 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:01:37.819 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:01:37.851 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T17:01:37.852 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T17:01:37.852 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:01:37.852 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T17:01:37.852 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:01:37.852 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:01:37.852 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T17:01:37.852 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-29T17:01:37.852 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:01:37.852 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T17:01:37.852 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T17:01:37.852 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:01:37.852 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T17:01:37.853 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 12, 2023-09-29T17:01:37.853 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:01:37.853 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T17:01:37.853 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:01:37.941 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 bash[155753]: 4adef2805929cc4501cdb3d671c287ea5173b693a6eea893de6ac91b377bfc4c 2023-09-29T17:01:37.941 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 systemd[1]: Started Ceph mon.smithi098 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T17:01:37.941 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: set uid:gid to 167:167 (ceph:ceph) 2023-09-29T17:01:37.941 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable), process ceph-mon, pid 7 2023-09-29T17:01:37.942 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: pidfile_write: ignore empty --pid-file 2023-09-29T17:01:37.942 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: load: jerasure load: lrc 2023-09-29T17:01:37.942 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: RocksDB version: 6.15.5 2023-09-29T17:01:37.942 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-29T17:01:37.942 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Compile date Sep 28 2023 2023-09-29T17:01:37.942 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: DB SUMMARY 2023-09-29T17:01:37.942 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: DB Session ID: VQXYSQ51VJ6G8222OWMG 2023-09-29T17:01:37.942 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: CURRENT file: CURRENT 2023-09-29T17:01:37.942 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: IDENTITY file: IDENTITY 2023-09-29T17:01:37.943 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: MANIFEST file: MANIFEST-000008 size: 579 Bytes 2023-09-29T17:01:37.943 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi098/store.db dir, Total Num: 1, files: 000017.sst 2023-09-29T17:01:37.943 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi098/store.db: 000015.log size: 5068133 ; 2023-09-29T17:01:37.943 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.error_if_exists: 0 2023-09-29T17:01:37.943 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.create_if_missing: 0 2023-09-29T17:01:37.943 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.paranoid_checks: 1 2023-09-29T17:01:37.943 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-29T17:01:37.943 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.env: 0x55c70827fa80 2023-09-29T17:01:37.943 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.fs: Posix File System 2023-09-29T17:01:37.943 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.info_log: 0x55c709541440 2023-09-29T17:01:37.943 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_file_opening_threads: 16 2023-09-29T17:01:37.944 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.statistics: (nil) 2023-09-29T17:01:37.944 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.use_fsync: 0 2023-09-29T17:01:37.944 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_log_file_size: 0 2023-09-29T17:01:37.944 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-29T17:01:37.944 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-29T17:01:37.944 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.keep_log_file_num: 1000 2023-09-29T17:01:37.944 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.recycle_log_file_num: 0 2023-09-29T17:01:37.944 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.allow_fallocate: 1 2023-09-29T17:01:37.944 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.allow_mmap_reads: 0 2023-09-29T17:01:37.944 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.allow_mmap_writes: 0 2023-09-29T17:01:37.945 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.use_direct_reads: 0 2023-09-29T17:01:37.945 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-29T17:01:37.945 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.create_missing_column_families: 0 2023-09-29T17:01:37.945 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.db_log_dir: 2023-09-29T17:01:37.945 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi098/store.db 2023-09-29T17:01:37.945 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-29T17:01:37.945 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-29T17:01:37.945 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-29T17:01:37.945 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-29T17:01:37.945 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-29T17:01:37.946 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-29T17:01:37.946 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.advise_random_on_open: 1 2023-09-29T17:01:37.946 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.db_write_buffer_size: 0 2023-09-29T17:01:37.946 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.write_buffer_manager: 0x55c70a234990 2023-09-29T17:01:37.946 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-29T17:01:37.946 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-29T17:01:37.946 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-29T17:01:37.946 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-29T17:01:37.946 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.rate_limiter: (nil) 2023-09-29T17:01:37.946 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-29T17:01:37.947 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.wal_recovery_mode: 2 2023-09-29T17:01:37.947 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.enable_thread_tracking: 0 2023-09-29T17:01:37.947 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.enable_pipelined_write: 0 2023-09-29T17:01:37.947 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.unordered_write: 0 2023-09-29T17:01:37.947 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-29T17:01:37.947 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-29T17:01:37.947 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-29T17:01:37.947 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-29T17:01:37.947 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.row_cache: None 2023-09-29T17:01:37.947 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.wal_filter: None 2023-09-29T17:01:37.948 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-29T17:01:37.948 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.allow_ingest_behind: 0 2023-09-29T17:01:37.948 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.preserve_deletes: 0 2023-09-29T17:01:37.948 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.two_write_queues: 0 2023-09-29T17:01:37.948 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.manual_wal_flush: 0 2023-09-29T17:01:37.948 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.atomic_flush: 0 2023-09-29T17:01:37.948 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-29T17:01:37.948 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-29T17:01:37.948 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-29T17:01:37.948 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.log_readahead_size: 0 2023-09-29T17:01:37.948 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-29T17:01:37.949 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.best_efforts_recovery: 0 2023-09-29T17:01:37.949 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-29T17:01:37.949 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-29T17:01:37.950 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.allow_data_in_errors: 0 2023-09-29T17:01:37.951 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.db_host_id: __hostname__ 2023-09-29T17:01:37.951 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_background_jobs: 2 2023-09-29T17:01:37.951 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_background_compactions: -1 2023-09-29T17:01:37.951 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_subcompactions: 1 2023-09-29T17:01:37.951 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-29T17:01:37.951 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-29T17:01:37.952 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-29T17:01:37.952 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_total_wal_size: 0 2023-09-29T17:01:37.952 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-29T17:01:37.953 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-29T17:01:37.953 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-29T17:01:37.953 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-29T17:01:37.953 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_open_files: -1 2023-09-29T17:01:37.953 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.bytes_per_sync: 0 2023-09-29T17:01:37.953 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-29T17:01:37.953 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-29T17:01:37.953 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.compaction_readahead_size: 0 2023-09-29T17:01:37.953 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_background_flushes: -1 2023-09-29T17:01:37.953 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Compression algorithms supported: 2023-09-29T17:01:37.954 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-29T17:01:37.954 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: kZSTD supported: 0 2023-09-29T17:01:37.954 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: kXpressCompression supported: 0 2023-09-29T17:01:37.954 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: kLZ4HCCompression supported: 1 2023-09-29T17:01:37.954 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: kZlibCompression supported: 1 2023-09-29T17:01:37.954 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: kSnappyCompression supported: 1 2023-09-29T17:01:37.954 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: kLZ4Compression supported: 1 2023-09-29T17:01:37.954 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: kBZip2Compression supported: 0 2023-09-29T17:01:37.954 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-29T17:01:37.954 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi098/store.db/MANIFEST-000008 2023-09-29T17:01:37.955 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2023-09-29T17:01:37.955 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-29T17:01:37.955 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.merge_operator: 2023-09-29T17:01:37.955 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.compaction_filter: None 2023-09-29T17:01:37.955 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.compaction_filter_factory: None 2023-09-29T17:01:37.955 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.sst_partitioner_factory: None 2023-09-29T17:01:37.955 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-29T17:01:37.955 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-29T17:01:37.955 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c709514fa0) 2023-09-29T17:01:37.956 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: cache_index_and_filter_blocks: 1 2023-09-29T17:01:37.956 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-29T17:01:37.956 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-29T17:01:37.956 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: pin_top_level_index_and_filter: 1 2023-09-29T17:01:37.956 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: index_type: 0 2023-09-29T17:01:37.956 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: data_block_index_type: 0 2023-09-29T17:01:37.956 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: index_shortening: 1 2023-09-29T17:01:37.956 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-29T17:01:37.956 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: hash_index_allow_collision: 1 2023-09-29T17:01:37.956 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: checksum: 1 2023-09-29T17:01:37.957 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: no_block_cache: 0 2023-09-29T17:01:37.957 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_cache: 0x55c709547090 2023-09-29T17:01:37.957 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_cache_name: BinnedLRUCache 2023-09-29T17:01:37.957 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_cache_options: 2023-09-29T17:01:37.957 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: capacity : 536870912 2023-09-29T17:01:37.957 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: num_shard_bits : 4 2023-09-29T17:01:37.957 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: strict_capacity_limit : 0 2023-09-29T17:01:37.957 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: high_pri_pool_ratio: 0.000 2023-09-29T17:01:37.957 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_cache_compressed: (nil) 2023-09-29T17:01:37.957 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: persistent_cache: (nil) 2023-09-29T17:01:37.957 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_size: 4096 2023-09-29T17:01:37.958 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_size_deviation: 10 2023-09-29T17:01:37.958 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_restart_interval: 16 2023-09-29T17:01:37.958 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: index_block_restart_interval: 1 2023-09-29T17:01:37.958 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: metadata_block_size: 4096 2023-09-29T17:01:37.958 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: partition_filters: 0 2023-09-29T17:01:37.958 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: use_delta_encoding: 1 2023-09-29T17:01:37.958 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-29T17:01:37.958 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: whole_key_filtering: 1 2023-09-29T17:01:37.958 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: verify_compression: 0 2023-09-29T17:01:37.958 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: read_amp_bytes_per_bit: 0 2023-09-29T17:01:37.959 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: format_version: 4 2023-09-29T17:01:37.959 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: enable_index_compression: 1 2023-09-29T17:01:37.959 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: block_align: 0 2023-09-29T17:01:37.959 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.write_buffer_size: 33554432 2023-09-29T17:01:37.959 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_write_buffer_number: 2 2023-09-29T17:01:37.959 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.compression: NoCompression 2023-09-29T17:01:37.959 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.bottommost_compression: Disabled 2023-09-29T17:01:37.959 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.prefix_extractor: nullptr 2023-09-29T17:01:37.959 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-29T17:01:37.959 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.num_levels: 7 2023-09-29T17:01:37.960 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-29T17:01:37.960 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-29T17:01:37.960 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-29T17:01:37.960 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-29T17:01:37.960 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-29T17:01:37.960 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-29T17:01:37.960 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-29T17:01:37.960 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-29T17:01:37.960 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-29T17:01:37.960 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-29T17:01:37.961 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-29T17:01:37.961 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.compression_opts.level: 32767 2023-09-29T17:01:37.961 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.compression_opts.strategy: 0 2023-09-29T17:01:37.961 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-29T17:01:37.961 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-29T17:01:37.961 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-29T17:01:37.961 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.compression_opts.enabled: false 2023-09-29T17:01:37.961 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-29T17:01:37.961 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-29T17:01:37.962 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-29T17:01:37.962 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.target_file_size_base: 67108864 2023-09-29T17:01:37.962 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-29T17:01:37.962 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-29T17:01:37.962 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-29T17:01:37.962 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-29T17:01:37.962 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-29T17:01:37.962 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-29T17:01:37.962 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-29T17:01:37.963 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-29T17:01:37.963 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-29T17:01:37.963 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-29T17:01:37.963 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-29T17:01:37.963 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-29T17:01:37.963 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-29T17:01:37.963 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.arena_block_size: 4194304 2023-09-29T17:01:37.963 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-29T17:01:37.963 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-29T17:01:37.963 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-29T17:01:37.964 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.disable_auto_compactions: 0 2023-09-29T17:01:37.964 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-29T17:01:37.964 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-29T17:01:37.964 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-29T17:01:37.964 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-29T17:01:37.964 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-29T17:01:37.964 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-29T17:01:37.964 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-29T17:01:37.964 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-29T17:01:37.965 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-29T17:01:37.965 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-29T17:01:37.965 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.table_properties_collectors: 2023-09-29T17:01:37.965 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.inplace_update_support: 0 2023-09-29T17:01:37.965 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-29T17:01:37.965 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-29T17:01:37.965 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-29T17:01:37.965 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-29T17:01:37.965 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.bloom_locality: 0 2023-09-29T17:01:37.965 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.max_successive_merges: 0 2023-09-29T17:01:37.966 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-29T17:01:37.966 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.paranoid_file_checks: 0 2023-09-29T17:01:37.966 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.force_consistency_checks: 1 2023-09-29T17:01:37.966 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.report_bg_io_stats: 0 2023-09-29T17:01:37.966 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.ttl: 2592000 2023-09-29T17:01:37.966 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-29T17:01:37.966 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.enable_blob_files: false 2023-09-29T17:01:37.966 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.min_blob_size: 0 2023-09-29T17:01:37.966 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.blob_file_size: 268435456 2023-09-29T17:01:37.966 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-29T17:01:37.967 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-29T17:01:37.967 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-29T17:01:37.967 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: [db/version_set.cc:3457] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-09-29T17:01:37.967 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi098/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 19, last_sequence is 8755, log_number is 15,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-09-29T17:01:37.967 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 15 2023-09-29T17:01:37.967 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: [db/version_set.cc:4082] Creating manifest 19 2023-09-29T17:01:37.967 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: [db/version_set.cc:3457] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-09-29T17:01:37.967 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696006897651981, "job": 1, "event": "recovery_started", "wal_files": [15]} 2023-09-29T17:01:37.967 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #15 mode 2 2023-09-29T17:01:37.967 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-09-29T17:01:37.968 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696006897664942, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 20, "file_size": 4837298, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 4830962, "index_size": 4563, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 837, "raw_key_size": 7109, "raw_average_key_size": 21, "raw_value_size": 4821176, "raw_average_value_size": 14609, "num_data_blocks": 203, "num_entries": 330, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1696006897, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "ee65c234-8a76-4db3-a5e1-8d646ab116c2", "db_session_id": "VQXYSQ51VJ6G8222OWMG"}} 2023-09-29T17:01:37.968 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: [db/version_set.cc:4082] Creating manifest 21 2023-09-29T17:01:37.968 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: [db/version_set.cc:3457] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-09-29T17:01:37.968 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696006897666058, "job": 1, "event": "recovery_finished"} 2023-09-29T17:01:37.968 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-smithi098/store.db/000015.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-29T17:01:37.968 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55c7094db180 2023-09-29T17:01:37.968 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: DB pointer 0x55c7095b0000 2023-09-29T17:01:37.968 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2023-09-29T17:01:37.968 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-09-29T17:01:37.968 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: ** DB Stats ** 2023-09-29T17:01:37.969 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T17:01:37.969 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 2023-09-29T17:01:37.969 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 2023-09-29T17:01:37.969 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-29T17:01:37.969 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 2023-09-29T17:01:37.969 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-29T17:01:37.969 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-29T17:01:37.969 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2023-09-29T17:01:37.969 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: ** Compaction Stats [default] ** 2023-09-29T17:01:37.969 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 2023-09-29T17:01:37.970 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T17:01:37.970 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: L0 1/0 4.61 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 624.9 0.01 0.00 1 0.007 0 0 2023-09-29T17:01:37.970 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: L6 1/0 21.68 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 2023-09-29T17:01:37.970 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Sum 2/0 26.29 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 624.9 0.01 0.00 1 0.007 0 0 2023-09-29T17:01:37.970 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 624.9 0.01 0.00 1 0.007 0 0 2023-09-29T17:01:37.970 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2023-09-29T17:01:37.970 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: ** Compaction Stats [default] ** 2023-09-29T17:01:37.970 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 2023-09-29T17:01:37.970 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T17:01:37.970 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 624.9 0.01 0.00 1 0.007 0 0 2023-09-29T17:01:37.970 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T17:01:37.971 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Flush(GB): cumulative 0.005, interval 0.005 2023-09-29T17:01:37.971 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-29T17:01:37.971 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-29T17:01:37.971 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-29T17:01:37.971 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-29T17:01:37.971 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Cumulative compaction: 0.00 GB write, 241.91 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T17:01:37.971 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Interval compaction: 0.00 GB write, 241.91 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T17:01:37.971 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 2023-09-29T17:01:37.971 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2023-09-29T17:01:37.971 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-29T17:01:37.971 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2023-09-29T17:01:37.972 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: ** Compaction Stats [default] ** 2023-09-29T17:01:37.972 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 2023-09-29T17:01:37.972 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T17:01:37.972 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: L0 1/0 4.61 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 624.9 0.01 0.00 1 0.007 0 0 2023-09-29T17:01:37.972 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: L6 1/0 21.68 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 2023-09-29T17:01:37.972 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Sum 2/0 26.29 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 624.9 0.01 0.00 1 0.007 0 0 2023-09-29T17:01:37.972 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 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-29T17:01:37.972 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2023-09-29T17:01:37.972 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: ** Compaction Stats [default] ** 2023-09-29T17:01:37.972 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 2023-09-29T17:01:37.973 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T17:01:37.973 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 624.9 0.01 0.00 1 0.007 0 0 2023-09-29T17:01:37.973 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T17:01:37.973 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Flush(GB): cumulative 0.005, interval 0.000 2023-09-29T17:01:37.973 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-29T17:01:37.973 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-29T17:01:37.973 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-29T17:01:37.973 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-29T17:01:37.973 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Cumulative compaction: 0.00 GB write, 241.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T17:01:37.974 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T17:01:37.974 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 2023-09-29T17:01:37.974 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2023-09-29T17:01:37.974 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-29T17:01:37.974 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: starting mon.smithi098 rank 0 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 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T17:01:37.974 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: mon.smithi098@-1(???) e2 preinit fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T17:01:37.974 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: mon.smithi098@-1(???).mds e7 new map 2023-09-29T17:01:37.974 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: mon.smithi098@-1(???).mds e7 print_map 2023-09-29T17:01:37.974 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: e7 2023-09-29T17:01:37.974 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-29T17:01:37.975 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} 2023-09-29T17:01:37.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: legacy client fscid: 1 2023-09-29T17:01:37.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2023-09-29T17:01:37.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Filesystem 'foofs' (1) 2023-09-29T17:01:37.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: fs_name foofs 2023-09-29T17:01:37.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: epoch 4 2023-09-29T17:01:37.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2023-09-29T17:01:37.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: created 2023-09-29T16:56:44.867444+0000 2023-09-29T17:01:37.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: modified 2023-09-29T16:56:49.647439+0000 2023-09-29T17:01:37.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: tableserver 0 2023-09-29T17:01:37.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: root 0 2023-09-29T17:01:37.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: session_timeout 60 2023-09-29T17:01:37.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: session_autoclose 300 2023-09-29T17:01:37.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: max_file_size 1099511627776 2023-09-29T17:01:37.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: required_client_features {} 2023-09-29T17:01:37.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: last_failure 0 2023-09-29T17:01:37.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: last_failure_osd_epoch 0 2023-09-29T17:01:37.976 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} 2023-09-29T17:01:37.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: max_mds 1 2023-09-29T17:01:37.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: in 0 2023-09-29T17:01:37.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: up {0=24281} 2023-09-29T17:01:37.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: failed 2023-09-29T17:01:37.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: damaged 2023-09-29T17:01:37.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: stopped 2023-09-29T17:01:37.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: data_pools [3] 2023-09-29T17:01:37.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: metadata_pool 2 2023-09-29T17:01:37.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: inline_data disabled 2023-09-29T17:01:37.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: balancer 2023-09-29T17:01:37.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: standby_count_wanted 1 2023-09-29T17:01:37.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: [mds.foofs.smithi174.udpasg{0:24281} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.174:6832/1900375554,v1:172.21.15.174:6833/1900375554] compat {c=[1],r=[1],i=[7ff]}] 2023-09-29T17:01:37.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2023-09-29T17:01:37.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2023-09-29T17:01:37.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: Standby daemons: 2023-09-29T17:01:37.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: 2023-09-29T17:01:37.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout: [mds.foofs.smithi098.ygecui{-1:14492} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.98:6834/3091217221,v1:172.21.15.98:6835/3091217221] compat {c=[1],r=[1],i=[7ff]}] 2023-09-29T17:01:37.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: mon.smithi098@-1(???).osd e65 crush map has features 3314933000854323200, adjusting msgr requires 2023-09-29T17:01:37.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: mon.smithi098@-1(???).osd e65 crush map has features 432629239337189376, adjusting msgr requires 2023-09-29T17:01:37.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: mon.smithi098@-1(???).osd e65 crush map has features 432629239337189376, adjusting msgr requires 2023-09-29T17:01:37.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: mon.smithi098@-1(???).osd e65 crush map has features 432629239337189376, adjusting msgr requires 2023-09-29T17:01:37.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:37 smithi098 ceph-mon[155813]: mon.smithi098@-1(???).paxosservice(auth 1..42) refresh upgraded, format 0 -> 3 2023-09-29T17:01:38.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:36.343039+0000 mon.smithi174 (mon.1) 121 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-09-29T17:01:38.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:36.343892+0000 mon.smithi174 (mon.1) 122 : audit [DBG] from='mgr.14820 172.21.15.98:0/2505135939' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T17:01:38.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:36.738417+0000 mgr.smithi098.saehjc (mgr.14820) 28 : audit [DBG] from='client.24587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:01:38.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:37.085780+0000 mgr.smithi098.saehjc (mgr.14820) 29 : audit [DBG] from='client.24591 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:01:38.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:37.819121+0000 mon.smithi174 (mon.1) 123 : audit [DBG] from='client.? 172.21.15.98:0/954111114' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:01:38.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:37.880757+0000 mon.smithi098 (mon.0) 1 : cluster [INF] mon.smithi098 calling monitor election 2023-09-29T17:01:38.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:37.894311+0000 mon.smithi098 (mon.0) 2 : cluster [INF] mon.smithi098 is new leader, mons smithi098,smithi174 in quorum (ranks 0,1) 2023-09-29T17:01:38.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:37.897882+0000 mon.smithi098 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0],smithi174=[v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0]} removed_ranks: {} 2023-09-29T17:01:38.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:37.898354+0000 mon.smithi098 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi174.udpasg=up:active} 1 up:standby 2023-09-29T17:01:38.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:37.898388+0000 mon.smithi098 (mon.0) 5 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-09-29T17:01:38.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:37.899198+0000 mon.smithi098 (mon.0) 6 : cluster [DBG] mgrmap e33: smithi098.saehjc(active, since 22s), standbys: smithi174.ceothj 2023-09-29T17:01:38.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:37.907507+0000 mon.smithi098 (mon.0) 7 : cluster [DBG] mgrmap e34: smithi098.saehjc(active, since 22s), standbys: smithi174.ceothj 2023-09-29T17:01:38.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:37.907533+0000 mon.smithi098 (mon.0) 8 : cluster [INF] overall HEALTH_OK 2023-09-29T17:01:38.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:37.907599+0000 mon.smithi098 (mon.0) 9 : audit [INF] from='mgr.14820 ' entity='' 2023-09-29T17:01:41.572 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:01:44.592 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:44.453885+0000 mon.smithi098 (mon.0) 10 : cluster [DBG] Standby manager daemon smithi174.ceothj restarted 2023-09-29T17:01:44.592 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:44.453959+0000 mon.smithi098 (mon.0) 11 : cluster [DBG] Standby manager daemon smithi174.ceothj started 2023-09-29T17:01:44.592 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.456613+0000 mon.smithi098 (mon.0) 12 : audit [DBG] from='mgr.? 172.21.15.174:0/1747520205' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.ceothj/crt"}]: dispatch 2023-09-29T17:01:44.592 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.457063+0000 mon.smithi098 (mon.0) 13 : audit [DBG] from='mgr.? 172.21.15.174:0/1747520205' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-29T17:01:44.592 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.459640+0000 mon.smithi098 (mon.0) 14 : audit [DBG] from='mgr.? 172.21.15.174:0/1747520205' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi174.ceothj/key"}]: dispatch 2023-09-29T17:01:44.593 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.459991+0000 mon.smithi098 (mon.0) 15 : audit [DBG] from='mgr.? 172.21.15.174:0/1747520205' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T17:01:44.593 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:44.469402+0000 mon.smithi098 (mon.0) 16 : cluster [INF] Active manager daemon smithi098.saehjc restarted 2023-09-29T17:01:44.593 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:44.469741+0000 mon.smithi098 (mon.0) 17 : cluster [INF] Activating manager daemon smithi098.saehjc 2023-09-29T17:01:44.593 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:44.477012+0000 mon.smithi098 (mon.0) 18 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-09-29T17:01:44.593 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:44.477455+0000 mon.smithi098 (mon.0) 19 : cluster [DBG] mgrmap e35: smithi098.saehjc(active, starting, since 0.00781606s), standbys: smithi174.ceothj 2023-09-29T17:01:44.593 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.479189+0000 mon.smithi098 (mon.0) 20 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-09-29T17:01:44.593 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.479402+0000 mon.smithi098 (mon.0) 21 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T17:01:44.593 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.480463+0000 mon.smithi098 (mon.0) 22 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.ygecui"}]: dispatch 2023-09-29T17:01:44.593 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.480727+0000 mon.smithi098 (mon.0) 23 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi174.udpasg"}]: dispatch 2023-09-29T17:01:44.593 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.480953+0000 mon.smithi098 (mon.0) 24 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr metadata", "who": "smithi098.saehjc", "id": "smithi098.saehjc"}]: dispatch 2023-09-29T17:01:44.594 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.481132+0000 mon.smithi098 (mon.0) 25 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr metadata", "who": "smithi174.ceothj", "id": "smithi174.ceothj"}]: dispatch 2023-09-29T17:01:44.594 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.481316+0000 mon.smithi098 (mon.0) 26 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T17:01:44.594 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.481604+0000 mon.smithi098 (mon.0) 27 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T17:01:44.594 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.481872+0000 mon.smithi098 (mon.0) 28 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T17:01:44.594 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.482135+0000 mon.smithi098 (mon.0) 29 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T17:01:44.594 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.482402+0000 mon.smithi098 (mon.0) 30 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T17:01:44.594 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.482696+0000 mon.smithi098 (mon.0) 31 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T17:01:44.594 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.483063+0000 mon.smithi098 (mon.0) 32 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T17:01:44.594 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.483272+0000 mon.smithi098 (mon.0) 33 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T17:01:44.594 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.485353+0000 mon.smithi098 (mon.0) 34 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T17:01:44.595 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.485643+0000 mon.smithi098 (mon.0) 35 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T17:01:44.595 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.486206+0000 mon.smithi098 (mon.0) 36 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T17:01:45.482 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:01:45.483 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T17:01:45.483 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T17:01:45.483 INFO:teuthology.orchestra.run.smithi098.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T17:01:45.483 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [ 2023-09-29T17:01:45.483 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr" 2023-09-29T17:01:45.483 INFO:teuthology.orchestra.run.smithi098.stdout: ], 2023-09-29T17:01:45.483 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "2/23 daemons upgraded", 2023-09-29T17:01:45.483 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "", 2023-09-29T17:01:45.483 INFO:teuthology.orchestra.run.smithi098.stdout: "is_paused": false 2023-09-29T17:01:45.483 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:01:45.844 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:44.504562+0000 mon.smithi098 (mon.0) 37 : cluster [INF] Manager daemon smithi098.saehjc is now available 2023-09-29T17:01:45.845 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.525403+0000 mon.smithi098 (mon.0) 38 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:45.845 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.527768+0000 mon.smithi098 (mon.0) 39 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:45.845 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.548766+0000 mon.smithi098 (mon.0) 40 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:01:45.845 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.554926+0000 mon.smithi098 (mon.0) 41 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/mirror_snapshot_schedule"}]: dispatch 2023-09-29T17:01:45.845 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:44.565428+0000 mon.smithi098 (mon.0) 42 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/trash_purge_schedule"}]: dispatch 2023-09-29T17:01:45.845 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:45.248186+0000 mon.smithi098 (mon.0) 43 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:45.845 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:45.479812+0000 mon.smithi098 (mon.0) 44 : cluster [DBG] mgrmap e36: smithi098.saehjc(active, since 1.01018s), standbys: smithi174.ceothj 2023-09-29T17:01:46.607 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:01:46.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:45.129261+0000 mgr.smithi098.saehjc (mgr.34108) 1 : cephadm [INF] [29/Sep/2023:17:01:45] ENGINE Bus STARTING 2023-09-29T17:01:46.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:45.244107+0000 mgr.smithi098.saehjc (mgr.34108) 2 : cephadm [INF] [29/Sep/2023:17:01:45] ENGINE Serving on https://172.21.15.98:7150 2023-09-29T17:01:46.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:45.244295+0000 mgr.smithi098.saehjc (mgr.34108) 3 : cephadm [INF] [29/Sep/2023:17:01:45] ENGINE Bus STARTED 2023-09-29T17:01:46.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:45.482029+0000 mgr.smithi098.saehjc (mgr.34108) 4 : audit [DBG] from='client.34100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:01:46.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:45.487329+0000 mgr.smithi098.saehjc (mgr.34108) 5 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:47.702 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:46.485337+0000 mgr.smithi098.saehjc (mgr.34108) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:47.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:47.465832+0000 mon.smithi098 (mon.0) 45 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:47.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:47.469976+0000 mon.smithi098 (mon.0) 46 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:47.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:47.487181+0000 mon.smithi098 (mon.0) 47 : cluster [DBG] mgrmap e37: smithi098.saehjc(active, since 3s), standbys: smithi174.ceothj 2023-09-29T17:01:49.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:48.158814+0000 mon.smithi098 (mon.0) 48 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:49.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:48.163943+0000 mon.smithi098 (mon.0) 49 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:49.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:48.485710+0000 mgr.smithi098.saehjc (mgr.34108) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:49.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:48.940182+0000 mon.smithi098 (mon.0) 50 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:49.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:48.944476+0000 mon.smithi098 (mon.0) 51 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:50.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:49.679004+0000 mon.smithi098 (mon.0) 52 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:50.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:49.683571+0000 mon.smithi098 (mon.0) 53 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:50.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:50.339711+0000 mon.smithi098 (mon.0) 54 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:50.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:50.344406+0000 mon.smithi098 (mon.0) 55 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:50.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:50.345707+0000 mon.smithi098 (mon.0) 56 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:01:50.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:50.346622+0000 mon.smithi098 (mon.0) 57 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:01:51.635 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:01:51.922 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:50.347860+0000 mgr.smithi098.saehjc (mgr.34108) 8 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2023-09-29T17:01:51.923 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:50.348072+0000 mgr.smithi098.saehjc (mgr.34108) 9 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2023-09-29T17:01:51.923 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cluster 2023-09-29T17:01:50.486211+0000 mgr.smithi098.saehjc (mgr.34108) 10 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2023-09-29T17:01:51.923 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:50.612494+0000 mgr.smithi098.saehjc (mgr.34108) 11 : cephadm [INF] Updating smithi174:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T17:01:51.923 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:50.612636+0000 mgr.smithi098.saehjc (mgr.34108) 12 : cephadm [INF] Updating smithi098:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T17:01:51.923 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:50.876959+0000 mgr.smithi098.saehjc (mgr.34108) 13 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2023-09-29T17:01:51.923 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:50.877091+0000 mgr.smithi098.saehjc (mgr.34108) 14 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2023-09-29T17:01:51.923 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:51.409562+0000 mon.smithi098 (mon.0) 58 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:51.923 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:51.414808+0000 mon.smithi098 (mon.0) 59 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:51.923 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:51.420202+0000 mon.smithi098 (mon.0) 60 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:51.923 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:51.423997+0000 mon.smithi098 (mon.0) 61 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:51.923 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:51.427583+0000 mon.smithi098 (mon.0) 62 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:51.924 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:51.433760+0000 mon.smithi098 (mon.0) 63 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:51.924 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:51.564459+0000 mon.smithi098 (mon.0) 64 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:51.924 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:51.566456+0000 mon.smithi098 (mon.0) 65 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:01:51.924 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:51.567355+0000 mon.smithi098 (mon.0) 66 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-29T17:01:52.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:51.141203+0000 mgr.smithi098.saehjc (mgr.34108) 15 : cephadm [INF] Updating smithi098:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T17:01:52.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: cephadm 2023-09-29T17:01:51.141366+0000 mgr.smithi098.saehjc (mgr.34108) 16 : cephadm [INF] Updating smithi174:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T17:01:52.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:52.538621+0000 mon.smithi098 (mon.0) 67 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:52.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:52.539481+0000 mon.smithi098 (mon.0) 68 : audit [INF] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T17:01:52.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:52.540249+0000 mon.smithi098 (mon.0) 69 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T17:01:52.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: audit 2023-09-29T17:01:52.540936+0000 mon.smithi098 (mon.0) 70 : audit [DBG] from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:01:53.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:53 smithi174 systemd[1]: Stopping Ceph mon.smithi174 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:01:53.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T17:01:53.611+0000 7f789d0e3700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi174 -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 2023-09-29T17:01:53.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174[109241]: debug 2023-09-29T17:01:53.611+0000 7f789d0e3700 -1 mon.smithi174@1(peon) e2 *** Got Signal Terminated *** 2023-09-29T17:01:54.176 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:53 smithi174 bash[136557]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon.smithi174 2023-09-29T17:01:54.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 systemd[1]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mon.smithi174.service: Succeeded. 2023-09-29T17:01:54.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 systemd[1]: Stopped Ceph mon.smithi174 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T17:01:54.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 systemd[1]: Starting Ceph mon.smithi174 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:01:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 bash[136722]: cadb6c8d5e317022ea367c32accc0ce1b55f15b1e33e9409c62b0d537024eeba 2023-09-29T17:01:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 systemd[1]: Started Ceph mon.smithi174 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T17:01:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: set uid:gid to 167:167 (ceph:ceph) 2023-09-29T17:01:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable), process ceph-mon, pid 7 2023-09-29T17:01:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: pidfile_write: ignore empty --pid-file 2023-09-29T17:01:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: load: jerasure load: lrc 2023-09-29T17:01:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: RocksDB version: 6.15.5 2023-09-29T17:01:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-29T17:01:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Compile date Sep 28 2023 2023-09-29T17:01:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: DB SUMMARY 2023-09-29T17:01:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: DB Session ID: DLZZB9Y802T1K61TT9N0 2023-09-29T17:01:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: CURRENT file: CURRENT 2023-09-29T17:01:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: IDENTITY file: IDENTITY 2023-09-29T17:01:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: MANIFEST file: MANIFEST-000005 size: 503 Bytes 2023-09-29T17:01:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi174/store.db dir, Total Num: 1, files: 000014.sst 2023-09-29T17:01:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi174/store.db: 000012.log size: 10671433 ; 2023-09-29T17:01:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.error_if_exists: 0 2023-09-29T17:01:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.create_if_missing: 0 2023-09-29T17:01:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.paranoid_checks: 1 2023-09-29T17:01:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-29T17:01:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.env: 0x55b5c3a5da80 2023-09-29T17:01:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.fs: Posix File System 2023-09-29T17:01:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.info_log: 0x55b5c59f7440 2023-09-29T17:01:54.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_file_opening_threads: 16 2023-09-29T17:01:54.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.statistics: (nil) 2023-09-29T17:01:54.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.use_fsync: 0 2023-09-29T17:01:54.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_log_file_size: 0 2023-09-29T17:01:54.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-29T17:01:54.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-29T17:01:54.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.keep_log_file_num: 1000 2023-09-29T17:01:54.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.recycle_log_file_num: 0 2023-09-29T17:01:54.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.allow_fallocate: 1 2023-09-29T17:01:54.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.allow_mmap_reads: 0 2023-09-29T17:01:54.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.allow_mmap_writes: 0 2023-09-29T17:01:54.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.use_direct_reads: 0 2023-09-29T17:01:54.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-29T17:01:54.957 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.create_missing_column_families: 0 2023-09-29T17:01:54.957 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.db_log_dir: 2023-09-29T17:01:54.957 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi174/store.db 2023-09-29T17:01:54.957 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-29T17:01:54.957 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-29T17:01:54.957 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-29T17:01:54.957 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-29T17:01:54.957 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-29T17:01:54.957 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-29T17:01:54.957 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.advise_random_on_open: 1 2023-09-29T17:01:54.957 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.db_write_buffer_size: 0 2023-09-29T17:01:54.957 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.write_buffer_manager: 0x55b5c66ea990 2023-09-29T17:01:54.958 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-29T17:01:54.958 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-29T17:01:54.958 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-29T17:01:54.958 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-29T17:01:54.958 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.rate_limiter: (nil) 2023-09-29T17:01:54.958 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-29T17:01:54.958 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.wal_recovery_mode: 2 2023-09-29T17:01:54.958 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.enable_thread_tracking: 0 2023-09-29T17:01:54.958 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.enable_pipelined_write: 0 2023-09-29T17:01:54.958 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.unordered_write: 0 2023-09-29T17:01:54.958 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-29T17:01:54.958 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-29T17:01:54.959 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-29T17:01:54.959 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-29T17:01:54.959 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.row_cache: None 2023-09-29T17:01:54.959 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.wal_filter: None 2023-09-29T17:01:54.959 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-29T17:01:54.959 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.allow_ingest_behind: 0 2023-09-29T17:01:54.959 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.preserve_deletes: 0 2023-09-29T17:01:54.959 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.two_write_queues: 0 2023-09-29T17:01:54.959 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.manual_wal_flush: 0 2023-09-29T17:01:54.959 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.atomic_flush: 0 2023-09-29T17:01:54.959 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-29T17:01:54.960 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-29T17:01:54.960 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-29T17:01:54.960 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.log_readahead_size: 0 2023-09-29T17:01:54.960 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-29T17:01:54.960 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.best_efforts_recovery: 0 2023-09-29T17:01:54.960 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-29T17:01:54.960 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-29T17:01:54.960 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.allow_data_in_errors: 0 2023-09-29T17:01:54.960 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.db_host_id: __hostname__ 2023-09-29T17:01:54.960 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_background_jobs: 2 2023-09-29T17:01:54.960 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_background_compactions: -1 2023-09-29T17:01:54.960 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_subcompactions: 1 2023-09-29T17:01:54.960 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-29T17:01:54.961 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-29T17:01:54.961 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-29T17:01:54.961 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_total_wal_size: 0 2023-09-29T17:01:54.961 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-29T17:01:54.961 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-29T17:01:54.961 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-29T17:01:54.961 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-29T17:01:54.961 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_open_files: -1 2023-09-29T17:01:54.961 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.bytes_per_sync: 0 2023-09-29T17:01:54.961 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-29T17:01:54.961 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-29T17:01:54.961 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.compaction_readahead_size: 0 2023-09-29T17:01:54.961 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_background_flushes: -1 2023-09-29T17:01:54.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Compression algorithms supported: 2023-09-29T17:01:54.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-29T17:01:54.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: kZSTD supported: 0 2023-09-29T17:01:54.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: kXpressCompression supported: 0 2023-09-29T17:01:54.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: kLZ4HCCompression supported: 1 2023-09-29T17:01:54.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: kZlibCompression supported: 1 2023-09-29T17:01:54.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: kSnappyCompression supported: 1 2023-09-29T17:01:54.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: kLZ4Compression supported: 1 2023-09-29T17:01:54.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: kBZip2Compression supported: 0 2023-09-29T17:01:54.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-29T17:01:54.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi174/store.db/MANIFEST-000005 2023-09-29T17:01:54.962 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2023-09-29T17:01:54.963 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-29T17:01:54.963 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.merge_operator: 2023-09-29T17:01:54.963 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.compaction_filter: None 2023-09-29T17:01:54.963 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.compaction_filter_factory: None 2023-09-29T17:01:54.963 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.sst_partitioner_factory: None 2023-09-29T17:01:54.963 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-29T17:01:54.963 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-29T17:01:54.963 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b5c59cafa0) 2023-09-29T17:01:54.963 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: cache_index_and_filter_blocks: 1 2023-09-29T17:01:54.963 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-29T17:01:54.963 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-29T17:01:54.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: pin_top_level_index_and_filter: 1 2023-09-29T17:01:54.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: index_type: 0 2023-09-29T17:01:54.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: data_block_index_type: 0 2023-09-29T17:01:54.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: index_shortening: 1 2023-09-29T17:01:54.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-29T17:01:54.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: hash_index_allow_collision: 1 2023-09-29T17:01:54.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: checksum: 1 2023-09-29T17:01:54.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: no_block_cache: 0 2023-09-29T17:01:54.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: block_cache: 0x55b5c59fd090 2023-09-29T17:01:54.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: block_cache_name: BinnedLRUCache 2023-09-29T17:01:54.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: block_cache_options: 2023-09-29T17:01:54.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: capacity : 536870912 2023-09-29T17:01:54.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: num_shard_bits : 4 2023-09-29T17:01:54.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: strict_capacity_limit : 0 2023-09-29T17:01:54.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: high_pri_pool_ratio: 0.000 2023-09-29T17:01:54.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: block_cache_compressed: (nil) 2023-09-29T17:01:54.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: persistent_cache: (nil) 2023-09-29T17:01:54.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: block_size: 4096 2023-09-29T17:01:54.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: block_size_deviation: 10 2023-09-29T17:01:54.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: block_restart_interval: 16 2023-09-29T17:01:54.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: index_block_restart_interval: 1 2023-09-29T17:01:54.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: metadata_block_size: 4096 2023-09-29T17:01:54.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: partition_filters: 0 2023-09-29T17:01:54.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: use_delta_encoding: 1 2023-09-29T17:01:54.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-29T17:01:54.966 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: whole_key_filtering: 1 2023-09-29T17:01:54.966 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: verify_compression: 0 2023-09-29T17:01:54.966 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: read_amp_bytes_per_bit: 0 2023-09-29T17:01:54.966 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: format_version: 4 2023-09-29T17:01:54.966 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: enable_index_compression: 1 2023-09-29T17:01:54.966 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: block_align: 0 2023-09-29T17:01:54.966 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.write_buffer_size: 33554432 2023-09-29T17:01:54.966 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_write_buffer_number: 2 2023-09-29T17:01:54.966 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.compression: NoCompression 2023-09-29T17:01:54.966 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.bottommost_compression: Disabled 2023-09-29T17:01:54.966 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.prefix_extractor: nullptr 2023-09-29T17:01:54.966 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-29T17:01:54.967 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.num_levels: 7 2023-09-29T17:01:54.967 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-29T17:01:54.967 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-29T17:01:54.967 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-29T17:01:54.967 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-29T17:01:54.967 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-29T17:01:54.967 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-29T17:01:54.967 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-29T17:01:54.967 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-29T17:01:54.967 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-29T17:01:54.967 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-29T17:01:54.967 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-29T17:01:54.968 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.compression_opts.level: 32767 2023-09-29T17:01:54.968 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.compression_opts.strategy: 0 2023-09-29T17:01:54.968 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-29T17:01:54.968 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-29T17:01:54.968 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-29T17:01:54.968 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.compression_opts.enabled: false 2023-09-29T17:01:54.968 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-29T17:01:54.968 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-29T17:01:54.968 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-29T17:01:54.968 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.target_file_size_base: 67108864 2023-09-29T17:01:54.968 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-29T17:01:54.968 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-29T17:01:54.968 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-29T17:01:54.969 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-29T17:01:54.969 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-29T17:01:54.969 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-29T17:01:54.969 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-29T17:01:54.969 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-29T17:01:54.969 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-29T17:01:54.969 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-29T17:01:54.969 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-29T17:01:54.969 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-29T17:01:54.969 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-29T17:01:54.969 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.arena_block_size: 4194304 2023-09-29T17:01:54.969 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-29T17:01:54.969 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-29T17:01:54.970 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-29T17:01:54.970 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.disable_auto_compactions: 0 2023-09-29T17:01:54.970 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-29T17:01:54.970 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-29T17:01:54.970 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-29T17:01:54.970 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-29T17:01:54.970 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-29T17:01:54.970 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-29T17:01:54.970 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-29T17:01:54.971 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-29T17:01:54.971 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-29T17:01:54.971 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-29T17:01:54.972 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.table_properties_collectors: 2023-09-29T17:01:54.972 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.inplace_update_support: 0 2023-09-29T17:01:54.972 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-29T17:01:54.972 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-29T17:01:54.972 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-29T17:01:54.972 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-29T17:01:54.972 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.bloom_locality: 0 2023-09-29T17:01:54.972 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.max_successive_merges: 0 2023-09-29T17:01:54.972 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-29T17:01:54.972 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.paranoid_file_checks: 0 2023-09-29T17:01:54.972 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.force_consistency_checks: 1 2023-09-29T17:01:54.972 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.report_bg_io_stats: 0 2023-09-29T17:01:54.973 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.ttl: 2592000 2023-09-29T17:01:54.973 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-29T17:01:54.973 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.enable_blob_files: false 2023-09-29T17:01:54.973 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.min_blob_size: 0 2023-09-29T17:01:54.973 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.blob_file_size: 268435456 2023-09-29T17:01:54.973 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-29T17:01:54.973 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-29T17:01:54.973 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-29T17:01:54.973 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: [db/version_set.cc:3457] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-09-29T17:01:54.973 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi174/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 16, last_sequence is 9019, log_number is 12,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-09-29T17:01:54.973 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 12 2023-09-29T17:01:54.973 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: [db/version_set.cc:4082] Creating manifest 16 2023-09-29T17:01:54.973 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: [db/version_set.cc:3457] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-09-29T17:01:54.974 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696006914595189, "job": 1, "event": "recovery_started", "wal_files": [12]} 2023-09-29T17:01:54.974 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #12 mode 2 2023-09-29T17:01:54.974 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-09-29T17:01:54.974 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696006914613661, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 17, "file_size": 6682095, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 6674112, "index_size": 5954, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1093, "raw_key_size": 8949, "raw_average_key_size": 20, "raw_value_size": 6661529, "raw_average_value_size": 15600, "num_data_blocks": 267, "num_entries": 427, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1696006914, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "136b2c41-0d99-4572-a401-df03de38636c", "db_session_id": "DLZZB9Y802T1K61TT9N0"}} 2023-09-29T17:01:54.974 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: [db/version_set.cc:4082] Creating manifest 18 2023-09-29T17:01:54.974 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: [db/version_set.cc:3457] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-09-29T17:01:54.974 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696006914614116, "job": 1, "event": "recovery_finished"} 2023-09-29T17:01:54.974 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-smithi174/store.db/000012.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-29T17:01:54.974 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55b5c5991180 2023-09-29T17:01:54.974 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: DB pointer 0x55b5c5a66000 2023-09-29T17:01:54.974 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2023-09-29T17:01:54.974 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-09-29T17:01:54.975 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: ** DB Stats ** 2023-09-29T17:01:54.975 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T17:01:54.975 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-29T17:01:54.975 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-29T17:01:54.975 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-29T17:01:54.975 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-29T17:01:54.975 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-29T17:01:54.975 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-29T17:01:54.975 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: 2023-09-29T17:01:54.975 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: ** Compaction Stats [default] ** 2023-09-29T17:01:54.975 INFO:journalctl@ceph.mon.smithi174.smithi174.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 2023-09-29T17:01:54.975 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T17:01:54.976 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: L0 1/0 6.37 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 712.5 0.01 0.00 1 0.009 0 0 2023-09-29T17:01:54.976 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: L6 1/0 21.68 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 2023-09-29T17:01:54.976 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: Sum 2/0 28.05 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 712.5 0.01 0.00 1 0.009 0 0 2023-09-29T17:01:54.976 INFO:journalctl@ceph.mon.smithi174.smithi174.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 712.5 0.01 0.00 1 0.009 0 0 2023-09-29T17:01:54.976 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: 2023-09-29T17:01:54.976 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: ** Compaction Stats [default] ** 2023-09-29T17:01:54.976 INFO:journalctl@ceph.mon.smithi174.smithi174.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 2023-09-29T17:01:54.976 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T17:01:54.976 INFO:journalctl@ceph.mon.smithi174.smithi174.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 712.5 0.01 0.00 1 0.009 0 0 2023-09-29T17:01:54.976 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T17:01:54.976 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: Flush(GB): cumulative 0.006, interval 0.006 2023-09-29T17:01:54.977 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-29T17:01:54.977 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-29T17:01:54.977 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-29T17:01:54.977 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-29T17:01:54.977 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: Cumulative compaction: 0.01 GB write, 288.19 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T17:01:54.977 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: Interval compaction: 0.01 GB write, 288.19 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T17:01:54.977 INFO:journalctl@ceph.mon.smithi174.smithi174.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 2023-09-29T17:01:54.977 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: 2023-09-29T17:01:54.977 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-29T17:01:54.977 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: 2023-09-29T17:01:54.977 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: ** Compaction Stats [default] ** 2023-09-29T17:01:54.977 INFO:journalctl@ceph.mon.smithi174.smithi174.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 2023-09-29T17:01:54.977 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T17:01:54.978 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: L0 1/0 6.37 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 712.5 0.01 0.00 1 0.009 0 0 2023-09-29T17:01:54.978 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: L6 1/0 21.68 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 2023-09-29T17:01:54.978 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: Sum 2/0 28.05 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 712.5 0.01 0.00 1 0.009 0 0 2023-09-29T17:01:54.978 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-29T17:01:54.978 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: 2023-09-29T17:01:54.978 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: ** Compaction Stats [default] ** 2023-09-29T17:01:54.978 INFO:journalctl@ceph.mon.smithi174.smithi174.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 2023-09-29T17:01:54.978 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-29T17:01:54.978 INFO:journalctl@ceph.mon.smithi174.smithi174.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 712.5 0.01 0.00 1 0.009 0 0 2023-09-29T17:01:54.978 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-29T17:01:54.978 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: Flush(GB): cumulative 0.006, interval 0.000 2023-09-29T17:01:54.978 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-29T17:01:54.979 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-29T17:01:54.979 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-29T17:01:54.979 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-29T17:01:54.979 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: Cumulative compaction: 0.01 GB write, 287.69 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T17:01:54.979 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-29T17:01:54.979 INFO:journalctl@ceph.mon.smithi174.smithi174.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 2023-09-29T17:01:54.979 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: 2023-09-29T17:01:54.979 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-29T17:01:54.979 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: starting mon.smithi174 rank 1 at public addrs [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] at bind addrs [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi174 fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T17:01:54.979 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: mon.smithi174@-1(???) e2 preinit fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T17:01:54.979 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: mon.smithi174@-1(???).mds e7 new map 2023-09-29T17:01:54.979 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: mon.smithi174@-1(???).mds e7 print_map 2023-09-29T17:01:54.980 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: e7 2023-09-29T17:01:54.980 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-29T17:01:54.980 INFO:journalctl@ceph.mon.smithi174.smithi174.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} 2023-09-29T17:01:54.980 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: legacy client fscid: 1 2023-09-29T17:01:54.980 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: 2023-09-29T17:01:54.980 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: Filesystem 'foofs' (1) 2023-09-29T17:01:54.980 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: fs_name foofs 2023-09-29T17:01:54.980 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: epoch 4 2023-09-29T17:01:54.980 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2023-09-29T17:01:54.980 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: created 2023-09-29T16:56:44.867444+0000 2023-09-29T17:01:54.980 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: modified 2023-09-29T16:56:49.647439+0000 2023-09-29T17:01:54.980 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: tableserver 0 2023-09-29T17:01:54.981 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: root 0 2023-09-29T17:01:54.981 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: session_timeout 60 2023-09-29T17:01:54.981 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: session_autoclose 300 2023-09-29T17:01:54.981 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: max_file_size 1099511627776 2023-09-29T17:01:54.981 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: required_client_features {} 2023-09-29T17:01:54.981 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: last_failure 0 2023-09-29T17:01:54.981 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: last_failure_osd_epoch 0 2023-09-29T17:01:54.981 INFO:journalctl@ceph.mon.smithi174.smithi174.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} 2023-09-29T17:01:54.981 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: max_mds 1 2023-09-29T17:01:54.981 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: in 0 2023-09-29T17:01:54.981 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: up {0=24281} 2023-09-29T17:01:54.981 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: failed 2023-09-29T17:01:54.981 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: damaged 2023-09-29T17:01:54.982 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: stopped 2023-09-29T17:01:54.982 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: data_pools [3] 2023-09-29T17:01:54.982 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: metadata_pool 2 2023-09-29T17:01:54.982 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: inline_data disabled 2023-09-29T17:01:54.982 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: balancer 2023-09-29T17:01:54.982 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: standby_count_wanted 1 2023-09-29T17:01:54.982 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: [mds.foofs.smithi174.udpasg{0:24281} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.174:6832/1900375554,v1:172.21.15.174:6833/1900375554] compat {c=[1],r=[1],i=[7ff]}] 2023-09-29T17:01:54.982 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: 2023-09-29T17:01:54.982 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: 2023-09-29T17:01:54.982 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: Standby daemons: 2023-09-29T17:01:54.982 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: 2023-09-29T17:01:54.982 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout: [mds.foofs.smithi098.ygecui{-1:14492} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.98:6834/3091217221,v1:172.21.15.98:6835/3091217221] compat {c=[1],r=[1],i=[7ff]}] 2023-09-29T17:01:54.983 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: mon.smithi174@-1(???).osd e66 crush map has features 3314933000854323200, adjusting msgr requires 2023-09-29T17:01:54.983 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: mon.smithi174@-1(???).osd e66 crush map has features 432629239337189376, adjusting msgr requires 2023-09-29T17:01:54.983 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: mon.smithi174@-1(???).osd e66 crush map has features 432629239337189376, adjusting msgr requires 2023-09-29T17:01:54.983 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: mon.smithi174@-1(???).osd e66 crush map has features 432629239337189376, adjusting msgr requires 2023-09-29T17:01:54.983 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: mon.smithi174@-1(???).paxosservice(auth 1..43) refresh upgraded, format 0 -> 3 2023-09-29T17:01:54.983 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: expand_channel_meta expand map: {default=false} 2023-09-29T17:01:54.983 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: expand_channel_meta from 'false' to 'false' 2023-09-29T17:01:54.983 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: expand_channel_meta expanded map: {default=false} 2023-09-29T17:01:54.983 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: expand_channel_meta expand map: {default=info} 2023-09-29T17:01:54.983 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: expand_channel_meta from 'info' to 'info' 2023-09-29T17:01:54.983 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: expand_channel_meta expanded map: {default=info} 2023-09-29T17:01:54.983 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: expand_channel_meta expand map: {default=daemon} 2023-09-29T17:01:54.984 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: expand_channel_meta from 'daemon' to 'daemon' 2023-09-29T17:01:54.984 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: expand_channel_meta expanded map: {default=daemon} 2023-09-29T17:01:54.984 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: expand_channel_meta expand map: {default=debug} 2023-09-29T17:01:54.984 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: expand_channel_meta from 'debug' to 'debug' 2023-09-29T17:01:54.984 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:54 smithi174 ceph-mon[136759]: expand_channel_meta expanded map: {default=debug} 2023-09-29T17:01:56.134 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: mkfs 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T17:01:56.134 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Fencing old nfs.foo.0.0.smithi098.vonnqw 2023-09-29T17:01:56.134 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Fencing old nfs.foo.1.0.smithi174.jonnca 2023-09-29T17:01:56.134 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Creating key for client.nfs.foo.0.1.smithi098.oceskk 2023-09-29T17:01:56.134 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-29T17:01:56.134 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Rados config object exists: conf-nfs.foo 2023-09-29T17:01:56.134 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Creating key for client.nfs.foo.0.1.smithi098.oceskk-rgw 2023-09-29T17:01:56.134 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Bind address in nfs.foo.0.1.smithi098.oceskk's ganesha conf is defaulting to empty 2023-09-29T17:01:56.134 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Deploying daemon nfs.foo.0.1.smithi098.oceskk on smithi098 2023-09-29T17:01:56.134 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Creating key for client.nfs.foo.1.1.smithi174.xjpwho 2023-09-29T17:01:56.135 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-29T17:01:56.135 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Rados config object exists: conf-nfs.foo 2023-09-29T17:01:56.135 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Creating key for client.nfs.foo.1.1.smithi174.xjpwho-rgw 2023-09-29T17:01:56.135 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Bind address in nfs.foo.1.1.smithi174.xjpwho's ganesha conf is defaulting to empty 2023-09-29T17:01:56.135 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Deploying daemon nfs.foo.1.1.smithi174.xjpwho on smithi174 2023-09-29T17:01:56.135 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Reconfiguring prometheus.smithi098 (dependencies changed)... 2023-09-29T17:01:56.135 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Reconfiguring daemon prometheus.smithi098 on smithi098 2023-09-29T17:01:56.135 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Upgrade: Need to upgrade myself (mgr.smithi174.ceothj) 2023-09-29T17:01:56.135 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Upgrade: Need to upgrade myself (mgr.smithi174.ceothj) 2023-09-29T17:01:56.135 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Upgrade: Updating mgr.smithi098.saehjc 2023-09-29T17:01:56.135 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Deploying daemon mgr.smithi098.saehjc on smithi098 2023-09-29T17:01:56.135 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: pgmap v92: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:56.135 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: pgmap v93: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:01:56.136 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Standby manager daemon smithi098.saehjc restarted 2023-09-29T17:01:56.136 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Standby manager daemon smithi098.saehjc started 2023-09-29T17:01:56.136 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: mgrmap e28: smithi174.ceothj(active, since 2m), standbys: smithi098.saehjc 2023-09-29T17:01:56.136 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: pgmap v94: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:56.136 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Upgrade: Need to upgrade myself (mgr.smithi174.ceothj) 2023-09-29T17:01:56.136 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Upgrade: Need to upgrade myself (mgr.smithi174.ceothj) 2023-09-29T17:01:56.136 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Failing over to other MGR 2023-09-29T17:01:56.136 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: osdmap e65: 8 total, 8 up, 8 in 2023-09-29T17:01:56.136 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Standby manager daemon smithi174.ceothj started 2023-09-29T17:01:56.136 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: mgrmap e29: smithi098.saehjc(active, starting, since 0.868885s), standbys: smithi174.ceothj 2023-09-29T17:01:56.136 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Manager daemon smithi098.saehjc is now available 2023-09-29T17:01:56.137 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: [29/Sep/2023:17:01:16] ENGINE Bus STARTING 2023-09-29T17:01:56.137 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: [29/Sep/2023:17:01:16] ENGINE Serving on https://172.21.15.98:7150 2023-09-29T17:01:56.137 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: [29/Sep/2023:17:01:16] ENGINE Bus STARTED 2023-09-29T17:01:56.137 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: mgrmap e30: smithi098.saehjc(active, since 1.87318s), standbys: smithi174.ceothj 2023-09-29T17:01:56.137 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: pgmap v3: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:56.137 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: pgmap v4: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:56.137 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: mgrmap e31: smithi098.saehjc(active, since 3s), standbys: smithi174.ceothj 2023-09-29T17:01:56.137 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: pgmap v5: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:56.137 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: pgmap v6: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:56.137 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Standby manager daemon smithi174.ceothj restarted 2023-09-29T17:01:56.137 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Standby manager daemon smithi174.ceothj started 2023-09-29T17:01:56.137 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: mgrmap e32: smithi098.saehjc(active, since 7s), standbys: smithi174.ceothj 2023-09-29T17:01:56.137 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Updating smithi098:/etc/ceph/ceph.conf 2023-09-29T17:01:56.138 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Updating smithi174:/etc/ceph/ceph.conf 2023-09-29T17:01:56.138 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Updating smithi174:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T17:01:56.138 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Updating smithi098:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T17:01:56.138 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2023-09-29T17:01:56.138 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2023-09-29T17:01:56.138 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: pgmap v7: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2023-09-29T17:01:56.138 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Updating smithi174:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T17:01:56.138 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Updating smithi098:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T17:01:56.138 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Upgrade: Updating mgr.smithi174.ceothj 2023-09-29T17:01:56.138 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Deploying daemon mgr.smithi174.ceothj on smithi174 2023-09-29T17:01:56.138 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: pgmap v8: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 113 B/s wr, 0 op/s 2023-09-29T17:01:56.138 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: pgmap v9: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2023-09-29T17:01:56.139 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: pgmap v10: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:56.139 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: pgmap v11: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:56.139 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: pgmap v12: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:01:56.139 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Upgrade: Setting container_image for all mgr 2023-09-29T17:01:56.139 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Standby manager daemon smithi174.ceothj restarted 2023-09-29T17:01:56.139 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Standby manager daemon smithi174.ceothj started 2023-09-29T17:01:56.139 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: mgrmap e33: smithi098.saehjc(active, since 19s), standbys: smithi174.ceothj 2023-09-29T17:01:56.139 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: mon.smithi098 calling monitor election 2023-09-29T17:01:56.139 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: mon.smithi098 is new leader, mons smithi098,smithi174 in quorum (ranks 0,1) 2023-09-29T17:01:56.139 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: monmap e2: 2 mons at {smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0],smithi174=[v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0]} removed_ranks: {} 2023-09-29T17:01:56.139 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: fsmap foofs:1 {0=foofs.smithi174.udpasg=up:active} 1 up:standby 2023-09-29T17:01:56.139 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: osdmap e65: 8 total, 8 up, 8 in 2023-09-29T17:01:56.140 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: mgrmap e33: smithi098.saehjc(active, since 22s), standbys: smithi174.ceothj 2023-09-29T17:01:56.140 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: mgrmap e34: smithi098.saehjc(active, since 22s), standbys: smithi174.ceothj 2023-09-29T17:01:56.140 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: overall HEALTH_OK 2023-09-29T17:01:56.140 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Standby manager daemon smithi174.ceothj restarted 2023-09-29T17:01:56.140 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Standby manager daemon smithi174.ceothj started 2023-09-29T17:01:56.140 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.? 172.21.15.174:0/1747520205' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T17:01:56.140 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Active manager daemon smithi098.saehjc restarted 2023-09-29T17:01:56.140 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Activating manager daemon smithi098.saehjc 2023-09-29T17:01:56.140 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: osdmap e66: 8 total, 8 up, 8 in 2023-09-29T17:01:56.140 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: mgrmap e35: smithi098.saehjc(active, starting, since 0.00781606s), standbys: smithi174.ceothj 2023-09-29T17:01:56.140 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-09-29T17:01:56.140 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T17:01:56.141 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.ygecui"}]: dispatch 2023-09-29T17:01:56.141 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi174.udpasg"}]: dispatch 2023-09-29T17:01:56.141 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr metadata", "who": "smithi098.saehjc", "id": "smithi098.saehjc"}]: dispatch 2023-09-29T17:01:56.141 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr metadata", "who": "smithi174.ceothj", "id": "smithi174.ceothj"}]: dispatch 2023-09-29T17:01:56.141 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T17:01:56.141 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T17:01:56.141 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T17:01:56.141 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T17:01:56.141 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T17:01:56.141 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T17:01:56.141 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T17:01:56.141 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T17:01:56.141 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T17:01:56.142 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T17:01:56.142 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T17:01:56.142 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Manager daemon smithi098.saehjc is now available 2023-09-29T17:01:56.142 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:56.142 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:56.143 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:01:56.143 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/mirror_snapshot_schedule"}]: dispatch 2023-09-29T17:01:56.143 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/trash_purge_schedule"}]: dispatch 2023-09-29T17:01:56.143 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: [29/Sep/2023:17:01:45] ENGINE Bus STARTING 2023-09-29T17:01:56.143 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: [29/Sep/2023:17:01:45] ENGINE Serving on https://172.21.15.98:7150 2023-09-29T17:01:56.143 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: [29/Sep/2023:17:01:45] ENGINE Bus STARTED 2023-09-29T17:01:56.143 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.143 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: mgrmap e36: smithi098.saehjc(active, since 1.01018s), standbys: smithi174.ceothj 2023-09-29T17:01:56.143 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='client.34100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:01:56.143 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: pgmap v3: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:56.143 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: pgmap v4: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:56.143 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.144 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.144 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: mgrmap e37: smithi098.saehjc(active, since 3s), standbys: smithi174.ceothj 2023-09-29T17:01:56.144 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.144 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.144 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: pgmap v5: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:56.144 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.144 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.144 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.144 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.144 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.144 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.144 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:01:56.145 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:01:56.145 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Updating smithi098:/etc/ceph/ceph.conf 2023-09-29T17:01:56.145 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Updating smithi174:/etc/ceph/ceph.conf 2023-09-29T17:01:56.145 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: pgmap v6: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2023-09-29T17:01:56.145 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Updating smithi174:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T17:01:56.145 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Updating smithi098:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T17:01:56.145 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2023-09-29T17:01:56.145 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2023-09-29T17:01:56.145 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Updating smithi098:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T17:01:56.145 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Updating smithi174:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T17:01:56.145 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.145 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.146 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.146 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.146 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.146 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.146 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:56.146 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:01:56.146 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-29T17:01:56.146 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: pgmap v7: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2023-09-29T17:01:56.146 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Upgrade: Updating mon.smithi174 2023-09-29T17:01:56.146 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.146 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T17:01:56.146 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T17:01:56.147 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:01:56.147 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: Deploying daemon mon.smithi174 on smithi174 2023-09-29T17:01:56.147 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: overall HEALTH_OK 2023-09-29T17:01:56.147 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-09-29T17:01:56.147 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: mon.smithi098 calling monitor election 2023-09-29T17:01:56.147 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: mon.smithi174 calling monitor election 2023-09-29T17:01:56.147 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: mon.smithi098 is new leader, mons smithi098,smithi174 in quorum (ranks 0,1) 2023-09-29T17:01:56.147 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T17:01:56.452 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: monmap e3: 2 mons at {smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0],smithi174=[v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0]} removed_ranks: {} 2023-09-29T17:01:56.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: fsmap foofs:1 {0=foofs.smithi174.udpasg=up:active} 1 up:standby 2023-09-29T17:01:56.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: osdmap e66: 8 total, 8 up, 8 in 2023-09-29T17:01:56.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: mgrmap e37: smithi098.saehjc(active, since 10s), standbys: smithi174.ceothj 2023-09-29T17:01:56.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: overall HEALTH_OK 2023-09-29T17:01:56.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:56.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: mkfs 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 2023-09-29T17:01:56.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Fencing old nfs.foo.0.0.smithi098.vonnqw 2023-09-29T17:01:56.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Fencing old nfs.foo.1.0.smithi174.jonnca 2023-09-29T17:01:56.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Creating key for client.nfs.foo.0.1.smithi098.oceskk 2023-09-29T17:01:56.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-29T17:01:56.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Rados config object exists: conf-nfs.foo 2023-09-29T17:01:56.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Creating key for client.nfs.foo.0.1.smithi098.oceskk-rgw 2023-09-29T17:01:56.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Bind address in nfs.foo.0.1.smithi098.oceskk's ganesha conf is defaulting to empty 2023-09-29T17:01:56.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Deploying daemon nfs.foo.0.1.smithi098.oceskk on smithi098 2023-09-29T17:01:56.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Creating key for client.nfs.foo.1.1.smithi174.xjpwho 2023-09-29T17:01:56.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-29T17:01:56.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Rados config object exists: conf-nfs.foo 2023-09-29T17:01:56.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Creating key for client.nfs.foo.1.1.smithi174.xjpwho-rgw 2023-09-29T17:01:56.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Bind address in nfs.foo.1.1.smithi174.xjpwho's ganesha conf is defaulting to empty 2023-09-29T17:01:56.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Deploying daemon nfs.foo.1.1.smithi174.xjpwho on smithi174 2023-09-29T17:01:56.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Reconfiguring prometheus.smithi098 (dependencies changed)... 2023-09-29T17:01:56.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Reconfiguring daemon prometheus.smithi098 on smithi098 2023-09-29T17:01:56.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Upgrade: Need to upgrade myself (mgr.smithi174.ceothj) 2023-09-29T17:01:56.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Upgrade: Need to upgrade myself (mgr.smithi174.ceothj) 2023-09-29T17:01:56.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Upgrade: Updating mgr.smithi098.saehjc 2023-09-29T17:01:56.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Deploying daemon mgr.smithi098.saehjc on smithi098 2023-09-29T17:01:56.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: pgmap v92: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:56.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: pgmap v93: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:01:56.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Standby manager daemon smithi098.saehjc restarted 2023-09-29T17:01:56.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Standby manager daemon smithi098.saehjc started 2023-09-29T17:01:56.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: mgrmap e28: smithi174.ceothj(active, since 2m), standbys: smithi098.saehjc 2023-09-29T17:01:56.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: pgmap v94: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:56.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Upgrade: Need to upgrade myself (mgr.smithi174.ceothj) 2023-09-29T17:01:56.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Upgrade: Need to upgrade myself (mgr.smithi174.ceothj) 2023-09-29T17:01:56.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Failing over to other MGR 2023-09-29T17:01:56.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: osdmap e65: 8 total, 8 up, 8 in 2023-09-29T17:01:56.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Standby manager daemon smithi174.ceothj started 2023-09-29T17:01:56.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: mgrmap e29: smithi098.saehjc(active, starting, since 0.868885s), standbys: smithi174.ceothj 2023-09-29T17:01:56.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Manager daemon smithi098.saehjc is now available 2023-09-29T17:01:56.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: [29/Sep/2023:17:01:16] ENGINE Bus STARTING 2023-09-29T17:01:56.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: [29/Sep/2023:17:01:16] ENGINE Serving on https://172.21.15.98:7150 2023-09-29T17:01:56.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: [29/Sep/2023:17:01:16] ENGINE Bus STARTED 2023-09-29T17:01:56.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: mgrmap e30: smithi098.saehjc(active, since 1.87318s), standbys: smithi174.ceothj 2023-09-29T17:01:56.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: pgmap v3: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:56.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: pgmap v4: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:56.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: mgrmap e31: smithi098.saehjc(active, since 3s), standbys: smithi174.ceothj 2023-09-29T17:01:56.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: pgmap v5: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:56.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: pgmap v6: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:56.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Standby manager daemon smithi174.ceothj restarted 2023-09-29T17:01:56.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Standby manager daemon smithi174.ceothj started 2023-09-29T17:01:56.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: mgrmap e32: smithi098.saehjc(active, since 7s), standbys: smithi174.ceothj 2023-09-29T17:01:56.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Updating smithi098:/etc/ceph/ceph.conf 2023-09-29T17:01:56.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Updating smithi174:/etc/ceph/ceph.conf 2023-09-29T17:01:56.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Updating smithi174:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T17:01:56.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Updating smithi098:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T17:01:56.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2023-09-29T17:01:56.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2023-09-29T17:01:56.483 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: pgmap v7: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2023-09-29T17:01:56.483 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Updating smithi174:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T17:01:56.483 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Updating smithi098:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T17:01:56.483 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Upgrade: Updating mgr.smithi174.ceothj 2023-09-29T17:01:56.483 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Deploying daemon mgr.smithi174.ceothj on smithi174 2023-09-29T17:01:56.483 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: pgmap v8: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 113 B/s wr, 0 op/s 2023-09-29T17:01:56.483 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: pgmap v9: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2023-09-29T17:01:56.483 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: pgmap v10: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:56.484 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: pgmap v11: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:56.484 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: pgmap v12: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:01:56.484 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Upgrade: Setting container_image for all mgr 2023-09-29T17:01:56.484 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Standby manager daemon smithi174.ceothj restarted 2023-09-29T17:01:56.484 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Standby manager daemon smithi174.ceothj started 2023-09-29T17:01:56.484 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: mgrmap e33: smithi098.saehjc(active, since 19s), standbys: smithi174.ceothj 2023-09-29T17:01:56.484 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: mon.smithi098 calling monitor election 2023-09-29T17:01:56.484 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: mon.smithi098 is new leader, mons smithi098,smithi174 in quorum (ranks 0,1) 2023-09-29T17:01:56.484 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: monmap e2: 2 mons at {smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0],smithi174=[v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0]} removed_ranks: {} 2023-09-29T17:01:56.484 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: fsmap foofs:1 {0=foofs.smithi174.udpasg=up:active} 1 up:standby 2023-09-29T17:01:56.484 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: osdmap e65: 8 total, 8 up, 8 in 2023-09-29T17:01:56.484 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: mgrmap e33: smithi098.saehjc(active, since 22s), standbys: smithi174.ceothj 2023-09-29T17:01:56.485 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: mgrmap e34: smithi098.saehjc(active, since 22s), standbys: smithi174.ceothj 2023-09-29T17:01:56.485 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: overall HEALTH_OK 2023-09-29T17:01:56.485 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Standby manager daemon smithi174.ceothj restarted 2023-09-29T17:01:56.485 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Standby manager daemon smithi174.ceothj started 2023-09-29T17:01:56.485 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.? 172.21.15.174:0/1747520205' entity='mgr.smithi174.ceothj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-29T17:01:56.485 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Active manager daemon smithi098.saehjc restarted 2023-09-29T17:01:56.485 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Activating manager daemon smithi098.saehjc 2023-09-29T17:01:56.485 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: osdmap e66: 8 total, 8 up, 8 in 2023-09-29T17:01:56.485 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: mgrmap e35: smithi098.saehjc(active, starting, since 0.00781606s), standbys: smithi174.ceothj 2023-09-29T17:01:56.485 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-09-29T17:01:56.486 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T17:01:56.486 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.ygecui"}]: dispatch 2023-09-29T17:01:56.486 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi174.udpasg"}]: dispatch 2023-09-29T17:01:56.486 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr metadata", "who": "smithi098.saehjc", "id": "smithi098.saehjc"}]: dispatch 2023-09-29T17:01:56.486 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr metadata", "who": "smithi174.ceothj", "id": "smithi174.ceothj"}]: dispatch 2023-09-29T17:01:56.486 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T17:01:56.486 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T17:01:56.486 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T17:01:56.486 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T17:01:56.486 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T17:01:56.486 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T17:01:56.487 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T17:01:56.487 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T17:01:56.487 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-29T17:01:56.487 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-29T17:01:56.487 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-29T17:01:56.487 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Manager daemon smithi098.saehjc is now available 2023-09-29T17:01:56.487 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:56.487 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:56.487 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:01:56.487 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/mirror_snapshot_schedule"}]: dispatch 2023-09-29T17:01:56.487 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi098.saehjc/trash_purge_schedule"}]: dispatch 2023-09-29T17:01:56.487 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: [29/Sep/2023:17:01:45] ENGINE Bus STARTING 2023-09-29T17:01:56.488 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: [29/Sep/2023:17:01:45] ENGINE Serving on https://172.21.15.98:7150 2023-09-29T17:01:56.488 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: [29/Sep/2023:17:01:45] ENGINE Bus STARTED 2023-09-29T17:01:56.488 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.488 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: mgrmap e36: smithi098.saehjc(active, since 1.01018s), standbys: smithi174.ceothj 2023-09-29T17:01:56.488 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='client.34100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:01:56.488 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: pgmap v3: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:56.488 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: pgmap v4: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:56.488 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.488 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.488 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: mgrmap e37: smithi098.saehjc(active, since 3s), standbys: smithi174.ceothj 2023-09-29T17:01:56.488 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.489 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.489 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: pgmap v5: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-29T17:01:56.489 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.489 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.489 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.489 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.489 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.489 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.489 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:01:56.489 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:01:56.489 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Updating smithi098:/etc/ceph/ceph.conf 2023-09-29T17:01:56.490 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Updating smithi174:/etc/ceph/ceph.conf 2023-09-29T17:01:56.490 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: pgmap v6: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2023-09-29T17:01:56.490 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Updating smithi174:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T17:01:56.490 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Updating smithi098:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-29T17:01:56.490 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2023-09-29T17:01:56.490 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2023-09-29T17:01:56.490 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Updating smithi098:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T17:01:56.490 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Updating smithi174:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-29T17:01:56.490 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.490 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.490 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.491 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.491 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.491 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.491 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:56.491 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:01:56.491 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-29T17:01:56.491 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: pgmap v7: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2023-09-29T17:01:56.491 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Upgrade: Updating mon.smithi174 2023-09-29T17:01:56.492 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.492 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T17:01:56.492 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T17:01:56.492 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:01:56.492 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: Deploying daemon mon.smithi174 on smithi174 2023-09-29T17:01:56.492 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: overall HEALTH_OK 2023-09-29T17:01:56.492 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-09-29T17:01:56.492 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: mon.smithi098 calling monitor election 2023-09-29T17:01:56.492 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: mon.smithi174 calling monitor election 2023-09-29T17:01:56.492 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: mon.smithi098 is new leader, mons smithi098,smithi174 in quorum (ranks 0,1) 2023-09-29T17:01:56.492 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mon metadata", "id": "smithi174"}]: dispatch 2023-09-29T17:01:56.492 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: monmap e3: 2 mons at {smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0],smithi174=[v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0]} removed_ranks: {} 2023-09-29T17:01:56.493 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: fsmap foofs:1 {0=foofs.smithi174.udpasg=up:active} 1 up:standby 2023-09-29T17:01:56.493 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: osdmap e66: 8 total, 8 up, 8 in 2023-09-29T17:01:56.493 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: mgrmap e37: smithi098.saehjc(active, since 10s), standbys: smithi174.ceothj 2023-09-29T17:01:56.493 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: overall HEALTH_OK 2023-09-29T17:01:56.493 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.493 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:56.493 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:01:56.669 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:01:57.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:57 smithi174 ceph-mon[136759]: pgmap v9: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2023-09-29T17:01:57.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:57 smithi098 ceph-mon[155813]: pgmap v9: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2023-09-29T17:01:59.041 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:58 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:59.041 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:58 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:59.042 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:58 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:59.042 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:58 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:59.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:58 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:59.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:58 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:59.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:58 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:59.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:58 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:01:59.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:59 smithi174 ceph-mon[136759]: pgmap v10: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:59.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:01:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:01:59.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:59 smithi098 ceph-mon[155813]: pgmap v10: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:01:59.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:01:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:02:01.720 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:02:01.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:01 smithi098 ceph-mon[155813]: pgmap v11: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:02:01.901 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:01 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:01.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:01 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:01.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:01 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:01.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:01 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:02:01.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:01 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:01.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:01 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:01.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:01 smithi098 ceph-mon[155813]: Reconfiguring mon.smithi098 (monmap changed)... 2023-09-29T17:02:01.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:01 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T17:02:01.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:01 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T17:02:01.902 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:01 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:01.903 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:01 smithi098 ceph-mon[155813]: Reconfiguring daemon mon.smithi098 on smithi098 2023-09-29T17:02:02.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:01 smithi174 ceph-mon[136759]: pgmap v11: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:02:02.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:01 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:02.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:01 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:02.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:01 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:02.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:01 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:02:02.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:01 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:02.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:01 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:02.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:01 smithi174 ceph-mon[136759]: Reconfiguring mon.smithi098 (monmap changed)... 2023-09-29T17:02:02.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:01 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T17:02:02.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:01 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T17:02:02.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:01 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:02.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:01 smithi174 ceph-mon[136759]: Reconfiguring daemon mon.smithi098 on smithi098 2023-09-29T17:02:03.158 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:03.158 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:03.158 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:02 smithi098 ceph-mon[155813]: Reconfiguring mgr.smithi098.saehjc (monmap changed)... 2023-09-29T17:02:03.158 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.saehjc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T17:02:03.159 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T17:02:03.159 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:03.159 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:02 smithi098 ceph-mon[155813]: Reconfiguring daemon mgr.smithi098.saehjc on smithi098 2023-09-29T17:02:03.159 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:03.159 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:03.159 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T17:02:03.159 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:02 smithi174 ceph-mon[136759]: Reconfiguring mgr.smithi098.saehjc (monmap changed)... 2023-09-29T17:02:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.saehjc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T17:02:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T17:02:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:02 smithi174 ceph-mon[136759]: Reconfiguring daemon mgr.smithi098.saehjc on smithi098 2023-09-29T17:02:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T17:02:03.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:04.112 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:03 smithi098 ceph-mon[155813]: pgmap v12: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:02:04.112 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:03 smithi098 ceph-mon[155813]: Reconfiguring crash.smithi098 (monmap changed)... 2023-09-29T17:02:04.112 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:03 smithi098 ceph-mon[155813]: Reconfiguring daemon crash.smithi098 on smithi098 2023-09-29T17:02:04.113 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:03 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:04.113 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:03 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:04.113 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:03 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-29T17:02:04.113 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:03 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:04.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:03 smithi174 ceph-mon[136759]: pgmap v12: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:02:04.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:03 smithi174 ceph-mon[136759]: Reconfiguring crash.smithi098 (monmap changed)... 2023-09-29T17:02:04.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:03 smithi174 ceph-mon[136759]: Reconfiguring daemon crash.smithi098 on smithi098 2023-09-29T17:02:04.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:03 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:04.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:03 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:04.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:03 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-29T17:02:04.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:03 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:05.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:04 smithi174 ceph-mon[136759]: Reconfiguring osd.0 (monmap changed)... 2023-09-29T17:02:05.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:04 smithi174 ceph-mon[136759]: Reconfiguring daemon osd.0 on smithi098 2023-09-29T17:02:05.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:04 smithi098 ceph-mon[155813]: Reconfiguring osd.0 (monmap changed)... 2023-09-29T17:02:05.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:04 smithi098 ceph-mon[155813]: Reconfiguring daemon osd.0 on smithi098 2023-09-29T17:02:06.198 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:05 smithi098 ceph-mon[155813]: pgmap v13: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:02:06.198 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:05 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:06.198 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:05 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:06.198 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:05 smithi098 ceph-mon[155813]: Reconfiguring osd.1 (monmap changed)... 2023-09-29T17:02:06.198 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:05 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-29T17:02:06.198 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:05 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:06.198 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:05 smithi098 ceph-mon[155813]: Reconfiguring daemon osd.1 on smithi098 2023-09-29T17:02:06.198 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:05 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:06.198 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:05 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:06.199 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:05 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-29T17:02:06.199 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:05 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:06.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:05 smithi174 ceph-mon[136759]: pgmap v13: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:02:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:05 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:05 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:05 smithi174 ceph-mon[136759]: Reconfiguring osd.1 (monmap changed)... 2023-09-29T17:02:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:05 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-29T17:02:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:05 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:05 smithi174 ceph-mon[136759]: Reconfiguring daemon osd.1 on smithi098 2023-09-29T17:02:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:05 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:05 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:05 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-29T17:02:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:05 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:06.762 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:02:07.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:06 smithi174 ceph-mon[136759]: Reconfiguring osd.2 (monmap changed)... 2023-09-29T17:02:07.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:06 smithi174 ceph-mon[136759]: Reconfiguring daemon osd.2 on smithi098 2023-09-29T17:02:07.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:06 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:07.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:06 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:07.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:06 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-29T17:02:07.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:06 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:07.215 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:06 smithi098 ceph-mon[155813]: Reconfiguring osd.2 (monmap changed)... 2023-09-29T17:02:07.215 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:06 smithi098 ceph-mon[155813]: Reconfiguring daemon osd.2 on smithi098 2023-09-29T17:02:07.215 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:06 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:07.216 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:06 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:07.216 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:06 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-29T17:02:07.216 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:06 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:08.138 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:07 smithi098 ceph-mon[155813]: pgmap v14: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:02:08.139 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:07 smithi098 ceph-mon[155813]: Reconfiguring osd.3 (monmap changed)... 2023-09-29T17:02:08.139 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:07 smithi098 ceph-mon[155813]: Reconfiguring daemon osd.3 on smithi098 2023-09-29T17:02:08.139 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:07 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:08.139 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:07 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:08.139 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:07 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.ygecui", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T17:02:08.139 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:07 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:08.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:07 smithi174 ceph-mon[136759]: pgmap v14: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:02:08.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:07 smithi174 ceph-mon[136759]: Reconfiguring osd.3 (monmap changed)... 2023-09-29T17:02:08.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:07 smithi174 ceph-mon[136759]: Reconfiguring daemon osd.3 on smithi098 2023-09-29T17:02:08.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:07 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:08.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:07 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:08.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:07 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.ygecui", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T17:02:08.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:07 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:09.159 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:08 smithi174 ceph-mon[136759]: Reconfiguring mds.foofs.smithi098.ygecui (monmap changed)... 2023-09-29T17:02:09.159 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:08 smithi174 ceph-mon[136759]: Reconfiguring daemon mds.foofs.smithi098.ygecui on smithi098 2023-09-29T17:02:09.159 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:08 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:09.159 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:08 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:09.159 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:08 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi174", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T17:02:09.160 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:08 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:09.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:08 smithi098 ceph-mon[155813]: Reconfiguring mds.foofs.smithi098.ygecui (monmap changed)... 2023-09-29T17:02:09.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:08 smithi098 ceph-mon[155813]: Reconfiguring daemon mds.foofs.smithi098.ygecui on smithi098 2023-09-29T17:02:09.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:08 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:09.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:08 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:09.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:08 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi174", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T17:02:09.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:08 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:10.187 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:09 smithi174 ceph-mon[136759]: pgmap v15: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:02:10.187 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:09 smithi174 ceph-mon[136759]: Reconfiguring crash.smithi174 (monmap changed)... 2023-09-29T17:02:10.188 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:09 smithi174 ceph-mon[136759]: Reconfiguring daemon crash.smithi174 on smithi174 2023-09-29T17:02:10.188 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:10.188 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:10.188 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi174.ceothj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T17:02:10.188 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T17:02:10.188 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:10.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:09 smithi098 ceph-mon[155813]: pgmap v15: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:02:10.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:09 smithi098 ceph-mon[155813]: Reconfiguring crash.smithi174 (monmap changed)... 2023-09-29T17:02:10.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:09 smithi098 ceph-mon[155813]: Reconfiguring daemon crash.smithi174 on smithi174 2023-09-29T17:02:10.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:10.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:10.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi174.ceothj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-29T17:02:10.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-29T17:02:10.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:11.196 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:10 smithi174 ceph-mon[136759]: Reconfiguring mgr.smithi174.ceothj (monmap changed)... 2023-09-29T17:02:11.196 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:10 smithi174 ceph-mon[136759]: Reconfiguring daemon mgr.smithi174.ceothj on smithi174 2023-09-29T17:02:11.196 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:10 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:11.196 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:10 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:11.197 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:10 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T17:02:11.197 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:10 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T17:02:11.197 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:10 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:11.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:10 smithi098 ceph-mon[155813]: Reconfiguring mgr.smithi174.ceothj (monmap changed)... 2023-09-29T17:02:11.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:10 smithi098 ceph-mon[155813]: Reconfiguring daemon mgr.smithi174.ceothj on smithi174 2023-09-29T17:02:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:10 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:10 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:10 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-29T17:02:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:10 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-29T17:02:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:10 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:11.813 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:02:12.079 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:11 smithi174 ceph-mon[136759]: pgmap v16: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:02:12.080 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:11 smithi174 ceph-mon[136759]: Reconfiguring mon.smithi174 (monmap changed)... 2023-09-29T17:02:12.080 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:11 smithi174 ceph-mon[136759]: Reconfiguring daemon mon.smithi174 on smithi174 2023-09-29T17:02:12.080 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:11 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:12.080 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:11 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:12.080 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:11 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-29T17:02:12.080 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:11 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:12.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:11 smithi098 ceph-mon[155813]: pgmap v16: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:02:12.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:11 smithi098 ceph-mon[155813]: Reconfiguring mon.smithi174 (monmap changed)... 2023-09-29T17:02:12.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:11 smithi098 ceph-mon[155813]: Reconfiguring daemon mon.smithi174 on smithi174 2023-09-29T17:02:12.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:11 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:12.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:11 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:12.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:11 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-29T17:02:12.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:11 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:12.996 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:12 smithi174 ceph-mon[136759]: Reconfiguring osd.4 (monmap changed)... 2023-09-29T17:02:12.996 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:12 smithi174 ceph-mon[136759]: Reconfiguring daemon osd.4 on smithi174 2023-09-29T17:02:12.996 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:12 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:12.996 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:12 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:12.996 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:12 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-29T17:02:12.996 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:12 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:13.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:12 smithi098 ceph-mon[155813]: Reconfiguring osd.4 (monmap changed)... 2023-09-29T17:02:13.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:12 smithi098 ceph-mon[155813]: Reconfiguring daemon osd.4 on smithi174 2023-09-29T17:02:13.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:12 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:13.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:12 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:13.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:12 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-29T17:02:13.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:12 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:13.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:13 smithi174 ceph-mon[136759]: Reconfiguring osd.5 (monmap changed)... 2023-09-29T17:02:13.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:13 smithi174 ceph-mon[136759]: Reconfiguring daemon osd.5 on smithi174 2023-09-29T17:02:13.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:13 smithi174 ceph-mon[136759]: pgmap v17: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:02:13.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:13 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:13.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:13 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:13.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:13 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-29T17:02:13.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:13 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:14.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:13 smithi098 ceph-mon[155813]: Reconfiguring osd.5 (monmap changed)... 2023-09-29T17:02:14.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:13 smithi098 ceph-mon[155813]: Reconfiguring daemon osd.5 on smithi174 2023-09-29T17:02:14.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:13 smithi098 ceph-mon[155813]: pgmap v17: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:02:14.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:13 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:14.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:13 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:14.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:13 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-29T17:02:14.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:13 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:15.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:14 smithi174 ceph-mon[136759]: Reconfiguring osd.6 (monmap changed)... 2023-09-29T17:02:15.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:14 smithi174 ceph-mon[136759]: Reconfiguring daemon osd.6 on smithi174 2023-09-29T17:02:15.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:14 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:15.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:14 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:15.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:14 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-29T17:02:15.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:14 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:15.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:14 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:02:15.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:14 smithi098 ceph-mon[155813]: Reconfiguring osd.6 (monmap changed)... 2023-09-29T17:02:15.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:14 smithi098 ceph-mon[155813]: Reconfiguring daemon osd.6 on smithi174 2023-09-29T17:02:15.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:14 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:15.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:14 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:15.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:14 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-29T17:02:15.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:14 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:15.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:14 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:02:15.819 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T17:02:16.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:15 smithi174 ceph-mon[136759]: Reconfiguring osd.7 (monmap changed)... 2023-09-29T17:02:16.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:15 smithi174 ceph-mon[136759]: Reconfiguring daemon osd.7 on smithi174 2023-09-29T17:02:16.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:15 smithi174 ceph-mon[136759]: pgmap v18: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:02:16.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:15 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:16.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:15 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:16.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:15 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi174.udpasg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T17:02:16.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:15 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:16.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:15 smithi098 ceph-mon[155813]: Reconfiguring osd.7 (monmap changed)... 2023-09-29T17:02:16.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:15 smithi098 ceph-mon[155813]: Reconfiguring daemon osd.7 on smithi174 2023-09-29T17:02:16.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:15 smithi098 ceph-mon[155813]: pgmap v18: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:02:16.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:15 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:16.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:15 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:16.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:15 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi174.udpasg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T17:02:16.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:15 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:16.458 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T17:02:16.458 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (8m) 27s ago 8m 24.3M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T17:02:16.458 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (8m) 27s ago 8m 7000k - 16.2.5 6933c2a0b7dd a910a20a10aa 2023-09-29T17:02:16.458 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (8m) 18s ago 8m 7163k - 16.2.5 6933c2a0b7dd 1a5ecaee4186 2023-09-29T17:02:16.458 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (7m) 27s ago 8m 40.7M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T17:02:16.458 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (5m) 27s ago 5m 15.2M - 16.2.5 6933c2a0b7dd 34f81c40f041 2023-09-29T17:02:16.458 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (5m) 18s ago 5m 39.5M - 16.2.5 6933c2a0b7dd 45f595b8d0ed 2023-09-29T17:02:16.458 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:8443,9283 running (69s) 27s ago 9m 468M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 414cb1f79b42 2023-09-29T17:02:16.459 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (48s) 18s ago 8m 439M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 5c703357ecec 2023-09-29T17:02:16.459 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (39s) 27s ago 10m 35.0M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 4adef2805929 2023-09-29T17:02:16.459 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (22s) 18s ago 8m 34.9M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b cadb6c8d5e31 2023-09-29T17:02:16.459 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 running (3m) 27s ago 3m 72.7M - 3.5 6933c2a0b7dd 3245936c6837 2023-09-29T17:02:16.459 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (3m) 18s ago 3m 76.7M - 3.5 6933c2a0b7dd 68a450073ccd 2023-09-29T17:02:16.459 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (8m) 27s ago 8m 18.4M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T17:02:16.459 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (8m) 18s ago 8m 18.1M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T17:02:16.459 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (7m) 27s ago 7m 1166M 1942M 16.2.5 6933c2a0b7dd 3e44bcc8bd5c 2023-09-29T17:02:16.459 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (7m) 27s ago 7m 1036M 1942M 16.2.5 6933c2a0b7dd 2530dfd11b82 2023-09-29T17:02:16.459 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (7m) 27s ago 7m 746M 1942M 16.2.5 6933c2a0b7dd 6cd552880e58 2023-09-29T17:02:16.459 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (7m) 27s ago 7m 1088M 1942M 16.2.5 6933c2a0b7dd 7c95a892ae74 2023-09-29T17:02:16.459 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (6m) 18s ago 6m 1079M 2710M 16.2.5 6933c2a0b7dd 56fd513ec204 2023-09-29T17:02:16.460 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (6m) 18s ago 6m 1313M 2710M 16.2.5 6933c2a0b7dd d6f476ff7a82 2023-09-29T17:02:16.460 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (6m) 18s ago 6m 1048M 2710M 16.2.5 6933c2a0b7dd 27d66cd3936c 2023-09-29T17:02:16.460 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (6m) 18s ago 6m 1595M 2710M 16.2.5 6933c2a0b7dd 70b16eb57dc0 2023-09-29T17:02:16.460 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (73s) 27s ago 8m 50.0M - 2.18.1 de242295e225 0f6f23efc384 2023-09-29T17:02:16.848 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:02:16.854 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:02:16.854 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T17:02:16.854 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:02:16.854 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:02:16.855 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T17:02:16.855 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:02:16.855 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:02:16.855 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T17:02:16.855 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-29T17:02:16.855 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:02:16.855 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T17:02:16.855 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T17:02:16.855 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:02:16.855 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T17:02:16.855 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10, 2023-09-29T17:02:16.855 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 4 2023-09-29T17:02:16.855 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T17:02:16.856 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:02:17.028 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:16 smithi098 ceph-mon[155813]: Reconfiguring mds.foofs.smithi174.udpasg (monmap changed)... 2023-09-29T17:02:17.029 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:16 smithi098 ceph-mon[155813]: Reconfiguring daemon mds.foofs.smithi174.udpasg on smithi174 2023-09-29T17:02:17.029 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:16 smithi098 ceph-mon[155813]: from='client.34134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:02:17.029 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:16 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:17.029 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:16 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:17.029 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:16 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:02:17.029 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:16 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:02:17.029 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:16 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:02:17.029 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:16 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:17.029 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:16 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi098"}]: dispatch 2023-09-29T17:02:17.029 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:16 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi098"}]': finished 2023-09-29T17:02:17.029 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:16 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi174"}]: dispatch 2023-09-29T17:02:17.030 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:16 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi174"}]': finished 2023-09-29T17:02:17.030 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:16 smithi098 ceph-mon[155813]: from='client.? 172.21.15.98:0/3629286242' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:02:17.190 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:02:17.191 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T17:02:17.191 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T17:02:17.191 INFO:teuthology.orchestra.run.smithi098.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T17:02:17.191 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [ 2023-09-29T17:02:17.191 INFO:teuthology.orchestra.run.smithi098.stdout: "mon", 2023-09-29T17:02:17.191 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr" 2023-09-29T17:02:17.191 INFO:teuthology.orchestra.run.smithi098.stdout: ], 2023-09-29T17:02:17.191 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "4/23 daemons upgraded", 2023-09-29T17:02:17.191 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "Currently upgrading crash daemons", 2023-09-29T17:02:17.191 INFO:teuthology.orchestra.run.smithi098.stdout: "is_paused": false 2023-09-29T17:02:17.192 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:02:17.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:16 smithi174 ceph-mon[136759]: Reconfiguring mds.foofs.smithi174.udpasg (monmap changed)... 2023-09-29T17:02:17.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:16 smithi174 ceph-mon[136759]: Reconfiguring daemon mds.foofs.smithi174.udpasg on smithi174 2023-09-29T17:02:17.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:16 smithi174 ceph-mon[136759]: from='client.34134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:02:17.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:16 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:17.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:16 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:17.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:16 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:02:17.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:16 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:02:17.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:16 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:02:17.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:16 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:17.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:16 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi098"}]: dispatch 2023-09-29T17:02:17.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:16 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi098"}]': finished 2023-09-29T17:02:17.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:16 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi174"}]: dispatch 2023-09-29T17:02:17.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:16 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi174"}]': finished 2023-09-29T17:02:17.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:16 smithi174 ceph-mon[136759]: from='client.? 172.21.15.98:0/3629286242' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:02:18.092 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:17 smithi098 ceph-mon[155813]: Upgrade: Setting container_image for all mon 2023-09-29T17:02:18.092 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:17 smithi098 ceph-mon[155813]: from='client.34138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:02:18.092 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:17 smithi098 ceph-mon[155813]: from='client.34142 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:02:18.092 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:17 smithi098 ceph-mon[155813]: pgmap v19: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:02:18.092 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:17 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:18.092 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:17 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T17:02:18.092 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:17 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:18.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:17 smithi174 ceph-mon[136759]: Upgrade: Setting container_image for all mon 2023-09-29T17:02:18.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:17 smithi174 ceph-mon[136759]: from='client.34138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:02:18.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:17 smithi174 ceph-mon[136759]: from='client.34142 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:02:18.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:17 smithi174 ceph-mon[136759]: pgmap v19: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:02:18.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:17 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:18.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:17 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T17:02:18.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:17 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:18.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:18 smithi098 ceph-mon[155813]: Upgrade: Updating crash.smithi098 (1/2) 2023-09-29T17:02:18.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:18 smithi098 ceph-mon[155813]: Deploying daemon crash.smithi098 on smithi098 2023-09-29T17:02:18.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:18 smithi098 ceph-mon[155813]: from='client.34150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:02:19.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:18 smithi174 ceph-mon[136759]: Upgrade: Updating crash.smithi098 (1/2) 2023-09-29T17:02:19.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:18 smithi174 ceph-mon[136759]: Deploying daemon crash.smithi098 on smithi098 2023-09-29T17:02:19.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:18 smithi174 ceph-mon[136759]: from='client.34150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:02:20.022 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:19 smithi174 ceph-mon[136759]: pgmap v20: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:02:20.023 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:19 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:20.023 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:19 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:20.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:19 smithi098 ceph-mon[155813]: pgmap v20: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:02:20.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:19 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:20.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:19 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:21.697 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:21 smithi174 ceph-mon[136759]: Upgrade: Updating crash.smithi174 (2/2) 2023-09-29T17:02:21.697 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:21.697 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi174", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T17:02:21.697 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:21.697 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:21 smithi174 ceph-mon[136759]: Deploying daemon crash.smithi174 on smithi174 2023-09-29T17:02:21.698 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:21 smithi174 ceph-mon[136759]: pgmap v21: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:02:21.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:21 smithi098 ceph-mon[155813]: Upgrade: Updating crash.smithi174 (2/2) 2023-09-29T17:02:21.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:21.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi174", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-29T17:02:21.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:21.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:21 smithi098 ceph-mon[155813]: Deploying daemon crash.smithi174 on smithi174 2023-09-29T17:02:21.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:21 smithi098 ceph-mon[155813]: pgmap v21: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:02:21.889 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:02:23.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:23 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:23.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:23 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:23.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:23 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:02:23.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:23 smithi174 ceph-mon[136759]: pgmap v22: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:02:23.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:23 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:23.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:23 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:23.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:23 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:02:23.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:23 smithi098 ceph-mon[155813]: pgmap v22: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:02:26.152 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:25 smithi174 ceph-mon[136759]: pgmap v23: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:02:26.152 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:25 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:26.152 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:25 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:26.153 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:25 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:26.153 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:25 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:26.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:25 smithi098 ceph-mon[155813]: pgmap v23: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:02:26.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:25 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:26.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:25 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:26.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:25 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:26.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:25 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:26.924 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:02:27.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:27 smithi174 ceph-mon[136759]: pgmap v24: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:02:27.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:27 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:27.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:27 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:27.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:27 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:27.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:27 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:27.780 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:27 smithi098 ceph-mon[155813]: pgmap v24: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:02:27.780 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:27 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:27.780 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:27 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:27.780 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:27 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:27.780 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:27 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:28.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:28 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:28.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:28 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:28.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:28 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:28.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:28 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:29.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:29 smithi174 ceph-mon[136759]: pgmap v25: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:02:29.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:29 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:02:29.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:29 smithi098 ceph-mon[155813]: pgmap v25: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:02:29.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:29 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:02:30.784 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:30.784 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:30.785 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:30.785 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:02:30.785 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:30.785 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:30.785 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:02:30.785 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:02:30.785 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:02:30.786 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:02:30.786 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:30 smithi098 ceph-mon[155813]: Upgrade: Setting container_image for all crash 2023-09-29T17:02:30.786 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:30.786 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi098"}]: dispatch 2023-09-29T17:02:30.786 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi098"}]': finished 2023-09-29T17:02:30.786 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi174"}]: dispatch 2023-09-29T17:02:30.786 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi174"}]': finished 2023-09-29T17:02:30.786 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-09-29T17:02:30.786 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:30 smithi098 ceph-mon[155813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-09-29T17:02:30.786 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:30 smithi098 ceph-mon[155813]: Upgrade: osd.0 is safe to restart 2023-09-29T17:02:30.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:30.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:30.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:30.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:02:30.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:30.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:30.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:02:30.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:02:30.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:02:30.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:02:30.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:30 smithi174 ceph-mon[136759]: Upgrade: Setting container_image for all crash 2023-09-29T17:02:30.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:30.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi098"}]: dispatch 2023-09-29T17:02:30.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi098"}]': finished 2023-09-29T17:02:30.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi174"}]: dispatch 2023-09-29T17:02:30.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi174"}]': finished 2023-09-29T17:02:30.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-09-29T17:02:30.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:30 smithi174 ceph-mon[136759]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-09-29T17:02:30.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:30 smithi174 ceph-mon[136759]: Upgrade: osd.0 is safe to restart 2023-09-29T17:02:31.964 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:02:31.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:31 smithi098 ceph-mon[155813]: pgmap v26: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:02:31.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:31 smithi098 ceph-mon[155813]: Upgrade: Updating osd.0 2023-09-29T17:02:31.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:31 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:31.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:31 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-29T17:02:31.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:31 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:31.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:31 smithi098 ceph-mon[155813]: Deploying daemon osd.0 on smithi098 2023-09-29T17:02:32.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:31 smithi174 ceph-mon[136759]: pgmap v26: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:02:32.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:31 smithi174 ceph-mon[136759]: Upgrade: Updating osd.0 2023-09-29T17:02:32.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:31 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:32.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:31 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-29T17:02:32.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:31 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:32.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:31 smithi174 ceph-mon[136759]: Deploying daemon osd.0 on smithi098 2023-09-29T17:02:32.976 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:32 smithi098 systemd[1]: Stopping Ceph osd.0 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:02:33.378 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.0[118529]: debug 2023-09-29T17:02:33.000+0000 7f357eb56700 -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 2023-09-29T17:02:33.378 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.0[118529]: debug 2023-09-29T17:02:33.000+0000 7f357eb56700 -1 osd.0 66 *** Got signal Terminated *** 2023-09-29T17:02:33.379 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.0[118529]: debug 2023-09-29T17:02:33.000+0000 7f357eb56700 -1 osd.0 66 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T17:02:33.379 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:33 smithi098 bash[162525]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.0 2023-09-29T17:02:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: pgmap v27: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:02:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.7 2023-09-29T17:02:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 failed (root=default,host=smithi098) (connection refused reported by osd.7) 2023-09-29T17:02:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.5 2023-09-29T17:02:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.1 2023-09-29T17:02:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.6 2023-09-29T17:02:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.4 2023-09-29T17:02:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.7 2023-09-29T17:02:34.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.3 2023-09-29T17:02:34.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.2 2023-09-29T17:02:34.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.5 2023-09-29T17:02:34.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.1 2023-09-29T17:02:34.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.6 2023-09-29T17:02:34.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.4 2023-09-29T17:02:34.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.3 2023-09-29T17:02:34.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.2 2023-09-29T17:02:34.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.5 2023-09-29T17:02:34.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.6 2023-09-29T17:02:34.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.4 2023-09-29T17:02:34.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.7 2023-09-29T17:02:34.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.5 2023-09-29T17:02:34.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.6 2023-09-29T17:02:34.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.4 2023-09-29T17:02:34.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.7 2023-09-29T17:02:34.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.1 2023-09-29T17:02:34.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.3 2023-09-29T17:02:34.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.2 2023-09-29T17:02:34.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.1 2023-09-29T17:02:34.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.3 2023-09-29T17:02:34.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:33 smithi174 ceph-mon[136759]: osd.0 reported immediately failed by osd.2 2023-09-29T17:02:34.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: pgmap v27: 129 pgs: 129 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:02:34.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.7 2023-09-29T17:02:34.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 failed (root=default,host=smithi098) (connection refused reported by osd.7) 2023-09-29T17:02:34.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.5 2023-09-29T17:02:34.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.1 2023-09-29T17:02:34.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.6 2023-09-29T17:02:34.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.4 2023-09-29T17:02:34.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.7 2023-09-29T17:02:34.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.3 2023-09-29T17:02:34.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.2 2023-09-29T17:02:34.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.5 2023-09-29T17:02:34.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.1 2023-09-29T17:02:34.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.6 2023-09-29T17:02:34.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.4 2023-09-29T17:02:34.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.3 2023-09-29T17:02:34.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.2 2023-09-29T17:02:34.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.5 2023-09-29T17:02:34.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.6 2023-09-29T17:02:34.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.4 2023-09-29T17:02:34.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.7 2023-09-29T17:02:34.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.5 2023-09-29T17:02:34.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.6 2023-09-29T17:02:34.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.4 2023-09-29T17:02:34.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.7 2023-09-29T17:02:34.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.1 2023-09-29T17:02:34.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.3 2023-09-29T17:02:34.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.2 2023-09-29T17:02:34.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.1 2023-09-29T17:02:34.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.3 2023-09-29T17:02:34.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:33 smithi098 ceph-mon[155813]: osd.0 reported immediately failed by osd.2 2023-09-29T17:02:34.572 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:34 smithi098 systemd[1]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.0.service: Succeeded. 2023-09-29T17:02:34.572 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:34 smithi098 systemd[1]: Stopped Ceph osd.0 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T17:02:34.572 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:34 smithi098 systemd[1]: Starting Ceph osd.0 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:02:35.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:34 smithi174 ceph-mon[136759]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T17:02:35.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:34 smithi174 ceph-mon[136759]: osdmap e67: 8 total, 7 up, 8 in 2023-09-29T17:02:35.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:34 smithi098 ceph-mon[155813]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T17:02:35.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:34 smithi098 ceph-mon[155813]: osdmap e67: 8 total, 7 up, 8 in 2023-09-29T17:02:35.725 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:35 smithi098 bash[162805]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-29T17:02:35.725 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:35 smithi098 bash[162805]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-09-29T17:02:35.726 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:35 smithi098 bash[162805]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2023-09-29T17:02:35.726 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:35 smithi098 bash[162805]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2023-09-29T17:02:35.726 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:35 smithi098 bash[162805]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2023-09-29T17:02:35.726 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:35 smithi098 bash[162805]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-09-29T17:02:35.726 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:35 smithi098 bash[162805]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-09-29T17:02:35.726 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:35 smithi098 bash[162805]: --> ceph-volume lvm activate successful for osd ID: 0 2023-09-29T17:02:36.170 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:36 smithi098 ceph-osd[163105]: -- 172.21.15.98:0/2815951003 <== mon.0 v2:172.21.15.98:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563fdbe94b60 con 0x563fdbe5b000 2023-09-29T17:02:36.170 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:35 smithi098 ceph-mon[155813]: pgmap v29: 129 pgs: 16 stale+active+clean, 113 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T17:02:36.170 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:35 smithi098 ceph-mon[155813]: osdmap e68: 8 total, 7 up, 8 in 2023-09-29T17:02:36.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:35 smithi174 ceph-mon[136759]: pgmap v29: 129 pgs: 16 stale+active+clean, 113 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T17:02:36.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:35 smithi174 ceph-mon[136759]: osdmap e68: 8 total, 7 up, 8 in 2023-09-29T17:02:36.476 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:36 smithi098 bash[163067]: d8258cec978adf8e042d287a9c7523fa9962c078454cdc1ea3481f1c1898de71 2023-09-29T17:02:36.476 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:36 smithi098 systemd[1]: Started Ceph osd.0 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T17:02:36.976 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:36 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-0[163082]: 2023-09-29T17:02:36.652+0000 7f34f43ac540 -1 Falling back to public interface 2023-09-29T17:02:37.005 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:02:37.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:37 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:37.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:37 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:37.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:37 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:02:37.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:37 smithi098 ceph-mon[155813]: pgmap v31: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 179/1374 objects degraded (13.028%) 2023-09-29T17:02:37.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:37 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:37.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:37 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:37.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:37 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:02:37.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:37 smithi174 ceph-mon[136759]: pgmap v31: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 179/1374 objects degraded (13.028%) 2023-09-29T17:02:38.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:38 smithi098 ceph-mon[155813]: Health check failed: Degraded data redundancy: 179/1374 objects degraded (13.028%), 30 pgs degraded (PG_DEGRADED) 2023-09-29T17:02:38.702 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:38 smithi174 ceph-mon[136759]: Health check failed: Degraded data redundancy: 179/1374 objects degraded (13.028%), 30 pgs degraded (PG_DEGRADED) 2023-09-29T17:02:39.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:39 smithi098 ceph-mon[155813]: pgmap v32: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 179/1374 objects degraded (13.028%) 2023-09-29T17:02:39.702 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:39 smithi174 ceph-mon[136759]: pgmap v32: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 179/1374 objects degraded (13.028%) 2023-09-29T17:02:41.632 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:41 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-0[163082]: 2023-09-29T17:02:41.311+0000 7f34f43ac540 -1 osd.0 66 log_to_monitors true 2023-09-29T17:02:41.632 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:41 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:41.632 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:41 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:41.632 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:41 smithi098 ceph-mon[155813]: pgmap v33: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 179/1374 objects degraded (13.028%) 2023-09-29T17:02:41.632 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:41 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:41.632 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:41 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:41.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:41 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:41.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:41 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:41.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:41 smithi174 ceph-mon[136759]: pgmap v33: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 179/1374 objects degraded (13.028%) 2023-09-29T17:02:41.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:41 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:41.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:41 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:42.038 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:02:42.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:42 smithi174 ceph-mon[136759]: from='osd.0 [v2:172.21.15.98:6802/4204848861,v1:172.21.15.98:6803/4204848861]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-29T17:02:42.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:42 smithi098 ceph-mon[155813]: from='osd.0 [v2:172.21.15.98:6802/4204848861,v1:172.21.15.98:6803/4204848861]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-29T17:02:42.726 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:02:42 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-0[163082]: 2023-09-29T17:02:42.323+0000 7f34e7990700 -1 osd.0 66 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-29T17:02:43.510 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:43 smithi098 ceph-mon[155813]: from='osd.0 [v2:172.21.15.98:6802/4204848861,v1:172.21.15.98:6803/4204848861]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-29T17:02:43.510 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:43 smithi098 ceph-mon[155813]: osdmap e69: 8 total, 7 up, 8 in 2023-09-29T17:02:43.510 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:43 smithi098 ceph-mon[155813]: from='osd.0 [v2:172.21.15.98:6802/4204848861,v1:172.21.15.98:6803/4204848861]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-09-29T17:02:43.510 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:43 smithi098 ceph-mon[155813]: pgmap v35: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 179/1374 objects degraded (13.028%) 2023-09-29T17:02:43.510 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:43 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:43.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:43 smithi174 ceph-mon[136759]: from='osd.0 [v2:172.21.15.98:6802/4204848861,v1:172.21.15.98:6803/4204848861]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-29T17:02:43.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:43 smithi174 ceph-mon[136759]: osdmap e69: 8 total, 7 up, 8 in 2023-09-29T17:02:43.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:43 smithi174 ceph-mon[136759]: from='osd.0 [v2:172.21.15.98:6802/4204848861,v1:172.21.15.98:6803/4204848861]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-09-29T17:02:43.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:43 smithi174 ceph-mon[136759]: pgmap v35: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 179/1374 objects degraded (13.028%) 2023-09-29T17:02:43.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:43 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:44.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:44 smithi174 ceph-mon[136759]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T17:02:44.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:44.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:44.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:02:44.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:44 smithi174 ceph-mon[136759]: osd.0 [v2:172.21.15.98:6802/4204848861,v1:172.21.15.98:6803/4204848861] boot 2023-09-29T17:02:44.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:44 smithi174 ceph-mon[136759]: osdmap e70: 8 total, 8 up, 8 in 2023-09-29T17:02:44.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T17:02:44.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:44.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:44.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:02:44.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:02:44.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:02:44.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:02:44.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-29T17:02:44.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:44 smithi174 ceph-mon[136759]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-29T17:02:44.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:44 smithi174 ceph-mon[136759]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-09-29T17:02:44.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:44 smithi098 ceph-mon[155813]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T17:02:44.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:44.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:02:44.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:02:44.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:44 smithi098 ceph-mon[155813]: osd.0 [v2:172.21.15.98:6802/4204848861,v1:172.21.15.98:6803/4204848861] boot 2023-09-29T17:02:44.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:44 smithi098 ceph-mon[155813]: osdmap e70: 8 total, 8 up, 8 in 2023-09-29T17:02:44.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-29T17:02:44.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:44.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:44.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:02:44.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:02:44.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:02:44.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:02:44.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-29T17:02:44.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:44 smithi098 ceph-mon[155813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-29T17:02:44.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:44 smithi098 ceph-mon[155813]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-09-29T17:02:45.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:45 smithi174 ceph-mon[136759]: osdmap e71: 8 total, 8 up, 8 in 2023-09-29T17:02:45.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:45 smithi174 ceph-mon[136759]: pgmap v38: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 179/1374 objects degraded (13.028%) 2023-09-29T17:02:45.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:45.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:02:45.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:45 smithi098 ceph-mon[155813]: osdmap e71: 8 total, 8 up, 8 in 2023-09-29T17:02:45.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:45 smithi098 ceph-mon[155813]: pgmap v38: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 179/1374 objects degraded (13.028%) 2023-09-29T17:02:45.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:45.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:02:46.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:46 smithi174 ceph-mon[136759]: Health check update: Degraded data redundancy: 70/1374 objects degraded (5.095%), 9 pgs degraded (PG_DEGRADED) 2023-09-29T17:02:46.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:46 smithi098 ceph-mon[155813]: Health check update: Degraded data redundancy: 70/1374 objects degraded (5.095%), 9 pgs degraded (PG_DEGRADED) 2023-09-29T17:02:47.079 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:02:47.524 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T17:02:47.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:47 smithi174 ceph-mon[136759]: pgmap v39: 129 pgs: 9 active+undersized+degraded, 7 active+undersized, 113 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 70/1374 objects degraded (5.095%) 2023-09-29T17:02:47.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:47 smithi098 ceph-mon[155813]: pgmap v39: 129 pgs: 9 active+undersized+degraded, 7 active+undersized, 113 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 70/1374 objects degraded (5.095%) 2023-09-29T17:02:48.134 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T17:02:48.134 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (8m) 7s ago 9m 24.3M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T17:02:48.135 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (29s) 7s ago 9m 7482k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 2c386662ebbe 2023-09-29T17:02:48.135 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (26s) 23s ago 9m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 4fab0ce732e6 2023-09-29T17:02:48.135 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (8m) 7s ago 9m 40.9M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T17:02:48.135 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (6m) 7s ago 6m 16.6M - 16.2.5 6933c2a0b7dd 34f81c40f041 2023-09-29T17:02:48.135 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (6m) 23s ago 5m 39.5M - 16.2.5 6933c2a0b7dd 45f595b8d0ed 2023-09-29T17:02:48.135 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:8443,9283 running (101s) 7s ago 10m 493M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 414cb1f79b42 2023-09-29T17:02:48.135 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (80s) 23s ago 8m 440M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 5c703357ecec 2023-09-29T17:02:48.135 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (70s) 7s ago 10m 73.6M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 4adef2805929 2023-09-29T17:02:48.135 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (53s) 23s ago 8m 63.5M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b cadb6c8d5e31 2023-09-29T17:02:48.135 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 running (4m) 7s ago 4m 80.5M - 3.5 6933c2a0b7dd 3245936c6837 2023-09-29T17:02:48.135 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (3m) 23s ago 3m 76.7M - 3.5 6933c2a0b7dd 68a450073ccd 2023-09-29T17:02:48.136 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (9m) 7s ago 9m 18.4M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T17:02:48.136 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (8m) 23s ago 8m 18.1M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T17:02:48.136 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (12s) 7s ago 8m 13.7M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b d8258cec978a 2023-09-29T17:02:48.136 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (8m) 7s ago 8m 1039M 1942M 16.2.5 6933c2a0b7dd 2530dfd11b82 2023-09-29T17:02:48.136 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (7m) 7s ago 7m 750M 1942M 16.2.5 6933c2a0b7dd 6cd552880e58 2023-09-29T17:02:48.136 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (7m) 7s ago 7m 1092M 1942M 16.2.5 6933c2a0b7dd 7c95a892ae74 2023-09-29T17:02:48.136 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (7m) 23s ago 7m 1081M 2710M 16.2.5 6933c2a0b7dd 56fd513ec204 2023-09-29T17:02:48.136 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (7m) 23s ago 7m 1313M 2710M 16.2.5 6933c2a0b7dd d6f476ff7a82 2023-09-29T17:02:48.136 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (7m) 23s ago 7m 1049M 2710M 16.2.5 6933c2a0b7dd 27d66cd3936c 2023-09-29T17:02:48.136 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (6m) 23s ago 6m 1597M 2710M 16.2.5 6933c2a0b7dd 70b16eb57dc0 2023-09-29T17:02:48.136 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (104s) 7s ago 9m 56.8M - 2.18.1 de242295e225 0f6f23efc384 2023-09-29T17:02:48.499 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:02:48.499 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T17:02:48.500 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:02:48.500 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:02:48.500 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T17:02:48.500 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:02:48.500 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:02:48.500 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T17:02:48.500 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7, 2023-09-29T17:02:48.500 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 1 2023-09-29T17:02:48.500 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:02:48.500 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T17:02:48.500 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T17:02:48.501 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:02:48.501 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T17:02:48.501 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 9, 2023-09-29T17:02:48.501 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 5 2023-09-29T17:02:48.501 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T17:02:48.501 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:02:48.812 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:02:48.812 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T17:02:48.812 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T17:02:48.812 INFO:teuthology.orchestra.run.smithi098.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T17:02:48.812 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [ 2023-09-29T17:02:48.813 INFO:teuthology.orchestra.run.smithi098.stdout: "mon", 2023-09-29T17:02:48.813 INFO:teuthology.orchestra.run.smithi098.stdout: "crash", 2023-09-29T17:02:48.813 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr" 2023-09-29T17:02:48.813 INFO:teuthology.orchestra.run.smithi098.stdout: ], 2023-09-29T17:02:48.813 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "7/23 daemons upgraded", 2023-09-29T17:02:48.813 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "Currently upgrading osd daemons", 2023-09-29T17:02:48.813 INFO:teuthology.orchestra.run.smithi098.stdout: "is_paused": false 2023-09-29T17:02:48.813 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:02:48.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:48 smithi174 ceph-mon[136759]: from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:02:48.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:48 smithi174 ceph-mon[136759]: from='client.34162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:02:48.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:48 smithi174 ceph-mon[136759]: from='client.? 172.21.15.98:0/1987565114' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:02:48.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:48 smithi098 ceph-mon[155813]: from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:02:48.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:48 smithi098 ceph-mon[155813]: from='client.34162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:02:48.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:48 smithi098 ceph-mon[155813]: from='client.? 172.21.15.98:0/1987565114' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:02:49.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:49 smithi174 ceph-mon[136759]: from='client.34166 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:02:49.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:49 smithi174 ceph-mon[136759]: pgmap v40: 129 pgs: 129 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 165 B/s rd, 165 B/s wr, 0 op/s 2023-09-29T17:02:49.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:49 smithi174 ceph-mon[136759]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 70/1374 objects degraded (5.095%), 9 pgs degraded) 2023-09-29T17:02:49.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:49 smithi174 ceph-mon[136759]: Cluster is now healthy 2023-09-29T17:02:49.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:49 smithi174 ceph-mon[136759]: from='client.34174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:02:49.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:49 smithi098 ceph-mon[155813]: from='client.34166 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:02:49.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:49 smithi098 ceph-mon[155813]: pgmap v40: 129 pgs: 129 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 165 B/s rd, 165 B/s wr, 0 op/s 2023-09-29T17:02:49.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:49 smithi098 ceph-mon[155813]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 70/1374 objects degraded (5.095%), 9 pgs degraded) 2023-09-29T17:02:49.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:49 smithi098 ceph-mon[155813]: Cluster is now healthy 2023-09-29T17:02:49.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:49 smithi098 ceph-mon[155813]: from='client.34174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:02:51.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:51 smithi174 ceph-mon[136759]: pgmap v41: 129 pgs: 129 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:02:51.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:51 smithi098 ceph-mon[155813]: pgmap v41: 129 pgs: 129 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:02:52.120 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:02:53.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:53 smithi098 ceph-mon[155813]: pgmap v42: 129 pgs: 129 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 222 B/s rd, 222 B/s wr, 0 op/s 2023-09-29T17:02:54.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:53 smithi174 ceph-mon[136759]: pgmap v42: 129 pgs: 129 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 222 B/s rd, 222 B/s wr, 0 op/s 2023-09-29T17:02:55.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:55 smithi174 ceph-mon[136759]: pgmap v43: 129 pgs: 129 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2023-09-29T17:02:55.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:55.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:55 smithi098 ceph-mon[155813]: pgmap v43: 129 pgs: 129 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2023-09-29T17:02:55.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:57.169 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:02:57.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:57 smithi174 ceph-mon[136759]: pgmap v44: 129 pgs: 129 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:02:57.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:57 smithi098 ceph-mon[155813]: pgmap v44: 129 pgs: 129 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:02:58.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:58 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-29T17:02:59.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:58 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-29T17:02:59.950 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:59 smithi098 ceph-mon[155813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-29T17:02:59.950 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:59 smithi098 ceph-mon[155813]: Upgrade: osd.1 is safe to restart 2023-09-29T17:02:59.950 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:59 smithi098 ceph-mon[155813]: pgmap v45: 129 pgs: 129 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:02:59.950 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:59.950 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:02:59.950 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:02:59.951 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-29T17:02:59.951 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:02:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:03:00.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:59 smithi174 ceph-mon[136759]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-29T17:03:00.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:59 smithi174 ceph-mon[136759]: Upgrade: osd.1 is safe to restart 2023-09-29T17:03:00.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:59 smithi174 ceph-mon[136759]: pgmap v45: 129 pgs: 129 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:03:00.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:00.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:03:00.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:00.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-29T17:03:00.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:02:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:03:00.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:00 smithi098 ceph-mon[155813]: Upgrade: Updating osd.1 2023-09-29T17:03:00.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:00 smithi098 ceph-mon[155813]: Deploying daemon osd.1 on smithi098 2023-09-29T17:03:01.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:00 smithi174 ceph-mon[136759]: Upgrade: Updating osd.1 2023-09-29T17:03:01.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:00 smithi174 ceph-mon[136759]: Deploying daemon osd.1 on smithi098 2023-09-29T17:03:01.877 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:01 smithi098 ceph-mon[155813]: pgmap v46: 129 pgs: 129 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:03:01.877 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:01 smithi098 systemd[1]: Stopping Ceph osd.1 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:03:01.878 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:01 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.1[121171]: debug 2023-09-29T17:03:01.713+0000 7f066313b700 -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 2023-09-29T17:03:01.878 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:01 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.1[121171]: debug 2023-09-29T17:03:01.713+0000 7f066313b700 -1 osd.1 71 *** Got signal Terminated *** 2023-09-29T17:03:01.878 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:01 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.1[121171]: debug 2023-09-29T17:03:01.713+0000 7f066313b700 -1 osd.1 71 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T17:03:01.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:01 smithi174 ceph-mon[136759]: pgmap v46: 129 pgs: 129 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:03:02.208 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:03:02.225 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:01 smithi098 bash[165721]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.1 2023-09-29T17:03:02.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.4 2023-09-29T17:03:02.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 failed (root=default,host=smithi098) (connection refused reported by osd.4) 2023-09-29T17:03:02.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.2 2023-09-29T17:03:02.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.6 2023-09-29T17:03:02.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.3 2023-09-29T17:03:02.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.7 2023-09-29T17:03:02.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.5 2023-09-29T17:03:02.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.2 2023-09-29T17:03:02.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.2 2023-09-29T17:03:02.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.0 2023-09-29T17:03:02.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.3 2023-09-29T17:03:02.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.0 2023-09-29T17:03:02.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.7 2023-09-29T17:03:02.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.3 2023-09-29T17:03:02.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.5 2023-09-29T17:03:02.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.6 2023-09-29T17:03:02.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.4 2023-09-29T17:03:02.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.7 2023-09-29T17:03:02.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.5 2023-09-29T17:03:02.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.6 2023-09-29T17:03:02.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.4 2023-09-29T17:03:02.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.4 2023-09-29T17:03:02.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.2 2023-09-29T17:03:02.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.6 2023-09-29T17:03:02.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.3 2023-09-29T17:03:02.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.5 2023-09-29T17:03:02.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.7 2023-09-29T17:03:02.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.3 2023-09-29T17:03:02.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.3 2023-09-29T17:03:02.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.2 2023-09-29T17:03:02.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.5 2023-09-29T17:03:02.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.6 2023-09-29T17:03:02.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.4 2023-09-29T17:03:02.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.0 2023-09-29T17:03:02.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.7 2023-09-29T17:03:02.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.2 2023-09-29T17:03:02.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.5 2023-09-29T17:03:02.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.6 2023-09-29T17:03:02.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.4 2023-09-29T17:03:02.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.0 2023-09-29T17:03:02.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.7 2023-09-29T17:03:02.980 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.4 2023-09-29T17:03:02.981 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.2 2023-09-29T17:03:02.981 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.6 2023-09-29T17:03:02.981 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.3 2023-09-29T17:03:02.981 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.5 2023-09-29T17:03:02.981 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:02 smithi098 ceph-mon[155813]: osd.1 reported immediately failed by osd.7 2023-09-29T17:03:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.4 2023-09-29T17:03:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 failed (root=default,host=smithi098) (connection refused reported by osd.4) 2023-09-29T17:03:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.2 2023-09-29T17:03:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.6 2023-09-29T17:03:03.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.3 2023-09-29T17:03:03.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.7 2023-09-29T17:03:03.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.5 2023-09-29T17:03:03.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.2 2023-09-29T17:03:03.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.2 2023-09-29T17:03:03.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.0 2023-09-29T17:03:03.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.3 2023-09-29T17:03:03.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.0 2023-09-29T17:03:03.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.7 2023-09-29T17:03:03.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.3 2023-09-29T17:03:03.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.5 2023-09-29T17:03:03.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.6 2023-09-29T17:03:03.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.4 2023-09-29T17:03:03.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.7 2023-09-29T17:03:03.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.5 2023-09-29T17:03:03.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.6 2023-09-29T17:03:03.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.4 2023-09-29T17:03:03.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.4 2023-09-29T17:03:03.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.2 2023-09-29T17:03:03.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.6 2023-09-29T17:03:03.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.3 2023-09-29T17:03:03.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.5 2023-09-29T17:03:03.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.7 2023-09-29T17:03:03.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.3 2023-09-29T17:03:03.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.3 2023-09-29T17:03:03.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.2 2023-09-29T17:03:03.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.5 2023-09-29T17:03:03.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.6 2023-09-29T17:03:03.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.4 2023-09-29T17:03:03.207 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.0 2023-09-29T17:03:03.207 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.7 2023-09-29T17:03:03.207 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.2 2023-09-29T17:03:03.207 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.5 2023-09-29T17:03:03.207 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.6 2023-09-29T17:03:03.207 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.4 2023-09-29T17:03:03.207 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.0 2023-09-29T17:03:03.207 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.7 2023-09-29T17:03:03.207 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.4 2023-09-29T17:03:03.207 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.2 2023-09-29T17:03:03.208 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.6 2023-09-29T17:03:03.208 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.3 2023-09-29T17:03:03.208 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.5 2023-09-29T17:03:03.208 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:02 smithi174 ceph-mon[136759]: osd.1 reported immediately failed by osd.7 2023-09-29T17:03:03.343 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:03 smithi098 systemd[1]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.1.service: Succeeded. 2023-09-29T17:03:03.344 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:03 smithi098 systemd[1]: Stopped Ceph osd.1 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T17:03:03.607 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:03 smithi098 systemd[1]: Starting Ceph osd.1 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:03:03.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:03 smithi098 ceph-mon[155813]: pgmap v47: 129 pgs: 129 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:03:03.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:03 smithi098 ceph-mon[155813]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T17:03:03.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:03 smithi098 ceph-mon[155813]: osdmap e72: 8 total, 7 up, 8 in 2023-09-29T17:03:04.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:03 smithi174 ceph-mon[136759]: pgmap v47: 129 pgs: 129 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:03:04.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:03 smithi174 ceph-mon[136759]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T17:03:04.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:03 smithi174 ceph-mon[136759]: osdmap e72: 8 total, 7 up, 8 in 2023-09-29T17:03:04.475 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:04 smithi098 bash[166015]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-29T17:03:04.476 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:04 smithi098 bash[166015]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-09-29T17:03:04.476 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:04 smithi098 bash[166015]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2023-09-29T17:03:04.476 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:04 smithi098 bash[166015]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2023-09-29T17:03:04.476 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:04 smithi098 bash[166015]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2023-09-29T17:03:04.476 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:04 smithi098 bash[166015]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-09-29T17:03:04.476 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:04 smithi098 bash[166015]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-09-29T17:03:04.476 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:04 smithi098 bash[166015]: --> ceph-volume lvm activate successful for osd ID: 1 2023-09-29T17:03:04.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:04 smithi098 ceph-mon[155813]: osdmap e73: 8 total, 7 up, 8 in 2023-09-29T17:03:04.976 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:04 smithi098 ceph-osd[166293]: -- 172.21.15.98:0/2547670811 <== mon.0 v2:172.21.15.98:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5584c3856b60 con 0x5584c381d000 2023-09-29T17:03:04.976 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:04 smithi098 bash[166256]: 765240489d118ae3087f19239163b81de4f0244a13f182acbde59b4b61c78fa3 2023-09-29T17:03:04.976 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:04 smithi098 systemd[1]: Started Ceph osd.1 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T17:03:05.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:04 smithi174 ceph-mon[136759]: osdmap e73: 8 total, 7 up, 8 in 2023-09-29T17:03:05.475 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:05 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-1[166270]: 2023-09-29T17:03:05.204+0000 7fd62a889540 -1 Falling back to public interface 2023-09-29T17:03:05.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:05 smithi098 ceph-mon[155813]: pgmap v50: 129 pgs: 17 stale+active+clean, 112 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2023-09-29T17:03:05.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:05 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:05.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:05 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:05.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:05 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:03:05.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:05 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:05.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:05 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:05 smithi174 ceph-mon[136759]: pgmap v50: 129 pgs: 17 stale+active+clean, 112 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2023-09-29T17:03:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:05 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:05 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:05 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:03:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:05 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:05 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:06.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:06 smithi098 ceph-mon[155813]: Health check failed: Degraded data redundancy: 136/1374 objects degraded (9.898%), 24 pgs degraded (PG_DEGRADED) 2023-09-29T17:03:07.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:06 smithi174 ceph-mon[136759]: Health check failed: Degraded data redundancy: 136/1374 objects degraded (9.898%), 24 pgs degraded (PG_DEGRADED) 2023-09-29T17:03:07.247 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:03:07.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:07 smithi098 ceph-mon[155813]: pgmap v51: 129 pgs: 24 active+undersized+degraded, 1 stale+active+clean, 24 active+undersized, 80 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 136/1374 objects degraded (9.898%) 2023-09-29T17:03:08.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:07 smithi174 ceph-mon[136759]: pgmap v51: 129 pgs: 24 active+undersized+degraded, 1 stale+active+clean, 24 active+undersized, 80 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 136/1374 objects degraded (9.898%) 2023-09-29T17:03:09.475 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:09 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-1[166270]: 2023-09-29T17:03:09.084+0000 7fd62a889540 -1 osd.1 71 log_to_monitors true 2023-09-29T17:03:10.063 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:09 smithi098 ceph-mon[155813]: pgmap v52: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 147/1374 objects degraded (10.699%) 2023-09-29T17:03:10.063 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:10.063 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:10.063 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:09 smithi098 ceph-mon[155813]: from='osd.1 [v2:172.21.15.98:6810/2325123577,v1:172.21.15.98:6811/2325123577]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-29T17:03:10.063 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:10.063 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:10.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:09 smithi174 ceph-mon[136759]: pgmap v52: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 314 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 147/1374 objects degraded (10.699%) 2023-09-29T17:03:10.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:10.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:10.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:09 smithi174 ceph-mon[136759]: from='osd.1 [v2:172.21.15.98:6810/2325123577,v1:172.21.15.98:6811/2325123577]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-29T17:03:10.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:10.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:10.397 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:03:10 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-1[166270]: 2023-09-29T17:03:10.061+0000 7fd61a666700 -1 osd.1 71 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-29T17:03:11.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:11 smithi174 ceph-mon[136759]: from='osd.1 [v2:172.21.15.98:6810/2325123577,v1:172.21.15.98:6811/2325123577]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-29T17:03:11.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:11 smithi174 ceph-mon[136759]: osdmap e74: 8 total, 7 up, 8 in 2023-09-29T17:03:11.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:11 smithi174 ceph-mon[136759]: from='osd.1 [v2:172.21.15.98:6810/2325123577,v1:172.21.15.98:6811/2325123577]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-09-29T17:03:11.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:11 smithi174 ceph-mon[136759]: pgmap v54: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 263 B/s wr, 0 op/s; 147/1374 objects degraded (10.699%) 2023-09-29T17:03:11.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:11 smithi098 ceph-mon[155813]: from='osd.1 [v2:172.21.15.98:6810/2325123577,v1:172.21.15.98:6811/2325123577]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-29T17:03:11.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:11 smithi098 ceph-mon[155813]: osdmap e74: 8 total, 7 up, 8 in 2023-09-29T17:03:11.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:11 smithi098 ceph-mon[155813]: from='osd.1 [v2:172.21.15.98:6810/2325123577,v1:172.21.15.98:6811/2325123577]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-09-29T17:03:11.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:11 smithi098 ceph-mon[155813]: pgmap v54: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 263 B/s wr, 0 op/s; 147/1374 objects degraded (10.699%) 2023-09-29T17:03:12.288 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:03:12.314 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:12 smithi098 ceph-mon[155813]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T17:03:12.315 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:12 smithi098 ceph-mon[155813]: osd.1 [v2:172.21.15.98:6810/2325123577,v1:172.21.15.98:6811/2325123577] boot 2023-09-29T17:03:12.315 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:12 smithi098 ceph-mon[155813]: osdmap e75: 8 total, 8 up, 8 in 2023-09-29T17:03:12.315 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:12 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T17:03:12.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:12 smithi174 ceph-mon[136759]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T17:03:12.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:12 smithi174 ceph-mon[136759]: osd.1 [v2:172.21.15.98:6810/2325123577,v1:172.21.15.98:6811/2325123577] boot 2023-09-29T17:03:12.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:12 smithi174 ceph-mon[136759]: osdmap e75: 8 total, 8 up, 8 in 2023-09-29T17:03:12.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:12 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-29T17:03:13.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:13 smithi174 ceph-mon[136759]: osdmap e76: 8 total, 8 up, 8 in 2023-09-29T17:03:13.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:13 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:13.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:13 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:13.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:13 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:03:13.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:13 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:03:13.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:13 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:13.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:13 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:13.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:13 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:03:13.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:13 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:03:13.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:13 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:03:13.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:13 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:03:13.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:13 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-29T17:03:13.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:13 smithi174 ceph-mon[136759]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-29T17:03:13.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:13 smithi174 ceph-mon[136759]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2023-09-29T17:03:13.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:13 smithi174 ceph-mon[136759]: pgmap v57: 129 pgs: 25 active+undersized+degraded, 24 active+undersized, 80 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 140/1374 objects degraded (10.189%) 2023-09-29T17:03:13.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:13 smithi174 ceph-mon[136759]: Health check update: Degraded data redundancy: 147/1374 objects degraded (10.699%), 27 pgs degraded (PG_DEGRADED) 2023-09-29T17:03:13.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:13 smithi098 ceph-mon[155813]: osdmap e76: 8 total, 8 up, 8 in 2023-09-29T17:03:13.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:13 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:13.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:13 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:13.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:13 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:03:13.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:13 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:03:13.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:13 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:13.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:13 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:13.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:13 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:03:13.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:13 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:03:13.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:13 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:03:13.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:13 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:03:13.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:13 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-29T17:03:13.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:13 smithi098 ceph-mon[155813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-29T17:03:13.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:13 smithi098 ceph-mon[155813]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2023-09-29T17:03:13.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:13 smithi098 ceph-mon[155813]: pgmap v57: 129 pgs: 25 active+undersized+degraded, 24 active+undersized, 80 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 140/1374 objects degraded (10.189%) 2023-09-29T17:03:13.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:13 smithi098 ceph-mon[155813]: Health check update: Degraded data redundancy: 147/1374 objects degraded (10.699%), 27 pgs degraded (PG_DEGRADED) 2023-09-29T17:03:15.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:15 smithi174 ceph-mon[136759]: pgmap v58: 129 pgs: 25 active+undersized+degraded, 24 active+undersized, 80 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 140/1374 objects degraded (10.189%) 2023-09-29T17:03:15.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:15 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:15.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:15 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:03:15.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:15 smithi098 ceph-mon[155813]: pgmap v58: 129 pgs: 25 active+undersized+degraded, 24 active+undersized, 80 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 140/1374 objects degraded (10.189%) 2023-09-29T17:03:15.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:15 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:15.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:15 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:03:16.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:16 smithi174 ceph-mon[136759]: mgrmap e38: smithi098.saehjc(active, since 91s), standbys: smithi174.ceothj 2023-09-29T17:03:16.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:16 smithi098 ceph-mon[155813]: mgrmap e38: smithi098.saehjc(active, since 91s), standbys: smithi174.ceothj 2023-09-29T17:03:17.331 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:03:17.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:17 smithi174 ceph-mon[136759]: pgmap v59: 129 pgs: 129 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 317 B/s rd, 792 B/s wr, 1 op/s 2023-09-29T17:03:17.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:17 smithi174 ceph-mon[136759]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 140/1374 objects degraded (10.189%), 25 pgs degraded) 2023-09-29T17:03:17.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:17 smithi174 ceph-mon[136759]: Cluster is now healthy 2023-09-29T17:03:17.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:17 smithi098 ceph-mon[155813]: pgmap v59: 129 pgs: 129 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 317 B/s rd, 792 B/s wr, 1 op/s 2023-09-29T17:03:17.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:17 smithi098 ceph-mon[155813]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 140/1374 objects degraded (10.189%), 25 pgs degraded) 2023-09-29T17:03:17.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:17 smithi098 ceph-mon[155813]: Cluster is now healthy 2023-09-29T17:03:19.152 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T17:03:19.756 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T17:03:19.757 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (9m) 10s ago 9m 24.3M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T17:03:19.757 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (60s) 10s ago 9m 7482k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 2c386662ebbe 2023-09-29T17:03:19.757 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (57s) 54s ago 9m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 4fab0ce732e6 2023-09-29T17:03:19.757 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (9m) 10s ago 9m 40.9M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T17:03:19.757 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (6m) 10s ago 6m 16.7M - 16.2.5 6933c2a0b7dd 34f81c40f041 2023-09-29T17:03:19.757 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (6m) 54s ago 6m 39.5M - 16.2.5 6933c2a0b7dd 45f595b8d0ed 2023-09-29T17:03:19.757 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:8443,9283 running (2m) 10s ago 10m 496M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 414cb1f79b42 2023-09-29T17:03:19.757 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (112s) 54s ago 9m 440M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 5c703357ecec 2023-09-29T17:03:19.757 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (102s) 10s ago 11m 79.0M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 4adef2805929 2023-09-29T17:03:19.757 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (85s) 54s ago 9m 63.5M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b cadb6c8d5e31 2023-09-29T17:03:19.758 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 running (4m) 10s ago 4m 80.6M - 3.5 6933c2a0b7dd 3245936c6837 2023-09-29T17:03:19.758 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (4m) 54s ago 4m 76.7M - 3.5 6933c2a0b7dd 68a450073ccd 2023-09-29T17:03:19.758 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (9m) 10s ago 9m 18.4M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T17:03:19.758 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (9m) 54s ago 9m 18.1M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T17:03:19.758 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (44s) 10s ago 8m 351M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b d8258cec978a 2023-09-29T17:03:19.758 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (15s) 10s ago 8m 13.0M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 765240489d11 2023-09-29T17:03:19.758 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (8m) 10s ago 8m 755M 1942M 16.2.5 6933c2a0b7dd 6cd552880e58 2023-09-29T17:03:19.758 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (8m) 10s ago 8m 1099M 1942M 16.2.5 6933c2a0b7dd 7c95a892ae74 2023-09-29T17:03:19.758 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (8m) 54s ago 8m 1081M 2710M 16.2.5 6933c2a0b7dd 56fd513ec204 2023-09-29T17:03:19.758 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (7m) 54s ago 7m 1313M 2710M 16.2.5 6933c2a0b7dd d6f476ff7a82 2023-09-29T17:03:19.758 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (7m) 54s ago 7m 1049M 2710M 16.2.5 6933c2a0b7dd 27d66cd3936c 2023-09-29T17:03:19.758 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (7m) 54s ago 7m 1597M 2710M 16.2.5 6933c2a0b7dd 70b16eb57dc0 2023-09-29T17:03:19.759 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (2m) 10s ago 9m 57.2M - 2.18.1 de242295e225 0f6f23efc384 2023-09-29T17:03:19.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:19 smithi098 ceph-mon[155813]: pgmap v60: 129 pgs: 129 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 511 B/s wr, 0 op/s 2023-09-29T17:03:20.129 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:03:20.130 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T17:03:20.130 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:03:20.130 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:03:20.130 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T17:03:20.130 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:03:20.130 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:03:20.130 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T17:03:20.130 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2023-09-29T17:03:20.130 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:03:20.130 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:03:20.130 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T17:03:20.131 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T17:03:20.131 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:03:20.131 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T17:03:20.131 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8, 2023-09-29T17:03:20.131 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 6 2023-09-29T17:03:20.131 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T17:03:20.131 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:03:20.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:19 smithi174 ceph-mon[136759]: pgmap v60: 129 pgs: 129 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 511 B/s wr, 0 op/s 2023-09-29T17:03:20.435 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:03:20.436 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T17:03:20.436 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T17:03:20.436 INFO:teuthology.orchestra.run.smithi098.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T17:03:20.436 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [ 2023-09-29T17:03:20.436 INFO:teuthology.orchestra.run.smithi098.stdout: "mon", 2023-09-29T17:03:20.436 INFO:teuthology.orchestra.run.smithi098.stdout: "crash", 2023-09-29T17:03:20.436 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr" 2023-09-29T17:03:20.436 INFO:teuthology.orchestra.run.smithi098.stdout: ], 2023-09-29T17:03:20.436 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "8/23 daemons upgraded", 2023-09-29T17:03:20.436 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "Currently upgrading osd daemons", 2023-09-29T17:03:20.437 INFO:teuthology.orchestra.run.smithi098.stdout: "is_paused": false 2023-09-29T17:03:20.437 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:03:20.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:20 smithi098 ceph-mon[155813]: from='client.34182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:03:20.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:20 smithi098 ceph-mon[155813]: from='client.34186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:03:20.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:20 smithi098 ceph-mon[155813]: from='client.34190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:03:20.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:20 smithi098 ceph-mon[155813]: from='client.? 172.21.15.98:0/10652858' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:03:21.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:20 smithi174 ceph-mon[136759]: from='client.34182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:03:21.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:20 smithi174 ceph-mon[136759]: from='client.34186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:03:21.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:20 smithi174 ceph-mon[136759]: from='client.34190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:03:21.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:20 smithi174 ceph-mon[136759]: from='client.? 172.21.15.98:0/10652858' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:03:21.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:21 smithi174 ceph-mon[136759]: from='client.34198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:03:21.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:21 smithi174 ceph-mon[136759]: pgmap v61: 129 pgs: 129 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 216 B/s rd, 541 B/s wr, 0 op/s 2023-09-29T17:03:21.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:21 smithi098 ceph-mon[155813]: from='client.34198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:03:21.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:21 smithi098 ceph-mon[155813]: pgmap v61: 129 pgs: 129 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 216 B/s rd, 541 B/s wr, 0 op/s 2023-09-29T17:03:22.379 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:03:23.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:23 smithi098 ceph-mon[155813]: pgmap v62: 129 pgs: 129 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 489 B/s wr, 0 op/s 2023-09-29T17:03:24.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:23 smithi174 ceph-mon[136759]: pgmap v62: 129 pgs: 129 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 489 B/s wr, 0 op/s 2023-09-29T17:03:25.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:25 smithi174 ceph-mon[136759]: pgmap v63: 129 pgs: 129 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T17:03:25.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:25 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:25.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:25 smithi098 ceph-mon[155813]: pgmap v63: 129 pgs: 129 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-29T17:03:25.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:25 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:27.417 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:03:27.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:27 smithi174 ceph-mon[136759]: pgmap v64: 129 pgs: 129 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2023-09-29T17:03:27.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:27 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-29T17:03:27.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:27 smithi098 ceph-mon[155813]: pgmap v64: 129 pgs: 129 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2023-09-29T17:03:27.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:27 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-29T17:03:28.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:28 smithi098 ceph-mon[155813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-29T17:03:28.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:28 smithi098 ceph-mon[155813]: Upgrade: osd.2 is safe to restart 2023-09-29T17:03:28.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:28 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:28.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:28 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-29T17:03:28.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:28 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:03:29.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:28 smithi174 ceph-mon[136759]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-29T17:03:29.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:28 smithi174 ceph-mon[136759]: Upgrade: osd.2 is safe to restart 2023-09-29T17:03:29.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:28 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:29.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:28 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-29T17:03:29.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:28 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:03:29.861 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:29 smithi098 ceph-mon[155813]: Upgrade: Updating osd.2 2023-09-29T17:03:29.862 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:29 smithi098 ceph-mon[155813]: Deploying daemon osd.2 on smithi098 2023-09-29T17:03:29.862 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:29 smithi098 ceph-mon[155813]: pgmap v65: 129 pgs: 129 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:03:29.862 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:29 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:29.862 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:29 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:03:30.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:29 smithi174 ceph-mon[136759]: Upgrade: Updating osd.2 2023-09-29T17:03:30.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:29 smithi174 ceph-mon[136759]: Deploying daemon osd.2 on smithi098 2023-09-29T17:03:30.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:29 smithi174 ceph-mon[136759]: pgmap v65: 129 pgs: 129 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:03:30.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:29 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:30.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:29 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:03:30.698 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:30 smithi098 systemd[1]: Stopping Ceph osd.2 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:03:30.699 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:30 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.2[125043]: debug 2023-09-29T17:03:30.513+0000 7f22dd6e8700 -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 2023-09-29T17:03:30.699 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:30 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.2[125043]: debug 2023-09-29T17:03:30.513+0000 7f22dd6e8700 -1 osd.2 76 *** Got signal Terminated *** 2023-09-29T17:03:30.699 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:30 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.2[125043]: debug 2023-09-29T17:03:30.513+0000 7f22dd6e8700 -1 osd.2 76 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T17:03:30.975 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:30 smithi098 bash[169003]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.2 2023-09-29T17:03:31.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: pgmap v66: 129 pgs: 129 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:03:31.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.3 2023-09-29T17:03:31.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 failed (root=default,host=smithi098) (connection refused reported by osd.3) 2023-09-29T17:03:31.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.1 2023-09-29T17:03:31.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.3 2023-09-29T17:03:31.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.5 2023-09-29T17:03:31.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.6 2023-09-29T17:03:31.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.4 2023-09-29T17:03:31.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.0 2023-09-29T17:03:31.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.1 2023-09-29T17:03:31.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.7 2023-09-29T17:03:31.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.5 2023-09-29T17:03:31.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.6 2023-09-29T17:03:31.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.4 2023-09-29T17:03:31.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.0 2023-09-29T17:03:31.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.7 2023-09-29T17:03:31.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.3 2023-09-29T17:03:31.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.4 2023-09-29T17:03:31.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.7 2023-09-29T17:03:31.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.1 2023-09-29T17:03:31.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.1 2023-09-29T17:03:31.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.3 2023-09-29T17:03:31.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.0 2023-09-29T17:03:31.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.7 2023-09-29T17:03:31.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.3 2023-09-29T17:03:31.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.5 2023-09-29T17:03:31.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.6 2023-09-29T17:03:31.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.4 2023-09-29T17:03:31.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.0 2023-09-29T17:03:31.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.7 2023-09-29T17:03:31.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.5 2023-09-29T17:03:31.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.6 2023-09-29T17:03:31.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.4 2023-09-29T17:03:31.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.3 2023-09-29T17:03:31.957 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.4 2023-09-29T17:03:31.957 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:31 smithi174 ceph-mon[136759]: osd.2 reported immediately failed by osd.7 2023-09-29T17:03:31.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: pgmap v66: 129 pgs: 129 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:03:31.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.3 2023-09-29T17:03:31.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 failed (root=default,host=smithi098) (connection refused reported by osd.3) 2023-09-29T17:03:31.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.1 2023-09-29T17:03:31.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.3 2023-09-29T17:03:31.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.5 2023-09-29T17:03:31.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.6 2023-09-29T17:03:31.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.4 2023-09-29T17:03:31.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.0 2023-09-29T17:03:31.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.1 2023-09-29T17:03:31.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.7 2023-09-29T17:03:31.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.5 2023-09-29T17:03:31.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.6 2023-09-29T17:03:31.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.4 2023-09-29T17:03:31.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.0 2023-09-29T17:03:31.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.7 2023-09-29T17:03:31.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.3 2023-09-29T17:03:31.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.4 2023-09-29T17:03:31.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.7 2023-09-29T17:03:31.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.1 2023-09-29T17:03:31.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.1 2023-09-29T17:03:31.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.3 2023-09-29T17:03:31.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.0 2023-09-29T17:03:31.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.7 2023-09-29T17:03:31.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.3 2023-09-29T17:03:31.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.5 2023-09-29T17:03:31.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.6 2023-09-29T17:03:31.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.4 2023-09-29T17:03:31.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.0 2023-09-29T17:03:31.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.7 2023-09-29T17:03:31.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.5 2023-09-29T17:03:31.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.6 2023-09-29T17:03:31.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.4 2023-09-29T17:03:31.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.3 2023-09-29T17:03:31.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.4 2023-09-29T17:03:31.979 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:31 smithi098 ceph-mon[155813]: osd.2 reported immediately failed by osd.7 2023-09-29T17:03:32.325 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:32 smithi098 systemd[1]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.2.service: Succeeded. 2023-09-29T17:03:32.325 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:32 smithi098 systemd[1]: Stopped Ceph osd.2 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T17:03:32.325 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:32 smithi098 systemd[1]: Starting Ceph osd.2 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:03:32.774 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:03:32.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:32 smithi098 ceph-mon[155813]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T17:03:32.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:32 smithi098 ceph-mon[155813]: osdmap e77: 8 total, 7 up, 8 in 2023-09-29T17:03:32.979 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:32 smithi098 bash[169317]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-29T17:03:32.979 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:32 smithi098 bash[169317]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-09-29T17:03:32.979 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:32 smithi098 bash[169317]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2023-09-29T17:03:32.979 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:32 smithi098 bash[169317]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2023-09-29T17:03:32.979 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:32 smithi098 bash[169317]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2023-09-29T17:03:32.979 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:32 smithi098 bash[169317]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-09-29T17:03:32.979 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:32 smithi098 bash[169317]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-09-29T17:03:32.979 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:32 smithi098 bash[169317]: --> ceph-volume lvm activate successful for osd ID: 2 2023-09-29T17:03:33.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:32 smithi174 ceph-mon[136759]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T17:03:33.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:32 smithi174 ceph-mon[136759]: osdmap e77: 8 total, 7 up, 8 in 2023-09-29T17:03:33.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:33 smithi098 ceph-mon[155813]: pgmap v68: 129 pgs: 6 peering, 9 stale+active+clean, 114 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T17:03:33.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:33 smithi098 ceph-mon[155813]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-09-29T17:03:33.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:33 smithi098 ceph-mon[155813]: osdmap e78: 8 total, 7 up, 8 in 2023-09-29T17:03:33.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:33 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:33.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:33 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:33.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:33 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:03:33.976 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:33 smithi098 ceph-osd[169640]: -- 172.21.15.98:0/1963994837 <== mon.0 v2:172.21.15.98:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ace4cdeb60 con 0x55ace4ca4c00 2023-09-29T17:03:33.976 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:33 smithi098 bash[169603]: 40407a67002e93d2aff5625d273dc1954a7bde5932136751474700ff8df07032 2023-09-29T17:03:33.976 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:33 smithi098 systemd[1]: Started Ceph osd.2 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T17:03:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:33 smithi174 ceph-mon[136759]: pgmap v68: 129 pgs: 6 peering, 9 stale+active+clean, 114 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T17:03:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:33 smithi174 ceph-mon[136759]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-09-29T17:03:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:33 smithi174 ceph-mon[136759]: osdmap e78: 8 total, 7 up, 8 in 2023-09-29T17:03:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:33 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:33 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:33 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:03:34.476 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:34 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-2[169617]: 2023-09-29T17:03:34.039+0000 7fedadee2540 -1 Falling back to public interface 2023-09-29T17:03:35.933 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:35 smithi098 ceph-mon[155813]: pgmap v70: 129 pgs: 6 peering, 9 stale+active+clean, 114 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2023-09-29T17:03:36.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:35 smithi174 ceph-mon[136759]: pgmap v70: 129 pgs: 6 peering, 9 stale+active+clean, 114 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2023-09-29T17:03:36.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:36 smithi098 ceph-mon[155813]: Health check failed: Degraded data redundancy: 107/1374 objects degraded (7.787%), 18 pgs degraded (PG_DEGRADED) 2023-09-29T17:03:37.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:36 smithi174 ceph-mon[136759]: Health check failed: Degraded data redundancy: 107/1374 objects degraded (7.787%), 18 pgs degraded (PG_DEGRADED) 2023-09-29T17:03:37.809 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:03:38.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:37 smithi174 ceph-mon[136759]: pgmap v71: 129 pgs: 18 active+undersized+degraded, 6 peering, 11 active+undersized, 94 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 107/1374 objects degraded (7.787%) 2023-09-29T17:03:38.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:37 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:38.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:37 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:38.225 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:37 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-2[169617]: 2023-09-29T17:03:37.883+0000 7fedadee2540 -1 osd.2 76 log_to_monitors true 2023-09-29T17:03:38.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:37 smithi098 ceph-mon[155813]: pgmap v71: 129 pgs: 18 active+undersized+degraded, 6 peering, 11 active+undersized, 94 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 107/1374 objects degraded (7.787%) 2023-09-29T17:03:38.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:37 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:38.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:37 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:39.058 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:38 smithi098 ceph-mon[155813]: from='osd.2 [v2:172.21.15.98:6818/2864637541,v1:172.21.15.98:6819/2864637541]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-29T17:03:39.059 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:38 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:39.059 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:38 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:39.059 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:03:38 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-2[169617]: 2023-09-29T17:03:38.786+0000 7fed9f4c2700 -1 osd.2 76 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-29T17:03:39.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:38 smithi174 ceph-mon[136759]: from='osd.2 [v2:172.21.15.98:6818/2864637541,v1:172.21.15.98:6819/2864637541]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-29T17:03:39.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:38 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:39.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:38 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:40.095 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:39 smithi098 ceph-mon[155813]: pgmap v72: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 121/1374 objects degraded (8.806%) 2023-09-29T17:03:40.095 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:39 smithi098 ceph-mon[155813]: from='osd.2 [v2:172.21.15.98:6818/2864637541,v1:172.21.15.98:6819/2864637541]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-29T17:03:40.095 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:39 smithi098 ceph-mon[155813]: osdmap e79: 8 total, 7 up, 8 in 2023-09-29T17:03:40.095 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:39 smithi098 ceph-mon[155813]: from='osd.2 [v2:172.21.15.98:6818/2864637541,v1:172.21.15.98:6819/2864637541]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-09-29T17:03:40.095 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:39 smithi098 ceph-mon[155813]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-09-29T17:03:40.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:39 smithi174 ceph-mon[136759]: pgmap v72: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 121/1374 objects degraded (8.806%) 2023-09-29T17:03:40.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:39 smithi174 ceph-mon[136759]: from='osd.2 [v2:172.21.15.98:6818/2864637541,v1:172.21.15.98:6819/2864637541]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-29T17:03:40.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:39 smithi174 ceph-mon[136759]: osdmap e79: 8 total, 7 up, 8 in 2023-09-29T17:03:40.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:39 smithi174 ceph-mon[136759]: from='osd.2 [v2:172.21.15.98:6818/2864637541,v1:172.21.15.98:6819/2864637541]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-09-29T17:03:40.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:39 smithi174 ceph-mon[136759]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-09-29T17:03:40.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:40 smithi098 ceph-mon[155813]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T17:03:40.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:40 smithi098 ceph-mon[155813]: osd.2 [v2:172.21.15.98:6818/2864637541,v1:172.21.15.98:6819/2864637541] boot 2023-09-29T17:03:40.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:40 smithi098 ceph-mon[155813]: osdmap e80: 8 total, 8 up, 8 in 2023-09-29T17:03:40.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:40 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T17:03:40.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:40 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:40.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:40 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:40.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:40 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:03:40.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:40 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:03:40.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:40 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:40.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:40 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:40.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:40 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:03:40.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:40 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:03:40.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:40 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:03:40.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:40 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:03:40.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:40 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-29T17:03:40.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:40 smithi098 ceph-mon[155813]: osdmap e81: 8 total, 8 up, 8 in 2023-09-29T17:03:41.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:40 smithi174 ceph-mon[136759]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T17:03:41.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:40 smithi174 ceph-mon[136759]: osd.2 [v2:172.21.15.98:6818/2864637541,v1:172.21.15.98:6819/2864637541] boot 2023-09-29T17:03:41.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:40 smithi174 ceph-mon[136759]: osdmap e80: 8 total, 8 up, 8 in 2023-09-29T17:03:41.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:40 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-29T17:03:41.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:40 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:41.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:40 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:41.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:40 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:03:41.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:40 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:03:41.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:40 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:41.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:40 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:41.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:40 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:03:41.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:40 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:03:41.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:40 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:03:41.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:40 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:03:41.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:40 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-29T17:03:41.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:40 smithi174 ceph-mon[136759]: osdmap e81: 8 total, 8 up, 8 in 2023-09-29T17:03:42.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:41 smithi174 ceph-mon[136759]: pgmap v75: 129 pgs: 20 peering, 7 active+undersized+degraded, 8 active+undersized, 94 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 131 B/s wr, 0 op/s; 33/1374 objects degraded (2.402%) 2023-09-29T17:03:42.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:41 smithi174 ceph-mon[136759]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-29T17:03:42.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:41 smithi174 ceph-mon[136759]: Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-09-29T17:03:42.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:41 smithi098 ceph-mon[155813]: pgmap v75: 129 pgs: 20 peering, 7 active+undersized+degraded, 8 active+undersized, 94 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 131 B/s wr, 0 op/s; 33/1374 objects degraded (2.402%) 2023-09-29T17:03:42.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:41 smithi098 ceph-mon[155813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-29T17:03:42.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:41 smithi098 ceph-mon[155813]: Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-09-29T17:03:42.858 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:03:43.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:42 smithi174 ceph-mon[136759]: Health check update: Degraded data redundancy: 33/1374 objects degraded (2.402%), 7 pgs degraded (PG_DEGRADED) 2023-09-29T17:03:43.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:42 smithi098 ceph-mon[155813]: Health check update: Degraded data redundancy: 33/1374 objects degraded (2.402%), 7 pgs degraded (PG_DEGRADED) 2023-09-29T17:03:44.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:43 smithi174 ceph-mon[136759]: pgmap v77: 129 pgs: 20 peering, 6 active+undersized+degraded, 6 active+undersized, 97 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 25/1374 objects degraded (1.820%) 2023-09-29T17:03:44.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:43 smithi098 ceph-mon[155813]: pgmap v77: 129 pgs: 20 peering, 6 active+undersized+degraded, 6 active+undersized, 97 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 25/1374 objects degraded (1.820%) 2023-09-29T17:03:45.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:45 smithi174 ceph-mon[136759]: pgmap v78: 129 pgs: 20 peering, 109 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:03:45.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:45.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:03:45.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:45.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:45 smithi174 ceph-mon[136759]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 25/1374 objects degraded (1.820%), 6 pgs degraded) 2023-09-29T17:03:45.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:45 smithi174 ceph-mon[136759]: Cluster is now healthy 2023-09-29T17:03:45.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:45 smithi098 ceph-mon[155813]: pgmap v78: 129 pgs: 20 peering, 109 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:03:45.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:45.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:03:45.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:45.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:45 smithi098 ceph-mon[155813]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 25/1374 objects degraded (1.820%), 6 pgs degraded) 2023-09-29T17:03:45.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:45 smithi098 ceph-mon[155813]: Cluster is now healthy 2023-09-29T17:03:47.902 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:03:47.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:47 smithi174 ceph-mon[136759]: pgmap v79: 129 pgs: 129 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 264 B/s rd, 264 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:03:47.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:47 smithi098 ceph-mon[155813]: pgmap v79: 129 pgs: 129 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 264 B/s rd, 264 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:03:49.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:49 smithi098 ceph-mon[155813]: pgmap v80: 129 pgs: 129 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 234 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:03:50.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:49 smithi174 ceph-mon[136759]: pgmap v80: 129 pgs: 129 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 234 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:03:50.770 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T17:03:51.369 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T17:03:51.369 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (9m) 14s ago 10m 24.3M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T17:03:51.369 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (92s) 14s ago 10m 7482k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 2c386662ebbe 2023-09-29T17:03:51.369 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (89s) 86s ago 10m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 4fab0ce732e6 2023-09-29T17:03:51.369 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (9m) 14s ago 10m 41.1M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T17:03:51.369 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (7m) 14s ago 7m 16.8M - 16.2.5 6933c2a0b7dd 34f81c40f041 2023-09-29T17:03:51.369 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (7m) 86s ago 7m 39.5M - 16.2.5 6933c2a0b7dd 45f595b8d0ed 2023-09-29T17:03:51.370 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:8443,9283 running (2m) 14s ago 11m 498M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 414cb1f79b42 2023-09-29T17:03:51.370 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (2m) 86s ago 10m 440M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 5c703357ecec 2023-09-29T17:03:51.370 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (2m) 14s ago 11m 84.0M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 4adef2805929 2023-09-29T17:03:51.370 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (116s) 86s ago 10m 63.5M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b cadb6c8d5e31 2023-09-29T17:03:51.370 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 running (5m) 14s ago 5m 80.8M - 3.5 6933c2a0b7dd 3245936c6837 2023-09-29T17:03:51.370 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (5m) 86s ago 5m 76.7M - 3.5 6933c2a0b7dd 68a450073ccd 2023-09-29T17:03:51.370 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (10m) 14s ago 10m 18.4M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T17:03:51.370 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (9m) 86s ago 9m 18.1M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T17:03:51.370 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (75s) 14s ago 9m 357M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b d8258cec978a 2023-09-29T17:03:51.370 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (46s) 14s ago 9m 274M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 765240489d11 2023-09-29T17:03:51.370 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (18s) 14s ago 8m 11.2M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 40407a67002e 2023-09-29T17:03:51.371 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (8m) 14s ago 8m 1106M 1942M 16.2.5 6933c2a0b7dd 7c95a892ae74 2023-09-29T17:03:51.371 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (8m) 86s ago 8m 1081M 2710M 16.2.5 6933c2a0b7dd 56fd513ec204 2023-09-29T17:03:51.371 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (8m) 86s ago 8m 1313M 2710M 16.2.5 6933c2a0b7dd d6f476ff7a82 2023-09-29T17:03:51.371 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (8m) 86s ago 8m 1049M 2710M 16.2.5 6933c2a0b7dd 27d66cd3936c 2023-09-29T17:03:51.371 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (7m) 86s ago 7m 1597M 2710M 16.2.5 6933c2a0b7dd 70b16eb57dc0 2023-09-29T17:03:51.371 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (2m) 14s ago 10m 61.5M - 2.18.1 de242295e225 0f6f23efc384 2023-09-29T17:03:51.733 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:03:51.734 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T17:03:51.734 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:03:51.734 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:03:51.734 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T17:03:51.734 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:03:51.734 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:03:51.734 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T17:03:51.734 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2023-09-29T17:03:51.734 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 3 2023-09-29T17:03:51.734 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:03:51.735 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T17:03:51.735 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T17:03:51.735 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:03:51.735 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T17:03:51.735 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7, 2023-09-29T17:03:51.735 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 7 2023-09-29T17:03:51.735 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T17:03:51.735 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:03:51.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:51 smithi174 ceph-mon[136759]: pgmap v81: 129 pgs: 129 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 307 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:03:51.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:51 smithi174 ceph-mon[136759]: from='client.34206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:03:51.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:51 smithi098 ceph-mon[155813]: pgmap v81: 129 pgs: 129 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 307 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:03:51.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:51 smithi098 ceph-mon[155813]: from='client.34206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:03:52.045 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:03:52.046 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T17:03:52.046 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T17:03:52.046 INFO:teuthology.orchestra.run.smithi098.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T17:03:52.046 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [ 2023-09-29T17:03:52.046 INFO:teuthology.orchestra.run.smithi098.stdout: "mon", 2023-09-29T17:03:52.046 INFO:teuthology.orchestra.run.smithi098.stdout: "crash", 2023-09-29T17:03:52.046 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr" 2023-09-29T17:03:52.046 INFO:teuthology.orchestra.run.smithi098.stdout: ], 2023-09-29T17:03:52.046 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "9/23 daemons upgraded", 2023-09-29T17:03:52.046 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "Currently upgrading osd daemons", 2023-09-29T17:03:52.047 INFO:teuthology.orchestra.run.smithi098.stdout: "is_paused": false 2023-09-29T17:03:52.047 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:03:52.944 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:03:52.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:52 smithi098 ceph-mon[155813]: from='client.34210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:03:52.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:52 smithi098 ceph-mon[155813]: from='client.34214 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:03:52.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:52 smithi098 ceph-mon[155813]: from='client.? 172.21.15.98:0/802833963' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:03:53.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:52 smithi174 ceph-mon[136759]: from='client.34210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:03:53.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:52 smithi174 ceph-mon[136759]: from='client.34214 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:03:53.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:52 smithi174 ceph-mon[136759]: from='client.? 172.21.15.98:0/802833963' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:03:53.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:53 smithi098 ceph-mon[155813]: from='client.34222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:03:53.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:53 smithi098 ceph-mon[155813]: pgmap v82: 129 pgs: 129 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 261 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:03:54.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:53 smithi174 ceph-mon[136759]: from='client.34222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:03:54.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:53 smithi174 ceph-mon[136759]: pgmap v82: 129 pgs: 129 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 261 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:03:55.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:55 smithi174 ceph-mon[136759]: pgmap v83: 129 pgs: 129 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:03:55.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:55.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:55 smithi098 ceph-mon[155813]: pgmap v83: 129 pgs: 129 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:03:55.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:56.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-29T17:03:56.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:56 smithi174 ceph-mon[136759]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-29T17:03:56.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:56 smithi174 ceph-mon[136759]: Upgrade: osd.3 is safe to restart 2023-09-29T17:03:56.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-29T17:03:56.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:56 smithi098 ceph-mon[155813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-29T17:03:56.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:56 smithi098 ceph-mon[155813]: Upgrade: osd.3 is safe to restart 2023-09-29T17:03:57.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:57 smithi098 ceph-mon[155813]: pgmap v84: 129 pgs: 129 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:03:57.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:57 smithi098 ceph-mon[155813]: Upgrade: Updating osd.3 2023-09-29T17:03:57.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:57 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:57.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:57 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-29T17:03:57.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:57 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:03:57.900 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:57 smithi098 ceph-mon[155813]: Deploying daemon osd.3 on smithi098 2023-09-29T17:03:57.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:57 smithi174 ceph-mon[136759]: pgmap v84: 129 pgs: 129 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:03:57.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:57 smithi174 ceph-mon[136759]: Upgrade: Updating osd.3 2023-09-29T17:03:57.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:57 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:57.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:57 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-29T17:03:57.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:57 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:03:57.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:57 smithi174 ceph-mon[136759]: Deploying daemon osd.3 on smithi098 2023-09-29T17:03:57.980 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:03:59.086 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:03:58 smithi098 systemd[1]: Stopping Ceph osd.3 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:03:59.087 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:03:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.3[128705]: debug 2023-09-29T17:03:58.893+0000 7f73145b8700 -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 2023-09-29T17:03:59.087 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:03:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.3[128705]: debug 2023-09-29T17:03:58.893+0000 7f73145b8700 -1 osd.3 81 *** Got signal Terminated *** 2023-09-29T17:03:59.087 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:03:58 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.3[128705]: debug 2023-09-29T17:03:58.893+0000 7f73145b8700 -1 osd.3 81 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T17:03:59.475 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:03:59 smithi098 bash[172235]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.3 2023-09-29T17:03:59.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: pgmap v85: 129 pgs: 129 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:03:59.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.7 2023-09-29T17:03:59.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 failed (root=default,host=smithi098) (connection refused reported by osd.7) 2023-09-29T17:03:59.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.5 2023-09-29T17:03:59.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.6 2023-09-29T17:03:59.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.4 2023-09-29T17:03:59.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.0 2023-09-29T17:03:59.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.1 2023-09-29T17:03:59.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.2 2023-09-29T17:03:59.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.7 2023-09-29T17:03:59.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.5 2023-09-29T17:03:59.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.6 2023-09-29T17:03:59.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.4 2023-09-29T17:03:59.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.0 2023-09-29T17:03:59.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.1 2023-09-29T17:03:59.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.2 2023-09-29T17:03:59.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.6 2023-09-29T17:03:59.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.5 2023-09-29T17:03:59.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.7 2023-09-29T17:03:59.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.5 2023-09-29T17:03:59.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.6 2023-09-29T17:03:59.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.4 2023-09-29T17:03:59.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.7 2023-09-29T17:03:59.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.4 2023-09-29T17:03:59.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:03:59.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.1 2023-09-29T17:03:59.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.2 2023-09-29T17:03:59.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.0 2023-09-29T17:03:59.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.1 2023-09-29T17:03:59.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.2 2023-09-29T17:03:59.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: osd.3 reported immediately failed by osd.0 2023-09-29T17:03:59.978 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:03:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:04:00.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: pgmap v85: 129 pgs: 129 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:04:00.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.7 2023-09-29T17:04:00.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 failed (root=default,host=smithi098) (connection refused reported by osd.7) 2023-09-29T17:04:00.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.5 2023-09-29T17:04:00.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.6 2023-09-29T17:04:00.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.4 2023-09-29T17:04:00.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.0 2023-09-29T17:04:00.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.1 2023-09-29T17:04:00.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.2 2023-09-29T17:04:00.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.7 2023-09-29T17:04:00.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.5 2023-09-29T17:04:00.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.6 2023-09-29T17:04:00.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.4 2023-09-29T17:04:00.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.0 2023-09-29T17:04:00.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.1 2023-09-29T17:04:00.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.2 2023-09-29T17:04:00.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.6 2023-09-29T17:04:00.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.5 2023-09-29T17:04:00.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.7 2023-09-29T17:04:00.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.5 2023-09-29T17:04:00.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.6 2023-09-29T17:04:00.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.4 2023-09-29T17:04:00.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.7 2023-09-29T17:04:00.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.4 2023-09-29T17:04:00.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:00.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.1 2023-09-29T17:04:00.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.2 2023-09-29T17:04:00.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.0 2023-09-29T17:04:00.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.1 2023-09-29T17:04:00.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.2 2023-09-29T17:04:00.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: osd.3 reported immediately failed by osd.0 2023-09-29T17:04:00.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:03:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:04:00.714 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:04:00 smithi098 systemd[1]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.3.service: Succeeded. 2023-09-29T17:04:00.714 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:04:00 smithi098 systemd[1]: Stopped Ceph osd.3 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T17:04:00.714 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:04:00 smithi098 systemd[1]: Starting Ceph osd.3 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:04:00.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:00 smithi098 ceph-mon[155813]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T17:04:00.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:00 smithi098 ceph-mon[155813]: osdmap e82: 8 total, 7 up, 8 in 2023-09-29T17:04:01.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:00 smithi174 ceph-mon[136759]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T17:04:01.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:00 smithi174 ceph-mon[136759]: osdmap e82: 8 total, 7 up, 8 in 2023-09-29T17:04:01.476 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:04:01 smithi098 bash[172512]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-29T17:04:01.476 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:04:01 smithi098 bash[172512]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-09-29T17:04:01.476 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:04:01 smithi098 bash[172512]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2023-09-29T17:04:01.476 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:04:01 smithi098 bash[172512]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2023-09-29T17:04:01.476 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:04:01 smithi098 bash[172512]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2023-09-29T17:04:01.476 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:04:01 smithi098 bash[172512]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-09-29T17:04:01.476 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:04:01 smithi098 bash[172512]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-09-29T17:04:01.476 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:04:01 smithi098 bash[172512]: --> ceph-volume lvm activate successful for osd ID: 3 2023-09-29T17:04:01.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:01 smithi174 ceph-mon[136759]: pgmap v87: 129 pgs: 35 peering, 5 stale+active+clean, 89 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2023-09-29T17:04:01.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:01 smithi174 ceph-mon[136759]: Health check failed: Reduced data availability: 1 pg inactive, 11 pgs peering (PG_AVAILABILITY) 2023-09-29T17:04:01.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:01 smithi174 ceph-mon[136759]: osdmap e83: 8 total, 7 up, 8 in 2023-09-29T17:04:01.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:01 smithi098 ceph-mon[155813]: pgmap v87: 129 pgs: 35 peering, 5 stale+active+clean, 89 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2023-09-29T17:04:01.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:01 smithi098 ceph-mon[155813]: Health check failed: Reduced data availability: 1 pg inactive, 11 pgs peering (PG_AVAILABILITY) 2023-09-29T17:04:01.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:01 smithi098 ceph-mon[155813]: osdmap e83: 8 total, 7 up, 8 in 2023-09-29T17:04:01.976 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:04:01 smithi098 ceph-osd[172788]: -- 172.21.15.98:0/670530724 <== mon.0 v2:172.21.15.98:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5570caf24b60 con 0x5570caeeac00 2023-09-29T17:04:01.976 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:04:01 smithi098 bash[172750]: de24230f9131138d7c92414c06f7df8a864e4476ee6b7389c08f034951ca6d5d 2023-09-29T17:04:01.976 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:04:01 smithi098 systemd[1]: Started Ceph osd.3 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T17:04:02.618 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:04:02 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-3[172765]: 2023-09-29T17:04:02.445+0000 7f669faa3540 -1 Falling back to public interface 2023-09-29T17:04:03.025 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:04:03.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:03.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:03.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:04:03.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:03.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:03.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:03.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:03.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:04:03.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:03.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:04.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:03 smithi174 ceph-mon[136759]: pgmap v89: 129 pgs: 7 active+undersized+degraded, 35 peering, 1 stale+active+clean, 3 active+undersized, 83 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 55/1374 objects degraded (4.003%) 2023-09-29T17:04:04.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:03 smithi174 ceph-mon[136759]: Health check failed: Degraded data redundancy: 55/1374 objects degraded (4.003%), 7 pgs degraded (PG_DEGRADED) 2023-09-29T17:04:04.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:03 smithi098 ceph-mon[155813]: pgmap v89: 129 pgs: 7 active+undersized+degraded, 35 peering, 1 stale+active+clean, 3 active+undersized, 83 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 55/1374 objects degraded (4.003%) 2023-09-29T17:04:04.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:03 smithi098 ceph-mon[155813]: Health check failed: Degraded data redundancy: 55/1374 objects degraded (4.003%), 7 pgs degraded (PG_DEGRADED) 2023-09-29T17:04:06.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:05 smithi174 ceph-mon[136759]: pgmap v90: 129 pgs: 11 active+undersized+degraded, 35 peering, 4 active+undersized, 79 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 66/1374 objects degraded (4.803%) 2023-09-29T17:04:06.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:05 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:06.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:05 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:06.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:05 smithi098 ceph-mon[155813]: pgmap v90: 129 pgs: 11 active+undersized+degraded, 35 peering, 4 active+undersized, 79 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 66/1374 objects degraded (4.803%) 2023-09-29T17:04:06.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:05 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:06.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:05 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:06.906 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:04:06 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-3[172765]: 2023-09-29T17:04:06.636+0000 7f669faa3540 -1 osd.3 81 log_to_monitors true 2023-09-29T17:04:07.473 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:07 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:07.474 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:07 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:07.474 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:07 smithi098 ceph-mon[155813]: pgmap v91: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 177/1374 objects degraded (12.882%) 2023-09-29T17:04:07.474 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:07 smithi098 ceph-mon[155813]: from='osd.3 [v2:172.21.15.98:6826/3079390958,v1:172.21.15.98:6827/3079390958]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-29T17:04:07.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:07 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:07.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:07 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:07.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:07 smithi174 ceph-mon[136759]: pgmap v91: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 314 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 177/1374 objects degraded (12.882%) 2023-09-29T17:04:07.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:07 smithi174 ceph-mon[136759]: from='osd.3 [v2:172.21.15.98:6826/3079390958,v1:172.21.15.98:6827/3079390958]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-29T17:04:07.725 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:04:07 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-3[172765]: 2023-09-29T17:04:07.472+0000 7f6691083700 -1 osd.3 81 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-29T17:04:08.061 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:04:08.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:08 smithi174 ceph-mon[136759]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 11 pgs peering) 2023-09-29T17:04:08.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:08 smithi174 ceph-mon[136759]: from='osd.3 [v2:172.21.15.98:6826/3079390958,v1:172.21.15.98:6827/3079390958]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-29T17:04:08.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:08 smithi174 ceph-mon[136759]: osdmap e84: 8 total, 7 up, 8 in 2023-09-29T17:04:08.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:08 smithi174 ceph-mon[136759]: from='osd.3 [v2:172.21.15.98:6826/3079390958,v1:172.21.15.98:6827/3079390958]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-09-29T17:04:08.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:08 smithi098 ceph-mon[155813]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 11 pgs peering) 2023-09-29T17:04:08.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:08 smithi098 ceph-mon[155813]: from='osd.3 [v2:172.21.15.98:6826/3079390958,v1:172.21.15.98:6827/3079390958]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-29T17:04:08.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:08 smithi098 ceph-mon[155813]: osdmap e84: 8 total, 7 up, 8 in 2023-09-29T17:04:08.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:08 smithi098 ceph-mon[155813]: from='osd.3 [v2:172.21.15.98:6826/3079390958,v1:172.21.15.98:6827/3079390958]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-09-29T17:04:09.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:09 smithi174 ceph-mon[136759]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T17:04:09.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:09 smithi174 ceph-mon[136759]: osd.3 [v2:172.21.15.98:6826/3079390958,v1:172.21.15.98:6827/3079390958] boot 2023-09-29T17:04:09.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:09 smithi174 ceph-mon[136759]: osdmap e85: 8 total, 8 up, 8 in 2023-09-29T17:04:09.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T17:04:09.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:09 smithi174 ceph-mon[136759]: pgmap v94: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 131 B/s rd, 131 B/s wr, 0 op/s; 177/1374 objects degraded (12.882%) 2023-09-29T17:04:09.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:09.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:09.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:04:09.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:04:09.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:09.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:09.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:04:09.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:04:09.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:04:09.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:04:09.705 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-29T17:04:09.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:09 smithi098 ceph-mon[155813]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T17:04:09.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:09 smithi098 ceph-mon[155813]: osd.3 [v2:172.21.15.98:6826/3079390958,v1:172.21.15.98:6827/3079390958] boot 2023-09-29T17:04:09.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:09 smithi098 ceph-mon[155813]: osdmap e85: 8 total, 8 up, 8 in 2023-09-29T17:04:09.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-29T17:04:09.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:09 smithi098 ceph-mon[155813]: pgmap v94: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 131 B/s rd, 131 B/s wr, 0 op/s; 177/1374 objects degraded (12.882%) 2023-09-29T17:04:09.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:09.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:09.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:04:09.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:04:09.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:09.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:09.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:04:09.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:04:09.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:04:09.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:04:09.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-29T17:04:10.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:10 smithi098 ceph-mon[155813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-29T17:04:10.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:10 smithi098 ceph-mon[155813]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-09-29T17:04:10.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:10 smithi098 ceph-mon[155813]: osdmap e86: 8 total, 8 up, 8 in 2023-09-29T17:04:10.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:10 smithi174 ceph-mon[136759]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-29T17:04:10.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:10 smithi174 ceph-mon[136759]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-09-29T17:04:10.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:10 smithi174 ceph-mon[136759]: osdmap e86: 8 total, 8 up, 8 in 2023-09-29T17:04:11.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:11 smithi098 ceph-mon[155813]: pgmap v96: 129 pgs: 4 peering, 18 active+undersized+degraded, 8 active+undersized, 99 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 105/1374 objects degraded (7.642%) 2023-09-29T17:04:11.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:11 smithi174 ceph-mon[136759]: pgmap v96: 129 pgs: 4 peering, 18 active+undersized+degraded, 8 active+undersized, 99 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 105/1374 objects degraded (7.642%) 2023-09-29T17:04:12.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:12 smithi098 ceph-mon[155813]: Health check update: Degraded data redundancy: 105/1374 objects degraded (7.642%), 18 pgs degraded (PG_DEGRADED) 2023-09-29T17:04:12.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:12 smithi174 ceph-mon[136759]: Health check update: Degraded data redundancy: 105/1374 objects degraded (7.642%), 18 pgs degraded (PG_DEGRADED) 2023-09-29T17:04:13.110 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:04:13.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:13 smithi098 ceph-mon[155813]: pgmap v97: 129 pgs: 4 peering, 125 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 170 B/s wr, 9 op/s 2023-09-29T17:04:13.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:13 smithi098 ceph-mon[155813]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 105/1374 objects degraded (7.642%), 18 pgs degraded) 2023-09-29T17:04:13.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:13 smithi098 ceph-mon[155813]: Cluster is now healthy 2023-09-29T17:04:14.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:13 smithi174 ceph-mon[136759]: pgmap v97: 129 pgs: 4 peering, 125 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 170 B/s wr, 9 op/s 2023-09-29T17:04:14.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:13 smithi174 ceph-mon[136759]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 105/1374 objects degraded (7.642%), 18 pgs degraded) 2023-09-29T17:04:14.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:13 smithi174 ceph-mon[136759]: Cluster is now healthy 2023-09-29T17:04:14.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:14 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:04:15.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:14 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:04:15.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:15 smithi098 ceph-mon[155813]: pgmap v98: 129 pgs: 129 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 289 B/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:04:16.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:15 smithi174 ceph-mon[136759]: pgmap v98: 129 pgs: 129 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 289 B/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:04:17.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:17 smithi098 ceph-mon[155813]: pgmap v99: 129 pgs: 129 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 253 B/s wr, 7 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:04:18.151 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:04:18.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:17 smithi174 ceph-mon[136759]: pgmap v99: 129 pgs: 129 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 253 B/s wr, 7 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:04:20.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:19 smithi174 ceph-mon[136759]: pgmap v100: 129 pgs: 129 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 204 B/s wr, 6 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:04:20.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:19 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:20.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:19 smithi098 ceph-mon[155813]: pgmap v100: 129 pgs: 129 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 204 B/s wr, 6 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:04:20.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:19 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:21.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:21 smithi174 ceph-mon[136759]: pgmap v101: 129 pgs: 129 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 185 B/s wr, 5 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:04:22.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:21 smithi098 ceph-mon[155813]: pgmap v101: 129 pgs: 129 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 185 B/s wr, 5 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:04:22.379 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T17:04:22.990 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T17:04:22.990 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (10m) 17s ago 11m 24.3M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T17:04:22.990 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (2m) 17s ago 10m 7482k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 2c386662ebbe 2023-09-29T17:04:22.990 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (2m) 118s ago 10m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 4fab0ce732e6 2023-09-29T17:04:22.991 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (10m) 17s ago 10m 41.1M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T17:04:22.991 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (7m) 17s ago 7m 16.9M - 16.2.5 6933c2a0b7dd 34f81c40f041 2023-09-29T17:04:22.991 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (7m) 118s ago 7m 39.5M - 16.2.5 6933c2a0b7dd 45f595b8d0ed 2023-09-29T17:04:22.991 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:8443,9283 running (3m) 17s ago 12m 500M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 414cb1f79b42 2023-09-29T17:04:22.991 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (2m) 118s ago 10m 440M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 5c703357ecec 2023-09-29T17:04:22.991 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (2m) 17s ago 12m 87.5M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 4adef2805929 2023-09-29T17:04:22.991 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (2m) 118s ago 10m 63.5M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b cadb6c8d5e31 2023-09-29T17:04:22.991 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 running (5m) 17s ago 5m 82.2M - 3.5 6933c2a0b7dd 3245936c6837 2023-09-29T17:04:22.991 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (5m) 118s ago 5m 76.7M - 3.5 6933c2a0b7dd 68a450073ccd 2023-09-29T17:04:22.991 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (10m) 17s ago 10m 18.4M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T17:04:22.991 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (10m) 118s ago 10m 18.1M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T17:04:22.991 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (107s) 17s ago 10m 365M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b d8258cec978a 2023-09-29T17:04:22.992 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (78s) 17s ago 9m 281M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 765240489d11 2023-09-29T17:04:22.992 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (49s) 17s ago 9m 228M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 40407a67002e 2023-09-29T17:04:22.992 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (21s) 17s ago 9m 11.0M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b de24230f9131 2023-09-29T17:04:22.992 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (9m) 118s ago 9m 1081M 2710M 16.2.5 6933c2a0b7dd 56fd513ec204 2023-09-29T17:04:22.992 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (8m) 118s ago 8m 1313M 2710M 16.2.5 6933c2a0b7dd d6f476ff7a82 2023-09-29T17:04:22.992 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (8m) 118s ago 8m 1049M 2710M 16.2.5 6933c2a0b7dd 27d66cd3936c 2023-09-29T17:04:22.992 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (8m) 118s ago 8m 1597M 2710M 16.2.5 6933c2a0b7dd 70b16eb57dc0 2023-09-29T17:04:22.992 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (3m) 17s ago 10m 66.5M - 2.18.1 de242295e225 0f6f23efc384 2023-09-29T17:04:23.186 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:04:23.366 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:04:23.366 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T17:04:23.366 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:04:23.366 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:04:23.367 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T17:04:23.367 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:04:23.367 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:04:23.367 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T17:04:23.367 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2023-09-29T17:04:23.367 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 4 2023-09-29T17:04:23.367 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:04:23.367 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T17:04:23.367 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T17:04:23.367 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:04:23.367 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T17:04:23.368 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2023-09-29T17:04:23.368 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 8 2023-09-29T17:04:23.368 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T17:04:23.368 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:04:23.674 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:04:23.675 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T17:04:23.675 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T17:04:23.675 INFO:teuthology.orchestra.run.smithi098.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T17:04:23.675 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [ 2023-09-29T17:04:23.675 INFO:teuthology.orchestra.run.smithi098.stdout: "mon", 2023-09-29T17:04:23.675 INFO:teuthology.orchestra.run.smithi098.stdout: "crash", 2023-09-29T17:04:23.676 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr" 2023-09-29T17:04:23.676 INFO:teuthology.orchestra.run.smithi098.stdout: ], 2023-09-29T17:04:23.676 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "10/23 daemons upgraded", 2023-09-29T17:04:23.676 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "Currently upgrading osd daemons", 2023-09-29T17:04:23.676 INFO:teuthology.orchestra.run.smithi098.stdout: "is_paused": false 2023-09-29T17:04:23.676 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:04:23.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:23 smithi098 ceph-mon[155813]: from='client.34230 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:04:23.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:23 smithi098 ceph-mon[155813]: pgmap v102: 129 pgs: 129 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 170 B/s wr, 5 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:04:23.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:23 smithi098 ceph-mon[155813]: from='client.34234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:04:23.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:23 smithi098 ceph-mon[155813]: from='client.34238 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:04:23.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:23 smithi098 ceph-mon[155813]: from='client.? 172.21.15.98:0/1259082390' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:04:24.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:23 smithi174 ceph-mon[136759]: from='client.34230 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:04:24.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:23 smithi174 ceph-mon[136759]: pgmap v102: 129 pgs: 129 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 170 B/s wr, 5 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:04:24.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:23 smithi174 ceph-mon[136759]: from='client.34234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:04:24.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:23 smithi174 ceph-mon[136759]: from='client.34238 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:04:24.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:23 smithi174 ceph-mon[136759]: from='client.? 172.21.15.98:0/1259082390' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:04:25.021 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:24 smithi174 ceph-mon[136759]: from='client.34246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:04:25.021 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:24 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-29T17:04:25.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:24 smithi098 ceph-mon[155813]: from='client.34246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:04:25.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:24 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-29T17:04:25.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:25 smithi174 ceph-mon[136759]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-29T17:04:25.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:25 smithi174 ceph-mon[136759]: Upgrade: osd.4 is safe to restart 2023-09-29T17:04:25.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:25 smithi174 ceph-mon[136759]: pgmap v103: 129 pgs: 129 active+clean; 314 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 2023-09-29T17:04:25.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:25 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:25.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:25 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-29T17:04:25.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:25 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:04:26.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:25 smithi098 ceph-mon[155813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-29T17:04:26.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:25 smithi098 ceph-mon[155813]: Upgrade: osd.4 is safe to restart 2023-09-29T17:04:26.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:25 smithi098 ceph-mon[155813]: pgmap v103: 129 pgs: 129 active+clean; 314 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 2023-09-29T17:04:26.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:25 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:26.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:25 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-29T17:04:26.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:25 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:04:26.997 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:26 smithi174 systemd[1]: Stopping Ceph osd.4 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:04:27.176 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:26 smithi174 ceph-mon[136759]: Upgrade: Updating osd.4 2023-09-29T17:04:27.176 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:26 smithi174 ceph-mon[136759]: Deploying daemon osd.4 on smithi174 2023-09-29T17:04:27.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:26 smithi098 ceph-mon[155813]: Upgrade: Updating osd.4 2023-09-29T17:04:27.958 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:26 smithi098 ceph-mon[155813]: Deploying daemon osd.4 on smithi174 2023-09-29T17:04:27.958 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.4[113132]: debug 2023-09-29T17:04:26.996+0000 7f33df796700 -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 2023-09-29T17:04:27.958 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.4[113132]: debug 2023-09-29T17:04:26.996+0000 7f33df796700 -1 osd.4 86 *** Got signal Terminated *** 2023-09-29T17:04:27.959 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:26 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.4[113132]: debug 2023-09-29T17:04:26.996+0000 7f33df796700 -1 osd.4 86 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T17:04:27.959 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:27 smithi174 bash[142079]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.4 2023-09-29T17:04:27.959 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: pgmap v104: 129 pgs: 129 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:04:27.959 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.6 2023-09-29T17:04:27.959 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 failed (root=default,host=smithi174) (connection refused reported by osd.6) 2023-09-29T17:04:27.959 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.7 2023-09-29T17:04:27.959 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.5 2023-09-29T17:04:27.959 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.2 2023-09-29T17:04:27.959 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.3 2023-09-29T17:04:27.959 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.3 2023-09-29T17:04:27.960 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.0 2023-09-29T17:04:27.960 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.1 2023-09-29T17:04:27.960 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.2 2023-09-29T17:04:27.960 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.7 2023-09-29T17:04:27.960 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.5 2023-09-29T17:04:27.960 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.6 2023-09-29T17:04:27.960 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.0 2023-09-29T17:04:27.963 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.1 2023-09-29T17:04:27.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.7 2023-09-29T17:04:27.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.5 2023-09-29T17:04:27.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.6 2023-09-29T17:04:27.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.7 2023-09-29T17:04:27.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.6 2023-09-29T17:04:27.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.5 2023-09-29T17:04:27.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.2 2023-09-29T17:04:27.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.2 2023-09-29T17:04:27.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.3 2023-09-29T17:04:27.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.0 2023-09-29T17:04:27.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.1 2023-09-29T17:04:27.964 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.3 2023-09-29T17:04:27.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.7 2023-09-29T17:04:27.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.5 2023-09-29T17:04:27.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.6 2023-09-29T17:04:27.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.0 2023-09-29T17:04:27.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.1 2023-09-29T17:04:27.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.7 2023-09-29T17:04:27.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.5 2023-09-29T17:04:27.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.6 2023-09-29T17:04:27.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.6 2023-09-29T17:04:27.965 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:27 smithi174 ceph-mon[136759]: osd.4 reported immediately failed by osd.7 2023-09-29T17:04:28.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: pgmap v104: 129 pgs: 129 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:04:28.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.6 2023-09-29T17:04:28.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 failed (root=default,host=smithi174) (connection refused reported by osd.6) 2023-09-29T17:04:28.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.7 2023-09-29T17:04:28.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.5 2023-09-29T17:04:28.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.2 2023-09-29T17:04:28.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.3 2023-09-29T17:04:28.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.3 2023-09-29T17:04:28.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.0 2023-09-29T17:04:28.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.1 2023-09-29T17:04:28.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.2 2023-09-29T17:04:28.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.7 2023-09-29T17:04:28.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.5 2023-09-29T17:04:28.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.6 2023-09-29T17:04:28.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.0 2023-09-29T17:04:28.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.1 2023-09-29T17:04:28.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.7 2023-09-29T17:04:28.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.5 2023-09-29T17:04:28.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.6 2023-09-29T17:04:28.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.7 2023-09-29T17:04:28.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.6 2023-09-29T17:04:28.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.5 2023-09-29T17:04:28.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.2 2023-09-29T17:04:28.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.2 2023-09-29T17:04:28.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.3 2023-09-29T17:04:28.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.0 2023-09-29T17:04:28.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.1 2023-09-29T17:04:28.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.3 2023-09-29T17:04:28.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.7 2023-09-29T17:04:28.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.5 2023-09-29T17:04:28.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.6 2023-09-29T17:04:28.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.0 2023-09-29T17:04:28.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.1 2023-09-29T17:04:28.229 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.7 2023-09-29T17:04:28.229 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.5 2023-09-29T17:04:28.229 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.6 2023-09-29T17:04:28.229 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.6 2023-09-29T17:04:28.229 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:27 smithi098 ceph-mon[155813]: osd.4 reported immediately failed by osd.7 2023-09-29T17:04:28.653 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:28 smithi174 systemd[1]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.4.service: Succeeded. 2023-09-29T17:04:28.653 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:28 smithi174 systemd[1]: Stopped Ceph osd.4 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T17:04:28.653 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:28 smithi174 systemd[1]: Starting Ceph osd.4 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:04:28.799 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:04:28.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:28 smithi174 ceph-mon[136759]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T17:04:28.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:28 smithi174 ceph-mon[136759]: osdmap e87: 8 total, 7 up, 8 in 2023-09-29T17:04:28.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:28 smithi174 ceph-mon[136759]: osdmap e88: 8 total, 7 up, 8 in 2023-09-29T17:04:29.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:28 smithi098 ceph-mon[155813]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T17:04:29.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:28 smithi098 ceph-mon[155813]: osdmap e87: 8 total, 7 up, 8 in 2023-09-29T17:04:29.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:28 smithi098 ceph-mon[155813]: osdmap e88: 8 total, 7 up, 8 in 2023-09-29T17:04:29.453 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:29 smithi174 bash[142357]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-29T17:04:29.453 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:29 smithi174 bash[142357]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-09-29T17:04:29.453 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:29 smithi174 bash[142357]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2023-09-29T17:04:29.453 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:29 smithi174 bash[142357]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2023-09-29T17:04:29.453 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:29 smithi174 bash[142357]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2023-09-29T17:04:29.454 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:29 smithi174 bash[142357]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-09-29T17:04:29.454 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:29 smithi174 bash[142357]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-09-29T17:04:29.454 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:29 smithi174 bash[142357]: --> ceph-volume lvm activate successful for osd ID: 4 2023-09-29T17:04:30.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:29 smithi174 ceph-mon[136759]: pgmap v106: 129 pgs: 18 stale+active+clean, 111 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T17:04:30.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:29 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:30.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:29 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:04:30.203 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:29 smithi174 ceph-osd[142658]: -- 172.21.15.174:0/408758713 <== mon.1 v2:172.21.15.174:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562d96e38b60 con 0x562d96dfec00 2023-09-29T17:04:30.203 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:29 smithi174 bash[142621]: 7a2da2c8d584e2cacbbf5f423253f51988c49ec534402ed8896c5bb35d1cb100 2023-09-29T17:04:30.203 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:29 smithi174 systemd[1]: Started Ceph osd.4 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T17:04:30.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:29 smithi098 ceph-mon[155813]: pgmap v106: 129 pgs: 18 stale+active+clean, 111 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T17:04:30.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:29 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:30.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:29 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:04:30.703 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:30 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-4[142635]: 2023-09-29T17:04:30.261+0000 7f1c7fce3540 -1 Falling back to public interface 2023-09-29T17:04:31.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:31.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:31.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:04:31.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:31.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:31.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:04:32.119 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:31 smithi174 ceph-mon[136759]: pgmap v108: 129 pgs: 22 active+undersized+degraded, 7 stale+active+clean, 17 active+undersized, 83 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 153/1374 objects degraded (11.135%) 2023-09-29T17:04:32.119 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:31 smithi174 ceph-mon[136759]: Health check failed: Degraded data redundancy: 153/1374 objects degraded (11.135%), 22 pgs degraded (PG_DEGRADED) 2023-09-29T17:04:32.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:31 smithi098 ceph-mon[155813]: pgmap v108: 129 pgs: 22 active+undersized+degraded, 7 stale+active+clean, 17 active+undersized, 83 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 153/1374 objects degraded (11.135%) 2023-09-29T17:04:32.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:31 smithi098 ceph-mon[155813]: Health check failed: Degraded data redundancy: 153/1374 objects degraded (11.135%), 22 pgs degraded (PG_DEGRADED) 2023-09-29T17:04:33.626 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:33 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:33.626 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:33 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:33.627 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:33 smithi174 ceph-mon[136759]: pgmap v109: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 217/1374 objects degraded (15.793%) 2023-09-29T17:04:33.627 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:33 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:33.627 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:33 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:33.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:33 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:33.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:33 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:33.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:33 smithi098 ceph-mon[155813]: pgmap v109: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 217/1374 objects degraded (15.793%) 2023-09-29T17:04:33.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:33 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:33.726 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:33 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:33.836 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:04:35.269 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-4[142635]: 2023-09-29T17:04:35.099+0000 7f1c7fce3540 -1 osd.4 86 log_to_monitors true 2023-09-29T17:04:35.952 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:04:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-4[142635]: 2023-09-29T17:04:35.607+0000 7f1c712c3700 -1 osd.4 86 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-29T17:04:35.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:35 smithi174 ceph-mon[136759]: pgmap v110: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 217/1374 objects degraded (15.793%) 2023-09-29T17:04:35.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:35 smithi174 ceph-mon[136759]: from='osd.4 [v2:172.21.15.174:6800/4220860572,v1:172.21.15.174:6801/4220860572]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-29T17:04:35.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:35 smithi174 ceph-mon[136759]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-29T17:04:35.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:35.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:35.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:04:35.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:04:35.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:35.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:35.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:04:35.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:04:35.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:04:35.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:04:35.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-29T17:04:35.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:35 smithi098 ceph-mon[155813]: pgmap v110: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 314 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 217/1374 objects degraded (15.793%) 2023-09-29T17:04:35.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:35 smithi098 ceph-mon[155813]: from='osd.4 [v2:172.21.15.174:6800/4220860572,v1:172.21.15.174:6801/4220860572]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-29T17:04:35.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:35 smithi098 ceph-mon[155813]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-29T17:04:35.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:35.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:35.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:04:35.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:04:35.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:35.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:35.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:04:35.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:04:35.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:04:35.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:04:35.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-29T17:04:36.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:36 smithi174 ceph-mon[136759]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-29T17:04:36.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:36 smithi174 ceph-mon[136759]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2023-09-29T17:04:36.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:36 smithi174 ceph-mon[136759]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-29T17:04:36.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:36 smithi174 ceph-mon[136759]: osdmap e89: 8 total, 7 up, 8 in 2023-09-29T17:04:36.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:36 smithi174 ceph-mon[136759]: from='osd.4 [v2:172.21.15.174:6800/4220860572,v1:172.21.15.174:6801/4220860572]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T17:04:36.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:36 smithi174 ceph-mon[136759]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T17:04:36.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:36 smithi098 ceph-mon[155813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-29T17:04:36.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:36 smithi098 ceph-mon[155813]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2023-09-29T17:04:36.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:36 smithi098 ceph-mon[155813]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-29T17:04:36.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:36 smithi098 ceph-mon[155813]: osdmap e89: 8 total, 7 up, 8 in 2023-09-29T17:04:36.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:36 smithi098 ceph-mon[155813]: from='osd.4 [v2:172.21.15.174:6800/4220860572,v1:172.21.15.174:6801/4220860572]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T17:04:36.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:36 smithi098 ceph-mon[155813]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T17:04:37.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:37 smithi174 ceph-mon[136759]: pgmap v112: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 217/1374 objects degraded (15.793%) 2023-09-29T17:04:37.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:37 smithi174 ceph-mon[136759]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T17:04:37.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:37 smithi174 ceph-mon[136759]: osd.4 [v2:172.21.15.174:6800/4220860572,v1:172.21.15.174:6801/4220860572] boot 2023-09-29T17:04:37.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:37 smithi174 ceph-mon[136759]: osdmap e90: 8 total, 8 up, 8 in 2023-09-29T17:04:37.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:37 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T17:04:37.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:37 smithi098 ceph-mon[155813]: pgmap v112: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 217/1374 objects degraded (15.793%) 2023-09-29T17:04:37.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:37 smithi098 ceph-mon[155813]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T17:04:37.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:37 smithi098 ceph-mon[155813]: osd.4 [v2:172.21.15.174:6800/4220860572,v1:172.21.15.174:6801/4220860572] boot 2023-09-29T17:04:37.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:37 smithi098 ceph-mon[155813]: osdmap e90: 8 total, 8 up, 8 in 2023-09-29T17:04:37.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:37 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-29T17:04:38.877 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:04:38.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:38 smithi174 ceph-mon[136759]: osdmap e91: 8 total, 8 up, 8 in 2023-09-29T17:04:38.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:38 smithi174 ceph-mon[136759]: Health check update: Degraded data redundancy: 217/1374 objects degraded (15.793%), 32 pgs degraded (PG_DEGRADED) 2023-09-29T17:04:38.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:38 smithi098 ceph-mon[155813]: osdmap e91: 8 total, 8 up, 8 in 2023-09-29T17:04:38.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:38 smithi098 ceph-mon[155813]: Health check update: Degraded data redundancy: 217/1374 objects degraded (15.793%), 32 pgs degraded (PG_DEGRADED) 2023-09-29T17:04:39.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:39 smithi098 ceph-mon[155813]: pgmap v115: 129 pgs: 10 peering, 24 active+undersized+degraded, 22 active+undersized, 73 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s; 161/1374 objects degraded (11.718%) 2023-09-29T17:04:40.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:39 smithi174 ceph-mon[136759]: pgmap v115: 129 pgs: 10 peering, 24 active+undersized+degraded, 22 active+undersized, 73 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s; 161/1374 objects degraded (11.718%) 2023-09-29T17:04:41.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:41 smithi174 ceph-mon[136759]: pgmap v116: 129 pgs: 10 peering, 6 active+undersized+degraded, 12 active+undersized, 101 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 42/1374 objects degraded (3.057%); 0 B/s, 0 objects/s recovering 2023-09-29T17:04:42.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:41 smithi098 ceph-mon[155813]: pgmap v116: 129 pgs: 10 peering, 6 active+undersized+degraded, 12 active+undersized, 101 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 42/1374 objects degraded (3.057%); 0 B/s, 0 objects/s recovering 2023-09-29T17:04:43.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:42 smithi174 ceph-mon[136759]: Health check update: Degraded data redundancy: 42/1374 objects degraded (3.057%), 6 pgs degraded (PG_DEGRADED) 2023-09-29T17:04:43.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:42 smithi098 ceph-mon[155813]: Health check update: Degraded data redundancy: 42/1374 objects degraded (3.057%), 6 pgs degraded (PG_DEGRADED) 2023-09-29T17:04:43.912 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:04:43.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:43 smithi098 ceph-mon[155813]: pgmap v117: 129 pgs: 129 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 294 B/s rd, 147 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:04:43.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:43 smithi098 ceph-mon[155813]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 42/1374 objects degraded (3.057%), 6 pgs degraded) 2023-09-29T17:04:43.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:43 smithi098 ceph-mon[155813]: Cluster is now healthy 2023-09-29T17:04:44.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:43 smithi174 ceph-mon[136759]: pgmap v117: 129 pgs: 129 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 294 B/s rd, 147 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:04:44.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:43 smithi174 ceph-mon[136759]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 42/1374 objects degraded (3.057%), 6 pgs degraded) 2023-09-29T17:04:44.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:43 smithi174 ceph-mon[136759]: Cluster is now healthy 2023-09-29T17:04:45.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:45 smithi174 ceph-mon[136759]: pgmap v118: 129 pgs: 129 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:04:45.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:45.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:04:45.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:45 smithi098 ceph-mon[155813]: pgmap v118: 129 pgs: 129 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:04:45.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:45.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:04:47.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:47 smithi174 ceph-mon[136759]: pgmap v119: 129 pgs: 129 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:04:47.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:47 smithi098 ceph-mon[155813]: pgmap v119: 129 pgs: 129 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:04:48.958 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:04:50.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:49 smithi174 ceph-mon[136759]: pgmap v120: 129 pgs: 129 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 187 B/s rd, 187 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:04:50.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:49 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:50.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:49 smithi098 ceph-mon[155813]: pgmap v120: 129 pgs: 129 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 187 B/s rd, 187 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:04:50.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:49 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:50.998 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:50 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-29T17:04:51.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:50 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-29T17:04:52.103 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:51 smithi174 ceph-mon[136759]: pgmap v121: 129 pgs: 129 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:04:52.103 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:51 smithi174 ceph-mon[136759]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-29T17:04:52.103 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:51 smithi174 ceph-mon[136759]: Upgrade: osd.5 is safe to restart 2023-09-29T17:04:52.104 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:51 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:52.104 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:51 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-29T17:04:52.104 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:51 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:04:52.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:51 smithi098 ceph-mon[155813]: pgmap v121: 129 pgs: 129 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-29T17:04:52.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:51 smithi098 ceph-mon[155813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-29T17:04:52.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:51 smithi098 ceph-mon[155813]: Upgrade: osd.5 is safe to restart 2023-09-29T17:04:52.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:51 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:52.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:51 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-29T17:04:52.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:51 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:04:52.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:52 smithi174 ceph-mon[136759]: Upgrade: Updating osd.5 2023-09-29T17:04:52.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:52 smithi174 ceph-mon[136759]: Deploying daemon osd.5 on smithi174 2023-09-29T17:04:53.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:52 smithi098 ceph-mon[155813]: Upgrade: Updating osd.5 2023-09-29T17:04:53.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:52 smithi098 ceph-mon[155813]: Deploying daemon osd.5 on smithi174 2023-09-29T17:04:53.703 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:04:53 smithi174 systemd[1]: Stopping Ceph osd.5 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:04:53.703 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:04:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.5[115979]: debug 2023-09-29T17:04:53.575+0000 7f365845c700 -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 2023-09-29T17:04:53.703 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:04:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.5[115979]: debug 2023-09-29T17:04:53.575+0000 7f365845c700 -1 osd.5 91 *** Got signal Terminated *** 2023-09-29T17:04:53.703 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:04:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.5[115979]: debug 2023-09-29T17:04:53.575+0000 7f365845c700 -1 osd.5 91 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T17:04:53.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:53 smithi098 ceph-mon[155813]: pgmap v122: 129 pgs: 129 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:04:53.995 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:04:54.012 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T17:04:54.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:53 smithi174 ceph-mon[136759]: pgmap v122: 129 pgs: 129 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:04:54.203 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:04:53 smithi174 bash[144808]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.5 2023-09-29T17:04:54.617 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T17:04:54.617 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (10m) 48s ago 11m 24.3M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T17:04:54.617 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (2m) 48s ago 11m 7482k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 2c386662ebbe 2023-09-29T17:04:54.618 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (2m) 22s ago 11m 7440k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 4fab0ce732e6 2023-09-29T17:04:54.618 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (10m) 48s ago 11m 41.1M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T17:04:54.618 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (8m) 48s ago 8m 16.9M - 16.2.5 6933c2a0b7dd 34f81c40f041 2023-09-29T17:04:54.618 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (8m) 22s ago 8m 39.6M - 16.2.5 6933c2a0b7dd 45f595b8d0ed 2023-09-29T17:04:54.618 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:8443,9283 running (3m) 48s ago 12m 500M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 414cb1f79b42 2023-09-29T17:04:54.618 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (3m) 22s ago 11m 441M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 5c703357ecec 2023-09-29T17:04:54.618 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (3m) 48s ago 12m 87.5M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 4adef2805929 2023-09-29T17:04:54.618 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (3m) 22s ago 11m 75.3M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b cadb6c8d5e31 2023-09-29T17:04:54.618 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 running (6m) 48s ago 6m 82.2M - 3.5 6933c2a0b7dd 3245936c6837 2023-09-29T17:04:54.619 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (6m) 22s ago 6m 80.3M - 3.5 6933c2a0b7dd 68a450073ccd 2023-09-29T17:04:54.619 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (11m) 48s ago 11m 18.4M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T17:04:54.619 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (10m) 22s ago 10m 18.1M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T17:04:54.619 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (2m) 48s ago 10m 365M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b d8258cec978a 2023-09-29T17:04:54.619 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (110s) 48s ago 10m 281M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 765240489d11 2023-09-29T17:04:54.619 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (81s) 48s ago 10m 228M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 40407a67002e 2023-09-29T17:04:54.619 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (52s) 48s ago 9m 11.0M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b de24230f9131 2023-09-29T17:04:54.619 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (25s) 22s ago 9m 14.5M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7a2da2c8d584 2023-09-29T17:04:54.619 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (9m) 22s ago 9m 1333M 2710M 16.2.5 6933c2a0b7dd d6f476ff7a82 2023-09-29T17:04:54.619 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (9m) 22s ago 9m 1065M 2710M 16.2.5 6933c2a0b7dd 27d66cd3936c 2023-09-29T17:04:54.619 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (8m) 22s ago 8m 1619M 2710M 16.2.5 6933c2a0b7dd 70b16eb57dc0 2023-09-29T17:04:54.619 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (3m) 48s ago 11m 66.5M - 2.18.1 de242295e225 0f6f23efc384 2023-09-29T17:04:54.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.1 2023-09-29T17:04:54.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 failed (root=default,host=smithi174) (connection refused reported by osd.1) 2023-09-29T17:04:54.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.2 2023-09-29T17:04:54.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.0 2023-09-29T17:04:54.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.2 2023-09-29T17:04:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.7 2023-09-29T17:04:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.6 2023-09-29T17:04:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.3 2023-09-29T17:04:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.4 2023-09-29T17:04:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.7 2023-09-29T17:04:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.6 2023-09-29T17:04:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.0 2023-09-29T17:04:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.1 2023-09-29T17:04:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.2 2023-09-29T17:04:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.3 2023-09-29T17:04:54.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.4 2023-09-29T17:04:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.7 2023-09-29T17:04:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.4 2023-09-29T17:04:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.1 2023-09-29T17:04:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.3 2023-09-29T17:04:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.0 2023-09-29T17:04:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.2 2023-09-29T17:04:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.2 2023-09-29T17:04:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.6 2023-09-29T17:04:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.6 2023-09-29T17:04:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.4 2023-09-29T17:04:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.4 2023-09-29T17:04:54.955 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.7 2023-09-29T17:04:54.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.0 2023-09-29T17:04:54.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.1 2023-09-29T17:04:54.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.2 2023-09-29T17:04:54.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.3 2023-09-29T17:04:54.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.4 2023-09-29T17:04:54.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.7 2023-09-29T17:04:54.956 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:54 smithi174 ceph-mon[136759]: osd.5 reported immediately failed by osd.7 2023-09-29T17:04:54.998 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:04:54.998 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T17:04:54.998 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:04:54.998 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:04:54.998 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T17:04:54.998 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:04:54.998 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:04:54.998 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T17:04:54.998 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2, 2023-09-29T17:04:54.998 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 5 2023-09-29T17:04:54.999 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:04:54.999 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T17:04:54.999 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T17:04:54.999 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:04:54.999 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T17:04:54.999 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2023-09-29T17:04:54.999 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 9 2023-09-29T17:04:54.999 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T17:04:54.999 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:04:55.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.1 2023-09-29T17:04:55.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 failed (root=default,host=smithi174) (connection refused reported by osd.1) 2023-09-29T17:04:55.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.2 2023-09-29T17:04:55.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.0 2023-09-29T17:04:55.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.2 2023-09-29T17:04:55.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.7 2023-09-29T17:04:55.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.6 2023-09-29T17:04:55.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.3 2023-09-29T17:04:55.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.4 2023-09-29T17:04:55.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.7 2023-09-29T17:04:55.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.6 2023-09-29T17:04:55.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.0 2023-09-29T17:04:55.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.1 2023-09-29T17:04:55.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.2 2023-09-29T17:04:55.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.3 2023-09-29T17:04:55.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.4 2023-09-29T17:04:55.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.7 2023-09-29T17:04:55.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.4 2023-09-29T17:04:55.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.1 2023-09-29T17:04:55.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.3 2023-09-29T17:04:55.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.0 2023-09-29T17:04:55.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.2 2023-09-29T17:04:55.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.2 2023-09-29T17:04:55.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.6 2023-09-29T17:04:55.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.6 2023-09-29T17:04:55.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.4 2023-09-29T17:04:55.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.4 2023-09-29T17:04:55.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.7 2023-09-29T17:04:55.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.0 2023-09-29T17:04:55.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.1 2023-09-29T17:04:55.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.2 2023-09-29T17:04:55.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.3 2023-09-29T17:04:55.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.4 2023-09-29T17:04:55.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.7 2023-09-29T17:04:55.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:54 smithi098 ceph-mon[155813]: osd.5 reported immediately failed by osd.7 2023-09-29T17:04:55.307 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:04:55.307 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T17:04:55.307 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T17:04:55.307 INFO:teuthology.orchestra.run.smithi098.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T17:04:55.307 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [ 2023-09-29T17:04:55.307 INFO:teuthology.orchestra.run.smithi098.stdout: "mon", 2023-09-29T17:04:55.308 INFO:teuthology.orchestra.run.smithi098.stdout: "crash", 2023-09-29T17:04:55.308 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr" 2023-09-29T17:04:55.308 INFO:teuthology.orchestra.run.smithi098.stdout: ], 2023-09-29T17:04:55.308 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "11/23 daemons upgraded", 2023-09-29T17:04:55.308 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "Currently upgrading osd daemons", 2023-09-29T17:04:55.308 INFO:teuthology.orchestra.run.smithi098.stdout: "is_paused": false 2023-09-29T17:04:55.308 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:04:55.327 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:04:54 smithi174 systemd[1]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.5.service: Succeeded. 2023-09-29T17:04:55.327 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:04:54 smithi174 systemd[1]: Stopped Ceph osd.5 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T17:04:55.328 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:04:55 smithi174 systemd[1]: Starting Ceph osd.5 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:04:56.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:55 smithi174 ceph-mon[136759]: from='client.34250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:04:56.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:55 smithi174 ceph-mon[136759]: from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:04:56.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:55 smithi174 ceph-mon[136759]: pgmap v123: 129 pgs: 129 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:04:56.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:55 smithi174 ceph-mon[136759]: from='client.34258 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:04:56.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:55 smithi174 ceph-mon[136759]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T17:04:56.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:55 smithi174 ceph-mon[136759]: osdmap e92: 8 total, 7 up, 8 in 2023-09-29T17:04:56.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:55 smithi174 ceph-mon[136759]: from='client.? 172.21.15.98:0/3197660408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:04:56.204 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:04:55 smithi174 bash[145086]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-29T17:04:56.204 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:04:55 smithi174 bash[145086]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-09-29T17:04:56.204 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:04:55 smithi174 bash[145086]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2023-09-29T17:04:56.204 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:04:55 smithi174 bash[145086]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2023-09-29T17:04:56.204 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:04:55 smithi174 bash[145086]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2023-09-29T17:04:56.204 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:04:55 smithi174 bash[145086]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-09-29T17:04:56.204 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:04:55 smithi174 bash[145086]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-09-29T17:04:56.204 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:04:55 smithi174 bash[145086]: --> ceph-volume lvm activate successful for osd ID: 5 2023-09-29T17:04:56.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:55 smithi098 ceph-mon[155813]: from='client.34250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:04:56.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:55 smithi098 ceph-mon[155813]: from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:04:56.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:55 smithi098 ceph-mon[155813]: pgmap v123: 129 pgs: 129 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:04:56.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:55 smithi098 ceph-mon[155813]: from='client.34258 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:04:56.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:55 smithi098 ceph-mon[155813]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T17:04:56.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:55 smithi098 ceph-mon[155813]: osdmap e92: 8 total, 7 up, 8 in 2023-09-29T17:04:56.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:55 smithi098 ceph-mon[155813]: from='client.? 172.21.15.98:0/3197660408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:04:56.703 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:04:56 smithi174 ceph-osd[145381]: -- 172.21.15.174:0/203605637 <== mon.1 v2:172.21.15.174:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55918f7bab60 con 0x55918f780c00 2023-09-29T17:04:56.703 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:04:56 smithi174 bash[145343]: 55c0e6cb18ca0d2b29ed8aaf75a2188caba85a0aa352aca2dcae6f83dd640597 2023-09-29T17:04:56.703 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:04:56 smithi174 systemd[1]: Started Ceph osd.5 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T17:04:57.095 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:04:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:04:56.893+0000 7fe7565c9540 -1 Falling back to public interface 2023-09-29T17:04:57.095 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:56 smithi174 ceph-mon[136759]: from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:04:57.095 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:56 smithi174 ceph-mon[136759]: osdmap e93: 8 total, 7 up, 8 in 2023-09-29T17:04:57.095 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:57.096 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:57.096 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:04:57.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:56 smithi098 ceph-mon[155813]: from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:04:57.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:56 smithi098 ceph-mon[155813]: osdmap e93: 8 total, 7 up, 8 in 2023-09-29T17:04:57.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:57.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:04:57.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:04:57.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:57 smithi174 ceph-mon[136759]: pgmap v126: 129 pgs: 28 peering, 6 stale+active+clean, 95 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-09-29T17:04:57.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:57 smithi174 ceph-mon[136759]: Health check failed: Reduced data availability: 4 pgs inactive, 10 pgs peering (PG_AVAILABILITY) 2023-09-29T17:04:58.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:57 smithi098 ceph-mon[155813]: pgmap v126: 129 pgs: 28 peering, 6 stale+active+clean, 95 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-09-29T17:04:58.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:57 smithi098 ceph-mon[155813]: Health check failed: Reduced data availability: 4 pgs inactive, 10 pgs peering (PG_AVAILABILITY) 2023-09-29T17:04:58.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:58 smithi174 ceph-mon[136759]: Health check failed: Degraded data redundancy: 63/1374 objects degraded (4.585%), 7 pgs degraded (PG_DEGRADED) 2023-09-29T17:04:58.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:58 smithi098 ceph-mon[155813]: Health check failed: Degraded data redundancy: 63/1374 objects degraded (4.585%), 7 pgs degraded (PG_DEGRADED) 2023-09-29T17:04:59.042 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:05:00.192 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:59 smithi174 ceph-mon[136759]: pgmap v127: 129 pgs: 7 active+undersized+degraded, 28 peering, 1 stale+active+clean, 4 active+undersized, 89 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 63/1374 objects degraded (4.585%) 2023-09-29T17:05:00.193 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:00.193 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:00.193 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:00.193 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:05:00.193 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:00.193 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:04:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:00.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:59 smithi098 ceph-mon[155813]: pgmap v127: 129 pgs: 7 active+undersized+degraded, 28 peering, 1 stale+active+clean, 4 active+undersized, 89 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 63/1374 objects degraded (4.585%) 2023-09-29T17:05:00.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:00.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:00.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:00.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:05:00.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:00.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:04:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:01.765 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:05:01 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:05:01.472+0000 7fe7565c9540 -1 osd.5 91 log_to_monitors true 2023-09-29T17:05:02.203 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:05:01 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:05:01.870+0000 7fe7473a8700 -1 osd.5 91 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-29T17:05:02.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:01 smithi174 ceph-mon[136759]: pgmap v128: 129 pgs: 20 active+undersized+degraded, 7 peering, 18 active+undersized, 84 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 139/1374 objects degraded (10.116%) 2023-09-29T17:05:02.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:01 smithi174 ceph-mon[136759]: from='osd.5 [v2:172.21.15.174:6808/837640517,v1:172.21.15.174:6809/837640517]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-29T17:05:02.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:01 smithi174 ceph-mon[136759]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-29T17:05:02.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:01 smithi098 ceph-mon[155813]: pgmap v128: 129 pgs: 20 active+undersized+degraded, 7 peering, 18 active+undersized, 84 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 139/1374 objects degraded (10.116%) 2023-09-29T17:05:02.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:01 smithi098 ceph-mon[155813]: from='osd.5 [v2:172.21.15.174:6808/837640517,v1:172.21.15.174:6809/837640517]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-29T17:05:02.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:01 smithi098 ceph-mon[155813]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-29T17:05:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:02 smithi174 ceph-mon[136759]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-29T17:05:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:02 smithi174 ceph-mon[136759]: osdmap e94: 8 total, 7 up, 8 in 2023-09-29T17:05:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:02 smithi174 ceph-mon[136759]: from='osd.5 [v2:172.21.15.174:6808/837640517,v1:172.21.15.174:6809/837640517]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T17:05:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:02 smithi174 ceph-mon[136759]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T17:05:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:03.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:03.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:05:03.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:05:03.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:03.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:03.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:05:03.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:03.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:03.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:03.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:02 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-29T17:05:03.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:02 smithi174 ceph-mon[136759]: Health check update: Reduced data availability: 1 pg inactive, 4 pgs peering (PG_AVAILABILITY) 2023-09-29T17:05:03.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:02 smithi098 ceph-mon[155813]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-29T17:05:03.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:02 smithi098 ceph-mon[155813]: osdmap e94: 8 total, 7 up, 8 in 2023-09-29T17:05:03.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:02 smithi098 ceph-mon[155813]: from='osd.5 [v2:172.21.15.174:6808/837640517,v1:172.21.15.174:6809/837640517]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T17:05:03.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:02 smithi098 ceph-mon[155813]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T17:05:03.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:03.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:03.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:05:03.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:05:03.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:03.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:03.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:05:03.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:03.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:03.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:03.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:02 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-29T17:05:03.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:02 smithi098 ceph-mon[155813]: Health check update: Reduced data availability: 1 pg inactive, 4 pgs peering (PG_AVAILABILITY) 2023-09-29T17:05:04.086 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:05:04.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:03 smithi174 ceph-mon[136759]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-29T17:05:04.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:03 smithi174 ceph-mon[136759]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2023-09-29T17:05:04.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:03 smithi174 ceph-mon[136759]: pgmap v130: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 131 B/s wr, 0 op/s; 159/1374 objects degraded (11.572%) 2023-09-29T17:05:04.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:03 smithi174 ceph-mon[136759]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T17:05:04.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:03 smithi174 ceph-mon[136759]: osd.5 [v2:172.21.15.174:6808/837640517,v1:172.21.15.174:6809/837640517] boot 2023-09-29T17:05:04.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:03 smithi174 ceph-mon[136759]: osdmap e95: 8 total, 8 up, 8 in 2023-09-29T17:05:04.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:03 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T17:05:04.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:03 smithi174 ceph-mon[136759]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 4 pgs peering) 2023-09-29T17:05:04.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:03 smithi098 ceph-mon[155813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-29T17:05:04.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:03 smithi098 ceph-mon[155813]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2023-09-29T17:05:04.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:03 smithi098 ceph-mon[155813]: pgmap v130: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 131 B/s wr, 0 op/s; 159/1374 objects degraded (11.572%) 2023-09-29T17:05:04.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:03 smithi098 ceph-mon[155813]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T17:05:04.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:03 smithi098 ceph-mon[155813]: osd.5 [v2:172.21.15.174:6808/837640517,v1:172.21.15.174:6809/837640517] boot 2023-09-29T17:05:04.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:03 smithi098 ceph-mon[155813]: osdmap e95: 8 total, 8 up, 8 in 2023-09-29T17:05:04.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:03 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-29T17:05:04.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:03 smithi098 ceph-mon[155813]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 4 pgs peering) 2023-09-29T17:05:05.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:04 smithi174 ceph-mon[136759]: osdmap e96: 8 total, 8 up, 8 in 2023-09-29T17:05:05.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:04 smithi098 ceph-mon[155813]: osdmap e96: 8 total, 8 up, 8 in 2023-09-29T17:05:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:05 smithi174 ceph-mon[136759]: pgmap v133: 129 pgs: 5 peering, 23 active+undersized+degraded, 17 active+undersized, 84 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 341 B/s wr, 0 op/s; 157/1374 objects degraded (11.426%) 2023-09-29T17:05:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:05 smithi174 ceph-mon[136759]: Health check update: Degraded data redundancy: 157/1374 objects degraded (11.426%), 23 pgs degraded (PG_DEGRADED) 2023-09-29T17:05:06.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:05 smithi098 ceph-mon[155813]: pgmap v133: 129 pgs: 5 peering, 23 active+undersized+degraded, 17 active+undersized, 84 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 341 B/s wr, 0 op/s; 157/1374 objects degraded (11.426%) 2023-09-29T17:05:06.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:05 smithi098 ceph-mon[155813]: Health check update: Degraded data redundancy: 157/1374 objects degraded (11.426%), 23 pgs degraded (PG_DEGRADED) 2023-09-29T17:05:08.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:07 smithi174 ceph-mon[136759]: pgmap v134: 129 pgs: 5 peering, 14 active+undersized+degraded, 9 active+undersized, 101 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 103/1374 objects degraded (7.496%) 2023-09-29T17:05:08.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:07 smithi098 ceph-mon[155813]: pgmap v134: 129 pgs: 5 peering, 14 active+undersized+degraded, 9 active+undersized, 101 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 103/1374 objects degraded (7.496%) 2023-09-29T17:05:09.124 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:05:09.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:08 smithi174 ceph-mon[136759]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 103/1374 objects degraded (7.496%), 14 pgs degraded) 2023-09-29T17:05:09.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:08 smithi174 ceph-mon[136759]: Cluster is now healthy 2023-09-29T17:05:09.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:08 smithi098 ceph-mon[155813]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 103/1374 objects degraded (7.496%), 14 pgs degraded) 2023-09-29T17:05:09.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:08 smithi098 ceph-mon[155813]: Cluster is now healthy 2023-09-29T17:05:10.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:09 smithi174 ceph-mon[136759]: pgmap v135: 129 pgs: 5 peering, 124 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 305 B/s rd, 152 B/s wr, 0 op/s 2023-09-29T17:05:10.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:10.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:09 smithi098 ceph-mon[155813]: pgmap v135: 129 pgs: 5 peering, 124 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 305 B/s rd, 152 B/s wr, 0 op/s 2023-09-29T17:05:10.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:12.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:11 smithi174 ceph-mon[136759]: pgmap v136: 129 pgs: 129 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:05:12.727 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:11 smithi098 ceph-mon[155813]: pgmap v136: 129 pgs: 129 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:05:14.164 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:05:14.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:13 smithi174 ceph-mon[136759]: pgmap v137: 129 pgs: 129 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 211 B/s rd, 211 B/s wr, 0 op/s 2023-09-29T17:05:14.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:13 smithi098 ceph-mon[155813]: pgmap v137: 129 pgs: 129 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 211 B/s rd, 211 B/s wr, 0 op/s 2023-09-29T17:05:15.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:15 smithi174 ceph-mon[136759]: pgmap v138: 129 pgs: 129 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 191 B/s rd, 191 B/s wr, 0 op/s 2023-09-29T17:05:15.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:15 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:15.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:15 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:05:15.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:15 smithi098 ceph-mon[155813]: pgmap v138: 129 pgs: 129 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 191 B/s rd, 191 B/s wr, 0 op/s 2023-09-29T17:05:15.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:15 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:15.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:15 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:05:17.694 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:17 smithi174 ceph-mon[136759]: pgmap v139: 129 pgs: 129 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:05:17.694 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:17 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-29T17:05:17.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:17 smithi098 ceph-mon[155813]: pgmap v139: 129 pgs: 129 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:05:17.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:17 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-29T17:05:18.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:18 smithi098 ceph-mon[155813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-29T17:05:18.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:18 smithi098 ceph-mon[155813]: Upgrade: osd.6 is safe to restart 2023-09-29T17:05:18.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:18 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:18.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:18 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-29T17:05:18.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:18 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:05:19.192 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:18 smithi174 ceph-mon[136759]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-29T17:05:19.192 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:18 smithi174 ceph-mon[136759]: Upgrade: osd.6 is safe to restart 2023-09-29T17:05:19.192 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:18 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:19.192 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:18 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-29T17:05:19.192 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:18 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:05:19.214 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:05:19.762 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:19 smithi174 ceph-mon[136759]: Upgrade: Updating osd.6 2023-09-29T17:05:19.762 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:19 smithi174 ceph-mon[136759]: Deploying daemon osd.6 on smithi174 2023-09-29T17:05:19.762 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:19 smithi174 ceph-mon[136759]: pgmap v140: 129 pgs: 129 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:05:19.762 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:19 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:20.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:19 smithi098 ceph-mon[155813]: Upgrade: Updating osd.6 2023-09-29T17:05:20.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:19 smithi098 ceph-mon[155813]: Deploying daemon osd.6 on smithi174 2023-09-29T17:05:20.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:19 smithi098 ceph-mon[155813]: pgmap v140: 129 pgs: 129 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:05:20.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:19 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:20.293 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:20 smithi174 systemd[1]: Stopping Ceph osd.6 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:05:20.293 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:20 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.6[118835]: debug 2023-09-29T17:05:20.137+0000 7fe059ff6700 -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 2023-09-29T17:05:20.293 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:20 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.6[118835]: debug 2023-09-29T17:05:20.137+0000 7fe059ff6700 -1 osd.6 96 *** Got signal Terminated *** 2023-09-29T17:05:20.293 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:20 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.6[118835]: debug 2023-09-29T17:05:20.137+0000 7fe059ff6700 -1 osd.6 96 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T17:05:20.703 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:20 smithi174 bash[147474]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.6 2023-09-29T17:05:21.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:20 smithi174 ceph-mon[136759]: osd.6 reported immediately failed by osd.1 2023-09-29T17:05:21.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:20 smithi174 ceph-mon[136759]: osd.6 failed (root=default,host=smithi174) (connection refused reported by osd.1) 2023-09-29T17:05:21.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:20 smithi174 ceph-mon[136759]: osd.6 reported immediately failed by osd.1 2023-09-29T17:05:21.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:20 smithi174 ceph-mon[136759]: osd.6 reported immediately failed by osd.2 2023-09-29T17:05:21.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:20 smithi174 ceph-mon[136759]: osd.6 reported immediately failed by osd.3 2023-09-29T17:05:21.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:20 smithi174 ceph-mon[136759]: osd.6 reported immediately failed by osd.7 2023-09-29T17:05:21.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:20 smithi174 ceph-mon[136759]: osd.6 reported immediately failed by osd.0 2023-09-29T17:05:21.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:20 smithi174 ceph-mon[136759]: osd.6 reported immediately failed by osd.2 2023-09-29T17:05:21.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:20 smithi174 ceph-mon[136759]: osd.6 reported immediately failed by osd.3 2023-09-29T17:05:21.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:20 smithi174 ceph-mon[136759]: osd.6 reported immediately failed by osd.5 2023-09-29T17:05:21.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:20 smithi174 ceph-mon[136759]: osd.6 reported immediately failed by osd.7 2023-09-29T17:05:21.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:20 smithi174 ceph-mon[136759]: osd.6 reported immediately failed by osd.0 2023-09-29T17:05:21.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:20 smithi174 ceph-mon[136759]: osd.6 reported immediately failed by osd.4 2023-09-29T17:05:21.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:20 smithi174 ceph-mon[136759]: osd.6 reported immediately failed by osd.5 2023-09-29T17:05:21.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:20 smithi174 ceph-mon[136759]: osd.6 reported immediately failed by osd.4 2023-09-29T17:05:21.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:20 smithi098 ceph-mon[155813]: osd.6 reported immediately failed by osd.1 2023-09-29T17:05:21.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:20 smithi098 ceph-mon[155813]: osd.6 failed (root=default,host=smithi174) (connection refused reported by osd.1) 2023-09-29T17:05:21.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:20 smithi098 ceph-mon[155813]: osd.6 reported immediately failed by osd.1 2023-09-29T17:05:21.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:20 smithi098 ceph-mon[155813]: osd.6 reported immediately failed by osd.2 2023-09-29T17:05:21.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:20 smithi098 ceph-mon[155813]: osd.6 reported immediately failed by osd.3 2023-09-29T17:05:21.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:20 smithi098 ceph-mon[155813]: osd.6 reported immediately failed by osd.7 2023-09-29T17:05:21.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:20 smithi098 ceph-mon[155813]: osd.6 reported immediately failed by osd.0 2023-09-29T17:05:21.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:20 smithi098 ceph-mon[155813]: osd.6 reported immediately failed by osd.2 2023-09-29T17:05:21.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:20 smithi098 ceph-mon[155813]: osd.6 reported immediately failed by osd.3 2023-09-29T17:05:21.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:20 smithi098 ceph-mon[155813]: osd.6 reported immediately failed by osd.5 2023-09-29T17:05:21.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:20 smithi098 ceph-mon[155813]: osd.6 reported immediately failed by osd.7 2023-09-29T17:05:21.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:20 smithi098 ceph-mon[155813]: osd.6 reported immediately failed by osd.0 2023-09-29T17:05:21.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:20 smithi098 ceph-mon[155813]: osd.6 reported immediately failed by osd.4 2023-09-29T17:05:21.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:20 smithi098 ceph-mon[155813]: osd.6 reported immediately failed by osd.5 2023-09-29T17:05:21.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:20 smithi098 ceph-mon[155813]: osd.6 reported immediately failed by osd.4 2023-09-29T17:05:21.752 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:21 smithi174 systemd[1]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.6.service: Succeeded. 2023-09-29T17:05:21.752 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:21 smithi174 systemd[1]: Stopped Ceph osd.6 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T17:05:21.753 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:21 smithi174 systemd[1]: Starting Ceph osd.6 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:05:22.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:21 smithi174 ceph-mon[136759]: pgmap v141: 129 pgs: 129 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:05:22.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:21 smithi174 ceph-mon[136759]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T17:05:22.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:21 smithi174 ceph-mon[136759]: osdmap e97: 8 total, 7 up, 8 in 2023-09-29T17:05:22.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:21 smithi098 ceph-mon[155813]: pgmap v141: 129 pgs: 129 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:05:22.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:21 smithi098 ceph-mon[155813]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T17:05:22.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:21 smithi098 ceph-mon[155813]: osdmap e97: 8 total, 7 up, 8 in 2023-09-29T17:05:22.702 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:22 smithi174 bash[147755]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-29T17:05:22.703 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:22 smithi174 bash[147755]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-09-29T17:05:22.703 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:22 smithi174 bash[147755]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2023-09-29T17:05:22.703 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:22 smithi174 bash[147755]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2023-09-29T17:05:22.703 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:22 smithi174 bash[147755]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2023-09-29T17:05:22.703 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:22 smithi174 bash[147755]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-09-29T17:05:22.703 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:22 smithi174 bash[147755]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-09-29T17:05:22.703 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:22 smithi174 bash[147755]: --> ceph-volume lvm activate successful for osd ID: 6 2023-09-29T17:05:23.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:22 smithi174 ceph-mon[136759]: osdmap e98: 8 total, 7 up, 8 in 2023-09-29T17:05:23.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:22 smithi174 ceph-osd[148029]: -- 172.21.15.174:0/1169305391 <== mon.1 v2:172.21.15.174:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5571dd336b60 con 0x5571dd2fcc00 2023-09-29T17:05:23.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:22 smithi174 bash[147992]: 5a482ee4f144942420be5c07c73066329ede131d54f71a54288bf733aae3d2e2 2023-09-29T17:05:23.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:22 smithi174 systemd[1]: Started Ceph osd.6 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T17:05:23.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:22 smithi098 ceph-mon[155813]: osdmap e98: 8 total, 7 up, 8 in 2023-09-29T17:05:23.753 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:23 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:05:23.486+0000 7f8895b66540 -1 Falling back to public interface 2023-09-29T17:05:23.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:23 smithi098 ceph-mon[155813]: pgmap v144: 129 pgs: 10 active+undersized+degraded, 8 stale+active+clean, 8 active+undersized, 103 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 77/1374 objects degraded (5.604%) 2023-09-29T17:05:23.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:23 smithi098 ceph-mon[155813]: Health check failed: Degraded data redundancy: 77/1374 objects degraded (5.604%), 10 pgs degraded (PG_DEGRADED) 2023-09-29T17:05:23.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:23 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:23.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:23 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:23.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:23 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:05:24.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:23 smithi174 ceph-mon[136759]: pgmap v144: 129 pgs: 10 active+undersized+degraded, 8 stale+active+clean, 8 active+undersized, 103 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 77/1374 objects degraded (5.604%) 2023-09-29T17:05:24.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:23 smithi174 ceph-mon[136759]: Health check failed: Degraded data redundancy: 77/1374 objects degraded (5.604%), 10 pgs degraded (PG_DEGRADED) 2023-09-29T17:05:24.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:23 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:24.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:23 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:24.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:23 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:05:24.269 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:05:25.649 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T17:05:26.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:25 smithi174 ceph-mon[136759]: pgmap v145: 129 pgs: 10 active+undersized+degraded, 8 stale+active+clean, 8 active+undersized, 103 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 77/1374 objects degraded (5.604%) 2023-09-29T17:05:26.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:25 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:26.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:25 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:26.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:25 smithi098 ceph-mon[155813]: pgmap v145: 129 pgs: 10 active+undersized+degraded, 8 stale+active+clean, 8 active+undersized, 103 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 77/1374 objects degraded (5.604%) 2023-09-29T17:05:26.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:25 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:26.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:25 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:26.271 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T17:05:26.271 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (11m) 80s ago 12m 24.3M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T17:05:26.272 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (3m) 80s ago 12m 7482k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 2c386662ebbe 2023-09-29T17:05:26.272 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (3m) 0s ago 11m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 4fab0ce732e6 2023-09-29T17:05:26.272 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (11m) 80s ago 11m 41.1M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T17:05:26.272 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (8m) 80s ago 8m 16.9M - 16.2.5 6933c2a0b7dd 34f81c40f041 2023-09-29T17:05:26.272 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (8m) 0s ago 8m 39.6M - 16.2.5 6933c2a0b7dd 45f595b8d0ed 2023-09-29T17:05:26.272 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:8443,9283 running (4m) 80s ago 13m 500M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 414cb1f79b42 2023-09-29T17:05:26.272 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (3m) 0s ago 11m 441M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 5c703357ecec 2023-09-29T17:05:26.272 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (3m) 80s ago 13m 87.5M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 4adef2805929 2023-09-29T17:05:26.273 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (3m) 0s ago 11m 81.3M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b cadb6c8d5e31 2023-09-29T17:05:26.273 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 running (6m) 80s ago 6m 82.2M - 3.5 6933c2a0b7dd 3245936c6837 2023-09-29T17:05:26.273 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (6m) 0s ago 6m 80.4M - 3.5 6933c2a0b7dd 68a450073ccd 2023-09-29T17:05:26.273 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (11m) 80s ago 11m 18.4M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T17:05:26.273 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (11m) 0s ago 11m 18.1M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T17:05:26.273 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (2m) 80s ago 11m 365M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b d8258cec978a 2023-09-29T17:05:26.273 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (2m) 80s ago 10m 281M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 765240489d11 2023-09-29T17:05:26.273 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (112s) 80s ago 10m 228M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 40407a67002e 2023-09-29T17:05:26.273 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (84s) 80s ago 10m 11.0M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b de24230f9131 2023-09-29T17:05:26.273 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (56s) 0s ago 10m 361M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7a2da2c8d584 2023-09-29T17:05:26.273 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (30s) 0s ago 9m 366M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 55c0e6cb18ca 2023-09-29T17:05:26.274 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (3s) 0s ago 9m 10.9M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5a482ee4f144 2023-09-29T17:05:26.274 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (9m) 0s ago 9m 1630M 2710M 16.2.5 6933c2a0b7dd 70b16eb57dc0 2023-09-29T17:05:26.274 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (4m) 80s ago 11m 66.5M - 2.18.1 de242295e225 0f6f23efc384 2023-09-29T17:05:26.637 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:05:26.637 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T17:05:26.637 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:05:26.637 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:05:26.638 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T17:05:26.638 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:05:26.638 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:05:26.638 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T17:05:26.638 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-29T17:05:26.638 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 6 2023-09-29T17:05:26.638 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:05:26.638 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T17:05:26.638 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T17:05:26.638 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:05:26.638 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T17:05:26.638 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2023-09-29T17:05:26.639 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 10 2023-09-29T17:05:26.639 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T17:05:26.639 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:05:26.874 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:26 smithi174 ceph-mon[136759]: from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:05:26.874 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:26 smithi174 ceph-mon[136759]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:05:26.874 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:26.875 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:26.875 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:26 smithi174 ceph-mon[136759]: from='client.? 172.21.15.98:0/3123433053' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:26.944 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:05:26.944 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T17:05:26.944 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T17:05:26.944 INFO:teuthology.orchestra.run.smithi098.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T17:05:26.944 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [ 2023-09-29T17:05:26.944 INFO:teuthology.orchestra.run.smithi098.stdout: "mon", 2023-09-29T17:05:26.945 INFO:teuthology.orchestra.run.smithi098.stdout: "crash", 2023-09-29T17:05:26.945 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr" 2023-09-29T17:05:26.945 INFO:teuthology.orchestra.run.smithi098.stdout: ], 2023-09-29T17:05:26.945 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "13/23 daemons upgraded", 2023-09-29T17:05:26.945 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "Currently upgrading osd daemons", 2023-09-29T17:05:26.945 INFO:teuthology.orchestra.run.smithi098.stdout: "is_paused": false 2023-09-29T17:05:26.945 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:05:27.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:26 smithi098 ceph-mon[155813]: from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:05:27.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:26 smithi098 ceph-mon[155813]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:05:27.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:27.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:27.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:26 smithi098 ceph-mon[155813]: from='client.? 172.21.15.98:0/3123433053' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:28.108 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:27 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:05:27.794+0000 7f8895b66540 -1 osd.6 96 log_to_monitors true 2023-09-29T17:05:28.108 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:27 smithi174 ceph-mon[136759]: from='client.34282 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:05:28.109 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:27 smithi174 ceph-mon[136759]: pgmap v146: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 161/1374 objects degraded (11.718%) 2023-09-29T17:05:28.109 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:27 smithi174 ceph-mon[136759]: from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:05:28.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:27 smithi098 ceph-mon[155813]: from='client.34282 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:05:28.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:27 smithi098 ceph-mon[155813]: pgmap v146: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 161/1374 objects degraded (11.718%) 2023-09-29T17:05:28.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:27 smithi098 ceph-mon[155813]: from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:05:28.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:28 smithi098 ceph-mon[155813]: from='osd.6 [v2:172.21.15.174:6816/2003425496,v1:172.21.15.174:6817/2003425496]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-29T17:05:28.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:28 smithi098 ceph-mon[155813]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-29T17:05:28.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:28 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:28.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:28 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:28.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:28 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:05:28.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:28 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:05:28.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:28 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:28.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:28 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:28.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:28 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:05:28.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:28 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:28.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:28 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:28.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:28 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:28.977 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:28 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-29T17:05:29.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:05:28 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:05:28.786+0000 7f8887146700 -1 osd.6 96 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-29T17:05:29.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:28 smithi174 ceph-mon[136759]: from='osd.6 [v2:172.21.15.174:6816/2003425496,v1:172.21.15.174:6817/2003425496]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-29T17:05:29.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:28 smithi174 ceph-mon[136759]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-29T17:05:29.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:28 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:29.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:28 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:29.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:28 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:05:29.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:28 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:05:29.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:28 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:29.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:28 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:29.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:28 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:05:29.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:28 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:29.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:28 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:29.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:28 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:29.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:28 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-29T17:05:29.305 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:05:30.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:29 smithi174 ceph-mon[136759]: pgmap v147: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 161/1374 objects degraded (11.718%) 2023-09-29T17:05:30.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:29 smithi174 ceph-mon[136759]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-29T17:05:30.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:29 smithi174 ceph-mon[136759]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-09-29T17:05:30.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:29 smithi174 ceph-mon[136759]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-29T17:05:30.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:29 smithi174 ceph-mon[136759]: osdmap e99: 8 total, 7 up, 8 in 2023-09-29T17:05:30.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:29 smithi174 ceph-mon[136759]: from='osd.6 [v2:172.21.15.174:6816/2003425496,v1:172.21.15.174:6817/2003425496]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T17:05:30.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:29 smithi174 ceph-mon[136759]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T17:05:30.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:29 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:30.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:29 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:05:30.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:29 smithi098 ceph-mon[155813]: pgmap v147: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 314 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 161/1374 objects degraded (11.718%) 2023-09-29T17:05:30.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:29 smithi098 ceph-mon[155813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-29T17:05:30.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:29 smithi098 ceph-mon[155813]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-09-29T17:05:30.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:29 smithi098 ceph-mon[155813]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-29T17:05:30.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:29 smithi098 ceph-mon[155813]: osdmap e99: 8 total, 7 up, 8 in 2023-09-29T17:05:30.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:29 smithi098 ceph-mon[155813]: from='osd.6 [v2:172.21.15.174:6816/2003425496,v1:172.21.15.174:6817/2003425496]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T17:05:30.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:29 smithi098 ceph-mon[155813]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T17:05:30.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:29 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:30.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:29 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:05:31.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:30 smithi174 ceph-mon[136759]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T17:05:31.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:30 smithi174 ceph-mon[136759]: osd.6 [v2:172.21.15.174:6816/2003425496,v1:172.21.15.174:6817/2003425496] boot 2023-09-29T17:05:31.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:30 smithi174 ceph-mon[136759]: osdmap e100: 8 total, 8 up, 8 in 2023-09-29T17:05:31.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T17:05:31.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:30 smithi174 ceph-mon[136759]: osdmap e101: 8 total, 8 up, 8 in 2023-09-29T17:05:31.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:30 smithi098 ceph-mon[155813]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T17:05:31.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:30 smithi098 ceph-mon[155813]: osd.6 [v2:172.21.15.174:6816/2003425496,v1:172.21.15.174:6817/2003425496] boot 2023-09-29T17:05:31.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:30 smithi098 ceph-mon[155813]: osdmap e100: 8 total, 8 up, 8 in 2023-09-29T17:05:31.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-29T17:05:31.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:30 smithi098 ceph-mon[155813]: osdmap e101: 8 total, 8 up, 8 in 2023-09-29T17:05:32.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:31 smithi174 ceph-mon[136759]: pgmap v150: 129 pgs: 9 peering, 19 active+undersized+degraded, 15 active+undersized, 86 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 116/1374 objects degraded (8.443%) 2023-09-29T17:05:32.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:31 smithi174 ceph-mon[136759]: Health check update: Degraded data redundancy: 116/1374 objects degraded (8.443%), 19 pgs degraded (PG_DEGRADED) 2023-09-29T17:05:32.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:31 smithi098 ceph-mon[155813]: pgmap v150: 129 pgs: 9 peering, 19 active+undersized+degraded, 15 active+undersized, 86 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 116/1374 objects degraded (8.443%) 2023-09-29T17:05:32.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:31 smithi098 ceph-mon[155813]: Health check update: Degraded data redundancy: 116/1374 objects degraded (8.443%), 19 pgs degraded (PG_DEGRADED) 2023-09-29T17:05:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:33 smithi174 ceph-mon[136759]: pgmap v152: 129 pgs: 17 peering, 8 active+undersized+degraded, 5 active+undersized, 99 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 41/1374 objects degraded (2.984%) 2023-09-29T17:05:34.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:33 smithi098 ceph-mon[155813]: pgmap v152: 129 pgs: 17 peering, 8 active+undersized+degraded, 5 active+undersized, 99 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 41/1374 objects degraded (2.984%) 2023-09-29T17:05:34.346 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:05:35.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:35 smithi174 ceph-mon[136759]: pgmap v153: 129 pgs: 17 peering, 112 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2023-09-29T17:05:35.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:35.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:35 smithi174 ceph-mon[136759]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 41/1374 objects degraded (2.984%), 8 pgs degraded) 2023-09-29T17:05:35.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:35 smithi174 ceph-mon[136759]: Cluster is now healthy 2023-09-29T17:05:35.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:35 smithi098 ceph-mon[155813]: pgmap v153: 129 pgs: 17 peering, 112 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2023-09-29T17:05:35.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:35.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:35 smithi098 ceph-mon[155813]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 41/1374 objects degraded (2.984%), 8 pgs degraded) 2023-09-29T17:05:35.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:35 smithi098 ceph-mon[155813]: Cluster is now healthy 2023-09-29T17:05:37.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:37 smithi174 ceph-mon[136759]: pgmap v154: 129 pgs: 129 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 263 B/s wr, 0 op/s 2023-09-29T17:05:37.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:37 smithi098 ceph-mon[155813]: pgmap v154: 129 pgs: 129 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 263 B/s wr, 0 op/s 2023-09-29T17:05:39.384 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:05:40.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:39 smithi174 ceph-mon[136759]: pgmap v155: 129 pgs: 129 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 233 B/s rd, 116 B/s wr, 0 op/s 2023-09-29T17:05:40.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:39 smithi098 ceph-mon[155813]: pgmap v155: 129 pgs: 129 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 233 B/s rd, 116 B/s wr, 0 op/s 2023-09-29T17:05:41.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:41 smithi174 ceph-mon[136759]: pgmap v156: 129 pgs: 129 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T17:05:42.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:41 smithi098 ceph-mon[155813]: pgmap v156: 129 pgs: 129 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T17:05:43.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:43 smithi098 ceph-mon[155813]: pgmap v157: 129 pgs: 129 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 173 B/s rd, 173 B/s wr, 0 op/s 2023-09-29T17:05:43.983 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:43 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-29T17:05:44.062 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:43 smithi174 ceph-mon[136759]: pgmap v157: 129 pgs: 129 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 173 B/s rd, 173 B/s wr, 0 op/s 2023-09-29T17:05:44.167 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:43 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-29T17:05:44.426 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:05:45.060 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:44 smithi174 ceph-mon[136759]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-29T17:05:45.071 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:44 smithi174 ceph-mon[136759]: Upgrade: osd.7 is safe to restart 2023-09-29T17:05:45.071 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:45.071 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:05:45.071 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:45.071 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:45.071 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-29T17:05:45.072 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:05:45.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:44 smithi098 ceph-mon[155813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-29T17:05:45.257 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:44 smithi098 ceph-mon[155813]: Upgrade: osd.7 is safe to restart 2023-09-29T17:05:45.257 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:45.257 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:05:45.257 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:45.258 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:45.258 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-29T17:05:45.258 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:05:46.117 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:45 smithi174 ceph-mon[136759]: pgmap v158: 129 pgs: 129 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:05:46.166 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:45 smithi174 ceph-mon[136759]: Upgrade: Updating osd.7 2023-09-29T17:05:46.166 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:45 smithi174 ceph-mon[136759]: Deploying daemon osd.7 on smithi174 2023-09-29T17:05:46.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:45 smithi098 ceph-mon[155813]: pgmap v158: 129 pgs: 129 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:05:46.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:45 smithi098 ceph-mon[155813]: Upgrade: Updating osd.7 2023-09-29T17:05:46.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:45 smithi098 ceph-mon[155813]: Deploying daemon osd.7 on smithi174 2023-09-29T17:05:46.905 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:46 smithi174 systemd[1]: Stopping Ceph osd.7 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:05:46.905 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.7[121717]: debug 2023-09-29T17:05:46.737+0000 7f9235b4e700 -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 2023-09-29T17:05:46.905 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.7[121717]: debug 2023-09-29T17:05:46.737+0000 7f9235b4e700 -1 osd.7 101 *** Got signal Terminated *** 2023-09-29T17:05:46.905 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.7[121717]: debug 2023-09-29T17:05:46.737+0000 7f9235b4e700 -1 osd.7 101 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T17:05:47.202 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:46 smithi174 bash[150120]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd.7 2023-09-29T17:05:47.770 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: pgmap v159: 129 pgs: 129 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:05:47.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.4 2023-09-29T17:05:47.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 failed (root=default,host=smithi174) (connection refused reported by osd.4) 2023-09-29T17:05:47.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.2 2023-09-29T17:05:47.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.3 2023-09-29T17:05:47.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.5 2023-09-29T17:05:47.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.0 2023-09-29T17:05:47.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.1 2023-09-29T17:05:47.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.2 2023-09-29T17:05:47.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.3 2023-09-29T17:05:47.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.6 2023-09-29T17:05:47.771 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.0 2023-09-29T17:05:47.772 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.1 2023-09-29T17:05:47.772 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.4 2023-09-29T17:05:47.772 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.5 2023-09-29T17:05:47.772 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.6 2023-09-29T17:05:47.772 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.4 2023-09-29T17:05:47.772 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.5 2023-09-29T17:05:47.772 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.6 2023-09-29T17:05:47.772 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.5 2023-09-29T17:05:47.772 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.6 2023-09-29T17:05:47.772 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.0 2023-09-29T17:05:47.773 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.1 2023-09-29T17:05:47.773 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.2 2023-09-29T17:05:47.773 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.3 2023-09-29T17:05:47.773 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.4 2023-09-29T17:05:47.773 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.0 2023-09-29T17:05:47.773 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.1 2023-09-29T17:05:47.773 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.2 2023-09-29T17:05:47.773 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.3 2023-09-29T17:05:47.774 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.5 2023-09-29T17:05:47.774 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.6 2023-09-29T17:05:47.774 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.4 2023-09-29T17:05:48.081 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.5 2023-09-29T17:05:48.081 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.6 2023-09-29T17:05:48.081 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:47 smithi174 ceph-mon[136759]: osd.7 reported immediately failed by osd.4 2023-09-29T17:05:48.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: pgmap v159: 129 pgs: 129 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:05:48.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.4 2023-09-29T17:05:48.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 failed (root=default,host=smithi174) (connection refused reported by osd.4) 2023-09-29T17:05:48.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.2 2023-09-29T17:05:48.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.3 2023-09-29T17:05:48.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.5 2023-09-29T17:05:48.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.0 2023-09-29T17:05:48.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.1 2023-09-29T17:05:48.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.2 2023-09-29T17:05:48.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.3 2023-09-29T17:05:48.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.6 2023-09-29T17:05:48.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.0 2023-09-29T17:05:48.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.1 2023-09-29T17:05:48.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.4 2023-09-29T17:05:48.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.5 2023-09-29T17:05:48.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.6 2023-09-29T17:05:48.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.4 2023-09-29T17:05:48.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.5 2023-09-29T17:05:48.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.6 2023-09-29T17:05:48.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.5 2023-09-29T17:05:48.229 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.6 2023-09-29T17:05:48.229 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.0 2023-09-29T17:05:48.229 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.1 2023-09-29T17:05:48.229 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.2 2023-09-29T17:05:48.229 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.3 2023-09-29T17:05:48.229 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.4 2023-09-29T17:05:48.229 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.0 2023-09-29T17:05:48.230 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.1 2023-09-29T17:05:48.230 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.2 2023-09-29T17:05:48.230 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.3 2023-09-29T17:05:48.230 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.5 2023-09-29T17:05:48.230 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.6 2023-09-29T17:05:48.230 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.4 2023-09-29T17:05:48.231 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.5 2023-09-29T17:05:48.231 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.6 2023-09-29T17:05:48.231 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:47 smithi098 ceph-mon[155813]: osd.7 reported immediately failed by osd.4 2023-09-29T17:05:48.365 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:48 smithi174 systemd[1]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.7.service: Succeeded. 2023-09-29T17:05:48.365 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:48 smithi174 systemd[1]: Stopped Ceph osd.7 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T17:05:48.703 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:48 smithi174 systemd[1]: Starting Ceph osd.7 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:05:48.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:48 smithi098 ceph-mon[155813]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T17:05:48.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:48 smithi098 ceph-mon[155813]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2023-09-29T17:05:48.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:48 smithi098 ceph-mon[155813]: osdmap e102: 8 total, 7 up, 8 in 2023-09-29T17:05:48.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:48 smithi098 ceph-mon[155813]: osdmap e103: 8 total, 7 up, 8 in 2023-09-29T17:05:49.030 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:48 smithi174 ceph-mon[136759]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-29T17:05:49.030 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:48 smithi174 ceph-mon[136759]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2023-09-29T17:05:49.030 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:48 smithi174 ceph-mon[136759]: osdmap e102: 8 total, 7 up, 8 in 2023-09-29T17:05:49.030 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:48 smithi174 ceph-mon[136759]: osdmap e103: 8 total, 7 up, 8 in 2023-09-29T17:05:49.453 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:49 smithi174 bash[150401]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-29T17:05:49.453 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:49 smithi174 bash[150401]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-09-29T17:05:49.453 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:49 smithi174 bash[150401]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2023-09-29T17:05:49.453 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:49 smithi174 bash[150401]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2023-09-29T17:05:49.453 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:49 smithi174 bash[150401]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2023-09-29T17:05:49.453 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:49 smithi174 bash[150401]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-09-29T17:05:49.453 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:49 smithi174 bash[150401]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-09-29T17:05:49.453 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:49 smithi174 bash[150401]: --> ceph-volume lvm activate successful for osd ID: 7 2023-09-29T17:05:49.462 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:05:49.953 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:49 smithi174 ceph-osd[150701]: -- 172.21.15.174:0/2012245185 <== mon.1 v2:172.21.15.174:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562c0b606b60 con 0x562c0b5ccc00 2023-09-29T17:05:49.953 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:49 smithi174 bash[150663]: c8a034b088d5286bcd3797755e659cde21bad69e71d00da8eb2f110af8e1c39a 2023-09-29T17:05:49.953 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:49 smithi174 systemd[1]: Started Ceph osd.7 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7. 2023-09-29T17:05:49.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:49 smithi174 ceph-mon[136759]: pgmap v161: 129 pgs: 16 stale+active+clean, 113 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T17:05:49.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:49 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:49.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:49 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:49.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:49 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:05:50.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:49 smithi098 ceph-mon[155813]: pgmap v161: 129 pgs: 16 stale+active+clean, 113 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T17:05:50.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:49 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:50.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:49 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:50.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:49 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:05:50.703 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:05:50.202+0000 7f9212051540 -1 Falling back to public interface 2023-09-29T17:05:51.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:50 smithi174 ceph-mon[136759]: Health check failed: Degraded data redundancy: 35/1374 objects degraded (2.547%), 11 pgs degraded (PG_DEGRADED) 2023-09-29T17:05:51.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:50 smithi098 ceph-mon[155813]: Health check failed: Degraded data redundancy: 35/1374 objects degraded (2.547%), 11 pgs degraded (PG_DEGRADED) 2023-09-29T17:05:51.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:51 smithi174 ceph-mon[136759]: pgmap v163: 129 pgs: 11 active+undersized+degraded, 12 stale+active+clean, 6 active+undersized, 100 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 35/1374 objects degraded (2.547%) 2023-09-29T17:05:52.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:51 smithi098 ceph-mon[155813]: pgmap v163: 129 pgs: 11 active+undersized+degraded, 12 stale+active+clean, 6 active+undersized, 100 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 35/1374 objects degraded (2.547%) 2023-09-29T17:05:53.191 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:52 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:53.191 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:52 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:53.192 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:52 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:53.192 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:52 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:53.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:52 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:53.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:52 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:53.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:52 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:53.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:52 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:54.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:53 smithi174 ceph-mon[136759]: pgmap v164: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 213/1374 objects degraded (15.502%) 2023-09-29T17:05:54.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:53 smithi098 ceph-mon[155813]: pgmap v164: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 213/1374 objects degraded (15.502%) 2023-09-29T17:05:54.501 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:05:55.702 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:05:55.330+0000 7f9212051540 -1 osd.7 101 log_to_monitors true 2023-09-29T17:05:56.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: pgmap v165: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 213/1374 objects degraded (15.502%) 2023-09-29T17:05:56.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:56.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:56.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:05:56.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:05:56.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:56.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:56.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:05:56.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:56.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:56.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:56.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:56.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:56.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-09-29T17:05:56.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-09-29T17:05:56.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-09-29T17:05:56.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-09-29T17:05:56.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-09-29T17:05:56.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-09-29T17:05:56.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-09-29T17:05:56.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-09-29T17:05:56.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-09-29T17:05:56.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-09-29T17:05:56.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-09-29T17:05:56.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-09-29T17:05:56.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-09-29T17:05:56.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-09-29T17:05:56.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-09-29T17:05:56.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-09-29T17:05:56.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2023-09-29T17:05:56.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='osd.7 [v2:172.21.15.174:6824/2423350099,v1:172.21.15.174:6825/2423350099]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-29T17:05:56.228 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:55 smithi098 ceph-mon[155813]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-29T17:05:56.453 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:05:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:05:56.215+0000 7f9203e32700 -1 osd.7 101 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-29T17:05:56.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: pgmap v165: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 314 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 213/1374 objects degraded (15.502%) 2023-09-29T17:05:56.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:56.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:56.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:05:56.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:05:56.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:56.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:56.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:05:56.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:56.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:56.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:56.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:56.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:56.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-09-29T17:05:56.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-09-29T17:05:56.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-09-29T17:05:56.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-09-29T17:05:56.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-09-29T17:05:56.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-09-29T17:05:56.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-09-29T17:05:56.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-09-29T17:05:56.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-09-29T17:05:56.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-09-29T17:05:56.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-09-29T17:05:56.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-09-29T17:05:56.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-09-29T17:05:56.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-09-29T17:05:56.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-09-29T17:05:56.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-09-29T17:05:56.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2023-09-29T17:05:56.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='osd.7 [v2:172.21.15.174:6824/2423350099,v1:172.21.15.174:6825/2423350099]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-29T17:05:56.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:55 smithi174 ceph-mon[136759]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-29T17:05:57.181 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:56 smithi098 ceph-mon[155813]: Upgrade: Setting container_image for all osd 2023-09-29T17:05:57.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:56 smithi098 ceph-mon[155813]: Upgrade: Setting require_osd_release to 17 quincy 2023-09-29T17:05:57.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:56 smithi098 ceph-mon[155813]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2023-09-29T17:05:57.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2023-09-29T17:05:57.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:56 smithi098 ceph-mon[155813]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-29T17:05:57.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:56 smithi098 ceph-mon[155813]: osdmap e104: 8 total, 7 up, 8 in 2023-09-29T17:05:57.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:56 smithi098 ceph-mon[155813]: from='osd.7 [v2:172.21.15.174:6824/2423350099,v1:172.21.15.174:6825/2423350099]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T17:05:57.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:56 smithi098 ceph-mon[155813]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T17:05:57.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi098.ygecui"]}]: dispatch 2023-09-29T17:05:57.296 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T17:05:57.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:56 smithi174 ceph-mon[136759]: Upgrade: Setting container_image for all osd 2023-09-29T17:05:57.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:56 smithi174 ceph-mon[136759]: Upgrade: Setting require_osd_release to 17 quincy 2023-09-29T17:05:57.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:56 smithi174 ceph-mon[136759]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2023-09-29T17:05:57.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2023-09-29T17:05:57.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:56 smithi174 ceph-mon[136759]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-29T17:05:57.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:56 smithi174 ceph-mon[136759]: osdmap e104: 8 total, 7 up, 8 in 2023-09-29T17:05:57.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:56 smithi174 ceph-mon[136759]: from='osd.7 [v2:172.21.15.174:6824/2423350099,v1:172.21.15.174:6825/2423350099]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T17:05:57.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:56 smithi174 ceph-mon[136759]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2023-09-29T17:05:57.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi098.ygecui"]}]: dispatch 2023-09-29T17:05:57.940 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T17:05:57.940 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (11m) 112s ago 12m 24.3M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T17:05:57.941 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (3m) 112s ago 12m 7482k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 2c386662ebbe 2023-09-29T17:05:57.941 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (3m) 6s ago 12m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 4fab0ce732e6 2023-09-29T17:05:57.941 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (11m) 112s ago 12m 41.1M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T17:05:57.941 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (9m) 112s ago 9m 16.9M - 16.2.5 6933c2a0b7dd 34f81c40f041 2023-09-29T17:05:57.941 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (9m) 6s ago 9m 39.6M - 16.2.5 6933c2a0b7dd 45f595b8d0ed 2023-09-29T17:05:57.941 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:8443,9283 running (4m) 112s ago 13m 500M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 414cb1f79b42 2023-09-29T17:05:57.941 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (4m) 6s ago 12m 442M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 5c703357ecec 2023-09-29T17:05:57.941 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (4m) 112s ago 13m 87.5M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 4adef2805929 2023-09-29T17:05:57.941 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (4m) 6s ago 12m 84.2M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b cadb6c8d5e31 2023-09-29T17:05:57.941 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 running (7m) 112s ago 7m 82.2M - 3.5 6933c2a0b7dd 3245936c6837 2023-09-29T17:05:57.941 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (7m) 6s ago 7m 80.4M - 3.5 6933c2a0b7dd 68a450073ccd 2023-09-29T17:05:57.941 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (12m) 112s ago 12m 18.4M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T17:05:57.941 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (11m) 6s ago 11m 18.1M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T17:05:57.942 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (3m) 112s ago 11m 365M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b d8258cec978a 2023-09-29T17:05:57.942 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (2m) 112s ago 11m 281M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 765240489d11 2023-09-29T17:05:57.942 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (2m) 112s ago 11m 228M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 40407a67002e 2023-09-29T17:05:57.942 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (116s) 112s ago 10m 11.0M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b de24230f9131 2023-09-29T17:05:57.942 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (88s) 6s ago 10m 369M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7a2da2c8d584 2023-09-29T17:05:57.942 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (61s) 6s ago 10m 373M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 55c0e6cb18ca 2023-09-29T17:05:57.942 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (35s) 6s ago 10m 302M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5a482ee4f144 2023-09-29T17:05:57.942 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (8s) 6s ago 10m 14.3M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b c8a034b088d5 2023-09-29T17:05:57.942 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (4m) 112s ago 12m 66.5M - 2.18.1 de242295e225 0f6f23efc384 2023-09-29T17:05:58.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:57 smithi098 ceph-mon[155813]: Upgrade: It appears safe to stop mds.foofs.smithi098.ygecui 2023-09-29T17:05:58.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:57 smithi098 ceph-mon[155813]: pgmap v167: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 213/1374 objects degraded (15.502%) 2023-09-29T17:05:58.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:57 smithi098 ceph-mon[155813]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T17:05:58.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:57 smithi098 ceph-mon[155813]: osd.7 [v2:172.21.15.174:6824/2423350099,v1:172.21.15.174:6825/2423350099] boot 2023-09-29T17:05:58.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:57 smithi098 ceph-mon[155813]: osdmap e105: 8 total, 8 up, 8 in 2023-09-29T17:05:58.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:57 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T17:05:58.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:57 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:58.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:57 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.ygecui", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T17:05:58.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:57 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:05:58.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:57 smithi098 ceph-mon[155813]: Health check update: Degraded data redundancy: 213/1374 objects degraded (15.502%), 37 pgs degraded (PG_DEGRADED) 2023-09-29T17:05:58.339 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:05:58.339 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T17:05:58.339 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:05:58.339 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:05:58.339 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T17:05:58.339 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:05:58.339 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:05:58.339 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T17:05:58.339 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 8 2023-09-29T17:05:58.340 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:05:58.340 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T17:05:58.340 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-29T17:05:58.340 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:05:58.340 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T17:05:58.340 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2, 2023-09-29T17:05:58.340 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 12 2023-09-29T17:05:58.340 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T17:05:58.340 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:05:58.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:57 smithi174 ceph-mon[136759]: Upgrade: It appears safe to stop mds.foofs.smithi098.ygecui 2023-09-29T17:05:58.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:57 smithi174 ceph-mon[136759]: pgmap v167: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 213/1374 objects degraded (15.502%) 2023-09-29T17:05:58.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:57 smithi174 ceph-mon[136759]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-29T17:05:58.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:57 smithi174 ceph-mon[136759]: osd.7 [v2:172.21.15.174:6824/2423350099,v1:172.21.15.174:6825/2423350099] boot 2023-09-29T17:05:58.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:57 smithi174 ceph-mon[136759]: osdmap e105: 8 total, 8 up, 8 in 2023-09-29T17:05:58.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:57 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-29T17:05:58.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:57 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:05:58.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:57 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.ygecui", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T17:05:58.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:57 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:05:58.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:57 smithi174 ceph-mon[136759]: Health check update: Degraded data redundancy: 213/1374 objects degraded (15.502%), 37 pgs degraded (PG_DEGRADED) 2023-09-29T17:05:58.663 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:05:58.663 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T17:05:58.663 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T17:05:58.663 INFO:teuthology.orchestra.run.smithi098.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T17:05:58.663 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [ 2023-09-29T17:05:58.663 INFO:teuthology.orchestra.run.smithi098.stdout: "mon", 2023-09-29T17:05:58.663 INFO:teuthology.orchestra.run.smithi098.stdout: "crash", 2023-09-29T17:05:58.663 INFO:teuthology.orchestra.run.smithi098.stdout: "osd", 2023-09-29T17:05:58.664 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr" 2023-09-29T17:05:58.664 INFO:teuthology.orchestra.run.smithi098.stdout: ], 2023-09-29T17:05:58.664 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "14/23 daemons upgraded", 2023-09-29T17:05:58.664 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "Currently upgrading mds daemons", 2023-09-29T17:05:58.664 INFO:teuthology.orchestra.run.smithi098.stdout: "is_paused": false 2023-09-29T17:05:58.664 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:05:59.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:58 smithi098 ceph-mon[155813]: Upgrade: Updating mds.foofs.smithi098.ygecui 2023-09-29T17:05:59.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:58 smithi098 ceph-mon[155813]: Deploying daemon mds.foofs.smithi098.ygecui on smithi098 2023-09-29T17:05:59.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:58 smithi098 ceph-mon[155813]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:05:59.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:58 smithi098 ceph-mon[155813]: from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:05:59.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:58 smithi098 ceph-mon[155813]: from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:05:59.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:58 smithi098 ceph-mon[155813]: osdmap e106: 8 total, 8 up, 8 in 2023-09-29T17:05:59.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:58 smithi098 ceph-mon[155813]: from='client.? 172.21.15.98:0/806972528' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:59.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:58 smithi098 ceph-mon[155813]: daemon mds.foofs.smithi098.ygecui compat changed unexpectedly 2023-09-29T17:05:59.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:58 smithi098 ceph-mon[155813]: osdmap e107: 8 total, 8 up, 8 in 2023-09-29T17:05:59.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:58 smithi174 ceph-mon[136759]: Upgrade: Updating mds.foofs.smithi098.ygecui 2023-09-29T17:05:59.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:58 smithi174 ceph-mon[136759]: Deploying daemon mds.foofs.smithi098.ygecui on smithi098 2023-09-29T17:05:59.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:58 smithi174 ceph-mon[136759]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:05:59.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:58 smithi174 ceph-mon[136759]: from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:05:59.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:58 smithi174 ceph-mon[136759]: from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:05:59.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:58 smithi174 ceph-mon[136759]: osdmap e106: 8 total, 8 up, 8 in 2023-09-29T17:05:59.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:58 smithi174 ceph-mon[136759]: from='client.? 172.21.15.98:0/806972528' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:05:59.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:58 smithi174 ceph-mon[136759]: daemon mds.foofs.smithi098.ygecui compat changed unexpectedly 2023-09-29T17:05:59.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:58 smithi174 ceph-mon[136759]: osdmap e107: 8 total, 8 up, 8 in 2023-09-29T17:05:59.538 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:06:00.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:59 smithi174 ceph-mon[136759]: pgmap v171: 129 pgs: 16 peering, 28 active+undersized+degraded, 12 active+undersized, 73 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 159/1374 objects degraded (11.572%) 2023-09-29T17:06:00.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:59 smithi174 ceph-mon[136759]: from='client.34312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:06:00.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:59 smithi174 ceph-mon[136759]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-09-29T17:06:00.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:59 smithi174 ceph-mon[136759]: fsmap foofs:1 {0=foofs.smithi174.udpasg=up:active} 2023-09-29T17:06:00.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:00.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:05:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:06:00.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:59 smithi098 ceph-mon[155813]: pgmap v171: 129 pgs: 16 peering, 28 active+undersized+degraded, 12 active+undersized, 73 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 159/1374 objects degraded (11.572%) 2023-09-29T17:06:00.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:59 smithi098 ceph-mon[155813]: from='client.34312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:06:00.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:59 smithi098 ceph-mon[155813]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-09-29T17:06:00.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:59 smithi098 ceph-mon[155813]: fsmap foofs:1 {0=foofs.smithi174.udpasg=up:active} 2023-09-29T17:06:00.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:00.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:05:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:06:01.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:00 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.ygecui"}]: dispatch 2023-09-29T17:06:01.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:00 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.ygecui"}]: dispatch 2023-09-29T17:06:02.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:01 smithi098 ceph-mon[155813]: pgmap v172: 129 pgs: 16 peering, 19 active+undersized+degraded, 8 active+undersized, 86 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 234 B/s rd, 234 B/s wr, 0 op/s; 129/1374 objects degraded (9.389%) 2023-09-29T17:06:02.452 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:01 smithi174 ceph-mon[136759]: pgmap v172: 129 pgs: 16 peering, 19 active+undersized+degraded, 8 active+undersized, 86 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 234 B/s rd, 234 B/s wr, 0 op/s; 129/1374 objects degraded (9.389%) 2023-09-29T17:06:03.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:02 smithi098 ceph-mon[155813]: Health check update: Degraded data redundancy: 129/1374 objects degraded (9.389%), 19 pgs degraded (PG_DEGRADED) 2023-09-29T17:06:03.452 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:02 smithi174 ceph-mon[136759]: Health check update: Degraded data redundancy: 129/1374 objects degraded (9.389%), 19 pgs degraded (PG_DEGRADED) 2023-09-29T17:06:04.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:03 smithi174 ceph-mon[136759]: pgmap v173: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:06:04.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:03 smithi174 ceph-mon[136759]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 129/1374 objects degraded (9.389%), 19 pgs degraded) 2023-09-29T17:06:04.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:03 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:04.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:03 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:04.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:03 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:06:04.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:03 smithi098 ceph-mon[155813]: pgmap v173: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:06:04.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:03 smithi098 ceph-mon[155813]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 129/1374 objects degraded (9.389%), 19 pgs degraded) 2023-09-29T17:06:04.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:03 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:04.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:03 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:04.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:03 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:06:04.574 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:06:05.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:04 smithi174 ceph-mon[136759]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-09-29T17:06:05.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:04 smithi174 ceph-mon[136759]: Cluster is now healthy 2023-09-29T17:06:05.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:04 smithi174 ceph-mon[136759]: mds.? [v2:172.21.15.98:6834/2311070490,v1:172.21.15.98:6835/2311070490] up:boot 2023-09-29T17:06:05.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:04 smithi174 ceph-mon[136759]: fsmap foofs:1 {0=foofs.smithi174.udpasg=up:active} 1 up:standby 2023-09-29T17:06:05.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:04 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.ygecui"}]: dispatch 2023-09-29T17:06:05.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:04 smithi098 ceph-mon[155813]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-09-29T17:06:05.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:04 smithi098 ceph-mon[155813]: Cluster is now healthy 2023-09-29T17:06:05.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:04 smithi098 ceph-mon[155813]: mds.? [v2:172.21.15.98:6834/2311070490,v1:172.21.15.98:6835/2311070490] up:boot 2023-09-29T17:06:05.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:04 smithi098 ceph-mon[155813]: fsmap foofs:1 {0=foofs.smithi174.udpasg=up:active} 1 up:standby 2023-09-29T17:06:05.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:04 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.ygecui"}]: dispatch 2023-09-29T17:06:06.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:05 smithi098 ceph-mon[155813]: pgmap v174: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 278 B/s rd, 278 B/s wr, 0 op/s 2023-09-29T17:06:06.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:05 smithi174 ceph-mon[136759]: pgmap v174: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 278 B/s rd, 278 B/s wr, 0 op/s 2023-09-29T17:06:08.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:07 smithi098 ceph-mon[155813]: pgmap v175: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 122 B/s rd, 244 B/s wr, 0 op/s 2023-09-29T17:06:08.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:07 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:08.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:07 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:08.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:07 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:08.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:07 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:08.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:07 smithi174 ceph-mon[136759]: pgmap v175: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 122 B/s rd, 244 B/s wr, 0 op/s 2023-09-29T17:06:08.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:07 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:08.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:07 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:08.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:07 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:08.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:07 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:09.617 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:06:10.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:09 smithi174 ceph-mon[136759]: pgmap v176: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 202 B/s rd, 202 B/s wr, 0 op/s 2023-09-29T17:06:10.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:09 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:10.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:09 smithi098 ceph-mon[155813]: pgmap v176: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 202 B/s rd, 202 B/s wr, 0 op/s 2023-09-29T17:06:10.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:09 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:10.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:10 smithi174 ceph-mon[136759]: Detected new or changed devices on smithi098 2023-09-29T17:06:10.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:10 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:10.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:10 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:10.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:10 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:06:10.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:10 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:06:10.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:10 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:10.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:10 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:10.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:10 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:06:10.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:10 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:10.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:10 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:10.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:10 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:10.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:10 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:10.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:10 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi174.udpasg"]}]: dispatch 2023-09-29T17:06:10.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:10 smithi174 ceph-mon[136759]: Upgrade: It appears safe to stop mds.foofs.smithi174.udpasg 2023-09-29T17:06:11.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:10 smithi098 ceph-mon[155813]: Detected new or changed devices on smithi098 2023-09-29T17:06:11.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:10 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:10 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:10 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:06:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:10 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:06:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:10 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:10 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:10 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:06:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:10 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:10 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:10 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:10 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:10 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi174.udpasg"]}]: dispatch 2023-09-29T17:06:11.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:10 smithi098 ceph-mon[155813]: Upgrade: It appears safe to stop mds.foofs.smithi174.udpasg 2023-09-29T17:06:11.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:11 smithi174 ceph-mon[136759]: pgmap v177: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:06:11.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:11 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:11.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:11 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi174.udpasg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T17:06:11.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:11 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:06:12.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:11 smithi098 ceph-mon[155813]: pgmap v177: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-29T17:06:12.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:11 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:12.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:11 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi174.udpasg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-29T17:06:12.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:11 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:06:13.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:06:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:06:12.752+0000 7f91efe0a700 -1 bdev(0x562c0c3cc400 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 4 2023-09-29T17:06:13.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:06:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:06:12.752+0000 7f91ec603700 -1 bdev(0x562c0c3cc400 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 5 2023-09-29T17:06:13.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:06:12 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:06:12.754+0000 7f91eb601700 -1 bdev(0x562c0c3cc400 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 9 2023-09-29T17:06:13.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:12 smithi174 ceph-mon[136759]: Upgrade: Updating mds.foofs.smithi174.udpasg 2023-09-29T17:06:13.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:12 smithi174 ceph-mon[136759]: Deploying daemon mds.foofs.smithi174.udpasg on smithi174 2023-09-29T17:06:13.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:12 smithi174 ceph-mon[136759]: daemon mds.foofs.smithi174.udpasg compat changed unexpectedly 2023-09-29T17:06:13.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:12 smithi174 ceph-mon[136759]: osdmap e108: 8 total, 8 up, 8 in 2023-09-29T17:06:13.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:12 smithi174 ceph-mon[136759]: Standby daemon mds.foofs.smithi098.ygecui assigned to filesystem foofs as rank 0 2023-09-29T17:06:13.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:12 smithi174 ceph-mon[136759]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-09-29T17:06:13.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:12 smithi174 ceph-mon[136759]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-09-29T17:06:13.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:12 smithi174 ceph-mon[136759]: fsmap foofs:1/1 {0=foofs.smithi098.ygecui=up:replay} 2023-09-29T17:06:13.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:12 smithi098 ceph-mon[155813]: Upgrade: Updating mds.foofs.smithi174.udpasg 2023-09-29T17:06:13.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:12 smithi098 ceph-mon[155813]: Deploying daemon mds.foofs.smithi174.udpasg on smithi174 2023-09-29T17:06:13.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:12 smithi098 ceph-mon[155813]: daemon mds.foofs.smithi174.udpasg compat changed unexpectedly 2023-09-29T17:06:13.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:12 smithi098 ceph-mon[155813]: osdmap e108: 8 total, 8 up, 8 in 2023-09-29T17:06:13.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:12 smithi098 ceph-mon[155813]: Standby daemon mds.foofs.smithi098.ygecui assigned to filesystem foofs as rank 0 2023-09-29T17:06:13.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:12 smithi098 ceph-mon[155813]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-09-29T17:06:13.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:12 smithi098 ceph-mon[155813]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-09-29T17:06:13.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:12 smithi098 ceph-mon[155813]: fsmap foofs:1/1 {0=foofs.smithi098.ygecui=up:replay} 2023-09-29T17:06:14.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:13 smithi174 ceph-mon[136759]: pgmap v179: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T17:06:14.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:13 smithi098 ceph-mon[155813]: pgmap v179: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-29T17:06:14.666 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:06:15.452 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:15 smithi174 ceph-mon[136759]: mds.? [v2:172.21.15.98:6834/2311070490,v1:172.21.15.98:6835/2311070490] up:reconnect 2023-09-29T17:06:15.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:15 smithi174 ceph-mon[136759]: fsmap foofs:1/1 {0=foofs.smithi098.ygecui=up:reconnect} 2023-09-29T17:06:15.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:15 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:15.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:15 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:06:15.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:15 smithi174 ceph-mon[136759]: pgmap v180: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.8 MiB/s rd, 204 B/s wr, 2 op/s 2023-09-29T17:06:15.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:15 smithi098 ceph-mon[155813]: mds.? [v2:172.21.15.98:6834/2311070490,v1:172.21.15.98:6835/2311070490] up:reconnect 2023-09-29T17:06:15.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:15 smithi098 ceph-mon[155813]: fsmap foofs:1/1 {0=foofs.smithi098.ygecui=up:reconnect} 2023-09-29T17:06:15.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:15 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:15.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:15 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:06:15.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:15 smithi098 ceph-mon[155813]: pgmap v180: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.8 MiB/s rd, 204 B/s wr, 2 op/s 2023-09-29T17:06:16.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:16 smithi174 ceph-mon[136759]: mds.? [v2:172.21.15.98:6834/2311070490,v1:172.21.15.98:6835/2311070490] up:rejoin 2023-09-29T17:06:16.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:16 smithi174 ceph-mon[136759]: fsmap foofs:1/1 {0=foofs.smithi098.ygecui=up:rejoin} 2023-09-29T17:06:16.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:16 smithi174 ceph-mon[136759]: daemon mds.foofs.smithi098.ygecui is now active in filesystem foofs as rank 0 2023-09-29T17:06:16.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:16 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi174.udpasg"}]: dispatch 2023-09-29T17:06:16.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:16 smithi098 ceph-mon[155813]: mds.? [v2:172.21.15.98:6834/2311070490,v1:172.21.15.98:6835/2311070490] up:rejoin 2023-09-29T17:06:16.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:16 smithi098 ceph-mon[155813]: fsmap foofs:1/1 {0=foofs.smithi098.ygecui=up:rejoin} 2023-09-29T17:06:16.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:16 smithi098 ceph-mon[155813]: daemon mds.foofs.smithi098.ygecui is now active in filesystem foofs as rank 0 2023-09-29T17:06:16.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:16 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi174.udpasg"}]: dispatch 2023-09-29T17:06:17.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:17 smithi174 ceph-mon[136759]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-09-29T17:06:17.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:17 smithi174 ceph-mon[136759]: mds.? [v2:172.21.15.98:6834/2311070490,v1:172.21.15.98:6835/2311070490] up:active 2023-09-29T17:06:17.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:17 smithi174 ceph-mon[136759]: fsmap foofs:1 {0=foofs.smithi098.ygecui=up:active} 2023-09-29T17:06:17.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:17 smithi174 ceph-mon[136759]: pgmap v181: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 204 B/s wr, 6 op/s 2023-09-29T17:06:17.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:17 smithi098 ceph-mon[155813]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-09-29T17:06:17.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:17 smithi098 ceph-mon[155813]: mds.? [v2:172.21.15.98:6834/2311070490,v1:172.21.15.98:6835/2311070490] up:active 2023-09-29T17:06:17.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:17 smithi098 ceph-mon[155813]: fsmap foofs:1 {0=foofs.smithi098.ygecui=up:active} 2023-09-29T17:06:17.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:17 smithi098 ceph-mon[155813]: pgmap v181: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 204 B/s wr, 6 op/s 2023-09-29T17:06:19.702 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:06:20.118 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:19 smithi174 ceph-mon[136759]: pgmap v182: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 8 op/s 2023-09-29T17:06:20.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:19 smithi098 ceph-mon[155813]: pgmap v182: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 8 op/s 2023-09-29T17:06:22.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:21 smithi174 ceph-mon[136759]: pgmap v183: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 7.8 KiB/s wr, 14 op/s 2023-09-29T17:06:22.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:22.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:22.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:06:22.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:21 smithi174 ceph-mon[136759]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-09-29T17:06:22.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:21 smithi174 ceph-mon[136759]: Cluster is now healthy 2023-09-29T17:06:22.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:21 smithi174 ceph-mon[136759]: mds.? [v2:172.21.15.174:6832/466882415,v1:172.21.15.174:6833/466882415] up:boot 2023-09-29T17:06:22.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:21 smithi174 ceph-mon[136759]: fsmap foofs:1 {0=foofs.smithi098.ygecui=up:active} 1 up:standby 2023-09-29T17:06:22.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi174.udpasg"}]: dispatch 2023-09-29T17:06:22.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:21 smithi098 ceph-mon[155813]: pgmap v183: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 7.8 KiB/s wr, 14 op/s 2023-09-29T17:06:22.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:22.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:22.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:06:22.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:21 smithi098 ceph-mon[155813]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-09-29T17:06:22.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:21 smithi098 ceph-mon[155813]: Cluster is now healthy 2023-09-29T17:06:22.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:21 smithi098 ceph-mon[155813]: mds.? [v2:172.21.15.174:6832/466882415,v1:172.21.15.174:6833/466882415] up:boot 2023-09-29T17:06:22.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:21 smithi098 ceph-mon[155813]: fsmap foofs:1 {0=foofs.smithi098.ygecui=up:active} 1 up:standby 2023-09-29T17:06:22.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi174.udpasg"}]: dispatch 2023-09-29T17:06:23.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:23 smithi174 ceph-mon[136759]: pgmap v184: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 7.5 KiB/s wr, 13 op/s 2023-09-29T17:06:23.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:23 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:23.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:23 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:23.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:23 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:23.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:23 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:23.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:23 smithi098 ceph-mon[155813]: pgmap v184: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 7.5 KiB/s wr, 13 op/s 2023-09-29T17:06:23.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:23 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:23.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:23 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:23.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:23 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:23.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:23 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:24.742 INFO:teuthology.orchestra.run.smithi098.stderr:mount.nfs: mounting smithi098:/fake failed, reason given by server: No such file or directory 2023-09-29T17:06:25.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:25 smithi174 ceph-mon[136759]: pgmap v185: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 6.6 KiB/s wr, 11 op/s 2023-09-29T17:06:25.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:25 smithi098 ceph-mon[155813]: pgmap v185: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 6.6 KiB/s wr, 11 op/s 2023-09-29T17:06:26.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: Detected new or changed devices on smithi174 2023-09-29T17:06:26.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:26.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:26.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:06:26.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:06:26.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:26.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:26.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:06:26.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:26.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:26.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:26.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:26.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:26.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: Upgrade: Setting container_image for all mds 2023-09-29T17:06:26.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:26.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi098.ygecui"}]: dispatch 2023-09-29T17:06:26.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi098.ygecui"}]': finished 2023-09-29T17:06:26.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi174.udpasg"}]: dispatch 2023-09-29T17:06:26.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi174.udpasg"}]': finished 2023-09-29T17:06:26.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:26.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: Upgrade: Setting container_image for all rgw 2023-09-29T17:06:26.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:26.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:26.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: Upgrade: Setting container_image for all rbd-mirror 2023-09-29T17:06:26.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:26.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:26.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:26.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: Upgrade: Setting container_image for all iscsi 2023-09-29T17:06:26.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:26 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:27.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: Detected new or changed devices on smithi174 2023-09-29T17:06:27.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:27.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:27.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:06:27.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:06:27.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:27.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:27.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:06:27.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:27.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:27.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:27.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:27.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:27.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: Upgrade: Setting container_image for all mds 2023-09-29T17:06:27.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:27.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi098.ygecui"}]: dispatch 2023-09-29T17:06:27.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi098.ygecui"}]': finished 2023-09-29T17:06:27.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi174.udpasg"}]: dispatch 2023-09-29T17:06:27.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi174.udpasg"}]': finished 2023-09-29T17:06:27.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:27.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: Upgrade: Setting container_image for all rgw 2023-09-29T17:06:27.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:27.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:27.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: Upgrade: Setting container_image for all rbd-mirror 2023-09-29T17:06:27.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:27.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:27.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:27.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: Upgrade: Setting container_image for all iscsi 2023-09-29T17:06:27.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:26 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:28.104 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:27 smithi098 ceph-mon[155813]: pgmap v186: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 6.5 KiB/s wr, 10 op/s 2023-09-29T17:06:28.104 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:27 smithi098 ceph-mon[155813]: Upgrade: Updating nfs.foo.0.1.smithi098.oceskk (1/2) 2023-09-29T17:06:28.105 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:27 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:28.105 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:27 smithi098 ceph-mon[155813]: Creating key for client.nfs.foo.0.1.smithi098.oceskk 2023-09-29T17:06:28.105 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:27 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi098.oceskk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T17:06:28.105 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:27 smithi098 ceph-mon[155813]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-29T17:06:28.105 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:27 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T17:06:28.105 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:27 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-29T17:06:28.105 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:27 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:06:28.105 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:27 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T17:06:28.105 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:27 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T17:06:28.105 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:27 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi098.oceskk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T17:06:28.105 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:27 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:06:28.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:27 smithi174 ceph-mon[136759]: pgmap v186: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 6.5 KiB/s wr, 10 op/s 2023-09-29T17:06:28.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:27 smithi174 ceph-mon[136759]: Upgrade: Updating nfs.foo.0.1.smithi098.oceskk (1/2) 2023-09-29T17:06:28.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:27 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:28.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:27 smithi174 ceph-mon[136759]: Creating key for client.nfs.foo.0.1.smithi098.oceskk 2023-09-29T17:06:28.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:27 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi098.oceskk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T17:06:28.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:27 smithi174 ceph-mon[136759]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-29T17:06:28.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:27 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T17:06:28.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:27 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-29T17:06:28.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:27 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:06:28.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:27 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T17:06:28.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:27 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T17:06:28.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:27 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi098.oceskk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T17:06:28.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:27 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:06:29.021 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T17:06:29.171 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:28 smithi098 ceph-mon[155813]: Rados config object exists: conf-nfs.foo 2023-09-29T17:06:29.172 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:28 smithi098 ceph-mon[155813]: Creating key for client.nfs.foo.0.1.smithi098.oceskk-rgw 2023-09-29T17:06:29.172 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:28 smithi098 ceph-mon[155813]: Bind address in nfs.foo.0.1.smithi098.oceskk's ganesha conf is defaulting to empty 2023-09-29T17:06:29.172 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:28 smithi098 ceph-mon[155813]: Deploying daemon nfs.foo.0.1.smithi098.oceskk on smithi098 2023-09-29T17:06:29.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:28 smithi174 ceph-mon[136759]: Rados config object exists: conf-nfs.foo 2023-09-29T17:06:29.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:28 smithi174 ceph-mon[136759]: Creating key for client.nfs.foo.0.1.smithi098.oceskk-rgw 2023-09-29T17:06:29.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:28 smithi174 ceph-mon[136759]: Bind address in nfs.foo.0.1.smithi098.oceskk's ganesha conf is defaulting to empty 2023-09-29T17:06:29.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:28 smithi174 ceph-mon[136759]: Deploying daemon nfs.foo.0.1.smithi098.oceskk on smithi098 2023-09-29T17:06:29.667 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T17:06:29.668 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (12m) 22s ago 13m 24.3M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T17:06:29.668 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (4m) 22s ago 13m 7482k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 2c386662ebbe 2023-09-29T17:06:29.668 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (4m) 6s ago 12m 7440k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 4fab0ce732e6 2023-09-29T17:06:29.668 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (12m) 22s ago 12m 41.1M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T17:06:29.668 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (26s) 22s ago 9m 11.9M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 0390b05c8b74 2023-09-29T17:06:29.668 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (9s) 6s ago 9m 11.9M - 17.2.6-1144-ga552a72f 294e5d7ccd3b af5fc3eee30b 2023-09-29T17:06:29.668 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:8443,9283 running (5m) 22s ago 14m 510M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 414cb1f79b42 2023-09-29T17:06:29.668 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (5m) 6s ago 12m 442M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 5c703357ecec 2023-09-29T17:06:29.668 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (4m) 22s ago 14m 100M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 4adef2805929 2023-09-29T17:06:29.668 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (4m) 6s ago 12m 74.5M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b cadb6c8d5e31 2023-09-29T17:06:29.669 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 starting - - - - 2023-09-29T17:06:29.669 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (7m) 6s ago 7m 80.4M - 3.5 6933c2a0b7dd 68a450073ccd 2023-09-29T17:06:29.669 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (12m) 22s ago 12m 18.4M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T17:06:29.669 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (12m) 6s ago 12m 18.1M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T17:06:29.669 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (3m) 22s ago 12m 396M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b d8258cec978a 2023-09-29T17:06:29.669 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (3m) 22s ago 11m 313M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 765240489d11 2023-09-29T17:06:29.669 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (2m) 22s ago 11m 252M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 40407a67002e 2023-09-29T17:06:29.669 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (2m) 22s ago 11m 327M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b de24230f9131 2023-09-29T17:06:29.669 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (2m) 6s ago 11m 377M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7a2da2c8d584 2023-09-29T17:06:29.669 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (93s) 6s ago 10m 383M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 55c0e6cb18ca 2023-09-29T17:06:29.669 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (66s) 6s ago 10m 311M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5a482ee4f144 2023-09-29T17:06:29.669 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (40s) 6s ago 10m 441M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b c8a034b088d5 2023-09-29T17:06:29.670 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (5m) 22s ago 12m 67.9M - 2.18.1 de242295e225 0f6f23efc384 2023-09-29T17:06:30.036 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:06:30.037 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T17:06:30.037 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:06:30.037 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:06:30.037 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T17:06:30.037 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:06:30.037 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:06:30.037 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T17:06:30.037 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 8 2023-09-29T17:06:30.037 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:06:30.037 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T17:06:30.037 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:06:30.038 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:06:30.038 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T17:06:30.038 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 14 2023-09-29T17:06:30.038 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T17:06:30.038 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:06:30.165 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:29 smithi174 ceph-mon[136759]: pgmap v187: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 4.7 MiB/s rd, 6.5 KiB/s wr, 7 op/s 2023-09-29T17:06:30.165 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:29 smithi174 ceph-mon[136759]: from='client.34330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:06:30.165 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:29 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:30.165 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:29 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:30.165 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:29 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:30.165 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:29 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:06:30.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:29 smithi098 ceph-mon[155813]: pgmap v187: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 4.7 MiB/s rd, 6.5 KiB/s wr, 7 op/s 2023-09-29T17:06:30.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:29 smithi098 ceph-mon[155813]: from='client.34330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:06:30.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:29 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:30.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:29 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:30.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:29 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:30.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:29 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:06:30.348 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:06:30.348 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T17:06:30.348 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T17:06:30.348 INFO:teuthology.orchestra.run.smithi098.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T17:06:30.348 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [ 2023-09-29T17:06:30.348 INFO:teuthology.orchestra.run.smithi098.stdout: "mon", 2023-09-29T17:06:30.348 INFO:teuthology.orchestra.run.smithi098.stdout: "osd", 2023-09-29T17:06:30.348 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr", 2023-09-29T17:06:30.349 INFO:teuthology.orchestra.run.smithi098.stdout: "mds", 2023-09-29T17:06:30.349 INFO:teuthology.orchestra.run.smithi098.stdout: "crash" 2023-09-29T17:06:30.349 INFO:teuthology.orchestra.run.smithi098.stdout: ], 2023-09-29T17:06:30.349 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "16/23 daemons upgraded", 2023-09-29T17:06:30.349 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "Currently upgrading nfs daemons", 2023-09-29T17:06:30.349 INFO:teuthology.orchestra.run.smithi098.stdout: "is_paused": false 2023-09-29T17:06:30.349 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:06:31.190 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:30 smithi174 ceph-mon[136759]: from='client.34334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:06:31.190 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:30 smithi174 ceph-mon[136759]: from='client.34346 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:06:31.190 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:30 smithi174 ceph-mon[136759]: from='client.? 172.21.15.98:0/3044606554' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:31.190 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:31.190 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi174.xjpwho", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T17:06:31.190 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T17:06:31.190 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-29T17:06:31.190 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:06:31.190 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T17:06:31.191 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T17:06:31.191 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi174.xjpwho-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T17:06:31.191 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:30 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:06:31.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:30 smithi098 ceph-mon[155813]: from='client.34334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:06:31.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:30 smithi098 ceph-mon[155813]: from='client.34346 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:06:31.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:30 smithi098 ceph-mon[155813]: from='client.? 172.21.15.98:0/3044606554' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:31.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:31.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi174.xjpwho", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-29T17:06:31.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-29T17:06:31.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-29T17:06:31.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:06:31.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-29T17:06:31.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-29T17:06:31.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi174.xjpwho-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-29T17:06:31.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:30 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:06:32.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:31 smithi174 ceph-mon[136759]: from='client.34354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:06:32.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:31 smithi174 ceph-mon[136759]: Upgrade: Updating nfs.foo.1.1.smithi174.xjpwho (2/2) 2023-09-29T17:06:32.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:31 smithi174 ceph-mon[136759]: Creating key for client.nfs.foo.1.1.smithi174.xjpwho 2023-09-29T17:06:32.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:31 smithi174 ceph-mon[136759]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-29T17:06:32.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:31 smithi174 ceph-mon[136759]: Rados config object exists: conf-nfs.foo 2023-09-29T17:06:32.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:31 smithi174 ceph-mon[136759]: Creating key for client.nfs.foo.1.1.smithi174.xjpwho-rgw 2023-09-29T17:06:32.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:31 smithi174 ceph-mon[136759]: Bind address in nfs.foo.1.1.smithi174.xjpwho's ganesha conf is defaulting to empty 2023-09-29T17:06:32.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:31 smithi174 ceph-mon[136759]: Deploying daemon nfs.foo.1.1.smithi174.xjpwho on smithi174 2023-09-29T17:06:32.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:31 smithi174 ceph-mon[136759]: pgmap v188: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 2.4 KiB/s rd, 7.2 KiB/s wr, 6 op/s 2023-09-29T17:06:32.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:31 smithi098 ceph-mon[155813]: from='client.34354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:06:32.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:31 smithi098 ceph-mon[155813]: Upgrade: Updating nfs.foo.1.1.smithi174.xjpwho (2/2) 2023-09-29T17:06:32.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:31 smithi098 ceph-mon[155813]: Creating key for client.nfs.foo.1.1.smithi174.xjpwho 2023-09-29T17:06:32.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:31 smithi098 ceph-mon[155813]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-29T17:06:32.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:31 smithi098 ceph-mon[155813]: Rados config object exists: conf-nfs.foo 2023-09-29T17:06:32.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:31 smithi098 ceph-mon[155813]: Creating key for client.nfs.foo.1.1.smithi174.xjpwho-rgw 2023-09-29T17:06:32.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:31 smithi098 ceph-mon[155813]: Bind address in nfs.foo.1.1.smithi174.xjpwho's ganesha conf is defaulting to empty 2023-09-29T17:06:32.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:31 smithi098 ceph-mon[155813]: Deploying daemon nfs.foo.1.1.smithi174.xjpwho on smithi174 2023-09-29T17:06:32.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:31 smithi098 ceph-mon[155813]: pgmap v188: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 2.4 KiB/s rd, 7.2 KiB/s wr, 6 op/s 2023-09-29T17:06:32.805 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-09-29T17:06:32.873 INFO:teuthology.orchestra.run.smithi098.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-09-29T17:06:32.873 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T17:06:32.873 INFO:teuthology.orchestra.run.smithi098.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-09-29T17:06:32.873 INFO:teuthology.orchestra.run.smithi098.stdout:3 of 5 processes prepared for launch 0 sec 2023-09-29T17:06:32.974 INFO:teuthology.orchestra.run.smithi098.stdout:5 of 5 processes prepared for launch 0 sec 2023-09-29T17:06:32.974 INFO:teuthology.orchestra.run.smithi098.stdout:releasing clients 2023-09-29T17:06:33.974 INFO:teuthology.orchestra.run.smithi098.stdout: 0 1 0.00 MB/sec warmup 1 sec latency 999.917 ms 2023-09-29T17:06:34.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:33 smithi174 ceph-mon[136759]: pgmap v189: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.9 KiB/s wr, 5 op/s 2023-09-29T17:06:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:33 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:33 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:33 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:06:34.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:33 smithi098 ceph-mon[155813]: pgmap v189: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.9 KiB/s wr, 5 op/s 2023-09-29T17:06:34.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:33 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:34.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:33 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:34.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:33 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:06:34.974 INFO:teuthology.orchestra.run.smithi098.stdout: 0 1 0.00 MB/sec warmup 2 sec latency 1999.967 ms 2023-09-29T17:06:35.974 INFO:teuthology.orchestra.run.smithi098.stdout: 0 1 0.00 MB/sec warmup 3 sec latency 3000.002 ms 2023-09-29T17:06:36.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:35 smithi174 ceph-mon[136759]: pgmap v190: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 2.0 KiB/s wr, 6 op/s 2023-09-29T17:06:36.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:36.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:36.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:35 smithi098 ceph-mon[155813]: pgmap v190: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 2.0 KiB/s wr, 6 op/s 2023-09-29T17:06:36.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:36.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:36.974 INFO:teuthology.orchestra.run.smithi098.stdout: 0 1 0.00 MB/sec warmup 4 sec latency 4000.076 ms 2023-09-29T17:06:37.319 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:37 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:37.319 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:37 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:37.319 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:37 smithi098 ceph-mon[155813]: pgmap v191: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 2.7 KiB/s wr, 8 op/s 2023-09-29T17:06:37.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:37 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:37.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:37 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:37.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:37 smithi174 ceph-mon[136759]: pgmap v191: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 2.7 KiB/s wr, 8 op/s 2023-09-29T17:06:37.974 INFO:teuthology.orchestra.run.smithi098.stdout: 0 1 0.00 MB/sec warmup 5 sec latency 5000.123 ms 2023-09-29T17:06:38.396 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:38 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:38.396 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:38 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:38.397 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:38 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:38.397 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:38 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:38.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:38 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:38.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:38 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:38.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:38 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:38.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:38 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:38.974 INFO:teuthology.orchestra.run.smithi098.stdout: 0 1 0.00 MB/sec warmup 6 sec latency 6000.191 ms 2023-09-29T17:06:39.718 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:39 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:39.718 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:39 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:39.718 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:39 smithi098 ceph-mon[155813]: pgmap v192: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 3.2 KiB/s wr, 12 op/s 2023-09-29T17:06:39.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:39 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:39.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:39 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:39.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:39 smithi174 ceph-mon[136759]: pgmap v192: 129 pgs: 129 active+clean; 314 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 3.2 KiB/s wr, 12 op/s 2023-09-29T17:06:39.974 INFO:teuthology.orchestra.run.smithi098.stdout: 3 70 2.13 MB/sec warmup 7 sec latency 7000.217 ms 2023-09-29T17:06:41.777 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:41 smithi098 ceph-mon[155813]: pgmap v193: 129 pgs: 129 active+clean; 316 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 256 KiB/s wr, 26 op/s 2023-09-29T17:06:41.777 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:41 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:41.777 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:41 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:41.777 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:41 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:06:41.777 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:41 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:06:41.778 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:41 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:41.778 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:41 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:41.778 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:41 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:06:41.778 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:41 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:41.778 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:41 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:41.778 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:41 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:41.778 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:41 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:41.778 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:41 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:41.778 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:41 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:41.778 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:41 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:41.779 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:41 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:41.779 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:41 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:41.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:41 smithi174 ceph-mon[136759]: pgmap v193: 129 pgs: 129 active+clean; 316 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 256 KiB/s wr, 26 op/s 2023-09-29T17:06:41.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:41 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:41.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:41 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:41.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:41 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:06:41.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:41 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:06:41.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:41 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:41.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:41 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:41.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:41 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:06:41.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:41 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:41.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:41 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:41.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:41 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:41.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:41 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:41.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:41 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:41.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:41 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:41.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:41 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:41.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:41 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:41.954 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:41 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:41.979 INFO:teuthology.orchestra.run.smithi098.stdout: 5 458 24.71 MB/sec execute 1 sec latency 125.086 ms 2023-09-29T17:06:42.807 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:42 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:42.808 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:42 smithi098 ceph-mon[155813]: Upgrade: Setting container_image for all nfs 2023-09-29T17:06:42.808 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:42 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:42.808 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:42 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi098.oceskk"}]: dispatch 2023-09-29T17:06:42.808 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:42 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi098.oceskk"}]': finished 2023-09-29T17:06:42.808 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:42 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi174.xjpwho"}]: dispatch 2023-09-29T17:06:42.808 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:42 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi174.xjpwho"}]': finished 2023-09-29T17:06:42.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:42 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:06:42.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:42 smithi174 ceph-mon[136759]: Upgrade: Setting container_image for all nfs 2023-09-29T17:06:42.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:42 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:06:42.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:42 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi098.oceskk"}]: dispatch 2023-09-29T17:06:42.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:42 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi098.oceskk"}]': finished 2023-09-29T17:06:42.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:42 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi174.xjpwho"}]: dispatch 2023-09-29T17:06:42.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:42 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi174.xjpwho"}]': finished 2023-09-29T17:06:42.980 INFO:teuthology.orchestra.run.smithi098.stdout: 5 702 25.32 MB/sec execute 2 sec latency 99.891 ms 2023-09-29T17:06:43.833 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:43 smithi098 ceph-mon[155813]: pgmap v194: 129 pgs: 129 active+clean; 315 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 31 KiB/s rd, 5.0 MiB/s wr, 114 op/s 2023-09-29T17:06:43.980 INFO:teuthology.orchestra.run.smithi098.stdout: 5 1002 19.14 MB/sec execute 3 sec latency 102.647 ms 2023-09-29T17:06:44.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:43 smithi174 ceph-mon[136759]: pgmap v194: 129 pgs: 129 active+clean; 315 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 31 KiB/s rd, 5.0 MiB/s wr, 114 op/s 2023-09-29T17:06:44.848 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:44 smithi098 ceph-mon[155813]: Upgrade: Updating node-exporter.smithi098 (1/2) 2023-09-29T17:06:44.848 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:44 smithi098 ceph-mon[155813]: Deploying daemon node-exporter.smithi098 on smithi098 2023-09-29T17:06:44.848 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:06:44.980 INFO:teuthology.orchestra.run.smithi098.stdout: 5 1402 17.70 MB/sec execute 4 sec latency 157.461 ms 2023-09-29T17:06:45.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:44 smithi174 ceph-mon[136759]: Upgrade: Updating node-exporter.smithi098 (1/2) 2023-09-29T17:06:45.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:44 smithi174 ceph-mon[136759]: Deploying daemon node-exporter.smithi098 on smithi098 2023-09-29T17:06:45.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:06:45.866 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:45 smithi098 ceph-mon[155813]: pgmap v195: 129 pgs: 129 active+clean; 315 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 5.6 MiB/s wr, 121 op/s 2023-09-29T17:06:45.982 INFO:teuthology.orchestra.run.smithi098.stdout: 5 cleanup 5 sec 2023-09-29T17:06:46.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:45 smithi174 ceph-mon[136759]: pgmap v195: 129 pgs: 129 active+clean; 315 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 5.6 MiB/s wr, 121 op/s 2023-09-29T17:06:46.207 INFO:teuthology.orchestra.run.smithi098.stdout:[2091] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000003bf50000003b' failed - Device or resource busy 2023-09-29T17:06:46.208 INFO:teuthology.orchestra.run.smithi098.stdout:[2091] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000003d3300000018' failed - Device or resource busy 2023-09-29T17:06:46.209 INFO:teuthology.orchestra.run.smithi098.stdout:[2091] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000003c330000003f' failed - Device or resource busy 2023-09-29T17:06:46.210 INFO:teuthology.orchestra.run.smithi098.stdout:[2091] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000003c0c0000002a' failed - Device or resource busy 2023-09-29T17:06:46.210 INFO:teuthology.orchestra.run.smithi098.stdout:[2091] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000003c4500000037' failed - Device or resource busy 2023-09-29T17:06:46.210 INFO:teuthology.orchestra.run.smithi098.stdout:[2091] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000003d150000001c' failed - Device or resource busy 2023-09-29T17:06:46.211 INFO:teuthology.orchestra.run.smithi098.stdout:[2091] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000003c3100000026' failed - Device or resource busy 2023-09-29T17:06:46.211 INFO:teuthology.orchestra.run.smithi098.stdout:[2091] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000003c3600000035' failed - Device or resource busy 2023-09-29T17:06:46.211 INFO:teuthology.orchestra.run.smithi098.stdout:[2091] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000003bf800000017' failed - Device or resource busy 2023-09-29T17:06:46.212 INFO:teuthology.orchestra.run.smithi098.stdout:[2091] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000003bfe0000003d' failed - Device or resource busy 2023-09-29T17:06:46.218 INFO:teuthology.orchestra.run.smithi098.stdout:[2091] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000003c1200000024' failed - Device or resource busy 2023-09-29T17:06:46.231 INFO:teuthology.orchestra.run.smithi098.stdout:[2091] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000003bfa00000021' failed - Device or resource busy 2023-09-29T17:06:46.239 INFO:teuthology.orchestra.run.smithi098.stdout:[2091] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000003c1c00000039' failed - Device or resource busy 2023-09-29T17:06:46.288 INFO:teuthology.orchestra.run.smithi098.stdout:[2091] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000003c1a00000032' failed - Device or resource busy 2023-09-29T17:06:46.290 INFO:teuthology.orchestra.run.smithi098.stdout:[2091] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000003c3f0000002d' failed - Device or resource busy 2023-09-29T17:06:46.290 INFO:teuthology.orchestra.run.smithi098.stdout:[2091] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000003c420000002f' failed - Device or resource busy 2023-09-29T17:06:46.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 6 sec 2023-09-29T17:06:47.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 7 sec 2023-09-29T17:06:48.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:47 smithi174 ceph-mon[136759]: pgmap v196: 129 pgs: 129 active+clean; 310 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 31 KiB/s rd, 8.4 MiB/s wr, 234 op/s 2023-09-29T17:06:48.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:47 smithi098 ceph-mon[155813]: pgmap v196: 129 pgs: 129 active+clean; 310 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 31 KiB/s rd, 8.4 MiB/s wr, 234 op/s 2023-09-29T17:06:48.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 8 sec 2023-09-29T17:06:49.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 9 sec 2023-09-29T17:06:50.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:49 smithi174 ceph-mon[136759]: pgmap v197: 129 pgs: 129 active+clean; 319 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 9.6 MiB/s wr, 266 op/s 2023-09-29T17:06:50.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:49 smithi098 ceph-mon[155813]: pgmap v197: 129 pgs: 129 active+clean; 319 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 9.6 MiB/s wr, 266 op/s 2023-09-29T17:06:50.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 10 sec 2023-09-29T17:06:51.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 11 sec 2023-09-29T17:06:52.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:51 smithi174 ceph-mon[136759]: pgmap v198: 129 pgs: 129 active+clean; 298 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 10 MiB/s wr, 336 op/s 2023-09-29T17:06:52.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:51 smithi098 ceph-mon[155813]: pgmap v198: 129 pgs: 129 active+clean; 298 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 10 MiB/s wr, 336 op/s 2023-09-29T17:06:52.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 12 sec 2023-09-29T17:06:53.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 13 sec 2023-09-29T17:06:54.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:53 smithi174 ceph-mon[136759]: pgmap v199: 129 pgs: 129 active+clean; 226 MiB data, 960 MiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 9.8 MiB/s wr, 346 op/s 2023-09-29T17:06:54.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:53 smithi098 ceph-mon[155813]: pgmap v199: 129 pgs: 129 active+clean; 226 MiB data, 960 MiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 9.8 MiB/s wr, 346 op/s 2023-09-29T17:06:54.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 14 sec 2023-09-29T17:06:55.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 15 sec 2023-09-29T17:06:56.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:55 smithi174 ceph-mon[136759]: pgmap v200: 129 pgs: 129 active+clean; 226 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.1 MiB/s wr, 258 op/s 2023-09-29T17:06:56.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:55 smithi098 ceph-mon[155813]: pgmap v200: 129 pgs: 129 active+clean; 226 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.1 MiB/s wr, 258 op/s 2023-09-29T17:06:56.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 16 sec 2023-09-29T17:06:57.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 17 sec 2023-09-29T17:06:58.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:57 smithi174 ceph-mon[136759]: pgmap v201: 129 pgs: 129 active+clean; 226 MiB data, 930 MiB used, 714 GiB / 715 GiB avail; 4.1 KiB/s rd, 4.5 MiB/s wr, 247 op/s 2023-09-29T17:06:58.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:57 smithi098 ceph-mon[155813]: pgmap v201: 129 pgs: 129 active+clean; 226 MiB data, 930 MiB used, 714 GiB / 715 GiB avail; 4.1 KiB/s rd, 4.5 MiB/s wr, 247 op/s 2023-09-29T17:06:58.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 18 sec 2023-09-29T17:06:59.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 19 sec 2023-09-29T17:07:00.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:59 smithi174 ceph-mon[136759]: pgmap v202: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 4.2 KiB/s rd, 1.7 MiB/s wr, 133 op/s 2023-09-29T17:07:00.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:06:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:07:00.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:59 smithi098 ceph-mon[155813]: pgmap v202: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 4.2 KiB/s rd, 1.7 MiB/s wr, 133 op/s 2023-09-29T17:07:00.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:06:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:07:00.683 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T17:07:00.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 20 sec 2023-09-29T17:07:01.488 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T17:07:01.488 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (12m) 24s ago 13m 24.3M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T17:07:01.489 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (4m) 24s ago 13m 7482k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 2c386662ebbe 2023-09-29T17:07:01.489 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (4m) 26s ago 13m 7440k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 4fab0ce732e6 2023-09-29T17:07:01.489 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (12m) 24s ago 13m 41.3M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T17:07:01.489 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (58s) 24s ago 10m 29.0M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 0390b05c8b74 2023-09-29T17:07:01.489 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (40s) 26s ago 10m 13.2M - 17.2.6-1144-ga552a72f 294e5d7ccd3b af5fc3eee30b 2023-09-29T17:07:01.489 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:8443,9283 running (5m) 24s ago 14m 512M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 414cb1f79b42 2023-09-29T17:07:01.489 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (5m) 26s ago 13m 442M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 5c703357ecec 2023-09-29T17:07:01.489 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (5m) 24s ago 14m 105M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 4adef2805929 2023-09-29T17:07:01.489 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (5m) 26s ago 13m 76.2M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b cadb6c8d5e31 2023-09-29T17:07:01.489 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 running (32s) 24s ago 8m 62.2M - 4.0 294e5d7ccd3b 2da978fd75fb 2023-09-29T17:07:01.489 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (28s) 26s ago 8m 20.2M - 4.0 294e5d7ccd3b 73d2446c2424 2023-09-29T17:07:01.489 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (13m) 24s ago 13m 18.4M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T17:07:01.490 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (13m) 26s ago 13m 18.1M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T17:07:01.490 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (4m) 24s ago 12m 400M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b d8258cec978a 2023-09-29T17:07:01.490 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (3m) 24s ago 12m 322M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 765240489d11 2023-09-29T17:07:01.490 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (3m) 24s ago 12m 257M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 40407a67002e 2023-09-29T17:07:01.490 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (2m) 24s ago 11m 335M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b de24230f9131 2023-09-29T17:07:01.490 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (2m) 26s ago 11m 378M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7a2da2c8d584 2023-09-29T17:07:01.490 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (2m) 26s ago 11m 383M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 55c0e6cb18ca 2023-09-29T17:07:01.490 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (98s) 26s ago 11m 312M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5a482ee4f144 2023-09-29T17:07:01.490 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (71s) 26s ago 11m 442M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b c8a034b088d5 2023-09-29T17:07:01.490 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (5m) 24s ago 13m 75.0M - 2.18.1 de242295e225 0f6f23efc384 2023-09-29T17:07:01.869 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:07:01.870 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T17:07:01.870 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:07:01.870 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:07:01.870 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T17:07:01.870 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:07:01.870 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:07:01.871 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T17:07:01.871 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 8 2023-09-29T17:07:01.871 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:07:01.871 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T17:07:01.871 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:07:01.871 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:07:01.871 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T17:07:01.871 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 14 2023-09-29T17:07:01.871 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T17:07:01.872 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:07:01.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 21 sec 2023-09-29T17:07:02.191 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:07:02.192 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T17:07:02.192 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T17:07:02.192 INFO:teuthology.orchestra.run.smithi098.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T17:07:02.192 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [ 2023-09-29T17:07:02.192 INFO:teuthology.orchestra.run.smithi098.stdout: "mon", 2023-09-29T17:07:02.193 INFO:teuthology.orchestra.run.smithi098.stdout: "osd", 2023-09-29T17:07:02.193 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr", 2023-09-29T17:07:02.193 INFO:teuthology.orchestra.run.smithi098.stdout: "nfs", 2023-09-29T17:07:02.193 INFO:teuthology.orchestra.run.smithi098.stdout: "mds", 2023-09-29T17:07:02.193 INFO:teuthology.orchestra.run.smithi098.stdout: "crash" 2023-09-29T17:07:02.193 INFO:teuthology.orchestra.run.smithi098.stdout: ], 2023-09-29T17:07:02.193 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "18/23 daemons upgraded", 2023-09-29T17:07:02.193 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "Currently upgrading node-exporter daemons", 2023-09-29T17:07:02.193 INFO:teuthology.orchestra.run.smithi098.stdout: "is_paused": false 2023-09-29T17:07:02.193 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:07:02.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:01 smithi174 ceph-mon[136759]: pgmap v203: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 4.1 KiB/s rd, 483 KiB/s wr, 99 op/s 2023-09-29T17:07:02.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:01 smithi174 ceph-mon[136759]: from='client.34384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:07:02.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:01 smithi098 ceph-mon[155813]: pgmap v203: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 4.1 KiB/s rd, 483 KiB/s wr, 99 op/s 2023-09-29T17:07:02.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:01 smithi098 ceph-mon[155813]: from='client.34384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:07:02.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 22 sec 2023-09-29T17:07:03.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:02 smithi174 ceph-mon[136759]: from='client.34388 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:07:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:02 smithi174 ceph-mon[136759]: from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:07:03.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:02 smithi174 ceph-mon[136759]: from='client.? 172.21.15.98:0/1452910258' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:07:03.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:02 smithi098 ceph-mon[155813]: from='client.34388 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:07:03.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:02 smithi098 ceph-mon[155813]: from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:07:03.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:02 smithi098 ceph-mon[155813]: from='client.? 172.21.15.98:0/1452910258' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:07:03.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 23 sec 2023-09-29T17:07:04.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:03 smithi174 ceph-mon[136759]: from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:07:04.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:03 smithi174 ceph-mon[136759]: pgmap v204: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 25 KiB/s wr, 25 op/s 2023-09-29T17:07:04.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:03 smithi098 ceph-mon[155813]: from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:07:04.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:03 smithi098 ceph-mon[155813]: pgmap v204: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 25 KiB/s wr, 25 op/s 2023-09-29T17:07:04.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 24 sec 2023-09-29T17:07:05.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 25 sec 2023-09-29T17:07:06.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:05 smithi174 ceph-mon[136759]: pgmap v205: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 4.6 KiB/s wr, 1 op/s 2023-09-29T17:07:06.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:05 smithi098 ceph-mon[155813]: pgmap v205: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 4.6 KiB/s wr, 1 op/s 2023-09-29T17:07:06.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 26 sec 2023-09-29T17:07:07.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 27 sec 2023-09-29T17:07:08.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:07 smithi174 ceph-mon[136759]: pgmap v206: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 3.9 KiB/s wr, 0 op/s 2023-09-29T17:07:08.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:07 smithi098 ceph-mon[155813]: pgmap v206: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 3.9 KiB/s wr, 0 op/s 2023-09-29T17:07:08.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 28 sec 2023-09-29T17:07:09.982 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 29 sec 2023-09-29T17:07:10.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:09 smithi174 ceph-mon[136759]: pgmap v207: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 3.9 KiB/s wr, 0 op/s 2023-09-29T17:07:10.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:09 smithi098 ceph-mon[155813]: pgmap v207: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 3.9 KiB/s wr, 0 op/s 2023-09-29T17:07:10.983 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 30 sec 2023-09-29T17:07:11.983 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 31 sec 2023-09-29T17:07:12.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:11 smithi174 ceph-mon[136759]: pgmap v208: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:07:12.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:11 smithi098 ceph-mon[155813]: pgmap v208: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:07:12.983 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 32 sec 2023-09-29T17:07:13.983 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 33 sec 2023-09-29T17:07:14.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:13 smithi174 ceph-mon[136759]: pgmap v209: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:07:14.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:13 smithi098 ceph-mon[155813]: pgmap v209: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-29T17:07:14.983 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 34 sec 2023-09-29T17:07:15.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:14 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:07:15.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:14 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:07:15.983 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 35 sec 2023-09-29T17:07:16.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:15 smithi174 ceph-mon[136759]: pgmap v210: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:16.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:15 smithi098 ceph-mon[155813]: pgmap v210: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:16.983 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 36 sec 2023-09-29T17:07:17.983 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 37 sec 2023-09-29T17:07:18.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:17 smithi174 ceph-mon[136759]: pgmap v211: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:18.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:17 smithi098 ceph-mon[155813]: pgmap v211: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:18.983 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 38 sec 2023-09-29T17:07:19.983 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 39 sec 2023-09-29T17:07:20.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:19 smithi174 ceph-mon[136759]: pgmap v212: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:07:20.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:19 smithi098 ceph-mon[155813]: pgmap v212: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:07:20.983 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 40 sec 2023-09-29T17:07:21.983 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 41 sec 2023-09-29T17:07:22.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:21 smithi174 ceph-mon[136759]: pgmap v213: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:22.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:21 smithi098 ceph-mon[155813]: pgmap v213: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:22.983 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 42 sec 2023-09-29T17:07:23.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 43 sec 2023-09-29T17:07:24.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:23 smithi174 ceph-mon[136759]: pgmap v214: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:24.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:23 smithi098 ceph-mon[155813]: pgmap v214: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:24.983 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 44 sec 2023-09-29T17:07:25.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 45 sec 2023-09-29T17:07:26.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:25 smithi174 ceph-mon[136759]: pgmap v215: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:26.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:25 smithi098 ceph-mon[155813]: pgmap v215: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:26.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 46 sec 2023-09-29T17:07:27.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 47 sec 2023-09-29T17:07:28.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:27 smithi174 ceph-mon[136759]: pgmap v216: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:28.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:27 smithi098 ceph-mon[155813]: pgmap v216: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:28.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 48 sec 2023-09-29T17:07:29.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 49 sec 2023-09-29T17:07:30.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:29 smithi174 ceph-mon[136759]: pgmap v217: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:07:30.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:29 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:07:30.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:29 smithi098 ceph-mon[155813]: pgmap v217: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:07:30.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:29 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:07:30.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 50 sec 2023-09-29T17:07:31.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 51 sec 2023-09-29T17:07:32.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:31 smithi174 ceph-mon[136759]: pgmap v218: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:32.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:31 smithi098 ceph-mon[155813]: pgmap v218: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:32.522 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T17:07:32.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 52 sec 2023-09-29T17:07:33.324 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T17:07:33.324 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (13m) 56s ago 14m 24.3M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T17:07:33.324 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (5m) 56s ago 14m 7482k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 2c386662ebbe 2023-09-29T17:07:33.324 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (5m) 57s ago 13m 7440k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 4fab0ce732e6 2023-09-29T17:07:33.325 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (13m) 56s ago 13m 41.3M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T17:07:33.325 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (90s) 56s ago 10m 29.0M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 0390b05c8b74 2023-09-29T17:07:33.325 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (72s) 57s ago 10m 13.2M - 17.2.6-1144-ga552a72f 294e5d7ccd3b af5fc3eee30b 2023-09-29T17:07:33.325 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:8443,9283 running (6m) 56s ago 15m 512M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 414cb1f79b42 2023-09-29T17:07:33.325 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (6m) 57s ago 13m 442M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 5c703357ecec 2023-09-29T17:07:33.325 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (5m) 56s ago 15m 105M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 4adef2805929 2023-09-29T17:07:33.325 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (5m) 57s ago 13m 76.2M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b cadb6c8d5e31 2023-09-29T17:07:33.325 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 running (64s) 56s ago 8m 62.2M - 4.0 294e5d7ccd3b 2da978fd75fb 2023-09-29T17:07:33.325 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (60s) 57s ago 8m 20.2M - 4.0 294e5d7ccd3b 73d2446c2424 2023-09-29T17:07:33.325 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (13m) 56s ago 13m 18.4M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T17:07:33.325 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (13m) 57s ago 13m 18.1M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T17:07:33.325 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (4m) 56s ago 13m 400M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b d8258cec978a 2023-09-29T17:07:33.325 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (4m) 56s ago 12m 322M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 765240489d11 2023-09-29T17:07:33.326 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (3m) 56s ago 12m 257M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 40407a67002e 2023-09-29T17:07:33.326 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (3m) 56s ago 12m 335M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b de24230f9131 2023-09-29T17:07:33.326 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (3m) 57s ago 12m 378M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7a2da2c8d584 2023-09-29T17:07:33.326 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (2m) 57s ago 12m 383M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 55c0e6cb18ca 2023-09-29T17:07:33.326 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (2m) 57s ago 11m 312M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5a482ee4f144 2023-09-29T17:07:33.326 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (103s) 57s ago 11m 442M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b c8a034b088d5 2023-09-29T17:07:33.326 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (6m) 56s ago 13m 75.0M - 2.18.1 de242295e225 0f6f23efc384 2023-09-29T17:07:33.919 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:07:33.919 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T17:07:33.919 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:07:33.919 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:07:33.920 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T17:07:33.920 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:07:33.920 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:07:33.920 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T17:07:33.920 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 8 2023-09-29T17:07:33.920 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:07:33.920 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T17:07:33.920 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:07:33.920 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:07:33.920 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T17:07:33.920 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 14 2023-09-29T17:07:33.920 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T17:07:33.920 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:07:33.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 53 sec 2023-09-29T17:07:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:33 smithi174 ceph-mon[136759]: from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:07:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:33 smithi174 ceph-mon[136759]: pgmap v219: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:34.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:33 smithi174 ceph-mon[136759]: from='client.34408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:07:34.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:33 smithi098 ceph-mon[155813]: from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:07:34.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:33 smithi098 ceph-mon[155813]: pgmap v219: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:34.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:33 smithi098 ceph-mon[155813]: from='client.34408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:07:34.245 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:07:34.245 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T17:07:34.245 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T17:07:34.245 INFO:teuthology.orchestra.run.smithi098.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T17:07:34.245 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [ 2023-09-29T17:07:34.245 INFO:teuthology.orchestra.run.smithi098.stdout: "mon", 2023-09-29T17:07:34.245 INFO:teuthology.orchestra.run.smithi098.stdout: "osd", 2023-09-29T17:07:34.245 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr", 2023-09-29T17:07:34.245 INFO:teuthology.orchestra.run.smithi098.stdout: "nfs", 2023-09-29T17:07:34.245 INFO:teuthology.orchestra.run.smithi098.stdout: "mds", 2023-09-29T17:07:34.245 INFO:teuthology.orchestra.run.smithi098.stdout: "crash" 2023-09-29T17:07:34.246 INFO:teuthology.orchestra.run.smithi098.stdout: ], 2023-09-29T17:07:34.246 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "18/23 daemons upgraded", 2023-09-29T17:07:34.246 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "Currently upgrading node-exporter daemons", 2023-09-29T17:07:34.246 INFO:teuthology.orchestra.run.smithi098.stdout: "is_paused": false 2023-09-29T17:07:34.246 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:07:34.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 54 sec 2023-09-29T17:07:35.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:34 smithi174 ceph-mon[136759]: from='client.34412 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:07:35.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:34 smithi174 ceph-mon[136759]: from='client.? 172.21.15.98:0/270339624' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:07:35.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:34 smithi098 ceph-mon[155813]: from='client.34412 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:07:35.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:34 smithi098 ceph-mon[155813]: from='client.? 172.21.15.98:0/270339624' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:07:35.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 55 sec 2023-09-29T17:07:36.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:35 smithi174 ceph-mon[136759]: from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:07:36.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:35 smithi174 ceph-mon[136759]: pgmap v220: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:36.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:35 smithi098 ceph-mon[155813]: from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:07:36.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:35 smithi098 ceph-mon[155813]: pgmap v220: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:36.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 56 sec 2023-09-29T17:07:37.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 57 sec 2023-09-29T17:07:38.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:37 smithi174 ceph-mon[136759]: pgmap v221: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:38.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:37 smithi098 ceph-mon[155813]: pgmap v221: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:38.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 58 sec 2023-09-29T17:07:39.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 59 sec 2023-09-29T17:07:40.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:39 smithi174 ceph-mon[136759]: pgmap v222: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:07:40.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:39 smithi098 ceph-mon[155813]: pgmap v222: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:07:40.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 60 sec 2023-09-29T17:07:41.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 61 sec 2023-09-29T17:07:42.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:41 smithi174 ceph-mon[136759]: pgmap v223: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:42.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:41 smithi098 ceph-mon[155813]: pgmap v223: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:42.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 62 sec 2023-09-29T17:07:43.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 63 sec 2023-09-29T17:07:44.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:43 smithi174 ceph-mon[136759]: pgmap v224: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:44.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:43 smithi098 ceph-mon[155813]: pgmap v224: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:44.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 64 sec 2023-09-29T17:07:45.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:07:45.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:07:45.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 65 sec 2023-09-29T17:07:46.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:45 smithi174 ceph-mon[136759]: pgmap v225: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:46.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:45 smithi098 ceph-mon[155813]: pgmap v225: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:46.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 66 sec 2023-09-29T17:07:47.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 67 sec 2023-09-29T17:07:48.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:47 smithi174 ceph-mon[136759]: pgmap v226: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:48.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:47 smithi098 ceph-mon[155813]: pgmap v226: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:48.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 68 sec 2023-09-29T17:07:49.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 69 sec 2023-09-29T17:07:50.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:49 smithi098 ceph-mon[155813]: pgmap v227: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:07:50.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:49 smithi174 ceph-mon[136759]: pgmap v227: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:07:50.984 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 70 sec 2023-09-29T17:07:51.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 71 sec 2023-09-29T17:07:52.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:51 smithi098 ceph-mon[155813]: pgmap v228: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:52.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:51 smithi174 ceph-mon[136759]: pgmap v228: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:52.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 72 sec 2023-09-29T17:07:53.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 73 sec 2023-09-29T17:07:54.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:54 smithi174 ceph-mon[136759]: pgmap v229: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:54.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:54 smithi098 ceph-mon[155813]: pgmap v229: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:54.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 74 sec 2023-09-29T17:07:55.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 75 sec 2023-09-29T17:07:56.452 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:56 smithi174 ceph-mon[136759]: pgmap v230: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:56.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:56 smithi098 ceph-mon[155813]: pgmap v230: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:56.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 76 sec 2023-09-29T17:07:57.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 77 sec 2023-09-29T17:07:58.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:07:58 smithi174 ceph-mon[136759]: pgmap v231: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:58.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:07:58 smithi098 ceph-mon[155813]: pgmap v231: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:07:58.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 78 sec 2023-09-29T17:07:59.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 79 sec 2023-09-29T17:08:00.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:00 smithi174 ceph-mon[136759]: pgmap v232: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:08:00.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:00 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:08:00.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:00 smithi098 ceph-mon[155813]: pgmap v232: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:08:00.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:00 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:08:00.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 80 sec 2023-09-29T17:08:01.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 81 sec 2023-09-29T17:08:02.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:02 smithi098 ceph-mon[155813]: pgmap v233: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:02.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:02 smithi174 ceph-mon[136759]: pgmap v233: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:02.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 82 sec 2023-09-29T17:08:03.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 83 sec 2023-09-29T17:08:04.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:04 smithi174 ceph-mon[136759]: pgmap v234: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:04.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:04 smithi098 ceph-mon[155813]: pgmap v234: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:04.575 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T17:08:04.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 84 sec 2023-09-29T17:08:05.204 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T17:08:05.204 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (13m) 88s ago 14m 24.3M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T17:08:05.205 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (5m) 88s ago 14m 7482k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 2c386662ebbe 2023-09-29T17:08:05.205 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (5m) 89s ago 14m 7440k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 4fab0ce732e6 2023-09-29T17:08:05.205 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (13m) 88s ago 14m 41.3M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T17:08:05.205 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (2m) 88s ago 11m 29.0M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 0390b05c8b74 2023-09-29T17:08:05.205 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (104s) 89s ago 11m 13.2M - 17.2.6-1144-ga552a72f 294e5d7ccd3b af5fc3eee30b 2023-09-29T17:08:05.205 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:8443,9283 running (6m) 88s ago 15m 512M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 414cb1f79b42 2023-09-29T17:08:05.205 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (6m) 89s ago 14m 442M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 5c703357ecec 2023-09-29T17:08:05.205 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (6m) 88s ago 15m 105M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 4adef2805929 2023-09-29T17:08:05.205 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (6m) 89s ago 14m 76.2M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b cadb6c8d5e31 2023-09-29T17:08:05.205 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 running (96s) 88s ago 9m 62.2M - 4.0 294e5d7ccd3b 2da978fd75fb 2023-09-29T17:08:05.205 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (92s) 89s ago 9m 20.2M - 4.0 294e5d7ccd3b 73d2446c2424 2023-09-29T17:08:05.205 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (14m) 88s ago 14m 18.4M - 0.18.1 e5a616e4b9cf 69950f003cf9 2023-09-29T17:08:05.206 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (14m) 89s ago 14m 18.1M - 0.18.1 e5a616e4b9cf f111d88283fc 2023-09-29T17:08:05.206 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (5m) 88s ago 13m 400M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b d8258cec978a 2023-09-29T17:08:05.206 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (5m) 88s ago 13m 322M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 765240489d11 2023-09-29T17:08:05.206 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (4m) 88s ago 13m 257M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 40407a67002e 2023-09-29T17:08:05.206 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (4m) 88s ago 12m 335M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b de24230f9131 2023-09-29T17:08:05.206 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (3m) 89s ago 12m 378M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7a2da2c8d584 2023-09-29T17:08:05.206 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (3m) 89s ago 12m 383M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 55c0e6cb18ca 2023-09-29T17:08:05.206 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (2m) 89s ago 12m 312M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5a482ee4f144 2023-09-29T17:08:05.206 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (2m) 89s ago 12m 442M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b c8a034b088d5 2023-09-29T17:08:05.207 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (7m) 88s ago 14m 75.0M - 2.18.1 de242295e225 0f6f23efc384 2023-09-29T17:08:05.808 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:08:05.808 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T17:08:05.808 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:08:05.809 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:08:05.809 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T17:08:05.809 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:08:05.809 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:08:05.809 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T17:08:05.809 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 8 2023-09-29T17:08:05.809 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:08:05.809 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T17:08:05.809 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:08:05.809 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:08:05.810 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T17:08:05.810 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 14 2023-09-29T17:08:05.810 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T17:08:05.810 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:08:05.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 85 sec 2023-09-29T17:08:06.126 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:08:06.126 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T17:08:06.126 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T17:08:06.126 INFO:teuthology.orchestra.run.smithi098.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T17:08:06.127 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [ 2023-09-29T17:08:06.127 INFO:teuthology.orchestra.run.smithi098.stdout: "mon", 2023-09-29T17:08:06.127 INFO:teuthology.orchestra.run.smithi098.stdout: "osd", 2023-09-29T17:08:06.127 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr", 2023-09-29T17:08:06.127 INFO:teuthology.orchestra.run.smithi098.stdout: "nfs", 2023-09-29T17:08:06.127 INFO:teuthology.orchestra.run.smithi098.stdout: "mds", 2023-09-29T17:08:06.127 INFO:teuthology.orchestra.run.smithi098.stdout: "crash" 2023-09-29T17:08:06.127 INFO:teuthology.orchestra.run.smithi098.stdout: ], 2023-09-29T17:08:06.127 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "18/23 daemons upgraded", 2023-09-29T17:08:06.127 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "Currently upgrading node-exporter daemons", 2023-09-29T17:08:06.127 INFO:teuthology.orchestra.run.smithi098.stdout: "is_paused": false 2023-09-29T17:08:06.128 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:08:06.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:06 smithi174 ceph-mon[136759]: from='client.34424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:08:06.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:06 smithi174 ceph-mon[136759]: pgmap v235: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:06.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:06 smithi174 ceph-mon[136759]: from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:08:06.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:06 smithi174 ceph-mon[136759]: from='client.? 172.21.15.98:0/875312136' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:06.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:06 smithi098 ceph-mon[155813]: from='client.34424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:08:06.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:06 smithi098 ceph-mon[155813]: pgmap v235: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:06.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:06 smithi098 ceph-mon[155813]: from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:08:06.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:06 smithi098 ceph-mon[155813]: from='client.? 172.21.15.98:0/875312136' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:06.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 86 sec 2023-09-29T17:08:07.452 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:07 smithi174 ceph-mon[136759]: from='client.34432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:08:07.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:07 smithi174 ceph-mon[136759]: from='client.34440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:08:07.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:07 smithi174 ceph-mon[136759]: pgmap v236: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:07.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:07 smithi098 ceph-mon[155813]: from='client.34432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:08:07.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:07 smithi098 ceph-mon[155813]: from='client.34440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:08:07.475 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:07 smithi098 ceph-mon[155813]: pgmap v236: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:07.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 87 sec 2023-09-29T17:08:08.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 88 sec 2023-09-29T17:08:09.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 89 sec 2023-09-29T17:08:10.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:09 smithi174 ceph-mon[136759]: pgmap v237: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:08:10.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:09 smithi098 ceph-mon[155813]: pgmap v237: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:08:10.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 90 sec 2023-09-29T17:08:11.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 91 sec 2023-09-29T17:08:12.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:11 smithi174 ceph-mon[136759]: pgmap v238: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:12.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:11 smithi098 ceph-mon[155813]: pgmap v238: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:12.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 92 sec 2023-09-29T17:08:13.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 93 sec 2023-09-29T17:08:14.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:13 smithi174 ceph-mon[136759]: pgmap v239: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:14.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:13 smithi098 ceph-mon[155813]: pgmap v239: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:14.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 94 sec 2023-09-29T17:08:15.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:14 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:08:15.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:14 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:08:15.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 95 sec 2023-09-29T17:08:16.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:15 smithi174 ceph-mon[136759]: pgmap v240: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:16.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:15 smithi098 ceph-mon[155813]: pgmap v240: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:16.985 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 96 sec 2023-09-29T17:08:17.986 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 97 sec 2023-09-29T17:08:18.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:17 smithi174 ceph-mon[136759]: pgmap v241: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:18.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:17 smithi098 ceph-mon[155813]: pgmap v241: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:18.986 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 98 sec 2023-09-29T17:08:19.986 INFO:teuthology.orchestra.run.smithi098.stdout: 1 cleanup 99 sec 2023-09-29T17:08:20.108 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:19 smithi098 ceph-mon[155813]: pgmap v242: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:08:20.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:19 smithi174 ceph-mon[136759]: pgmap v242: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:08:20.458 INFO:teuthology.orchestra.run.smithi098.stdout: 0 cleanup 99 sec 2023-09-29T17:08:20.458 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T17:08:20.458 INFO:teuthology.orchestra.run.smithi098.stdout: Operation Count AvgLat MaxLat 2023-09-29T17:08:20.458 INFO:teuthology.orchestra.run.smithi098.stdout: ---------------------------------------- 2023-09-29T17:08:20.458 INFO:teuthology.orchestra.run.smithi098.stdout: NTCreateX 1344 7.120 125.082 2023-09-29T17:08:20.458 INFO:teuthology.orchestra.run.smithi098.stdout: Close 1104 3.319 40.578 2023-09-29T17:08:20.459 INFO:teuthology.orchestra.run.smithi098.stdout: Rename 54 14.380 157.455 2023-09-29T17:08:20.459 INFO:teuthology.orchestra.run.smithi098.stdout: Unlink 121 5.914 63.503 2023-09-29T17:08:20.459 INFO:teuthology.orchestra.run.smithi098.stdout: Qpathinfo 995 2.762 73.819 2023-09-29T17:08:20.459 INFO:teuthology.orchestra.run.smithi098.stdout: Qfileinfo 403 7.821 30.120 2023-09-29T17:08:20.459 INFO:teuthology.orchestra.run.smithi098.stdout: Qfsinfo 165 1.236 17.164 2023-09-29T17:08:20.459 INFO:teuthology.orchestra.run.smithi098.stdout: Sfileinfo 170 8.001 52.562 2023-09-29T17:08:20.459 INFO:teuthology.orchestra.run.smithi098.stdout: Find 361 4.940 105.744 2023-09-29T17:08:20.459 INFO:teuthology.orchestra.run.smithi098.stdout: WriteX 1625 0.022 0.063 2023-09-29T17:08:20.459 INFO:teuthology.orchestra.run.smithi098.stdout: ReadX 1454 0.015 2.534 2023-09-29T17:08:20.459 INFO:teuthology.orchestra.run.smithi098.stdout: Flush 141 7.972 37.446 2023-09-29T17:08:20.459 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T17:08:20.459 INFO:teuthology.orchestra.run.smithi098.stdout:Throughput 17.705 MB/sec 5 clients 5 procs max_latency=157.461 ms 2023-09-29T17:08:20.461 DEBUG:teuthology.parallel:result is None 2023-09-29T17:08:22.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:21 smithi174 ceph-mon[136759]: pgmap v243: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:22.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:21 smithi098 ceph-mon[155813]: pgmap v243: 129 pgs: 129 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:24.023 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:23 smithi174 ceph-mon[136759]: pgmap v244: 129 pgs: 129 active+clean; 217 MiB data, 922 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 2.8 KiB/s wr, 0 op/s 2023-09-29T17:08:24.024 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:23 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:24.024 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:23 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:24.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:23 smithi098 ceph-mon[155813]: pgmap v244: 129 pgs: 129 active+clean; 217 MiB data, 922 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 2.8 KiB/s wr, 0 op/s 2023-09-29T17:08:24.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:23 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:24.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:23 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:26.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:25 smithi174 ceph-mon[136759]: Upgrade: Updating node-exporter.smithi174 (2/2) 2023-09-29T17:08:26.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:25 smithi174 ceph-mon[136759]: Deploying daemon node-exporter.smithi174 on smithi174 2023-09-29T17:08:26.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:25 smithi174 ceph-mon[136759]: pgmap v245: 129 pgs: 129 active+clean; 217 MiB data, 920 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 3.1 KiB/s wr, 1 op/s 2023-09-29T17:08:26.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:25 smithi098 ceph-mon[155813]: Upgrade: Updating node-exporter.smithi174 (2/2) 2023-09-29T17:08:26.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:25 smithi098 ceph-mon[155813]: Deploying daemon node-exporter.smithi174 on smithi174 2023-09-29T17:08:26.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:25 smithi098 ceph-mon[155813]: pgmap v245: 129 pgs: 129 active+clean; 217 MiB data, 920 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 3.1 KiB/s wr, 1 op/s 2023-09-29T17:08:28.115 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:27 smithi098 ceph-mon[155813]: pgmap v246: 129 pgs: 129 active+clean; 212 MiB data, 911 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 3.2 KiB/s wr, 2 op/s 2023-09-29T17:08:28.116 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:27 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:28.116 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:27 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:28.116 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:27 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:08:28.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:27 smithi174 ceph-mon[136759]: pgmap v246: 129 pgs: 129 active+clean; 212 MiB data, 911 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 3.2 KiB/s wr, 2 op/s 2023-09-29T17:08:28.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:27 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:28.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:27 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:28.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:27 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:08:29.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:29 smithi098 ceph-mon[155813]: pgmap v247: 129 pgs: 129 active+clean; 209 MiB data, 904 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 15 KiB/s wr, 3 op/s 2023-09-29T17:08:29.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:29 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:29.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:29 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:29.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:29 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:08:30.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:29 smithi174 ceph-mon[136759]: pgmap v247: 129 pgs: 129 active+clean; 209 MiB data, 904 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 15 KiB/s wr, 3 op/s 2023-09-29T17:08:30.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:29 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:30.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:29 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:30.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:29 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:08:31.196 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:31 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:31.196 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:31 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:31.196 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:31 smithi174 ceph-mon[136759]: pgmap v248: 129 pgs: 129 active+clean; 208 MiB data, 895 MiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 15 KiB/s wr, 4 op/s 2023-09-29T17:08:31.197 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:31 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:31.197 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:31 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:31.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:31 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:31.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:31 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:31.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:31 smithi098 ceph-mon[155813]: pgmap v248: 129 pgs: 129 active+clean; 208 MiB data, 895 MiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 15 KiB/s wr, 4 op/s 2023-09-29T17:08:31.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:31 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:31.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:31 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:32.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:32 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:32.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:32 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:32.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:32 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:32.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:32 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:32.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:32 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:32.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:32 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:32.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:32 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:32.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:32 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:33.784 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:33 smithi098 ceph-mon[155813]: pgmap v249: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 17 KiB/s wr, 5 op/s 2023-09-29T17:08:34.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:33 smithi174 ceph-mon[136759]: pgmap v249: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 17 KiB/s wr, 5 op/s 2023-09-29T17:08:35.391 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:35.391 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:35.391 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:08:35.391 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:08:35.391 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:35.391 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:35.391 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:08:35.391 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.392 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.392 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.392 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.392 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.392 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.392 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.392 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.392 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.392 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.392 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:35 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.392 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:35 smithi098 ceph-mon[155813]: pgmap v250: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 14 KiB/s wr, 4 op/s 2023-09-29T17:08:35.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:35.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:35.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:08:35.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:08:35.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:35.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:35.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:08:35.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:35 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:35.704 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:35 smithi174 ceph-mon[136759]: pgmap v250: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 14 KiB/s wr, 4 op/s 2023-09-29T17:08:36.462 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T17:08:36.700 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:36 smithi098 ceph-mon[155813]: Upgrade: Updating prometheus.smithi098 2023-09-29T17:08:36.701 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:36 smithi098 ceph-mon[155813]: Deploying daemon prometheus.smithi098 on smithi098 2023-09-29T17:08:36.702 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:36 smithi174 ceph-mon[136759]: Upgrade: Updating prometheus.smithi098 2023-09-29T17:08:36.702 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:36 smithi174 ceph-mon[136759]: Deploying daemon prometheus.smithi098 on smithi098 2023-09-29T17:08:37.111 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T17:08:37.111 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (14m) 6s ago 15m 24.3M - 0.20.0 0881eb8f169f 6beae5954af9 2023-09-29T17:08:37.111 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (6m) 6s ago 15m 7482k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 2c386662ebbe 2023-09-29T17:08:37.111 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (6m) 7s ago 14m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 4fab0ce732e6 2023-09-29T17:08:37.111 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (14m) 6s ago 15m 41.3M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T17:08:37.111 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (2m) 6s ago 11m 42.6M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 0390b05c8b74 2023-09-29T17:08:37.111 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (2m) 7s ago 11m 13.6M - 17.2.6-1144-ga552a72f 294e5d7ccd3b af5fc3eee30b 2023-09-29T17:08:37.112 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:8443,9283 running (7m) 6s ago 16m 516M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 414cb1f79b42 2023-09-29T17:08:37.112 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (7m) 7s ago 14m 442M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 5c703357ecec 2023-09-29T17:08:37.112 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (6m) 6s ago 16m 113M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 4adef2805929 2023-09-29T17:08:37.112 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (6m) 7s ago 14m 80.5M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b cadb6c8d5e31 2023-09-29T17:08:37.112 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 running (2m) 6s ago 9m 171M - 4.0 294e5d7ccd3b 2da978fd75fb 2023-09-29T17:08:37.112 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (2m) 7s ago 9m 80.9M - 4.0 294e5d7ccd3b 73d2446c2424 2023-09-29T17:08:37.112 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (14s) 6s ago 15m 4114k - 1.5.0 0da6a335fe13 2eb5556f9fef 2023-09-29T17:08:37.112 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (9s) 7s ago 14m 3996k - 1.5.0 0da6a335fe13 087abd9a2c7d 2023-09-29T17:08:37.112 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (6m) 6s ago 14m 433M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b d8258cec978a 2023-09-29T17:08:37.112 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (5m) 6s ago 14m 349M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 765240489d11 2023-09-29T17:08:37.112 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (5m) 6s ago 13m 307M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 40407a67002e 2023-09-29T17:08:37.112 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (4m) 6s ago 13m 366M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b de24230f9131 2023-09-29T17:08:37.113 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (4m) 7s ago 13m 438M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7a2da2c8d584 2023-09-29T17:08:37.113 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (3m) 7s ago 13m 424M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 55c0e6cb18ca 2023-09-29T17:08:37.113 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (3m) 7s ago 12m 325M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5a482ee4f144 2023-09-29T17:08:37.113 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (2m) 7s ago 12m 512M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b c8a034b088d5 2023-09-29T17:08:37.113 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (7m) 6s ago 14m 75.6M - 2.18.1 de242295e225 0f6f23efc384 2023-09-29T17:08:37.529 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:08:37.529 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T17:08:37.529 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:08:37.529 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:08:37.529 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T17:08:37.529 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:08:37.530 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:08:37.530 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T17:08:37.530 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 8 2023-09-29T17:08:37.530 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:08:37.530 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T17:08:37.530 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:08:37.530 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:08:37.530 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T17:08:37.530 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 14 2023-09-29T17:08:37.530 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T17:08:37.530 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:08:37.574 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:37 smithi098 ceph-mon[155813]: from='client.34444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:08:37.574 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:37 smithi098 ceph-mon[155813]: pgmap v251: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 14 KiB/s wr, 4 op/s 2023-09-29T17:08:37.575 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:37 smithi098 ceph-mon[155813]: from='client.34448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:08:37.702 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:37 smithi174 ceph-mon[136759]: from='client.34444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:08:37.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:37 smithi174 ceph-mon[136759]: pgmap v251: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 14 KiB/s wr, 4 op/s 2023-09-29T17:08:37.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:37 smithi174 ceph-mon[136759]: from='client.34448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:08:37.881 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:08:37.881 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T17:08:37.881 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T17:08:37.881 INFO:teuthology.orchestra.run.smithi098.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T17:08:37.881 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [ 2023-09-29T17:08:37.881 INFO:teuthology.orchestra.run.smithi098.stdout: "mon", 2023-09-29T17:08:37.881 INFO:teuthology.orchestra.run.smithi098.stdout: "osd", 2023-09-29T17:08:37.881 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr", 2023-09-29T17:08:37.882 INFO:teuthology.orchestra.run.smithi098.stdout: "nfs", 2023-09-29T17:08:37.882 INFO:teuthology.orchestra.run.smithi098.stdout: "mds", 2023-09-29T17:08:37.882 INFO:teuthology.orchestra.run.smithi098.stdout: "crash" 2023-09-29T17:08:37.882 INFO:teuthology.orchestra.run.smithi098.stdout: ], 2023-09-29T17:08:37.882 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "18/23 daemons upgraded", 2023-09-29T17:08:37.882 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "Currently upgrading prometheus daemons", 2023-09-29T17:08:37.882 INFO:teuthology.orchestra.run.smithi098.stdout: "is_paused": false 2023-09-29T17:08:37.882 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:08:38.702 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:38 smithi174 ceph-mon[136759]: from='client.34452 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:08:38.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:38 smithi174 ceph-mon[136759]: from='client.? 172.21.15.98:0/1563730727' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:38.703 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:38 smithi174 ceph-mon[136759]: from='client.34460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:08:38.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:38 smithi098 ceph-mon[155813]: from='client.34452 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:08:38.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:38 smithi098 ceph-mon[155813]: from='client.? 172.21.15.98:0/1563730727' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:38.725 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:38 smithi098 ceph-mon[155813]: from='client.34460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:08:39.952 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:39 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:39.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:39 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:39.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:39 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:08:39.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:39 smithi174 ceph-mon[136759]: pgmap v252: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 14 KiB/s wr, 2 op/s 2023-09-29T17:08:39.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:39 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:39.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:39 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:39.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:39 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:08:39.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:39 smithi098 ceph-mon[155813]: pgmap v252: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 14 KiB/s wr, 2 op/s 2023-09-29T17:08:41.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:41 smithi174 ceph-mon[136759]: pgmap v253: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-09-29T17:08:41.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:41 smithi098 ceph-mon[155813]: pgmap v253: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-09-29T17:08:43.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:42 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:43.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:42 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:43.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:42 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:43.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:42 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:43.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:42 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:43.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:42 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:43.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:42 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:43.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:42 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:44.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:43 smithi174 ceph-mon[136759]: pgmap v254: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 2.0 KiB/s wr, 0 op/s 2023-09-29T17:08:44.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:43 smithi098 ceph-mon[155813]: pgmap v254: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 2.0 KiB/s wr, 0 op/s 2023-09-29T17:08:45.131 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:08:45.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:08:46.169 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:45 smithi098 ceph-mon[155813]: pgmap v255: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:46.169 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:46.169 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:46.169 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:08:46.169 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:08:46.170 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:46.170 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:46.170 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T17:08:46.170 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:08:46.170 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.170 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.170 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.170 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.170 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.170 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.170 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.171 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.171 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.171 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.171 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.171 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:45 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:45 smithi174 ceph-mon[136759]: pgmap v255: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:46.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:46.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:46.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:08:46.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:08:46.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:46.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:46.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T17:08:46.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:08:46.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:46.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:45 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:08:47.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:46 smithi174 ceph-mon[136759]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T17:08:47.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:46 smithi098 ceph-mon[155813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-29T17:08:48.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:47 smithi174 ceph-mon[136759]: Upgrade: Updating alertmanager.smithi098 2023-09-29T17:08:48.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:47 smithi174 ceph-mon[136759]: Deploying daemon alertmanager.smithi098 on smithi098 2023-09-29T17:08:48.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:47 smithi174 ceph-mon[136759]: pgmap v256: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:48.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:47 smithi098 ceph-mon[155813]: Upgrade: Updating alertmanager.smithi098 2023-09-29T17:08:48.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:47 smithi098 ceph-mon[155813]: Deploying daemon alertmanager.smithi098 on smithi098 2023-09-29T17:08:48.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:47 smithi098 ceph-mon[155813]: pgmap v256: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:50.175 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:49 smithi098 ceph-mon[155813]: pgmap v257: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:08:50.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:49 smithi174 ceph-mon[136759]: pgmap v257: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:08:52.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:51 smithi174 ceph-mon[136759]: pgmap v258: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:52.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:51 smithi098 ceph-mon[155813]: pgmap v258: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:53.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:53 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:53.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:53 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:53.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:53 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:08:53.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:53 smithi174 ceph-mon[136759]: pgmap v259: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:53.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:53 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:53.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:53 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:53.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:53 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:08:53.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:53 smithi098 ceph-mon[155813]: pgmap v259: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:55.953 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:55 smithi174 ceph-mon[136759]: pgmap v260: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:55.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:55 smithi098 ceph-mon[155813]: pgmap v260: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:57.129 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:57.129 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:57.130 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:57.130 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:56 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:57.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:57.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:57.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:57.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:56 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:08:58.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:57 smithi174 ceph-mon[136759]: pgmap v261: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:08:58.204 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:57 smithi098 ceph-mon[155813]: pgmap v261: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:00.057 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: pgmap v262: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:09:00.057 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:00.057 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:00.057 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:09:00.057 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:09:00.057 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:00.057 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:00.057 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-29T17:09:00.058 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi098.front.sepia.ceph.com:9093"}]: dispatch 2023-09-29T17:09:00.058 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:00.058 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:09:00.058 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.058 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.058 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.058 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.058 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.058 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.058 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.058 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.059 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.059 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.059 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.059 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.059 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.059 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:08:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:09:00.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: pgmap v262: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:09:00.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:00.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:00.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:09:00.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:09:00.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:00.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:00.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-29T17:09:00.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi098.front.sepia.ceph.com:9093"}]: dispatch 2023-09-29T17:09:00.204 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:00.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:09:00.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.206 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.207 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.207 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.207 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:00.207 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:08:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:09:01.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:00 smithi174 ceph-mon[136759]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-29T17:09:01.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:00 smithi174 ceph-mon[136759]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi098.front.sepia.ceph.com:9093"}]: dispatch 2023-09-29T17:09:01.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:00 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:01.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:00 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:01.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:00 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-29T17:09:01.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:00 smithi098 ceph-mon[155813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-29T17:09:01.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:00 smithi098 ceph-mon[155813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi098.front.sepia.ceph.com:9093"}]: dispatch 2023-09-29T17:09:01.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:00 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:01.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:00 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:01.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:00 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-29T17:09:02.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:01 smithi174 ceph-mon[136759]: Upgrade: Updating grafana.smithi098 2023-09-29T17:09:02.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:01 smithi174 ceph-mon[136759]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-29T17:09:02.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:01 smithi174 ceph-mon[136759]: Deploying daemon grafana.smithi098 on smithi098 2023-09-29T17:09:02.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:01 smithi174 ceph-mon[136759]: pgmap v263: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:02.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:01 smithi098 ceph-mon[155813]: Upgrade: Updating grafana.smithi098 2023-09-29T17:09:02.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:01 smithi098 ceph-mon[155813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-29T17:09:02.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:01 smithi098 ceph-mon[155813]: Deploying daemon grafana.smithi098 on smithi098 2023-09-29T17:09:02.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:01 smithi098 ceph-mon[155813]: pgmap v263: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:04.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:03 smithi174 ceph-mon[136759]: pgmap v264: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:04.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:03 smithi098 ceph-mon[155813]: pgmap v264: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:06.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:05 smithi174 ceph-mon[136759]: pgmap v265: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:06.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:05 smithi098 ceph-mon[155813]: pgmap v265: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:08.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:07 smithi174 ceph-mon[136759]: pgmap v266: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:08.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:07 smithi098 ceph-mon[155813]: pgmap v266: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:08.240 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T17:09:08.988 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T17:09:08.988 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (16s) 13s ago 15m 17.4M - 0.25.0 c8568f914cd2 5e79c022d051 2023-09-29T17:09:08.988 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (6m) 13s ago 15m 7482k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 2c386662ebbe 2023-09-29T17:09:08.988 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (6m) 39s ago 15m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 4fab0ce732e6 2023-09-29T17:09:08.988 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (14m) 13s ago 15m 41.3M - 6.7.4 557c83e11646 13bdf069ec1a 2023-09-29T17:09:08.988 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (3m) 13s ago 12m 42.6M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 0390b05c8b74 2023-09-29T17:09:08.988 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (2m) 39s ago 12m 13.6M - 17.2.6-1144-ga552a72f 294e5d7ccd3b af5fc3eee30b 2023-09-29T17:09:08.988 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:8443,9283 running (8m) 13s ago 16m 518M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 414cb1f79b42 2023-09-29T17:09:08.988 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (7m) 39s ago 15m 442M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 5c703357ecec 2023-09-29T17:09:08.989 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (7m) 13s ago 16m 116M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 4adef2805929 2023-09-29T17:09:08.989 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (7m) 39s ago 15m 80.5M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b cadb6c8d5e31 2023-09-29T17:09:08.989 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 running (2m) 13s ago 10m 171M - 4.0 294e5d7ccd3b 2da978fd75fb 2023-09-29T17:09:08.989 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (2m) 39s ago 10m 80.9M - 4.0 294e5d7ccd3b 73d2446c2424 2023-09-29T17:09:08.989 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (46s) 13s ago 15m 9009k - 1.5.0 0da6a335fe13 2eb5556f9fef 2023-09-29T17:09:08.989 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (41s) 39s ago 15m 3996k - 1.5.0 0da6a335fe13 087abd9a2c7d 2023-09-29T17:09:08.989 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (6m) 13s ago 14m 434M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b d8258cec978a 2023-09-29T17:09:08.989 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (6m) 13s ago 14m 351M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 765240489d11 2023-09-29T17:09:08.989 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (5m) 13s ago 14m 309M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 40407a67002e 2023-09-29T17:09:08.989 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (5m) 13s ago 14m 368M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b de24230f9131 2023-09-29T17:09:08.989 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (4m) 39s ago 13m 438M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7a2da2c8d584 2023-09-29T17:09:08.989 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (4m) 39s ago 13m 424M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 55c0e6cb18ca 2023-09-29T17:09:08.990 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (3m) 39s ago 13m 325M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5a482ee4f144 2023-09-29T17:09:08.990 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (3m) 39s ago 13m 512M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b c8a034b088d5 2023-09-29T17:09:08.990 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (30s) 13s ago 15m 58.6M - 2.43.0 a07b618ecd1d c15dcbd1f344 2023-09-29T17:09:09.417 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:09:09.418 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T17:09:09.418 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:09:09.418 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:09:09.418 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T17:09:09.418 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:09:09.418 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:09:09.418 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T17:09:09.418 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 8 2023-09-29T17:09:09.418 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:09:09.418 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T17:09:09.419 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:09:09.419 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:09:09.419 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T17:09:09.419 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 14 2023-09-29T17:09:09.419 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T17:09:09.419 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:09:09.802 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:09:09.802 INFO:teuthology.orchestra.run.smithi098.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", 2023-09-29T17:09:09.802 INFO:teuthology.orchestra.run.smithi098.stdout: "in_progress": true, 2023-09-29T17:09:09.802 INFO:teuthology.orchestra.run.smithi098.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-29T17:09:09.802 INFO:teuthology.orchestra.run.smithi098.stdout: "services_complete": [ 2023-09-29T17:09:09.802 INFO:teuthology.orchestra.run.smithi098.stdout: "mon", 2023-09-29T17:09:09.802 INFO:teuthology.orchestra.run.smithi098.stdout: "osd", 2023-09-29T17:09:09.802 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr", 2023-09-29T17:09:09.802 INFO:teuthology.orchestra.run.smithi098.stdout: "nfs", 2023-09-29T17:09:09.803 INFO:teuthology.orchestra.run.smithi098.stdout: "mds", 2023-09-29T17:09:09.803 INFO:teuthology.orchestra.run.smithi098.stdout: "crash" 2023-09-29T17:09:09.803 INFO:teuthology.orchestra.run.smithi098.stdout: ], 2023-09-29T17:09:09.803 INFO:teuthology.orchestra.run.smithi098.stdout: "progress": "18/23 daemons upgraded", 2023-09-29T17:09:09.803 INFO:teuthology.orchestra.run.smithi098.stdout: "message": "Currently upgrading grafana daemons", 2023-09-29T17:09:09.803 INFO:teuthology.orchestra.run.smithi098.stdout: "is_paused": false 2023-09-29T17:09:09.803 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:09:10.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:09 smithi174 ceph-mon[136759]: from='client.34464 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:09:10.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:09 smithi174 ceph-mon[136759]: from='client.34468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:09:10.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:09 smithi174 ceph-mon[136759]: pgmap v267: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:09:10.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:09 smithi174 ceph-mon[136759]: from='client.34472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:09:10.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:09 smithi174 ceph-mon[136759]: from='client.? 172.21.15.98:0/3901011002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:10.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:09 smithi098 ceph-mon[155813]: from='client.34464 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:09:10.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:09 smithi098 ceph-mon[155813]: from='client.34468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:09:10.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:09 smithi098 ceph-mon[155813]: pgmap v267: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:09:10.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:09 smithi098 ceph-mon[155813]: from='client.34472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:09:10.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:09 smithi098 ceph-mon[155813]: from='client.? 172.21.15.98:0/3901011002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:11.181 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:10 smithi098 ceph-mon[155813]: from='client.44335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:09:11.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:10 smithi174 ceph-mon[136759]: from='client.44335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:09:12.102 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:11 smithi098 ceph-mon[155813]: pgmap v268: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:12.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:11 smithi174 ceph-mon[136759]: pgmap v268: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:13.844 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:13 smithi098 ceph-mon[155813]: pgmap v269: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:13.844 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:13 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:13.844 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:13 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:13.845 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:13 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:09:14.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:13 smithi174 ceph-mon[136759]: pgmap v269: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:14.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:13 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:14.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:13 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:14.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:13 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:09:15.014 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:14 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:09:15.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:14 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:09:16.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:15 smithi174 ceph-mon[136759]: pgmap v270: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:16.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:15 smithi098 ceph-mon[155813]: pgmap v270: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:17.892 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:17 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:17.892 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:17 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:17.892 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:17 smithi174 ceph-mon[136759]: pgmap v271: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:17.892 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:17 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:17.892 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:17 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:17.930 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:17 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:17.931 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:17 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:17.931 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:17 smithi098 ceph-mon[155813]: pgmap v271: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:17.931 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:17 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:17.931 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:17 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:19.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:19 smithi098 ceph-mon[155813]: pgmap v272: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:09:20.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:19 smithi174 ceph-mon[136759]: pgmap v272: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:09:21.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:21.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:21.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:09:21.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:09:21.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:21.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:21.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-29T17:09:21.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-29T17:09:21.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi098.front.sepia.ceph.com:3000"}]: dispatch 2023-09-29T17:09:21.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi098.front.sepia.ceph.com:3000"}]: dispatch 2023-09-29T17:09:21.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:21.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:09:21.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.454 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.455 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: Upgrade: Finalizing container_image settings 2023-09-29T17:09:21.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:21.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2023-09-29T17:09:21.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2023-09-29T17:09:21.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T17:09:21.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2023-09-29T17:09:21.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2023-09-29T17:09:21.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2023-09-29T17:09:21.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2023-09-29T17:09:21.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2023-09-29T17:09:21.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2023-09-29T17:09:21.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2023-09-29T17:09:21.456 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2023-09-29T17:09:21.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2023-09-29T17:09:21.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2023-09-29T17:09:21.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2023-09-29T17:09:21.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T17:09:21.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2023-09-29T17:09:21.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2023-09-29T17:09:21.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2023-09-29T17:09:21.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2023-09-29T17:09:21.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T17:09:21.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T17:09:21.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T17:09:21.457 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T17:09:21.458 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T17:09:21.458 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T17:09:21.458 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2023-09-29T17:09:21.458 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2023-09-29T17:09:21.458 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: Upgrade: Complete! 2023-09-29T17:09:21.458 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2023-09-29T17:09:21.458 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2023-09-29T17:09:21.458 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:09:21.458 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:09:21.458 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:09:21.458 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:21.458 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:21.459 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:09:21.459 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:09:21.459 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:09:21.459 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:21.459 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:21.459 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:21 smithi174 ceph-mon[136759]: pgmap v273: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:21.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:21.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:21.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:09:21.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:09:21.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:21.476 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:21.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-29T17:09:21.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-29T17:09:21.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi098.front.sepia.ceph.com:3000"}]: dispatch 2023-09-29T17:09:21.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi098.front.sepia.ceph.com:3000"}]: dispatch 2023-09-29T17:09:21.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:21.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:09:21.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.477 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:21.478 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: Upgrade: Finalizing container_image settings 2023-09-29T17:09:21.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:21.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2023-09-29T17:09:21.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2023-09-29T17:09:21.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T17:09:21.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2023-09-29T17:09:21.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2023-09-29T17:09:21.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2023-09-29T17:09:21.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2023-09-29T17:09:21.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2023-09-29T17:09:21.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2023-09-29T17:09:21.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2023-09-29T17:09:21.479 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2023-09-29T17:09:21.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2023-09-29T17:09:21.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2023-09-29T17:09:21.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2023-09-29T17:09:21.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T17:09:21.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2023-09-29T17:09:21.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2023-09-29T17:09:21.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2023-09-29T17:09:21.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2023-09-29T17:09:21.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T17:09:21.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T17:09:21.480 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T17:09:21.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T17:09:21.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T17:09:21.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-29T17:09:21.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2023-09-29T17:09:21.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2023-09-29T17:09:21.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: Upgrade: Complete! 2023-09-29T17:09:21.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2023-09-29T17:09:21.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2023-09-29T17:09:21.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:09:21.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:09:21.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:09:21.481 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:21.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:21.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:09:21.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:09:21.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:09:21.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:21.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:21.482 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:21 smithi098 ceph-mon[155813]: pgmap v273: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:24.205 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:23 smithi174 ceph-mon[136759]: pgmap v274: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:24.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:23 smithi098 ceph-mon[155813]: pgmap v274: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:25.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:25 smithi098 ceph-mon[155813]: pgmap v275: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:25.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:25 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:26.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:25 smithi174 ceph-mon[136759]: pgmap v275: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:26.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:25 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:09:27.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:27 smithi098 ceph-mon[155813]: pgmap v276: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:28.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:27 smithi174 ceph-mon[136759]: pgmap v276: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:30.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:29 smithi174 ceph-mon[136759]: pgmap v277: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:09:30.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:29 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:09:30.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:29 smithi098 ceph-mon[155813]: pgmap v277: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:09:30.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:29 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:09:32.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:31 smithi174 ceph-mon[136759]: pgmap v278: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:32.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:31 smithi098 ceph-mon[155813]: pgmap v278: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:34.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:33 smithi174 ceph-mon[136759]: pgmap v279: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:34.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:33 smithi098 ceph-mon[155813]: pgmap v279: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:36.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:35 smithi174 ceph-mon[136759]: pgmap v280: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:36.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:35 smithi098 ceph-mon[155813]: pgmap v280: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:38.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:37 smithi174 ceph-mon[136759]: pgmap v281: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:38.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:37 smithi098 ceph-mon[155813]: pgmap v281: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:40.159 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:39 smithi098 ceph-mon[155813]: pgmap v282: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:09:40.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:39 smithi174 ceph-mon[136759]: pgmap v282: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:09:42.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:41 smithi174 ceph-mon[136759]: from='client.34484 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:09:42.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:41 smithi174 ceph-mon[136759]: pgmap v283: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:42.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:41 smithi098 ceph-mon[155813]: from='client.34484 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:09:42.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:41 smithi098 ceph-mon[155813]: pgmap v283: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:42.465 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph orch ps' 2023-09-29T17:09:44.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:43 smithi174 ceph-mon[136759]: pgmap v284: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:44.208 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:43 smithi098 ceph-mon[155813]: pgmap v284: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:44.601 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T17:09:44.601 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (52s) 27s ago 16m 17.6M - 0.25.0 c8568f914cd2 5e79c022d051 2023-09-29T17:09:44.601 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (7m) 27s ago 16m 7482k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 2c386662ebbe 2023-09-29T17:09:44.602 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (7m) 75s ago 15m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 4fab0ce732e6 2023-09-29T17:09:44.602 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (31s) 27s ago 16m 32.8M - 9.4.7 2c41d148cca3 7e28b3d897fd 2023-09-29T17:09:44.602 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (3m) 27s ago 12m 42.6M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 0390b05c8b74 2023-09-29T17:09:44.602 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (3m) 75s ago 12m 13.6M - 17.2.6-1144-ga552a72f 294e5d7ccd3b af5fc3eee30b 2023-09-29T17:09:44.602 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:8443,9283 running (8m) 27s ago 17m 520M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 414cb1f79b42 2023-09-29T17:09:44.602 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (8m) 75s ago 15m 442M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 5c703357ecec 2023-09-29T17:09:44.602 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (8m) 27s ago 17m 118M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 4adef2805929 2023-09-29T17:09:44.602 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (7m) 75s ago 15m 80.5M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b cadb6c8d5e31 2023-09-29T17:09:44.602 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 running (3m) 27s ago 10m 171M - 4.0 294e5d7ccd3b 2da978fd75fb 2023-09-29T17:09:44.602 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (3m) 75s ago 10m 80.9M - 4.0 294e5d7ccd3b 73d2446c2424 2023-09-29T17:09:44.602 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (81s) 27s ago 16m 9609k - 1.5.0 0da6a335fe13 2eb5556f9fef 2023-09-29T17:09:44.602 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (77s) 75s ago 15m 3996k - 1.5.0 0da6a335fe13 087abd9a2c7d 2023-09-29T17:09:44.603 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (7m) 27s ago 15m 436M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b d8258cec978a 2023-09-29T17:09:44.603 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (6m) 27s ago 15m 352M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 765240489d11 2023-09-29T17:09:44.603 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (6m) 27s ago 14m 310M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 40407a67002e 2023-09-29T17:09:44.603 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (5m) 27s ago 14m 369M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b de24230f9131 2023-09-29T17:09:44.603 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (5m) 75s ago 14m 438M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7a2da2c8d584 2023-09-29T17:09:44.603 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (4m) 75s ago 14m 424M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 55c0e6cb18ca 2023-09-29T17:09:44.603 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (4m) 75s ago 14m 325M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5a482ee4f144 2023-09-29T17:09:44.603 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (3m) 75s ago 13m 512M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b c8a034b088d5 2023-09-29T17:09:44.603 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (66s) 27s ago 16m 58.9M - 2.43.0 a07b618ecd1d c15dcbd1f344 2023-09-29T17:09:44.942 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:09:44.986 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph versions' 2023-09-29T17:09:45.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:09:45.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:45 smithi098 ceph-mon[155813]: from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:09:45.975 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:45 smithi098 ceph-mon[155813]: pgmap v285: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:46.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:45 smithi174 ceph-mon[136759]: from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:09:46.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:45 smithi174 ceph-mon[136759]: pgmap v285: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:46.443 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:09:46.444 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T17:09:46.444 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:09:46.444 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:09:46.444 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T17:09:46.444 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:09:46.444 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:09:46.444 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T17:09:46.444 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 8 2023-09-29T17:09:46.444 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:09:46.444 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T17:09:46.444 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:09:46.445 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:09:46.445 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T17:09:46.445 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 14 2023-09-29T17:09:46.445 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T17:09:46.445 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:09:46.820 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-09-29T17:09:47.137 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:46 smithi098 ceph-mon[155813]: from='client.? 172.21.15.98:0/3209956313' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:47.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:46 smithi174 ceph-mon[136759]: from='client.? 172.21.15.98:0/3209956313' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:09:47.981 INFO:teuthology.orchestra.run.smithi098.stdout:wait for servicemap items w/ changing names to refresh 2023-09-29T17:09:48.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:47 smithi098 ceph-mon[155813]: pgmap v286: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:48.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:47 smithi174 ceph-mon[136759]: pgmap v286: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:48.318 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'sleep 60' 2023-09-29T17:09:50.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:49 smithi174 ceph-mon[136759]: pgmap v287: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:09:50.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:49 smithi098 ceph-mon[155813]: pgmap v287: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:09:52.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:51 smithi174 ceph-mon[136759]: pgmap v288: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:52.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:51 smithi098 ceph-mon[155813]: pgmap v288: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:54.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:53 smithi174 ceph-mon[136759]: pgmap v289: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:54.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:53 smithi098 ceph-mon[155813]: pgmap v289: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:56.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:55 smithi174 ceph-mon[136759]: pgmap v290: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:56.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:55 smithi098 ceph-mon[155813]: pgmap v290: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:58.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:57 smithi174 ceph-mon[136759]: pgmap v291: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:09:58.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:57 smithi098 ceph-mon[155813]: pgmap v291: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:00.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:59 smithi174 ceph-mon[136759]: pgmap v292: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:10:00.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:09:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:10:00.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:59 smithi098 ceph-mon[155813]: pgmap v292: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:10:00.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:09:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:10:01.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:00 smithi174 ceph-mon[136759]: overall HEALTH_OK 2023-09-29T17:10:01.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:00 smithi098 ceph-mon[155813]: overall HEALTH_OK 2023-09-29T17:10:01.976 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:01 smithi098 ceph-mon[155813]: pgmap v293: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:02.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:01 smithi174 ceph-mon[136759]: pgmap v293: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:04.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:03 smithi174 ceph-mon[136759]: pgmap v294: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:04.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:03 smithi098 ceph-mon[155813]: pgmap v294: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:06.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:05 smithi174 ceph-mon[136759]: pgmap v295: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:06.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:05 smithi098 ceph-mon[155813]: pgmap v295: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:08.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:07 smithi174 ceph-mon[136759]: pgmap v296: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:08.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:07 smithi098 ceph-mon[155813]: pgmap v296: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:10.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:09 smithi174 ceph-mon[136759]: pgmap v297: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:10:10.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:09 smithi098 ceph-mon[155813]: pgmap v297: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:10:12.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:11 smithi174 ceph-mon[136759]: pgmap v298: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:12.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:11 smithi098 ceph-mon[155813]: pgmap v298: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:14.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:13 smithi174 ceph-mon[136759]: pgmap v299: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:14.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:13 smithi098 ceph-mon[155813]: pgmap v299: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:15.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:14 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:10:15.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:14 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:10:16.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:15 smithi174 ceph-mon[136759]: pgmap v300: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:16.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:15 smithi098 ceph-mon[155813]: pgmap v300: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:18.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:17 smithi174 ceph-mon[136759]: pgmap v301: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:18.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:17 smithi098 ceph-mon[155813]: pgmap v301: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:20.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:19 smithi174 ceph-mon[136759]: pgmap v302: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:10:20.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:19 smithi098 ceph-mon[155813]: pgmap v302: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:10:21.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:20 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:10:21.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:20 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-29T17:10:22.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:21 smithi174 ceph-mon[136759]: pgmap v303: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:22.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:10:22.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:10:22.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:10:22.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:21 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:10:22.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:21 smithi098 ceph-mon[155813]: pgmap v303: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:22.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-29T17:10:22.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-29T17:10:22.226 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:10:22.227 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:21 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' 2023-09-29T17:10:24.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:23 smithi174 ceph-mon[136759]: pgmap v304: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:24.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:23 smithi098 ceph-mon[155813]: pgmap v304: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:26.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:25 smithi174 ceph-mon[136759]: pgmap v305: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:26.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:25 smithi098 ceph-mon[155813]: pgmap v305: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:28.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:27 smithi174 ceph-mon[136759]: pgmap v306: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:28.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:27 smithi098 ceph-mon[155813]: pgmap v306: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:30.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:29 smithi174 ceph-mon[136759]: pgmap v307: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:10:30.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:29 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:10:30.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:29 smithi098 ceph-mon[155813]: pgmap v307: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:10:30.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:29 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:10:32.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:31 smithi174 ceph-mon[136759]: pgmap v308: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:32.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:31 smithi098 ceph-mon[155813]: pgmap v308: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:34.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:33 smithi174 ceph-mon[136759]: pgmap v309: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:34.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:33 smithi098 ceph-mon[155813]: pgmap v309: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:36.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:35 smithi174 ceph-mon[136759]: pgmap v310: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:36.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:35 smithi098 ceph-mon[155813]: pgmap v310: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:38.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:37 smithi174 ceph-mon[136759]: pgmap v311: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:38.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:37 smithi098 ceph-mon[155813]: pgmap v311: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:40.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:39 smithi174 ceph-mon[136759]: pgmap v312: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:10:40.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:39 smithi098 ceph-mon[155813]: pgmap v312: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:10:42.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:41 smithi174 ceph-mon[136759]: pgmap v313: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:42.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:41 smithi098 ceph-mon[155813]: pgmap v313: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:44.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:43 smithi174 ceph-mon[136759]: pgmap v314: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:44.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:43 smithi098 ceph-mon[155813]: pgmap v314: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:45.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:44 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:10:45.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:44 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:10:46.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:45 smithi174 ceph-mon[136759]: pgmap v315: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:46.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:45 smithi098 ceph-mon[155813]: pgmap v315: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:48.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:47 smithi174 ceph-mon[136759]: pgmap v316: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:48.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:47 smithi098 ceph-mon[155813]: pgmap v316: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:49.767 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph orch ps' 2023-09-29T17:10:50.096 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:49 smithi098 ceph-mon[155813]: pgmap v317: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:10:50.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:49 smithi174 ceph-mon[136759]: pgmap v317: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:10:51.181 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-29T17:10:51.181 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi098 smithi098 *:9093,9094 running (119s) 94s ago 17m 17.6M - 0.25.0 c8568f914cd2 5e79c022d051 2023-09-29T17:10:51.181 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi098 smithi098 running (8m) 94s ago 17m 7482k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 2c386662ebbe 2023-09-29T17:10:51.181 INFO:teuthology.orchestra.run.smithi098.stdout:crash.smithi174 smithi174 running (8m) 2m ago 17m 7436k - 17.2.6-1144-ga552a72f 294e5d7ccd3b 4fab0ce732e6 2023-09-29T17:10:51.181 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (98s) 94s ago 17m 32.8M - 9.4.7 2c41d148cca3 7e28b3d897fd 2023-09-29T17:10:51.181 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi098.ygecui smithi098 running (4m) 94s ago 14m 42.6M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 0390b05c8b74 2023-09-29T17:10:51.181 INFO:teuthology.orchestra.run.smithi098.stdout:mds.foofs.smithi174.udpasg smithi174 running (4m) 2m ago 14m 13.6M - 17.2.6-1144-ga552a72f 294e5d7ccd3b af5fc3eee30b 2023-09-29T17:10:51.182 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi098.saehjc smithi098 *:8443,9283 running (9m) 94s ago 18m 520M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 414cb1f79b42 2023-09-29T17:10:51.182 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.smithi174.ceothj smithi174 *:8443,9283 running (9m) 2m ago 17m 442M - 17.2.6-1144-ga552a72f 294e5d7ccd3b 5c703357ecec 2023-09-29T17:10:51.182 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi098 smithi098 running (9m) 94s ago 18m 118M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b 4adef2805929 2023-09-29T17:10:51.182 INFO:teuthology.orchestra.run.smithi098.stdout:mon.smithi174 smithi174 running (8m) 2m ago 16m 80.5M 2048M 17.2.6-1144-ga552a72f 294e5d7ccd3b cadb6c8d5e31 2023-09-29T17:10:51.182 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.0.1.smithi098.oceskk smithi098 *:2049 running (4m) 94s ago 12m 171M - 4.0 294e5d7ccd3b 2da978fd75fb 2023-09-29T17:10:51.182 INFO:teuthology.orchestra.run.smithi098.stdout:nfs.foo.1.1.smithi174.xjpwho smithi174 *:2049 running (4m) 2m ago 11m 80.9M - 4.0 294e5d7ccd3b 73d2446c2424 2023-09-29T17:10:51.182 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (2m) 94s ago 17m 9609k - 1.5.0 0da6a335fe13 2eb5556f9fef 2023-09-29T17:10:51.182 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi174 smithi174 *:9100 running (2m) 2m ago 16m 3996k - 1.5.0 0da6a335fe13 087abd9a2c7d 2023-09-29T17:10:51.182 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (8m) 94s ago 16m 436M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b d8258cec978a 2023-09-29T17:10:51.182 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi098 running (7m) 94s ago 16m 352M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 765240489d11 2023-09-29T17:10:51.183 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi098 running (7m) 94s ago 15m 310M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b 40407a67002e 2023-09-29T17:10:51.183 INFO:teuthology.orchestra.run.smithi098.stdout:osd.3 smithi098 running (6m) 94s ago 15m 369M 1942M 17.2.6-1144-ga552a72f 294e5d7ccd3b de24230f9131 2023-09-29T17:10:51.183 INFO:teuthology.orchestra.run.smithi098.stdout:osd.4 smithi174 running (6m) 2m ago 15m 438M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 7a2da2c8d584 2023-09-29T17:10:51.183 INFO:teuthology.orchestra.run.smithi098.stdout:osd.5 smithi174 running (5m) 2m ago 15m 424M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 55c0e6cb18ca 2023-09-29T17:10:51.183 INFO:teuthology.orchestra.run.smithi098.stdout:osd.6 smithi174 running (5m) 2m ago 15m 325M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b 5a482ee4f144 2023-09-29T17:10:51.183 INFO:teuthology.orchestra.run.smithi098.stdout:osd.7 smithi174 running (5m) 2m ago 14m 512M 2710M 17.2.6-1144-ga552a72f 294e5d7ccd3b c8a034b088d5 2023-09-29T17:10:51.183 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi098 smithi098 *:9095 running (2m) 94s ago 17m 58.9M - 2.43.0 a07b618ecd1d c15dcbd1f344 2023-09-29T17:10:51.568 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph versions' 2023-09-29T17:10:52.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:51 smithi174 ceph-mon[136759]: pgmap v318: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:52.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:51 smithi098 ceph-mon[155813]: pgmap v318: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:53.026 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-09-29T17:10:53.026 INFO:teuthology.orchestra.run.smithi098.stdout: "mon": { 2023-09-29T17:10:53.027 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:10:53.027 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:10:53.027 INFO:teuthology.orchestra.run.smithi098.stdout: "mgr": { 2023-09-29T17:10:53.027 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:10:53.027 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:10:53.027 INFO:teuthology.orchestra.run.smithi098.stdout: "osd": { 2023-09-29T17:10:53.027 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 8 2023-09-29T17:10:53.027 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:10:53.027 INFO:teuthology.orchestra.run.smithi098.stdout: "mds": { 2023-09-29T17:10:53.027 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 2 2023-09-29T17:10:53.027 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:10:53.028 INFO:teuthology.orchestra.run.smithi098.stdout: "overall": { 2023-09-29T17:10:53.028 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)": 14 2023-09-29T17:10:53.028 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T17:10:53.028 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-09-29T17:10:53.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:52 smithi174 ceph-mon[136759]: from='client.34496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:10:53.222 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:52 smithi098 ceph-mon[155813]: from='client.34496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:10:53.418 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-09-29T17:10:54.097 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:53 smithi098 ceph-mon[155813]: pgmap v319: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:54.098 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:53 smithi098 ceph-mon[155813]: from='client.? 172.21.15.98:0/606049512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:10:54.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:53 smithi174 ceph-mon[136759]: pgmap v319: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:54.203 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:53 smithi174 ceph-mon[136759]: from='client.? 172.21.15.98:0/606049512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:10:54.925 INFO:teuthology.orchestra.run.smithi098.stdout:true 2023-09-29T17:10:55.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:54 smithi174 ceph-mon[136759]: from='client.? 172.21.15.98:0/2198582095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:10:55.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:54 smithi098 ceph-mon[155813]: from='client.? 172.21.15.98:0/2198582095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:10:55.302 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -e sha1=a552a72f82bc3283d463e7a22b8076cc326593ab -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2023-09-29T17:10:56.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:55 smithi174 ceph-mon[136759]: pgmap v320: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:56.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:55 smithi098 ceph-mon[155813]: pgmap v320: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:56.724 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph version 17.2.6-1144-ga552a72f (a552a72f82bc3283d463e7a22b8076cc326593ab) quincy (stable)" 2023-09-29T17:10:57.091 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:56 smithi098 ceph-mon[155813]: from='client.? 172.21.15.98:0/2800449738' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:10:57.110 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2023-09-29T17:10:57.110 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-09-29T17:10:57.111 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- ceph orch ls -f json 2023-09-29T17:10:57.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:56 smithi174 ceph-mon[136759]: from='client.? 172.21.15.98:0/2800449738' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-29T17:10:58.071 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:57 smithi098 ceph-mon[155813]: pgmap v321: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:58.202 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:57 smithi174 ceph-mon[136759]: pgmap v321: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:10:58.444 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-09-29T17:10:58.444 INFO:teuthology.orchestra.run.smithi098.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-29T16:52:58.703049Z", "last_refresh": "2023-09-29T17:09:16.595546Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-29T16:52:47.639989Z", "last_refresh": "2023-09-29T17:08:29.363623Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true}, "status": {"created": "2023-09-29T16:52:56.782387Z", "last_refresh": "2023-09-29T17:09:16.595672Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-29T16:56:44.879806Z", "last_refresh": "2023-09-29T17:08:29.364295Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-29T16:52:44.967133Z", "last_refresh": "2023-09-29T17:08:29.363796Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi098:172.21.15.98=smithi098", "smithi174:172.21.15.174=smithi174"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-29T16:53:25.811763Z", "last_refresh": "2023-09-29T17:08:29.363871Z", "running": 2, "size": 2}}, {"events": ["2023-09-29T17:01:51.433909Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-29T16:58:44.238778Z", "last_refresh": "2023-09-29T17:08:29.364356Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-29T16:52:57.849982Z", "last_refresh": "2023-09-29T17:08:29.363946Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "294e5d7ccd3b0596544d47bd54b0c8cc46e7f049c7bc127fd722f4e9d7601f18", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:105da12efb30486b005b7dc4f25c4cf51ec7c50a98a31035ef38b30b04291e01", "last_refresh": "2023-09-29T17:08:29.364021Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-29T16:52:55.662766Z", "last_refresh": "2023-09-29T17:09:16.595831Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-29T17:10:58.828 INFO:tasks.cephadm:nfs.foo has 2/2 2023-09-29T17:10:58.828 DEBUG:teuthology.parallel:result is None 2023-09-29T17:10:58.828 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-29T17:10:58.838 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi098.front.sepia.ceph.com 2023-09-29T17:10:58.838 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2023-09-29T17:10:58.868 INFO:teuthology.orchestra.run.smithi098.stderr:+ umount /mnt/foo 2023-09-29T17:10:58.898 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-29T17:10:58.909 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi098.front.sepia.ceph.com 2023-09-29T17:10:58.909 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- bash -c 'ceph nfs cluster ls | grep foo' 2023-09-29T17:11:00.027 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:59 smithi098 ceph-mon[155813]: from='client.34512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T17:11:00.027 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:59 smithi098 ceph-mon[155813]: pgmap v322: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:11:00.027 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:10:59 smithi098 ceph-mon[155813]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:11:00.401 INFO:teuthology.orchestra.run.smithi098.stdout:foo 2023-09-29T17:11:00.452 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:59 smithi174 ceph-mon[136759]: from='client.34512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-29T17:11:00.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:59 smithi174 ceph-mon[136759]: pgmap v322: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-29T17:11:00.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:10:59 smithi174 ceph-mon[136759]: from='mgr.34108 172.21.15.98:0/3772557904' entity='mgr.smithi098.saehjc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-29T17:11:00.785 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- bash -c 'ceph nfs export ls foo --detailed' 2023-09-29T17:11:02.158 INFO:teuthology.orchestra.run.smithi098.stdout:[ 2023-09-29T17:11:02.159 INFO:teuthology.orchestra.run.smithi098.stdout: { 2023-09-29T17:11:02.159 INFO:teuthology.orchestra.run.smithi098.stdout: "export_id": 1, 2023-09-29T17:11:02.159 INFO:teuthology.orchestra.run.smithi098.stdout: "path": "/", 2023-09-29T17:11:02.159 INFO:teuthology.orchestra.run.smithi098.stdout: "cluster_id": "foo", 2023-09-29T17:11:02.159 INFO:teuthology.orchestra.run.smithi098.stdout: "pseudo": "/fake", 2023-09-29T17:11:02.159 INFO:teuthology.orchestra.run.smithi098.stdout: "access_type": "RW", 2023-09-29T17:11:02.159 INFO:teuthology.orchestra.run.smithi098.stdout: "squash": "no_root_squash", 2023-09-29T17:11:02.159 INFO:teuthology.orchestra.run.smithi098.stdout: "security_label": true, 2023-09-29T17:11:02.159 INFO:teuthology.orchestra.run.smithi098.stdout: "protocols": [ 2023-09-29T17:11:02.159 INFO:teuthology.orchestra.run.smithi098.stdout: 4 2023-09-29T17:11:02.159 INFO:teuthology.orchestra.run.smithi098.stdout: ], 2023-09-29T17:11:02.159 INFO:teuthology.orchestra.run.smithi098.stdout: "transports": [ 2023-09-29T17:11:02.160 INFO:teuthology.orchestra.run.smithi098.stdout: "TCP" 2023-09-29T17:11:02.160 INFO:teuthology.orchestra.run.smithi098.stdout: ], 2023-09-29T17:11:02.160 INFO:teuthology.orchestra.run.smithi098.stdout: "fsal": { 2023-09-29T17:11:02.160 INFO:teuthology.orchestra.run.smithi098.stdout: "name": "CEPH", 2023-09-29T17:11:02.160 INFO:teuthology.orchestra.run.smithi098.stdout: "user_id": "nfs.foo.1", 2023-09-29T17:11:02.160 INFO:teuthology.orchestra.run.smithi098.stdout: "fs_name": "foofs" 2023-09-29T17:11:02.160 INFO:teuthology.orchestra.run.smithi098.stdout: }, 2023-09-29T17:11:02.160 INFO:teuthology.orchestra.run.smithi098.stdout: "clients": [] 2023-09-29T17:11:02.160 INFO:teuthology.orchestra.run.smithi098.stdout: } 2023-09-29T17:11:02.160 INFO:teuthology.orchestra.run.smithi098.stdout:] 2023-09-29T17:11:02.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:11:01 smithi098 ceph-mon[155813]: from='client.34516 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:11:02.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:11:01 smithi098 ceph-mon[155813]: pgmap v323: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:11:02.452 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:11:01 smithi174 ceph-mon[136759]: from='client.34516 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:11:02.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:11:01 smithi174 ceph-mon[136759]: pgmap v323: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-29T17:11:02.583 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- bash -c 'rados -p .nfs --all ls -' 2023-09-29T17:11:03.777 INFO:teuthology.orchestra.run.smithi098.stdout:foo grace 2023-09-29T17:11:03.777 INFO:teuthology.orchestra.run.smithi098.stdout:foo rec-0000000000000005:nfs.foo.1 2023-09-29T17:11:03.777 INFO:teuthology.orchestra.run.smithi098.stdout:foo rec-0000000000000005:nfs.foo.0 2023-09-29T17:11:03.777 INFO:teuthology.orchestra.run.smithi098.stdout:foo conf-nfs.foo 2023-09-29T17:11:03.777 INFO:teuthology.orchestra.run.smithi098.stdout:foo export-1 2023-09-29T17:11:04.093 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 5' 2023-09-29T17:11:04.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:11:03 smithi098 ceph-mon[155813]: from='client.34520 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:11:04.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:11:03 smithi098 ceph-mon[155813]: pgmap v324: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-09-29T17:11:04.452 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:11:03 smithi174 ceph-mon[136759]: from='client.34520 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-29T17:11:04.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:11:03 smithi174 ceph-mon[136759]: pgmap v324: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-09-29T17:11:05.097 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:11:04 smithi098 ceph-mon[155813]: mgrmap e39: smithi098.saehjc(active, since 9m), standbys: smithi174.ceothj 2023-09-29T17:11:05.452 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:11:04 smithi174 ceph-mon[136759]: mgrmap e39: smithi098.saehjc(active, since 9m), standbys: smithi174.ceothj 2023-09-29T17:11:05.526 INFO:teuthology.orchestra.run.smithi098.stdout:5 2023-09-29T17:11:05.900 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-09-29T17:11:05.911 INFO:tasks.cephadm:Teardown begin 2023-09-29T17:11:05.911 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-29T17:11:05.942 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-29T17:11:05.980 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-09-29T17:11:05.981 DEBUG:teuthology.orchestra.run.smithi098:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-29T17:11:06.000 DEBUG:teuthology.orchestra.run.smithi174:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-29T17:11:06.041 INFO:tasks.cephadm:Stopping all daemons... 2023-09-29T17:11:06.041 INFO:tasks.cephadm.mon.smithi098:Stopping mon.smithi098... 2023-09-29T17:11:06.041 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mon.smithi098 2023-09-29T17:11:06.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:11:05 smithi098 ceph-mon[155813]: pgmap v325: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-09-29T17:11:06.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:11:05 smithi098 ceph-mon[155813]: from='client.? 172.21.15.98:0/437355611' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2023-09-29T17:11:06.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:11:06 smithi098 systemd[1]: Stopping Ceph mon.smithi098 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:11:06.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:11:05 smithi174 ceph-mon[136759]: pgmap v325: 129 pgs: 129 active+clean; 206 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-09-29T17:11:06.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:11:05 smithi174 ceph-mon[136759]: from='client.? 172.21.15.98:0/437355611' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2023-09-29T17:11:06.579 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:11:06 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon-smithi098[155770]: 2023-09-29T17:11:06.240+0000 7f5ec5c6a700 -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 2023-09-29T17:11:06.579 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:11:06 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon-smithi098[155770]: 2023-09-29T17:11:06.240+0000 7f5ec5c6a700 -1 mon.smithi098@0(leader) e3 *** Got Signal Terminated *** 2023-09-29T17:11:06.885 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Sep 29 17:11:06 smithi098 bash[214535]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon-smithi098 2023-09-29T17:11:06.891 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mon.smithi098.service' 2023-09-29T17:11:06.946 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-29T17:11:06.947 INFO:tasks.cephadm.mon.smithi098:Stopped mon.smithi098 2023-09-29T17:11:06.947 INFO:tasks.cephadm.mon.smithi174:Stopping mon.smithi174... 2023-09-29T17:11:06.947 DEBUG:teuthology.orchestra.run.smithi174:> sudo systemctl stop ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mon.smithi174 2023-09-29T17:11:07.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:11:06 smithi174 systemd[1]: Stopping Ceph mon.smithi174 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:11:07.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:11:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon-smithi174[136736]: 2023-09-29T17:11:07.220+0000 7fafc4761700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi174 -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 2023-09-29T17:11:07.453 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:11:07 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon-smithi174[136736]: 2023-09-29T17:11:07.220+0000 7fafc4761700 -1 mon.smithi174@1(peon) e3 *** Got Signal Terminated *** 2023-09-29T17:11:07.868 INFO:journalctl@ceph.mon.smithi174.smithi174.stdout:Sep 29 17:11:07 smithi174 bash[168963]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-mon-smithi174 2023-09-29T17:11:07.874 DEBUG:teuthology.orchestra.run.smithi174:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@mon.smithi174.service' 2023-09-29T17:11:07.931 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-29T17:11:07.932 INFO:tasks.cephadm.mon.smithi174:Stopped mon.smithi174 2023-09-29T17:11:07.932 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-09-29T17:11:07.932 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.0 2023-09-29T17:11:08.225 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:11:07 smithi098 systemd[1]: Stopping Ceph osd.0 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:11:08.226 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:11:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-0[163082]: 2023-09-29T17:11:08.166+0000 7f34ebb93700 -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 2023-09-29T17:11:08.226 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:11:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-0[163082]: 2023-09-29T17:11:08.166+0000 7f34ebb93700 -1 osd.0 108 *** Got signal Terminated *** 2023-09-29T17:11:08.226 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:11:08 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-0[163082]: 2023-09-29T17:11:08.166+0000 7f34ebb93700 -1 osd.0 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T17:11:14.225 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 29 17:11:13 smithi098 bash[214690]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-0 2023-09-29T17:11:15.093 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.0.service' 2023-09-29T17:11:15.135 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-29T17:11:15.136 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-09-29T17:11:15.136 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-09-29T17:11:15.136 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.1 2023-09-29T17:11:15.390 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:11:15 smithi098 systemd[1]: Stopping Ceph osd.1 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:11:15.725 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:11:15 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-1[166270]: 2023-09-29T17:11:15.389+0000 7fd622070700 -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 2023-09-29T17:11:15.725 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:11:15 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-1[166270]: 2023-09-29T17:11:15.389+0000 7fd622070700 -1 osd.1 108 *** Got signal Terminated *** 2023-09-29T17:11:15.725 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:11:15 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-1[166270]: 2023-09-29T17:11:15.389+0000 7fd622070700 -1 osd.1 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T17:11:21.476 INFO:journalctl@ceph.osd.1.smithi098.stdout:Sep 29 17:11:21 smithi098 bash[214989]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-1 2023-09-29T17:11:22.376 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.1.service' 2023-09-29T17:11:22.418 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-29T17:11:22.418 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-09-29T17:11:22.418 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-09-29T17:11:22.419 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.2 2023-09-29T17:11:22.724 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:11:22 smithi098 systemd[1]: Stopping Ceph osd.2 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:11:22.976 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:11:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-2[169617]: 2023-09-29T17:11:22.724+0000 7feda56c9700 -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 2023-09-29T17:11:22.976 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:11:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-2[169617]: 2023-09-29T17:11:22.724+0000 7feda56c9700 -1 osd.2 108 *** Got signal Terminated *** 2023-09-29T17:11:22.976 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:11:22 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-2[169617]: 2023-09-29T17:11:22.724+0000 7feda56c9700 -1 osd.2 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T17:11:28.726 INFO:journalctl@ceph.osd.2.smithi098.stdout:Sep 29 17:11:28 smithi098 bash[215258]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-2 2023-09-29T17:11:29.692 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.2.service' 2023-09-29T17:11:29.732 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-29T17:11:29.733 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-09-29T17:11:29.733 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-09-29T17:11:29.733 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.3 2023-09-29T17:11:29.976 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:11:29 smithi098 systemd[1]: Stopping Ceph osd.3 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:11:30.475 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:11:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-3[172765]: 2023-09-29T17:11:29.983+0000 7f669728a700 -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 2023-09-29T17:11:30.475 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:11:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-3[172765]: 2023-09-29T17:11:29.983+0000 7f669728a700 -1 osd.3 108 *** Got signal Terminated *** 2023-09-29T17:11:30.475 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:11:29 smithi098 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-3[172765]: 2023-09-29T17:11:29.983+0000 7f669728a700 -1 osd.3 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T17:11:35.453 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:35 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:35.081+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:35.725 INFO:journalctl@ceph.osd.3.smithi098.stdout:Sep 29 17:11:35 smithi098 bash[215517]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-3 2023-09-29T17:11:36.453 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:36.066+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:36.453 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:36.047+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:36.716 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.3.service' 2023-09-29T17:11:36.757 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-29T17:11:36.757 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-09-29T17:11:36.757 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-09-29T17:11:36.758 DEBUG:teuthology.orchestra.run.smithi174:> sudo systemctl stop ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.4 2023-09-29T17:11:37.080 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:37.020+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:37.081 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:11:36 smithi174 systemd[1]: Stopping Ceph osd.4 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:11:37.081 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:11:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-4[142635]: 2023-09-29T17:11:36.990+0000 7f1c774ca700 -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 2023-09-29T17:11:37.081 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:11:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-4[142635]: 2023-09-29T17:11:36.990+0000 7f1c774ca700 -1 osd.4 108 *** Got signal Terminated *** 2023-09-29T17:11:37.081 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:11:36 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-4[142635]: 2023-09-29T17:11:36.990+0000 7f1c774ca700 -1 osd.4 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T17:11:37.452 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:37.080+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:38.080 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:11:37.821+0000 7fe748bab700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.337707+0000 front 2023-09-29T17:11:11.337793+0000 (oldest deadline 2023-09-29T17:11:37.738064+0000) 2023-09-29T17:11:38.080 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:37 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:37.981+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:38.453 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:38 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:38.080+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:39.034 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:11:38 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-4[142635]: 2023-09-29T17:11:38.706+0000 7f1c72ac6700 -1 osd.4 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.266501+0000 front 2023-09-29T17:11:12.266474+0000 (oldest deadline 2023-09-29T17:11:38.166655+0000) 2023-09-29T17:11:39.034 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:38 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:11:38.851+0000 7fe748bab700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.337707+0000 front 2023-09-29T17:11:11.337793+0000 (oldest deadline 2023-09-29T17:11:37.738064+0000) 2023-09-29T17:11:39.035 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:38 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:38.954+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:39.453 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:39 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:39.034+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:40.024 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:11:39 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-4[142635]: 2023-09-29T17:11:39.717+0000 7f1c72ac6700 -1 osd.4 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.266501+0000 front 2023-09-29T17:11:12.266474+0000 (oldest deadline 2023-09-29T17:11:38.166655+0000) 2023-09-29T17:11:40.025 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:39 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:11:39.848+0000 7fe748bab700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.337707+0000 front 2023-09-29T17:11:11.337793+0000 (oldest deadline 2023-09-29T17:11:37.738064+0000) 2023-09-29T17:11:40.025 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:39 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:39.942+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:40.452 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:40.025+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:41.202 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:11:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-4[142635]: 2023-09-29T17:11:40.765+0000 7f1c72ac6700 -1 osd.4 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.266501+0000 front 2023-09-29T17:11:12.266474+0000 (oldest deadline 2023-09-29T17:11:38.166655+0000) 2023-09-29T17:11:41.203 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:11:40.883+0000 7fe748bab700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.337707+0000 front 2023-09-29T17:11:11.337793+0000 (oldest deadline 2023-09-29T17:11:37.738064+0000) 2023-09-29T17:11:41.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:41.010+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:41.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:40 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:40.954+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:42.202 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:11:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-4[142635]: 2023-09-29T17:11:41.742+0000 7f1c72ac6700 -1 osd.4 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.266501+0000 front 2023-09-29T17:11:12.266474+0000 (oldest deadline 2023-09-29T17:11:38.166655+0000) 2023-09-29T17:11:42.203 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:11:41.859+0000 7fe748bab700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.337707+0000 front 2023-09-29T17:11:11.337793+0000 (oldest deadline 2023-09-29T17:11:37.738064+0000) 2023-09-29T17:11:42.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:41.913+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:42.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:41.977+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:42.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:41 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:41.977+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:16.551430+0000 front 2023-09-29T17:11:16.551591+0000 (oldest deadline 2023-09-29T17:11:41.251467+0000) 2023-09-29T17:11:42.869 INFO:journalctl@ceph.osd.4.smithi174.stdout:Sep 29 17:11:42 smithi174 bash[169190]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-4 2023-09-29T17:11:43.202 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:42 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:11:42.869+0000 7fe748bab700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.337707+0000 front 2023-09-29T17:11:11.337793+0000 (oldest deadline 2023-09-29T17:11:37.738064+0000) 2023-09-29T17:11:43.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:42 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:42.954+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:43.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:42 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:42.937+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:43.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:42 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:42.937+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:16.551430+0000 front 2023-09-29T17:11:16.551591+0000 (oldest deadline 2023-09-29T17:11:41.251467+0000) 2023-09-29T17:11:43.858 DEBUG:teuthology.orchestra.run.smithi174:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.4.service' 2023-09-29T17:11:43.898 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:11:43.843+0000 7fe748bab700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.337707+0000 front 2023-09-29T17:11:11.337793+0000 (oldest deadline 2023-09-29T17:11:37.738064+0000) 2023-09-29T17:11:43.898 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:11:43.843+0000 7fe748bab700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:17.738507+0000 front 2023-09-29T17:11:17.738619+0000 (oldest deadline 2023-09-29T17:11:42.939067+0000) 2023-09-29T17:11:43.899 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-29T17:11:43.899 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-09-29T17:11:43.899 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-09-29T17:11:43.900 DEBUG:teuthology.orchestra.run.smithi174:> sudo systemctl stop ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.5 2023-09-29T17:11:44.149 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:43 smithi174 systemd[1]: Stopping Ceph osd.5 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:11:44.149 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:43.973+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:44.149 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:43.973+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:16.551430+0000 front 2023-09-29T17:11:16.551591+0000 (oldest deadline 2023-09-29T17:11:41.251467+0000) 2023-09-29T17:11:44.150 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:43 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:43.918+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:44.452 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:11:44.148+0000 7fe74ddb0700 -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 2023-09-29T17:11:44.452 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:11:44.148+0000 7fe74ddb0700 -1 osd.5 108 *** Got signal Terminated *** 2023-09-29T17:11:44.452 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:11:44.148+0000 7fe74ddb0700 -1 osd.5 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T17:11:45.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:44.969+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:45.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:44.969+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:16.551430+0000 front 2023-09-29T17:11:16.551591+0000 (oldest deadline 2023-09-29T17:11:41.251467+0000) 2023-09-29T17:11:45.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:44.882+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:45.203 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:11:44.891+0000 7fe748bab700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.337707+0000 front 2023-09-29T17:11:11.337793+0000 (oldest deadline 2023-09-29T17:11:37.738064+0000) 2023-09-29T17:11:45.203 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:44 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:11:44.891+0000 7fe748bab700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:17.738507+0000 front 2023-09-29T17:11:17.738619+0000 (oldest deadline 2023-09-29T17:11:42.939067+0000) 2023-09-29T17:11:46.203 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:11:45.892+0000 7fe748bab700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.337707+0000 front 2023-09-29T17:11:11.337793+0000 (oldest deadline 2023-09-29T17:11:37.738064+0000) 2023-09-29T17:11:46.203 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:11:45.892+0000 7fe748bab700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:17.738507+0000 front 2023-09-29T17:11:17.738619+0000 (oldest deadline 2023-09-29T17:11:42.939067+0000) 2023-09-29T17:11:46.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:45.928+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:46.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:45.928+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:16.551430+0000 front 2023-09-29T17:11:16.551591+0000 (oldest deadline 2023-09-29T17:11:41.251467+0000) 2023-09-29T17:11:46.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:45.884+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:46.204 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:45 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:45.884+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:19.485684+0000 front 2023-09-29T17:11:19.485805+0000 (oldest deadline 2023-09-29T17:11:45.385470+0000) 2023-09-29T17:11:47.202 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:11:46.866+0000 7fe748bab700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.337707+0000 front 2023-09-29T17:11:11.337793+0000 (oldest deadline 2023-09-29T17:11:37.738064+0000) 2023-09-29T17:11:47.203 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:11:46.866+0000 7fe748bab700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:17.738507+0000 front 2023-09-29T17:11:17.738619+0000 (oldest deadline 2023-09-29T17:11:42.939067+0000) 2023-09-29T17:11:47.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:46.912+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:47.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:46.912+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:16.551430+0000 front 2023-09-29T17:11:16.551591+0000 (oldest deadline 2023-09-29T17:11:41.251467+0000) 2023-09-29T17:11:47.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:46.834+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:47.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:46 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:46.834+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:19.485684+0000 front 2023-09-29T17:11:19.485805+0000 (oldest deadline 2023-09-29T17:11:45.385470+0000) 2023-09-29T17:11:48.202 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:11:47.821+0000 7fe748bab700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.337707+0000 front 2023-09-29T17:11:11.337793+0000 (oldest deadline 2023-09-29T17:11:37.738064+0000) 2023-09-29T17:11:48.203 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:11:47.822+0000 7fe748bab700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:17.738507+0000 front 2023-09-29T17:11:17.738619+0000 (oldest deadline 2023-09-29T17:11:42.939067+0000) 2023-09-29T17:11:48.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:47.958+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:48.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:47.958+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:16.551430+0000 front 2023-09-29T17:11:16.551591+0000 (oldest deadline 2023-09-29T17:11:41.251467+0000) 2023-09-29T17:11:48.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:47.817+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:48.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:47 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:47.817+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:19.485684+0000 front 2023-09-29T17:11:19.485805+0000 (oldest deadline 2023-09-29T17:11:45.385470+0000) 2023-09-29T17:11:49.202 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:11:48.817+0000 7fe748bab700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.337707+0000 front 2023-09-29T17:11:11.337793+0000 (oldest deadline 2023-09-29T17:11:37.738064+0000) 2023-09-29T17:11:49.203 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5[145358]: 2023-09-29T17:11:48.817+0000 7fe748bab700 -1 osd.5 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:17.738507+0000 front 2023-09-29T17:11:17.738619+0000 (oldest deadline 2023-09-29T17:11:42.939067+0000) 2023-09-29T17:11:49.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:48.947+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:49.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:48.947+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:16.551430+0000 front 2023-09-29T17:11:16.551591+0000 (oldest deadline 2023-09-29T17:11:41.251467+0000) 2023-09-29T17:11:49.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:48.811+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:49.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:48 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:48.811+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:19.485684+0000 front 2023-09-29T17:11:19.485805+0000 (oldest deadline 2023-09-29T17:11:45.385470+0000) 2023-09-29T17:11:49.995 INFO:journalctl@ceph.osd.5.smithi174.stdout:Sep 29 17:11:49 smithi174 bash[169455]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-5 2023-09-29T17:11:49.996 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:49.823+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:49.996 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:49.823+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:19.485684+0000 front 2023-09-29T17:11:19.485805+0000 (oldest deadline 2023-09-29T17:11:45.385470+0000) 2023-09-29T17:11:50.453 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:49.995+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:50.453 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:49 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:49.995+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:16.551430+0000 front 2023-09-29T17:11:16.551591+0000 (oldest deadline 2023-09-29T17:11:41.251467+0000) 2023-09-29T17:11:50.890 DEBUG:teuthology.orchestra.run.smithi174:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.5.service' 2023-09-29T17:11:50.931 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-29T17:11:50.931 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-09-29T17:11:50.931 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-09-29T17:11:50.931 DEBUG:teuthology.orchestra.run.smithi174:> sudo systemctl stop ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.6 2023-09-29T17:11:51.169 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:50.860+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:51.169 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:50 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:50.860+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:19.485684+0000 front 2023-09-29T17:11:19.485805+0000 (oldest deadline 2023-09-29T17:11:45.385470+0000) 2023-09-29T17:11:51.169 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:51 smithi174 systemd[1]: Stopping Ceph osd.6 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:11:51.169 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:51.013+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:51.169 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:51.013+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:16.551430+0000 front 2023-09-29T17:11:16.551591+0000 (oldest deadline 2023-09-29T17:11:41.251467+0000) 2023-09-29T17:11:51.169 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:51.168+0000 7f888d34d700 -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 2023-09-29T17:11:51.169 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:51.168+0000 7f888d34d700 -1 osd.6 108 *** Got signal Terminated *** 2023-09-29T17:11:51.170 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:51.168+0000 7f888d34d700 -1 osd.6 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T17:11:52.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:51.832+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:52.210 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:51 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:51.832+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:19.485684+0000 front 2023-09-29T17:11:19.485805+0000 (oldest deadline 2023-09-29T17:11:45.385470+0000) 2023-09-29T17:11:52.211 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:52.055+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:52.211 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:52.055+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:16.551430+0000 front 2023-09-29T17:11:16.551591+0000 (oldest deadline 2023-09-29T17:11:41.251467+0000) 2023-09-29T17:11:52.211 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:52.055+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6822 osd.2 since back 2023-09-29T17:11:25.852982+0000 front 2023-09-29T17:11:25.853011+0000 (oldest deadline 2023-09-29T17:11:51.152897+0000) 2023-09-29T17:11:53.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:52.831+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:53.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:52 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:52.831+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:19.485684+0000 front 2023-09-29T17:11:19.485805+0000 (oldest deadline 2023-09-29T17:11:45.385470+0000) 2023-09-29T17:11:53.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:53.029+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:53.204 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:53.029+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:16.551430+0000 front 2023-09-29T17:11:16.551591+0000 (oldest deadline 2023-09-29T17:11:41.251467+0000) 2023-09-29T17:11:53.204 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:53.029+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6822 osd.2 since back 2023-09-29T17:11:25.852982+0000 front 2023-09-29T17:11:25.853011+0000 (oldest deadline 2023-09-29T17:11:51.152897+0000) 2023-09-29T17:11:54.202 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:53.989+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:54.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:53.989+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:16.551430+0000 front 2023-09-29T17:11:16.551591+0000 (oldest deadline 2023-09-29T17:11:41.251467+0000) 2023-09-29T17:11:54.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:53.989+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6822 osd.2 since back 2023-09-29T17:11:25.852982+0000 front 2023-09-29T17:11:25.853011+0000 (oldest deadline 2023-09-29T17:11:51.152897+0000) 2023-09-29T17:11:54.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:53.832+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:54.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:53.832+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:19.485684+0000 front 2023-09-29T17:11:19.485805+0000 (oldest deadline 2023-09-29T17:11:45.385470+0000) 2023-09-29T17:11:54.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:53 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:53.832+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6822 osd.2 since back 2023-09-29T17:11:27.686442+0000 front 2023-09-29T17:11:27.686407+0000 (oldest deadline 2023-09-29T17:11:52.986266+0000) 2023-09-29T17:11:55.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:54.993+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:55.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:54.993+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:16.551430+0000 front 2023-09-29T17:11:16.551591+0000 (oldest deadline 2023-09-29T17:11:41.251467+0000) 2023-09-29T17:11:55.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:54.993+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6822 osd.2 since back 2023-09-29T17:11:25.852982+0000 front 2023-09-29T17:11:25.853011+0000 (oldest deadline 2023-09-29T17:11:51.152897+0000) 2023-09-29T17:11:55.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:54.823+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:55.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:54.823+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:19.485684+0000 front 2023-09-29T17:11:19.485805+0000 (oldest deadline 2023-09-29T17:11:45.385470+0000) 2023-09-29T17:11:55.204 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:54 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:54.823+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6822 osd.2 since back 2023-09-29T17:11:27.686442+0000 front 2023-09-29T17:11:27.686407+0000 (oldest deadline 2023-09-29T17:11:52.986266+0000) 2023-09-29T17:11:56.202 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:55 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:55.986+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:12.550665+0000 front 2023-09-29T17:11:12.550520+0000 (oldest deadline 2023-09-29T17:11:34.850492+0000) 2023-09-29T17:11:56.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:55 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:55.986+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:16.551430+0000 front 2023-09-29T17:11:16.551591+0000 (oldest deadline 2023-09-29T17:11:41.251467+0000) 2023-09-29T17:11:56.203 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:55 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6[148006]: 2023-09-29T17:11:55.986+0000 7f8888949700 -1 osd.6 108 heartbeat_check: no reply from 172.21.15.98:6822 osd.2 since back 2023-09-29T17:11:25.852982+0000 front 2023-09-29T17:11:25.853011+0000 (oldest deadline 2023-09-29T17:11:51.152897+0000) 2023-09-29T17:11:56.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:55 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:55.830+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:56.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:55 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:55.830+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:19.485684+0000 front 2023-09-29T17:11:19.485805+0000 (oldest deadline 2023-09-29T17:11:45.385470+0000) 2023-09-29T17:11:56.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:55 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:55.830+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6822 osd.2 since back 2023-09-29T17:11:27.686442+0000 front 2023-09-29T17:11:27.686407+0000 (oldest deadline 2023-09-29T17:11:52.986266+0000) 2023-09-29T17:11:56.953 INFO:journalctl@ceph.osd.6.smithi174.stdout:Sep 29 17:11:56 smithi174 bash[169714]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-6 2023-09-29T17:11:56.953 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:56.791+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:56.953 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:56.791+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:19.485684+0000 front 2023-09-29T17:11:19.485805+0000 (oldest deadline 2023-09-29T17:11:45.385470+0000) 2023-09-29T17:11:56.953 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:56 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:56.791+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6822 osd.2 since back 2023-09-29T17:11:27.686442+0000 front 2023-09-29T17:11:27.686407+0000 (oldest deadline 2023-09-29T17:11:52.986266+0000) 2023-09-29T17:11:57.772 DEBUG:teuthology.orchestra.run.smithi174:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.6.service' 2023-09-29T17:11:57.812 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-29T17:11:57.812 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-09-29T17:11:57.812 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-09-29T17:11:57.813 DEBUG:teuthology.orchestra.run.smithi174:> sudo systemctl stop ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.7 2023-09-29T17:11:58.054 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:57.801+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:58.055 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:57.801+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:19.485684+0000 front 2023-09-29T17:11:19.485805+0000 (oldest deadline 2023-09-29T17:11:45.385470+0000) 2023-09-29T17:11:58.055 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:57 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:57.801+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6822 osd.2 since back 2023-09-29T17:11:27.686442+0000 front 2023-09-29T17:11:27.686407+0000 (oldest deadline 2023-09-29T17:11:52.986266+0000) 2023-09-29T17:11:58.055 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:57 smithi174 systemd[1]: Stopping Ceph osd.7 for 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7... 2023-09-29T17:11:58.055 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:58.055+0000 7f9209838700 -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 2023-09-29T17:11:58.055 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:58.055+0000 7f9209838700 -1 osd.7 108 *** Got signal Terminated *** 2023-09-29T17:11:58.055 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:58.055+0000 7f9209838700 -1 osd.7 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-29T17:11:59.202 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:58.767+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:11:59.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:58.767+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:19.485684+0000 front 2023-09-29T17:11:19.485805+0000 (oldest deadline 2023-09-29T17:11:45.385470+0000) 2023-09-29T17:11:59.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:58 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:58.767+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6822 osd.2 since back 2023-09-29T17:11:27.686442+0000 front 2023-09-29T17:11:27.686407+0000 (oldest deadline 2023-09-29T17:11:52.986266+0000) 2023-09-29T17:12:00.202 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:59.726+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:12:00.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:59.726+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:19.485684+0000 front 2023-09-29T17:11:19.485805+0000 (oldest deadline 2023-09-29T17:11:45.385470+0000) 2023-09-29T17:12:00.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:59.726+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6822 osd.2 since back 2023-09-29T17:11:27.686442+0000 front 2023-09-29T17:11:27.686407+0000 (oldest deadline 2023-09-29T17:11:52.986266+0000) 2023-09-29T17:12:00.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:11:59 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:11:59.726+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6830 osd.3 since back 2023-09-29T17:11:32.986822+0000 front 2023-09-29T17:11:32.986802+0000 (oldest deadline 2023-09-29T17:11:58.886690+0000) 2023-09-29T17:12:01.202 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:12:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:12:00.729+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:12:01.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:12:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:12:00.729+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:19.485684+0000 front 2023-09-29T17:11:19.485805+0000 (oldest deadline 2023-09-29T17:11:45.385470+0000) 2023-09-29T17:12:01.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:12:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:12:00.729+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6822 osd.2 since back 2023-09-29T17:11:27.686442+0000 front 2023-09-29T17:11:27.686407+0000 (oldest deadline 2023-09-29T17:11:52.986266+0000) 2023-09-29T17:12:01.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:12:00 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:12:00.729+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6830 osd.3 since back 2023-09-29T17:11:32.986822+0000 front 2023-09-29T17:11:32.986802+0000 (oldest deadline 2023-09-29T17:11:58.886690+0000) 2023-09-29T17:12:01.952 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:12:01 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:12:01.703+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:12:01.953 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:12:01 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:12:01.703+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:19.485684+0000 front 2023-09-29T17:11:19.485805+0000 (oldest deadline 2023-09-29T17:11:45.385470+0000) 2023-09-29T17:12:01.953 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:12:01 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:12:01.703+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6822 osd.2 since back 2023-09-29T17:11:27.686442+0000 front 2023-09-29T17:11:27.686407+0000 (oldest deadline 2023-09-29T17:11:52.986266+0000) 2023-09-29T17:12:01.953 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:12:01 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:12:01.703+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6830 osd.3 since back 2023-09-29T17:11:32.986822+0000 front 2023-09-29T17:11:32.986802+0000 (oldest deadline 2023-09-29T17:11:58.886690+0000) 2023-09-29T17:12:03.202 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:12:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:12:02.729+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6806 osd.0 since back 2023-09-29T17:11:11.284446+0000 front 2023-09-29T17:11:11.284552+0000 (oldest deadline 2023-09-29T17:11:35.384546+0000) 2023-09-29T17:12:03.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:12:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:12:02.729+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6814 osd.1 since back 2023-09-29T17:11:19.485684+0000 front 2023-09-29T17:11:19.485805+0000 (oldest deadline 2023-09-29T17:11:45.385470+0000) 2023-09-29T17:12:03.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:12:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:12:02.729+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6822 osd.2 since back 2023-09-29T17:11:27.686442+0000 front 2023-09-29T17:11:27.686407+0000 (oldest deadline 2023-09-29T17:11:52.986266+0000) 2023-09-29T17:12:03.203 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:12:02 smithi174 ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7[150678]: 2023-09-29T17:12:02.729+0000 7f9205635700 -1 osd.7 108 heartbeat_check: no reply from 172.21.15.98:6830 osd.3 since back 2023-09-29T17:11:32.986822+0000 front 2023-09-29T17:11:32.986802+0000 (oldest deadline 2023-09-29T17:11:58.886690+0000) 2023-09-29T17:12:03.953 INFO:journalctl@ceph.osd.7.smithi174.stdout:Sep 29 17:12:03 smithi174 bash[170014]: ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7-osd-7 2023-09-29T17:12:04.820 DEBUG:teuthology.orchestra.run.smithi174:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7@osd.7.service' 2023-09-29T17:12:04.861 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-29T17:12:04.861 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-09-29T17:12:04.862 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 --force --keep-logs 2023-09-29T17:14:57.656 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 --force --keep-logs 2023-09-29T17:15:16.133 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-29T17:15:16.173 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-29T17:15:16.205 INFO:tasks.cephadm:Archiving crash dumps... 2023-09-29T17:15:16.206 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-09-28_14:55:01-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7405600/remote/smithi098/crash 2023-09-29T17:15:16.207 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/crash -- . 2023-09-29T17:15:16.287 INFO:teuthology.orchestra.run.smithi098.stderr:tar: /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/crash: Cannot open: No such file or directory 2023-09-29T17:15:16.288 INFO:teuthology.orchestra.run.smithi098.stderr:tar: Error is not recoverable: exiting now 2023-09-29T17:15:16.289 DEBUG:teuthology.misc:Transferring archived files from smithi174:/var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-09-28_14:55:01-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7405600/remote/smithi174/crash 2023-09-29T17:15:16.290 DEBUG:teuthology.orchestra.run.smithi174:> sudo tar c -f - -C /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/crash -- . 2023-09-29T17:15:16.339 INFO:teuthology.orchestra.run.smithi174.stderr:tar: /var/lib/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/crash: Cannot open: No such file or directory 2023-09-29T17:15:16.339 INFO:teuthology.orchestra.run.smithi174.stderr:tar: Error is not recoverable: exiting now 2023-09-29T17:15:16.341 INFO:tasks.cephadm:Checking cluster log for badness... 2023-09-29T17:15:16.341 DEBUG:teuthology.orchestra.run.smithi098:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-09-29T17:15:16.371 INFO:teuthology.orchestra.run.smithi098.stderr:grep: /var/log/ceph/7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7/ceph.log: No such file or directory 2023-09-29T17:15:16.372 INFO:tasks.cephadm:Compressing logs... 2023-09-29T17:15:16.373 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 -- 2023-09-29T17:15:16.416 DEBUG:teuthology.orchestra.run.smithi174:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-29T17:15:16.442 INFO:teuthology.orchestra.run.smithi098.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-09-29T17:15:16.443 INFO:teuthology.orchestra.run.smithi174.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-09-29T17:15:43.081 INFO:tasks.cephadm:Archiving logs... 2023-09-29T17:15:43.082 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-09-28_14:55:01-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7405600/remote/smithi098/log 2023-09-29T17:15:43.083 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-29T17:15:45.755 DEBUG:teuthology.misc:Transferring archived files from smithi174:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-09-28_14:55:01-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7405600/remote/smithi174/log 2023-09-29T17:15:45.756 DEBUG:teuthology.orchestra.run.smithi174:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-29T17:15:48.919 INFO:tasks.cephadm:Removing cluster... 2023-09-29T17:15:48.919 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 --force 2023-09-29T17:15:49.255 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7d0d4ab2-5ee8-11ee-8db4-212e2dc638e7 --force 2023-09-29T17:15:49.607 INFO:tasks.cephadm:Removing cephadm ... 2023-09-29T17:15:49.607 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-29T17:15:49.626 DEBUG:teuthology.orchestra.run.smithi174:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-29T17:15:49.644 INFO:tasks.cephadm:Teardown complete 2023-09-29T17:15:49.645 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-09-29T17:15:49.655 INFO:teuthology.task.clock:Checking final clock skew... 2023-09-29T17:15:49.655 DEBUG:teuthology.orchestra.run.smithi098:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-29T17:15:49.668 DEBUG:teuthology.orchestra.run.smithi174:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-29T17:15:49.683 INFO:teuthology.orchestra.run.smithi098.stderr:bash: ntpq: command not found 2023-09-29T17:15:49.687 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-29T17:15:49.687 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2023-09-29T17:15:49.688 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 28 -1326us[-1294us] +/- 90ms 2023-09-29T17:15:49.688 INFO:teuthology.orchestra.run.smithi098.stdout:^* hv02.front.sepia.ceph.com 3 6 377 24 +60us[ +92us] +/- 59ms 2023-09-29T17:15:49.688 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 25 +1112us[+1144us] +/- 79ms 2023-09-29T17:15:49.688 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T17:15:49.701 INFO:teuthology.orchestra.run.smithi174.stderr:bash: ntpq: command not found 2023-09-29T17:15:49.706 INFO:teuthology.orchestra.run.smithi174.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-29T17:15:49.707 INFO:teuthology.orchestra.run.smithi174.stdout:=============================================================================== 2023-09-29T17:15:49.707 INFO:teuthology.orchestra.run.smithi174.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 26 -1335us[-1335us] +/- 90ms 2023-09-29T17:15:49.707 INFO:teuthology.orchestra.run.smithi174.stdout:^* hv02.front.sepia.ceph.com 3 6 377 28 +41us[ +58us] +/- 59ms 2023-09-29T17:15:49.707 INFO:teuthology.orchestra.run.smithi174.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 25 +1095us[+1095us] +/- 79ms 2023-09-29T17:15:49.707 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-09-29T17:15:49.707 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-09-29T17:15:49.717 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-09-29T17:15:49.718 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-09-29T17:15:49.750 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 2023-09-29T17:15:49.846 DEBUG:teuthology.orchestra.run.smithi174:> 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 2023-09-29T17:15:49.940 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 2023-09-29T17:15:49.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T17:15:49.973 DEBUG:teuthology.orchestra.run.smithi174:> 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 2023-09-29T17:15:50.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T17:15:50.006 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-09-29T17:15:50.020 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-09-29T17:15:50.092 INFO:teuthology.task.internal:Duration was 1903.844661 seconds 2023-09-29T17:15:50.093 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-09-29T17:15:50.142 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-09-29T17:15:50.142 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-29T17:15:50.144 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-29T17:15:50.189 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-29T17:15:50.192 INFO:teuthology.orchestra.run.smithi174.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-29T17:15:50.512 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-09-29T17:15:50.512 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi098.front.sepia.ceph.com 2023-09-29T17:15:50.512 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 2023-09-29T17:15:50.535 INFO:teuthology.orchestra.run.smithi098.stdout:2023-09-29T17:07:46.418894+00:00 smithi098 kernel: rcu: INFO: rcu_sched self-detected stall on CPU 2023-09-29T17:15:50.535 ERROR:teuthology.task.internal.syslog:Error in syslog on ubuntu@smithi098.front.sepia.ceph.com: 2023-09-29T17:07:46.418894+00:00 smithi098 kernel: rcu: INFO: rcu_sched self-detected stall on CPU 2023-09-29T17:15:50.536 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi174.front.sepia.ceph.com 2023-09-29T17:15:50.536 DEBUG:teuthology.orchestra.run.smithi174:> 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 2023-09-29T17:15:50.558 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-09-29T17:15:50.559 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-29T17:15:50.578 DEBUG:teuthology.orchestra.run.smithi174:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-29T17:15:50.654 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-09-29T17:15:50.654 DEBUG:teuthology.orchestra.run.smithi098:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-29T17:15:50.657 DEBUG:teuthology.orchestra.run.smithi174:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-29T17:15:50.851 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-09-29T17:15:50.862 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-09-29T17:15:50.862 DEBUG:teuthology.orchestra.run.smithi098:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-29T17:15:50.889 DEBUG:teuthology.orchestra.run.smithi174:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-29T17:15:50.918 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-09-29T17:15:50.929 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 2023-09-29T17:15:50.933 DEBUG:teuthology.orchestra.run.smithi174:> 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 2023-09-29T17:15:50.956 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = core 2023-09-29T17:15:50.986 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern = core 2023-09-29T17:15:51.005 DEBUG:teuthology.orchestra.run.smithi098:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-29T17:15:51.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T17:15:51.063 DEBUG:teuthology.orchestra.run.smithi174:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-29T17:15:51.079 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-29T17:15:51.080 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-09-29T17:15:51.091 INFO:teuthology.task.internal:Transferring archived files... 2023-09-29T17:15:51.092 DEBUG:teuthology.misc:Transferring archived files from smithi098:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-09-28_14:55:01-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7405600/remote/smithi098 2023-09-29T17:15:51.092 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-29T17:15:51.154 DEBUG:teuthology.misc:Transferring archived files from smithi174:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-09-28_14:55:01-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7405600/remote/smithi174 2023-09-29T17:15:51.154 DEBUG:teuthology.orchestra.run.smithi174:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-29T17:15:51.195 INFO:teuthology.task.internal:Removing archive directory... 2023-09-29T17:15:51.196 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-29T17:15:51.198 DEBUG:teuthology.orchestra.run.smithi174:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-29T17:15:51.248 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-09-29T17:15:51.261 INFO:teuthology.task.internal:Not uploading archives. 2023-09-29T17:15:51.261 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-09-29T17:15:51.284 INFO:teuthology.task.internal:Tidying up after the test... 2023-09-29T17:15:51.285 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-29T17:15:51.287 DEBUG:teuthology.orchestra.run.smithi174:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-29T17:15:51.303 INFO:teuthology.orchestra.run.smithi098.stdout: 526080 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 29 17:15 /home/ubuntu/cephtest 2023-09-29T17:15:51.306 INFO:teuthology.orchestra.run.smithi174.stdout: 525641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 29 17:15 /home/ubuntu/cephtest 2023-09-29T17:15:51.307 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-09-29T17:15:51.335 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-09-29T17:15:51.435 INFO:teuthology.nuke:Checking targets against current locks 2023-09-29T17:15:51.464 DEBUG:teuthology.nuke:shortname: smithi098 2023-09-29T17:15:51.465 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-29T17:15:51.490 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-28_14:55:01-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7405600', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-29 16:36:18.756188', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBArZamxGD8toydVDyVEWaVIjc22xN7gNV3lDwYH9/EOJvCrntYKCnIbdKjFa9AVHo1DuwhR1Dgc1CY17NfOUajg='} 2023-09-29T17:15:51.493 DEBUG:teuthology.nuke:shortname: smithi174 2023-09-29T17:15:51.494 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-29T17:15:51.518 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi174.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-28_14:55:01-orch:cephadm-wip-yuri7-testing-2023-09-28-0517-quincy-distro-default-smithi/7405600', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-29 16:36:18.758198', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOSdQ07kdlc8+9W4/OYqzQRJW1dne3iF/Kc557C9u2c0d2hPYVCFcfqXxm2zJI7H56RZ5v4XaI9IiRmWoJwIPYY='} 2023-09-29T17:15:51.547 INFO:teuthology.orchestra.console.smithi098:Power off 2023-09-29T17:15:51.547 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-29T17:15:51.573 DEBUG:teuthology.orchestra.console.smithi098:power off output: Chassis Power Control: Down/Off 2023-09-29T17:15:51.574 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-29T17:15:51.593 INFO:teuthology.orchestra.console.smithi174:Power off 2023-09-29T17:15:51.593 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-29T17:15:51.602 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2023-09-29T17:15:51.615 DEBUG:teuthology.orchestra.console.smithi174:power off output: Chassis Power Control: Down/Off 2023-09-29T17:15:51.615 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-29T17:15:51.636 DEBUG:teuthology.orchestra.console.smithi174:check power output: Chassis Power is on 2023-09-29T17:15:55.604 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-29T17:15:55.637 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-29T17:15:55.713 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2023-09-29T17:15:55.746 DEBUG:teuthology.orchestra.console.smithi174:check power output: Chassis Power is on 2023-09-29T17:15:59.718 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-29T17:15:59.747 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-29T17:15:59.828 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2023-09-29T17:15:59.856 DEBUG:teuthology.orchestra.console.smithi174:check power output: Chassis Power is off 2023-09-29T17:15:59.957 INFO:teuthology.orchestra.console.smithi174:Power off completed 2023-09-29T17:16:03.830 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-29T17:16:03.940 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is off 2023-09-29T17:16:04.040 INFO:teuthology.orchestra.console.smithi098:Power off completed 2023-09-29T17:16:04.144 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: 1903.8446609973907 failure_reason: '''2023-09-29T17:07:46.418894+00:00 smithi098 kernel: rcu: INFO: rcu_sched self-detected stall on CPU '' in syslog' owner: scheduled_yuriw@teuthology status: fail success: false 2023-09-29T17:16:04.144 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-29T17:16:04.222 INFO:teuthology.run:FAIL